Skip to content

Commit 33d8963

Browse files
Merge pull request #21 from MrArnaudMichel/dev
Dev
2 parents 06d07c3 + e336c2b commit 33d8963

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

docs/index.html

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,19 @@
1-
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link href="/favicon.ico" rel="icon"/><meta content="width=device-width,initial-scale=1" name="viewport"/><meta content="#000000" name="theme-color"/><meta content="Web site created using create-react-app" name="description"/><link href="/logo192.png" rel="apple-touch-icon"/><link href="/manifest.json" rel="manifest"/><title>Arnaud Michel Portfolio</title><script defer="defer" src="/static/js/main.574d02ec.js"></script><link href="/static/css/main.48000364.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8"/>
5+
<link href="/favicon.ico" rel="icon"/>
6+
<meta content="width=device-width,initial-scale=1" name="viewport"/>
7+
<meta content="#000000" name="theme-color"/>
8+
<meta content="Web site created using create-react-app" name="description"/>
9+
<link href="/logo192.png" rel="apple-touch-icon"/>
10+
<link href="/manifest.json" rel="manifest"/>
11+
<title>Arnaud Michel Portfolio</title>
12+
<script defer="defer" src="/static/js/main.574d02ec.js"></script>
13+
<link href="/static/css/main.48000364.css" rel="stylesheet">
14+
</head>
15+
<body>
16+
<noscript>You need to enable JavaScript to run this app.</noscript>
17+
<div id="root"></div>
18+
</body>
19+
</html>

src/components/layoutComponents/css/NavigationBar.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ nav {
114114

115115
@media screen and (max-width: 768px) {
116116
.navbar {
117-
width: 90%;
117+
width: 100%;
118118
}
119119

120120
.sc-dmyCSP {

src/locales/language/fr/translation.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@
218218
"link": "Lien du projet",
219219
"website": "Site web",
220220
"university": "Université",
221+
"Skills": "Compétences",
221222

222223
"images": "Images",
223224
"video": "Vidéo",

0 commit comments

Comments
 (0)