diff --git a/angular.json b/angular.json index 1fecb34..4258ac4 100644 --- a/angular.json +++ b/angular.json @@ -3,7 +3,7 @@ "version": 1, "newProjectRoot": "projects", "projects": { - "ENI-Angular": { + "Portfolio": { "projectType": "application", "schematics": {}, "root": "", @@ -13,7 +13,7 @@ "build": { "builder": "@angular-devkit/build-angular:application", "options": { - "outputPath": "dist/eni-angular", + "outputPath": "dist", "index": "src/index.html", "browser": "src/main.ts", "polyfills": [ @@ -59,10 +59,10 @@ "builder": "@angular-devkit/build-angular:dev-server", "configurations": { "production": { - "buildTarget": "ENI-Angular:build:production" + "buildTarget": "Portfolio:build:production" }, "development": { - "buildTarget": "ENI-Angular:build:development" + "buildTarget": "Portfolio:build:development" } }, "defaultConfiguration": "development" @@ -92,5 +92,8 @@ } } } + }, + "cli": { + "analytics": false } } diff --git a/package.json b/package.json index c96a1b9..e3b5ab6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "eni-angular", - "version": "0.0.0", + "name": "portfolio", + "version": "1.0.0", "scripts": { "ng": "ng", "start": "ng serve", 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.jpeg b/public/img/pp.jpeg deleted file mode 100644 index ec913a4..0000000 Binary files a/public/img/pp.jpeg 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/img/projet/monvoisingeek.png b/public/img/projet/monvoisingeek.png new file mode 100644 index 0000000..fd4a1dc Binary files /dev/null and b/public/img/projet/monvoisingeek.png differ diff --git a/public/src/assets/cv.pdf b/public/src/assets/cv.pdf index 842aa64..27b8fdf 100644 Binary files a/public/src/assets/cv.pdf and b/public/src/assets/cv.pdf differ diff --git a/src/app/app.component.ts b/src/app/app.component.ts index b115f66..97f01f1 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -9,5 +9,4 @@ import { RouterOutlet } from '@angular/router'; styleUrl: './app.component.css' }) export class AppComponent { - title = 'ENI-Angular'; } diff --git a/src/app/public/pages/experience/experience.component.html b/src/app/public/pages/experience/experience.component.html index b3606bf..18cb448 100644 --- a/src/app/public/pages/experience/experience.component.html +++ b/src/app/public/pages/experience/experience.component.html @@ -197,8 +197,8 @@ 7 semaines

- Stage de développement d'application web qui permet de récupérer des fichiers stockés dans SharePoint. - Système et réseau, réparation et configuration de PC, imprimante et téléphone.

+ Stage de développement d'une application web qui permet de récupérer des fichiers stockés dans SharePoint. + Réparation et configuration de PC, imprimantes et téléphones.

@@ -249,7 +249,7 @@ 1 semaine

- Stage de développement application windows d'automatisation + Stage de développement d'applications windows d'automatisation

@@ -351,7 +351,7 @@ - Gestion de projet + Gestion de projets
@@ -367,7 +367,7 @@
- Analyse de projet + Analyse de projets
diff --git a/src/app/public/pages/formations/formations.component.html b/src/app/public/pages/formations/formations.component.html index 2c022c5..a263e3f 100644 --- a/src/app/public/pages/formations/formations.component.html +++ b/src/app/public/pages/formations/formations.component.html @@ -22,7 +22,7 @@
-

Concepteur Développeur d'Application

+

Concepteur Développeur d'Applications

Campus ENI Nantes

@@ -73,7 +73,7 @@ Campus Saint Félix La Salle Nantes

- Formation technique supérieur sur les systèmes électroniques et informatiques, avec une spécialisation dans l'informatique industrielle et les réseaux. + Formation technique supérieure en systèmes électroniques et informatiques, avec une spécialisation en informatique industrielle et en réseaux.

@@ -84,7 +84,7 @@ Campus Saint Félix La Salle Nantes

- Formation technique supérieur sur les systèmes électroniques et informatiques, avec une spécialisation dans l'informatique industrielle et les réseaux. + Formation technique supérieure en systèmes électroniques et informatiques, avec une spécialisation en informatique industrielle et en réseaux.

@@ -105,7 +105,7 @@ Campus Saint Félix La Salle Nantes

- Formation aux systèmes électroniques et réseaux informatiques. Apprentissage des bases de l'installation et de la maintenance de systèmes numériques. + Formation en systèmes électroniques et réseaux informatiques. Apprentissage des bases de l'installation et de la maintenance de systèmes numériques.

@@ -124,7 +124,7 @@ Campus Saint Félix La Salle Nantes

- Formation aux systèmes électroniques et réseaux informatiques. Apprentissage des bases de l'installation et de la maintenance de systèmes numériques. + Formation en systèmes électroniques et réseaux informatiques. Apprentissage des bases de l'installation et de la maintenance de systèmes numériques.

@@ -150,7 +150,7 @@ @@ -158,7 +158,7 @@

Diplôme National du Brevet

- Ensemble scolaire Saint Père En Retz + Ensemble scolaire Saint Père en Retz

diff --git a/src/app/public/pages/home/home.component.html b/src/app/public/pages/home/home.component.html index 281cb9a..74945af 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 @@ -438,7 +438,7 @@
- Projet personnel + Projets personnels
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'; diff --git a/src/app/public/pages/projets/projets.component.html b/src/app/public/pages/projets/projets.component.html index 2f2fd7d..754845d 100644 --- a/src/app/public/pages/projets/projets.component.html +++ b/src/app/public/pages/projets/projets.component.html @@ -11,37 +11,6 @@
- - - -
- Site de l'association Techos -
- Web -
-
- -
-

- Site vitrine de l'association Techos -

-

- Développement d'un site web vitrine complète pour l'association Techos. -

-
- Angular - Express JS - mariaDB -
- - Voir le projet - -
-
- - @@ -72,6 +41,64 @@
+ +
+ Site de l'association Techos +
+ Web +
+
+
+

+ Site vitrine de l'association Techos +

+

+ Développement d'un site web vitrine complète pour l'association Techos. +

+
+ Angular + Tailwind CSS + Express JS + mariaDB +
+ + Voir le projet + +
+
+ + + +
+ Site mon voisin geek +
+ Web +
+
+ +
+

+ Site web vitrine Mon Voisin Geek +

+

+ Développement d'un site web vitrine simple. +

+
+ Angular + Tailwind CSS + Express JS + mariaDB +
+ + Voir le projet + +
+
+