Skip to content

Commit

Permalink
Merge pull request #12 from RedBoardDev/fix-001
Browse files Browse the repository at this point in the history
[|] add links for github and fix babel package warning
  • Loading branch information
RedBoardDev authored Dec 5, 2023
2 parents 9931a65 + 7e1a021 commit f79bcc5
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 7 deletions.
26 changes: 23 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
]
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0"
}
Expand Down
5 changes: 4 additions & 1 deletion src/components/ProjectCardSection.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,10 @@ function ProjectCardSection({ number }) {
/>
))}
</div>
<Button className="btn-see-more">Voir plus de projets</Button>
<div style={{ marginTop: '20px' }}></div>
<Button variant="outlined" className="btn-see-more" href="https://github.com/RedBoardDev?tab=repositories" target="_blank">
Voir plus de projets
</Button>

</div>
);
Expand Down
5 changes: 2 additions & 3 deletions src/pages/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function Home() {
<Button variant="outlined" color="primary" href="https://www.linkedin.com/in/thomas--ott/" target="_blank" rel="noopener noreferrer">
Linkedin
</Button>
<Button variant="outlined" color="primary" href="/works">
<Button variant="outlined" color="primary" href="https://github.com/RedBoardDev" target="_blank">
My Works
</Button>
</div>
Expand All @@ -68,12 +68,11 @@ function Home() {

<InfoBox title="Réalisations récentes"
description={[
"Découvrez quatre de mes projets les plus marquants.",
"Découvrez six de mes projets les plus marquants.",
"Ils illustrent ma passion pour le développement et ma capacité à créer des solutions innovantes."
]}
/>


<div className="mywork-section">
<Container maxWidth="lg">
<Grid container justifyContent="center" spacing={0}>
Expand Down

0 comments on commit f79bcc5

Please sign in to comment.