File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed
Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ import projectIconWebTSS from '../public/projects/webtss.jpg';
1919import projectIconMonthlicon from '../public/projects/monthlicon.jpg' ;
2020
2121// Certifications
22+ import certificationIconNetworkPlus from '../public/certifications/network-plus-certified.png' ;
2223import certificationIconLinuxPlus from '../public/certifications/linux-plus-certified.png' ;
2324import certificationIconAPlus from '../public/certifications/a-plus-certified.png' ;
2425
@@ -80,7 +81,10 @@ export default class Home extends Component {
8081 />
8182
8283 { /* Certifications */ }
83- < PortfolioSection title = "Certifications" >
84+ < PortfolioSection
85+ title = "Certifications"
86+ spaceAround = { true }
87+ >
8488 < PortfolioCertification
8589 image = { certificationIconLinuxPlus }
8690 name = "CompTIA Linux+"
@@ -90,14 +94,15 @@ export default class Home extends Component {
9094 link = "https://verify.comptia.org?code=6V0VJP17585LVK3S"
9195 />
9296
93- { /* <PortfolioCertification
94- image={certificationIconAPlus }
97+ < PortfolioCertification
98+ image = { certificationIconNetworkPlus }
9599 name = "CompTIA Network+"
100+ subtitle = "Test passed 7/23/21, awaiting certificate"
96101 tests = { [
97- 'XK0-004 ',
102+ 'N10-007 ' ,
98103 ] }
99104 // link="https://verify.comptia.org/code="
100- /> */ }
105+ />
101106
102107 < PortfolioCertification
103108 image = { certificationIconAPlus }
You can’t perform that action at this time.
0 commit comments