|
@@ -18,7 +18,7 @@
|
|
|
<h1>
|
|
|
Projets
|
|
|
</h1>
|
|
|
- <img src="https://img.icons8.com/color/96/000000/code.png" alt="code flat icon">
|
|
|
+ <img src="/include/icon/icons8-96-code.png" alt="code flat icon">
|
|
|
<h2>
|
|
|
Mon folio de développeur
|
|
|
</h2>
|
|
@@ -29,7 +29,7 @@
|
|
|
</div>
|
|
|
|
|
|
<h3>
|
|
|
- <img src="https://img.icons8.com/color/48/000000/term.png" alt="term flat icon">
|
|
|
+ <img src="/include/icon/icons8-48-term.png" alt="term flat icon">
|
|
|
Présentation
|
|
|
</h3>
|
|
|
<p>
|
|
@@ -42,7 +42,7 @@
|
|
|
</p>
|
|
|
|
|
|
<h3>
|
|
|
- <img src="https://img.icons8.com/color/48/000000/git.png" alt="git flat icon">
|
|
|
+ <img src="/include/icon/icons8-48-git.png" alt="git flat icon">
|
|
|
Code source
|
|
|
</h3>
|
|
|
<p>
|
|
@@ -54,7 +54,7 @@
|
|
|
|
|
|
<!-- Catégorie : En cours -->
|
|
|
<?php
|
|
|
- $category_img_src = "https://img.icons8.com/color/50/000000/rocket.png";
|
|
|
+ $category_img_src = "/include/icon/icons8-50-rocket.png";
|
|
|
$category_img_alt = "Rocket flat icon";
|
|
|
?>
|
|
|
<h3>
|
|
@@ -69,7 +69,7 @@
|
|
|
<?php
|
|
|
$pro_title = "Jovian Website";
|
|
|
$pro_text = "Mon site Internet : celui sur lequel vous naviguez actuellement.";
|
|
|
- $pro_img_src = "https://img.icons8.com/color/400/000000/city.png";
|
|
|
+ $pro_img_src = "/include/icon/icons8-400-city.png";
|
|
|
$pro_img_alt = "Jovian site icon";
|
|
|
$pro_page = "projets/pro_static_site.php";
|
|
|
include("include/project-card.php");
|
|
@@ -78,7 +78,7 @@
|
|
|
|
|
|
<!-- Catégorie : Présentables -->
|
|
|
<?php
|
|
|
- $category_img_src = "https://img.icons8.com/color/50/000000/space-shuttle.png";
|
|
|
+ $category_img_src = "/include/icon/icons8-50-space-shuttle.png";
|
|
|
$category_img_alt = "Space shuttle flat icon";
|
|
|
?>
|
|
|
<h3>
|
|
@@ -111,7 +111,7 @@
|
|
|
|
|
|
<!-- Catégorie : projets à venir -->
|
|
|
<?php
|
|
|
- $category_img_src = "https://img.icons8.com/color/50/000000/blueprint.png";
|
|
|
+ $category_img_src = "/include/icon/icons8-50-blueprint.png";
|
|
|
$category_img_alt = "Blueprint flat icon";
|
|
|
?>
|
|
|
<h3>
|
|
@@ -126,7 +126,7 @@
|
|
|
<?php
|
|
|
$pro_title = "Pulsar";
|
|
|
$pro_text = "Un jeu de vaisseaux spatiaux, où chaque équipe tente de prendre l'ascendant dans un système solaire.";
|
|
|
- $pro_img_src = "https://img.icons8.com/color/400/000000/code.png";
|
|
|
+ $pro_img_src = "/include/icon/icons8-400-code.png";
|
|
|
$pro_img_alt = "Pulsar image";
|
|
|
$pro_page = "projets/pro_pulsar.php";
|
|
|
include("include/project-card.php");
|
|
@@ -135,7 +135,7 @@
|
|
|
|
|
|
<!-- Catégorie : Projets terminés -->
|
|
|
<?php
|
|
|
- $category_img_src = "https://img.icons8.com/color/48/000000/uranus-planet.png";
|
|
|
+ $category_img_src = "/include/icon/icons8-48-uranus-planet.png";
|
|
|
$category_img_alt = "Planet flat icon";
|
|
|
?>
|
|
|
<h3>
|