Skip to content

Commit

Permalink
add a new certificate
Browse files Browse the repository at this point in the history
  • Loading branch information
guicrisostomo committed Jul 26, 2023
1 parent 83763c7 commit d549cd9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/Pages/Certificates/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import imgDIO from '../../assets/img/imgDIO.jpg';
import imgCisco from '../../assets/img/imgCisco.jpg';
import imgIFSP from '../../assets/img/imgIFSP.jpg';
import imgVisualMidia from '../../assets/img/imgVisualMidia.jpg';
import imgOracle from '../../assets/img/imgOracle.png';

import pdfMRV from '../../assets/certificates/MRV Fullstack Developer.pdf';
import pdfMobileAppDevelopment from '../../assets/certificates/Programação de Computadores e Dispositivos Móveis.pdf';
Expand All @@ -19,6 +20,8 @@ import pdfIntroductionNetwork from '../../assets/certificates/CCNAv7 Introduçã
import pdfIntroductionCybersecurity from '../../assets/certificates/Introduction to Cybersecurity.pdf';
import pdfLinux from '../../assets/certificates/NDG Linux Unhatched Português.pdf';
import pdfComputerOperator from '../../assets/certificates/Operador de computador.pdf';
import pdfDatabaseDesign from '../../assets/certificates/Database Design and Programming with SQL.pdf';

import { useTranslation } from 'react-i18next';
import Header from '../../components/Header/index.jsx';
import Footer from '../../components/Footer/index.jsx';
Expand Down Expand Up @@ -72,6 +75,12 @@ export default function Certificates() {
</TextInfoCertificates>
</ItemCertificates>

<ItemCertificates href={pdfDatabaseDesign} target='_blank' urlImage={imgOracle}>
<TextInfoCertificates>
Database Design and Programming with SQL
</TextInfoCertificates>
</ItemCertificates>

</Items>
</SectionCertifications>

Expand Down
Binary file not shown.
Binary file added src/assets/img/imgOracle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d549cd9

Please sign in to comment.