diff --git a/public/img/pp.jpg b/public/img/pp.jpg deleted file mode 100644 index 66e03d6..0000000 Binary files a/public/img/pp.jpg and /dev/null differ diff --git a/public/img/pp/origin.JPEG b/public/img/pp/origin.JPEG new file mode 100644 index 0000000..1eb79e1 Binary files /dev/null and b/public/img/pp/origin.JPEG differ diff --git a/public/img/pp/pp1.png b/public/img/pp/pp1.png new file mode 100644 index 0000000..d20f836 Binary files /dev/null and b/public/img/pp/pp1.png differ diff --git a/public/img/pp/pp2.png b/public/img/pp/pp2.png new file mode 100644 index 0000000..a11a109 Binary files /dev/null and b/public/img/pp/pp2.png differ diff --git a/public/img/pp/pp3.png b/public/img/pp/pp3.png new file mode 100644 index 0000000..34ea699 Binary files /dev/null and b/public/img/pp/pp3.png differ diff --git a/public/src/assets/cv.pdf b/public/src/assets/cv.pdf index 32c64cb..c83b453 100644 Binary files a/public/src/assets/cv.pdf and b/public/src/assets/cv.pdf differ diff --git a/src/app/public/pages/home/home.component.html b/src/app/public/pages/home/home.component.html index 4937225..de4f10f 100644 --- a/src/app/public/pages/home/home.component.html +++ b/src/app/public/pages/home/home.component.html @@ -19,7 +19,7 @@
Johan Leroy diff --git a/src/app/public/pages/home/home.component.ts b/src/app/public/pages/home/home.component.ts index 045cde5..d1ee00f 100644 --- a/src/app/public/pages/home/home.component.ts +++ b/src/app/public/pages/home/home.component.ts @@ -53,7 +53,7 @@ export class HomeComponent implements OnInit, AfterViewInit, OnDestroy { const x = Math.random() * 100; // Position en % const y = Math.random() * 100 + 50; // Position en % const opacity = Math.random() * 0.3 + 0.1; // Opacité entre 0.1 et 0.4 - const speed = Math.random() * 0.5 + 0.2; // Vitesse variable + const speed = Math.random() * 0.15 + 0.05; // Vitesse variable const particleEl = document.createElement('div'); particleEl.style.position = 'absolute';