diff --git a/assets/img/projects/app-gestion-screen-1.jpg b/assets/img/projects/app-gestion-screen-1.jpg new file mode 100644 index 0000000..194622f Binary files /dev/null and b/assets/img/projects/app-gestion-screen-1.jpg differ diff --git a/assets/img/projects/app-gestion-thumb.jpg b/assets/img/projects/app-gestion-thumb.jpg new file mode 100644 index 0000000..3ab52ee Binary files /dev/null and b/assets/img/projects/app-gestion-thumb.jpg differ diff --git a/assets/img/projects/ecommerce-xyz-screen-1.jpg b/assets/img/projects/ecommerce-xyz-screen-1.jpg new file mode 100644 index 0000000..16bc762 Binary files /dev/null and b/assets/img/projects/ecommerce-xyz-screen-1.jpg differ diff --git a/assets/img/projects/ecommerce-xyz-screen-2.jpg b/assets/img/projects/ecommerce-xyz-screen-2.jpg new file mode 100644 index 0000000..b42e20a Binary files /dev/null and b/assets/img/projects/ecommerce-xyz-screen-2.jpg differ diff --git a/assets/img/projects/ecommerce-xyz-screen-3.jpg b/assets/img/projects/ecommerce-xyz-screen-3.jpg new file mode 100644 index 0000000..fd22778 Binary files /dev/null and b/assets/img/projects/ecommerce-xyz-screen-3.jpg differ diff --git a/assets/img/projects/ecommerce-xyz-thumb.jpg b/assets/img/projects/ecommerce-xyz-thumb.jpg new file mode 100644 index 0000000..bc9d63a Binary files /dev/null and b/assets/img/projects/ecommerce-xyz-thumb.jpg differ diff --git a/assets/img/projects/restaurant-thumb.jpg b/assets/img/projects/restaurant-thumb.jpg new file mode 100644 index 0000000..5f2022d Binary files /dev/null and b/assets/img/projects/restaurant-thumb.jpg differ diff --git a/assets/img/testimonials/marie-dupont.jpg b/assets/img/testimonials/marie-dupont.jpg new file mode 100644 index 0000000..4af9989 Binary files /dev/null and b/assets/img/testimonials/marie-dupont.jpg differ diff --git a/pages/about.php b/pages/about.php index ff52f1c..cbc5985 100644 --- a/pages/about.php +++ b/pages/about.php @@ -198,7 +198,7 @@ include_template('navbar', compact('currentPage')); -
+

Ce Qu'ils Disent

@@ -230,4 +230,4 @@ include_template('navbar', compact('currentPage'));
- \ No newline at end of file + diff --git a/pages/projects.php b/pages/projects.php index 3ad5637..d678d84 100644 --- a/pages/projects.php +++ b/pages/projects.php @@ -21,6 +21,13 @@ include_template('navbar', compact('currentPage')); +
+

Projets vedettes

+

+ Une sélection de projets qui montrent le mieux mon approche produit et technique. +

+
+
$project]); ?> @@ -48,4 +55,4 @@ include_template('navbar', compact('currentPage'));
- \ No newline at end of file + diff --git a/templates/testimonial.php b/templates/testimonial.php index 6273c09..6875942 100644 --- a/templates/testimonial.php +++ b/templates/testimonial.php @@ -10,6 +10,7 @@ $authorName = $testimonial['author_name'] ?? 'Anonyme'; $authorRole = $testimonial['author_role'] ?? ''; $authorCompany = $testimonial['author_company'] ?? ''; $authorPhoto = $testimonial['author_photo'] ?? null; +$authorPhotoFallback = $authorPhoto ? str_replace('.webp', '.jpg', $authorPhoto) : null; $projectSlug = $testimonial['project_slug'] ?? null; $showProjectLink = $showProjectLink ?? true; ?> @@ -25,12 +26,15 @@ $showProjectLink = $showProjectLink ?? true;