Skip to content

Commit

Permalink
titre
Browse files Browse the repository at this point in the history
  • Loading branch information
biistoufleex committed Jul 13, 2020
1 parent 9c9517f commit c1dd6ea
Show file tree
Hide file tree
Showing 4 changed files with 174 additions and 1 deletion.
166 changes: 166 additions & 0 deletions my_portfolio/package-lock.json

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

6 changes: 6 additions & 0 deletions my_portfolio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "my_portfolio",
"version": "0.1.0",
"private": true,
"homepage": "http://biistoufleex.github.io/portfolio",
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
Expand All @@ -22,6 +23,8 @@
},
"scripts": {
"start": "react-scripts start",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
Expand All @@ -40,5 +43,8 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"gh-pages": "^3.1.0"
}
}
2 changes: 1 addition & 1 deletion my_portfolio/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>React App</title>
<title>KEVIN AUBEL</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
1 change: 1 addition & 0 deletions my_portfolio/src/components/Contact/Contact.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ class Contact extends React.Component {
<MDBCol lg='3'>
<MDBBox tag='h2' className='titre-project m-5'>Mes Reseaux</MDBBox>
<MDBBox tag='h5' className='titre-project mb-3'>
<img src='/media/icones/jquery.png' className='littleIcones' alt='jquery iconne' />
<a className='mesLink' href='https://www.linkedin.com/in/kevin-aubel-2095231a8/' target='blank'>Linkedin</a>
</MDBBox>
<MDBBox tag='h5' className='titre-project mb-3'>
Expand Down

0 comments on commit c1dd6ea

Please sign in to comment.