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">
|
<div class="links">
|
||||||
<a href="/" class="header_button">Home Page</a>
|
<a href="/" class="header_button">Home Page</a>
|
||||||
<a href="/projects.html" class="header_button">Projets</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="/quizz" class="header_button">Vibe check</a>
|
||||||
<a href="https://djalim.fr" class="header_button">Blog Perso</a>
|
<a href="https://djalim.fr" class="header_button">Blog Perso</a>
|
||||||
</div>
|
</div>
|
||||||
|
2
TP4.html
2
TP4.html
@ -12,7 +12,7 @@
|
|||||||
<div class="links">
|
<div class="links">
|
||||||
<a href="/" class="header_button">Home Page</a>
|
<a href="/" class="header_button">Home Page</a>
|
||||||
<a href="/projects.html" class="header_button">Projets</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="/quizz" class="header_button">Vibe check</a>
|
||||||
<a href="https://djalim.fr" class="header_button">Blog Perso</a>
|
<a href="https://djalim.fr" class="header_button">Blog Perso</a>
|
||||||
</div>
|
</div>
|
||||||
|
2
TP5.html
2
TP5.html
@ -16,7 +16,7 @@
|
|||||||
<div class="links">
|
<div class="links">
|
||||||
<a href="/" class="header_button">Home Page</a>
|
<a href="/" class="header_button">Home Page</a>
|
||||||
<a href="/projects.html" class="header_button">Projets</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="/quizz" class="header_button">Vibe check</a>
|
||||||
<a href="https://djalim.fr" class="header_button">Blog Perso</a>
|
<a href="https://djalim.fr" class="header_button">Blog Perso</a>
|
||||||
</div>
|
</div>
|
||||||
|
2
TP6.html
2
TP6.html
@ -16,7 +16,7 @@
|
|||||||
<div class="links">
|
<div class="links">
|
||||||
<a href="/" class="header_button">Home Page</a>
|
<a href="/" class="header_button">Home Page</a>
|
||||||
<a href="/projects.html" class="header_button">Projets</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="/quizz" class="header_button">Vibe check</a>
|
||||||
<a href="https://djalim.fr" class="header_button">Blog Perso</a>
|
<a href="https://djalim.fr" class="header_button">Blog Perso</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -10,8 +10,8 @@
|
|||||||
<header>
|
<header>
|
||||||
<div class="links">
|
<div class="links">
|
||||||
<a href="/" class="header_button">Home Page</a>
|
<a href="/" class="header_button">Home Page</a>
|
||||||
<a href="/projects.html" class="header_button">Projets</a>
|
<a href="/projects.html" class="header_button">Projects</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="/quizz" class="header_button">Vibe check</a>
|
||||||
<a href="https://djalim.fr" class="header_button">Blog Perso</a>
|
<a href="https://djalim.fr" class="header_button">Blog Perso</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
<div class="links">
|
<div class="links">
|
||||||
<a href="/" class="header_button">Home Page</a>
|
<a href="/" class="header_button">Home Page</a>
|
||||||
<a href="/projects.html" class="header_button">Projets</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="/quizz" class="header_button">Vibe check</a>
|
||||||
<a href="https://djalim.fr" class="header_button">Blog Perso</a>
|
<a href="https://djalim.fr" class="header_button">Blog Perso</a>
|
||||||
</div>
|
</div>
|
||||||
|
12
index.html
12
index.html
@ -11,7 +11,7 @@
|
|||||||
<div class="links">
|
<div class="links">
|
||||||
<a href="/" class="header_button">Home Page</a>
|
<a href="/" class="header_button">Home Page</a>
|
||||||
<a href="/projects.html" class="header_button">Projets</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="/quizz" class="header_button">Vibe check</a>
|
||||||
<a href="https://djalim.fr" class="header_button">Blog Perso</a>
|
<a href="https://djalim.fr" class="header_button">Blog Perso</a>
|
||||||
</div>
|
</div>
|
||||||
@ -24,10 +24,6 @@
|
|||||||
</header>
|
</header>
|
||||||
|
|
||||||
<main>
|
<main>
|
||||||
<div class="title">
|
|
||||||
<h1>I love commiting war crimes :)</h1>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="box horizontal warp-on-small-screen">
|
<div class="box horizontal warp-on-small-screen">
|
||||||
<img
|
<img
|
||||||
src="/static/assets/images/mwa.jpg"
|
src="/static/assets/images/mwa.jpg"
|
||||||
@ -44,9 +40,9 @@
|
|||||||
/>
|
/>
|
||||||
<div>
|
<div>
|
||||||
<p>
|
<p>
|
||||||
Je m'appelle <b>Djalim</b>, j'ai 21 ans et je suis un
|
Je m'appelle <b>Djalim</b>, j'ai 22 ans et je suis un
|
||||||
developpeur et etudiant en BUT Informatique à Aix en
|
developpeur et etudiant à Polytech Marseille en cycle
|
||||||
Provence.
|
informatique.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Je suis passioné d'Informatique, je sais que c'est tres
|
Je suis passioné d'Informatique, je sais que c'est tres
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
<div class="links">
|
<div class="links">
|
||||||
<a href="/" class="header_button">Home Page</a>
|
<a href="/" class="header_button">Home Page</a>
|
||||||
<a href="/projects.html" class="header_button">Projets</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="/quizz" class="header_button">Vibe check</a>
|
||||||
<a href="https://djalim.fr" class="header_button">Blog Perso</a>
|
<a href="https://djalim.fr" class="header_button">Blog Perso</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
<div class="links">
|
<div class="links">
|
||||||
<a href="/" class="header_button">Home Page</a>
|
<a href="/" class="header_button">Home Page</a>
|
||||||
<a href="/projects.html" class="header_button">Projets</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="/quizz" class="header_button">Vibe check</a>
|
||||||
<a href="https://djalim.fr" class="header_button">Blog Perso</a>
|
<a href="https://djalim.fr" class="header_button">Blog Perso</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
<div class="links">
|
<div class="links">
|
||||||
<a href="/" class="header_button">Home Page</a>
|
<a href="/" class="header_button">Home Page</a>
|
||||||
<a href="/projects.html" class="header_button">Projets</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="/quizz" class="header_button">Vibe check</a>
|
||||||
<a href="https://djalim.fr" class="header_button">Blog Perso</a>
|
<a href="https://djalim.fr" class="header_button">Blog Perso</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
<div class="links">
|
<div class="links">
|
||||||
<a href="/" class="header_button">Home Page</a>
|
<a href="/" class="header_button">Home Page</a>
|
||||||
<a href="/projects.html" class="header_button">Projets</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="/quizz" class="header_button">Vibe check</a>
|
||||||
<a href="https://djalim.fr" class="header_button">Blog Perso</a>
|
<a href="https://djalim.fr" class="header_button">Blog Perso</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -228,7 +228,7 @@
|
|||||||
<div class="links">
|
<div class="links">
|
||||||
<a href="/" class="header_button">Home Page</a>
|
<a href="/" class="header_button">Home Page</a>
|
||||||
<a href="/projects.html" class="header_button">Projets</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="/quizz" class="header_button">Vibe check</a>
|
||||||
<a href="https://djalim.fr" class="header_button">Blog Perso</a>
|
<a href="https://djalim.fr" class="header_button">Blog Perso</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
<div class="links">
|
<div class="links">
|
||||||
<a href="/" class="header_button">Home Page</a>
|
<a href="/" class="header_button">Home Page</a>
|
||||||
<a href="/projects.html" class="header_button">Projets</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="/quizz" class="header_button">Vibe check</a>
|
||||||
<a href="https://djalim.fr" class="header_button">Blog Perso</a>
|
<a href="https://djalim.fr" class="header_button">Blog Perso</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
<div class="links">
|
<div class="links">
|
||||||
<a href="/" class="header_button">Home Page</a>
|
<a href="/" class="header_button">Home Page</a>
|
||||||
<a href="/projects.html" class="header_button">Projets</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="/quizz" class="header_button">Vibe check</a>
|
||||||
<a href="https://djalim.fr" class="header_button">Blog Perso</a>
|
<a href="https://djalim.fr" class="header_button">Blog Perso</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
<div class="links">
|
<div class="links">
|
||||||
<a href="/" class="header_button">Home Page</a>
|
<a href="/" class="header_button">Home Page</a>
|
||||||
<a href="/projects.html" class="header_button">Projets</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="/quizz" class="header_button">Vibe check</a>
|
||||||
<a href="https://djalim.fr" class="header_button">Blog Perso</a>
|
<a href="https://djalim.fr" class="header_button">Blog Perso</a>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user