Skip to content

Commit

Permalink
Updating Certificates.js
Browse files Browse the repository at this point in the history
  • Loading branch information
alishbannoor2 committed Nov 19, 2024
1 parent 0c1da5b commit 01a33f1
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/components/Certificates/Certificates.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ import c11 from "../../Assets/Certificates/15- Alishba Noor HacktoberFest.png";
import c12 from "../../Assets/Certificates/7- Alishba Noor IEEE WIE.png";
import c13 from "../../Assets/Certificates/5- Alishba Noor IEEE CS.png";
import c14 from "../../Assets/Certificates/4- Alishba Noor IEEE communications Society.png";
import c15 from "../../Assets/Certificates/17- Alishba Noor NoSQL Concepts.png";
import c16 from "../../Assets/Certificates/18- Alishba Noor Understanding Cloud Computing.png";



Expand Down Expand Up @@ -144,6 +146,22 @@ function Certificates() {
/>
</Col>

<Col md={4} className="project-card">
<CertificateCard
imgPath={c15}
isBlog={false}
title="NoSQL Concepts "
/>
</Col>

<Col md={4} className="project-card">
<CertificateCard
imgPath={c16}
isBlog={false}
title="Understanding Cloud Computing "
/>
</Col>

</Row>
</Container>
</Container>
Expand Down

0 comments on commit 01a33f1

Please sign in to comment.