Site portfolio personnel statique deploye avec GitHub Pages.
Ce repository contient le code source du site web de presentation professionnelle:
- profil
- experiences
- articles
- projets (Data, Cloud, Dev)
Le site est concu en HTML/CSS/JS.
Le site est publie via GitHub Pages sur:
https://elouali.github.io
.
|- index.html (point d entree GitHub Pages, redirection)
|- pages/
| |- index.html
| |- about.html
| |- experiences.html
| |- articles.html
| |- projects-hub.html
| |- projects-data.html
| |- projects-archi.html
| |- projects-dev.html
| |- projects/
| |- project-*.html
| |- data_analyse_ocp.html
| |- project-template.html
|- assets/
| |- css/
| | |- main.css
| | |- project-template.css
| |- js/
| |- main.js
| |- project-template.js
|- assets/images/
|- assets/docs/Cv_EL_OUALI_2025.pdf
- HTML5
- CSS3
- JavaScript
- jQuery (scripts existants)
- Font Awesome
- Google Fonts
- Dupliquer
pages/projects/project-template.htmlverspages/projects/project-<nom>.html. - Remplir les sections (hero, meta, slider, contexte, solution, resultats).
- Ajouter la carte/lien du projet dans la page categorie correspondante:
pages/projects-data.htmlpages/projects-archi.htmlpages/projects-dev.html
- Verifier l affichage desktop + mobile.
Ce site est statique: aucun build requis.
Option simple avec Python:
python -m http.server 8000Puis ouvrir http://localhost:8000.
Voir LICENSE.txt.