fix: update "A propos de moi" to "About me" for consistency in language across multiple HTML files
All checks were successful
DEPLOY / deploy (push) Successful in 8s
All checks were successful
DEPLOY / deploy (push) Successful in 8s
This commit is contained in:
parent
71fd9feea2
commit
0a6140a8f5
2
TP3.html
2
TP3.html
@ -12,7 +12,7 @@
|
||||
<div class="links">
|
||||
<a href="/" class="header_button">Home Page</a>
|
||||
<a href="/projects.html" class="header_button">Projets</a>
|
||||
<a href="/about.html" class="header_button">A propos de moi</a>
|
||||
<a href="/about.html" class="header_button">About me</a>
|
||||
<a href="/quizz" class="header_button">Vibe check</a>
|
||||
<a href="https://djalim.fr" class="header_button">Blog Perso</a>
|
||||
</div>
|
||||
|
2
TP4.html
2
TP4.html
@ -12,7 +12,7 @@
|
||||
<div class="links">
|
||||
<a href="/" class="header_button">Home Page</a>
|
||||
<a href="/projects.html" class="header_button">Projets</a>
|
||||
<a href="/about.html" class="header_button">A propos de moi</a>
|
||||
<a href="/about.html" class="header_button">About me</a>
|
||||
<a href="/quizz" class="header_button">Vibe check</a>
|
||||
<a href="https://djalim.fr" class="header_button">Blog Perso</a>
|
||||
</div>
|
||||
|
2
TP5.html
2
TP5.html
@ -16,7 +16,7 @@
|
||||
<div class="links">
|
||||
<a href="/" class="header_button">Home Page</a>
|
||||
<a href="/projects.html" class="header_button">Projets</a>
|
||||
<a href="/about.html" class="header_button">A propos de moi</a>
|
||||
<a href="/about.html" class="header_button">About me</a>
|
||||
<a href="/quizz" class="header_button">Vibe check</a>
|
||||
<a href="https://djalim.fr" class="header_button">Blog Perso</a>
|
||||
</div>
|
||||
|
2
TP6.html
2
TP6.html
@ -16,7 +16,7 @@
|
||||
<div class="links">
|
||||
<a href="/" class="header_button">Home Page</a>
|
||||
<a href="/projects.html" class="header_button">Projets</a>
|
||||
<a href="/about.html" class="header_button">A propos de moi</a>
|
||||
<a href="/about.html" class="header_button">About me</a>
|
||||
<a href="/quizz" class="header_button">Vibe check</a>
|
||||
<a href="https://djalim.fr" class="header_button">Blog Perso</a>
|
||||
</div>
|
||||
|
@ -10,8 +10,8 @@
|
||||
<header>
|
||||
<div class="links">
|
||||
<a href="/" class="header_button">Home Page</a>
|
||||
<a href="/projects.html" class="header_button">Projets</a>
|
||||
<a href="/about.html" class="header_button">A propos de moi</a>
|
||||
<a href="/projects.html" class="header_button">Projects</a>
|
||||
<a href="/about.html" class="header_button">About me</a>
|
||||
<a href="/quizz" class="header_button">Vibe check</a>
|
||||
<a href="https://djalim.fr" class="header_button">Blog Perso</a>
|
||||
</div>
|
||||
|
@ -11,7 +11,7 @@
|
||||
<div class="links">
|
||||
<a href="/" class="header_button">Home Page</a>
|
||||
<a href="/projects.html" class="header_button">Projets</a>
|
||||
<a href="/about.html" class="header_button">A propos de moi</a>
|
||||
<a href="/about.html" class="header_button">About me</a>
|
||||
<a href="/quizz" class="header_button">Vibe check</a>
|
||||
<a href="https://djalim.fr" class="header_button">Blog Perso</a>
|
||||
</div>
|
||||
|
12
index.html
12
index.html
@ -11,7 +11,7 @@
|
||||
<div class="links">
|
||||
<a href="/" class="header_button">Home Page</a>
|
||||
<a href="/projects.html" class="header_button">Projets</a>
|
||||
<a href="/about.html" class="header_button">A propos de moi</a>
|
||||
<a href="/about.html" class="header_button">About me</a>
|
||||
<a href="/quizz" class="header_button">Vibe check</a>
|
||||
<a href="https://djalim.fr" class="header_button">Blog Perso</a>
|
||||
</div>
|
||||
@ -24,10 +24,6 @@
|
||||
</header>
|
||||
|
||||
<main>
|
||||
<div class="title">
|
||||
<h1>I love commiting war crimes :)</h1>
|
||||
</div>
|
||||
|
||||
<div class="box horizontal warp-on-small-screen">
|
||||
<img
|
||||
src="/static/assets/images/mwa.jpg"
|
||||
@ -44,9 +40,9 @@
|
||||
/>
|
||||
<div>
|
||||
<p>
|
||||
Je m'appelle <b>Djalim</b>, j'ai 21 ans et je suis un
|
||||
developpeur et etudiant en BUT Informatique à Aix en
|
||||
Provence.
|
||||
Je m'appelle <b>Djalim</b>, j'ai 22 ans et je suis un
|
||||
developpeur et etudiant à Polytech Marseille en cycle
|
||||
informatique.
|
||||
</p>
|
||||
<p>
|
||||
Je suis passioné d'Informatique, je sais que c'est tres
|
||||
|
@ -11,7 +11,7 @@
|
||||
<div class="links">
|
||||
<a href="/" class="header_button">Home Page</a>
|
||||
<a href="/projects.html" class="header_button">Projets</a>
|
||||
<a href="/about.html" class="header_button">A propos de moi</a>
|
||||
<a href="/about.html" class="header_button">About me</a>
|
||||
<a href="/quizz" class="header_button">Vibe check</a>
|
||||
<a href="https://djalim.fr" class="header_button">Blog Perso</a>
|
||||
</div>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<div class="links">
|
||||
<a href="/" class="header_button">Home Page</a>
|
||||
<a href="/projects.html" class="header_button">Projets</a>
|
||||
<a href="/about.html" class="header_button">A propos de moi</a>
|
||||
<a href="/about.html" class="header_button">About me</a>
|
||||
<a href="/quizz" class="header_button">Vibe check</a>
|
||||
<a href="https://djalim.fr" class="header_button">Blog Perso</a>
|
||||
</div>
|
||||
|
@ -18,7 +18,7 @@
|
||||
<div class="links">
|
||||
<a href="/" class="header_button">Home Page</a>
|
||||
<a href="/projects.html" class="header_button">Projets</a>
|
||||
<a href="/about.html" class="header_button">A propos de moi</a>
|
||||
<a href="/about.html" class="header_button">About me</a>
|
||||
<a href="/quizz" class="header_button">Vibe check</a>
|
||||
<a href="https://djalim.fr" class="header_button">Blog Perso</a>
|
||||
</div>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<div class="links">
|
||||
<a href="/" class="header_button">Home Page</a>
|
||||
<a href="/projects.html" class="header_button">Projets</a>
|
||||
<a href="/about.html" class="header_button">A propos de moi</a>
|
||||
<a href="/about.html" class="header_button">About me</a>
|
||||
<a href="/quizz" class="header_button">Vibe check</a>
|
||||
<a href="https://djalim.fr" class="header_button">Blog Perso</a>
|
||||
</div>
|
||||
|
@ -228,7 +228,7 @@
|
||||
<div class="links">
|
||||
<a href="/" class="header_button">Home Page</a>
|
||||
<a href="/projects.html" class="header_button">Projets</a>
|
||||
<a href="/about.html" class="header_button">A propos de moi</a>
|
||||
<a href="/about.html" class="header_button">About me</a>
|
||||
<a href="/quizz" class="header_button">Vibe check</a>
|
||||
<a href="https://djalim.fr" class="header_button">Blog Perso</a>
|
||||
</div>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<div class="links">
|
||||
<a href="/" class="header_button">Home Page</a>
|
||||
<a href="/projects.html" class="header_button">Projets</a>
|
||||
<a href="/about.html" class="header_button">A propos de moi</a>
|
||||
<a href="/about.html" class="header_button">About me</a>
|
||||
<a href="/quizz" class="header_button">Vibe check</a>
|
||||
<a href="https://djalim.fr" class="header_button">Blog Perso</a>
|
||||
</div>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<div class="links">
|
||||
<a href="/" class="header_button">Home Page</a>
|
||||
<a href="/projects.html" class="header_button">Projets</a>
|
||||
<a href="/about.html" class="header_button">A propos de moi</a>
|
||||
<a href="/about.html" class="header_button">About me</a>
|
||||
<a href="/quizz" class="header_button">Vibe check</a>
|
||||
<a href="https://djalim.fr" class="header_button">Blog Perso</a>
|
||||
</div>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<div class="links">
|
||||
<a href="/" class="header_button">Home Page</a>
|
||||
<a href="/projects.html" class="header_button">Projets</a>
|
||||
<a href="/about.html" class="header_button">A propos de moi</a>
|
||||
<a href="/about.html" class="header_button">About me</a>
|
||||
<a href="/quizz" class="header_button">Vibe check</a>
|
||||
<a href="https://djalim.fr" class="header_button">Blog Perso</a>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user