diff --git a/public/img/icon/aws.png b/public/img/icon/aws.png new file mode 100644 index 0000000..f5f5dfa Binary files /dev/null and b/public/img/icon/aws.png differ diff --git a/public/img/icon/azure.png b/public/img/icon/azure.png new file mode 100644 index 0000000..4d6995f Binary files /dev/null and b/public/img/icon/azure.png differ diff --git a/public/img/icon/postman.png b/public/img/icon/postman.png new file mode 100644 index 0000000..6900db6 Binary files /dev/null and b/public/img/icon/postman.png differ diff --git a/src/app/public/pages/home/home.component.html b/src/app/public/pages/home/home.component.html index 0dfe7cf..2893d18 100644 --- a/src/app/public/pages/home/home.component.html +++ b/src/app/public/pages/home/home.component.html @@ -17,9 +17,7 @@
+ class="profile-container w-64 h-64 rounded-full overflow-hidden border-4 border-primary-dark dark:border-primary-light shadow-xl transition duration-300 transform hover:scale-105 profile-shadow"> Johan Leroy
-

Mes compétences

+

Mes compétences

Technologies maîtrisées

-
+
@@ -178,6 +176,13 @@ Git
+
+
+ Postman +
+ Postman +
+
phpstorm @@ -201,26 +206,11 @@
- - -
-
-
-

Centres d'intérêt

-
- Jeux vidéo - Films & Séries - DJ - Projet personnel -
-
-
- -

Technologies en apprentissage

- -
+ +

Autres technologies manipulées

+
@@ -262,7 +252,7 @@
-

Frameworks

+

Frameworks

@@ -292,7 +282,7 @@
-

Bases de données

+

Bases de données

@@ -310,6 +300,83 @@
+ + +
+
+
+

Outils

+
+
+
+ azure +
+ Azure +
+ +
+
+ aws +
+ AWS +
+
+
+
+
+ + +
+
+
+

Centres d'intérêt

+ +
+ +
+
+
+
+ +
+ Jeux vidéo +
+
+ + +
+
+
+
+ +
+ Films & Séries +
+
+ + +
+
+
+
+ +
+ DJ +
+
+ + +
+
+
+
+ +
+ Projet personnel +
+
+
+
diff --git a/src/app/public/pages/home/home.component.ts b/src/app/public/pages/home/home.component.ts index 9bd782b..daf7511 100644 --- a/src/app/public/pages/home/home.component.ts +++ b/src/app/public/pages/home/home.component.ts @@ -18,7 +18,6 @@ export class HomeComponent implements OnInit, AfterViewInit, OnDestroy { private particles: Particle[] = []; private particleCount = 100; private animationFrameId: number | null = null; - isRotating: boolean = false; constructor(private seoService: SeoService, private ngZone: NgZone) { } @@ -32,15 +31,6 @@ export class HomeComponent implements OnInit, AfterViewInit, OnDestroy { this.seoService.createCanonicalLink(); } - toggleRotation(): void { - if (!this.isRotating) { - this.isRotating = true; - setTimeout(() => { - this.isRotating = false; - }, 1500); - } - } - ngAfterViewInit(): void { this.ngZone.runOutsideAngular(() => { this.createParticles(); diff --git a/src/index.html b/src/index.html index 8be1a5b..436b079 100644 --- a/src/index.html +++ b/src/index.html @@ -6,6 +6,7 @@ +