Portfolio personnel d'étudiant en BTS SIO option SISR, hébergeable sur GitHub Pages.
- Design terminal / tech — Esthétique sombre inspirée des outils d'administration
- Loader animé — Séquence d'initialisation au chargement
- Sections complètes — À propos, Compétences, Projets, Veille technologique, Contact
- Terminal interactif — Bloc CLI illustrant le profil technique
- Scroll reveal — Animations au défilement
- 100% responsive — Mobile, tablette, desktop
- Easter egg Konami 🎮 — ↑↑↓↓←→←→BA
portfolio-bts-sio-sisr/
├── index.html # Page principale
├── css/
│ └── style.css # Styles (CSS variables, animations)
├── js/
│ └── main.js # Interactions et animations
├── assets/
│ └── CV_Alex_Moreau.pdf # CV (à ajouter)
├── projets/ # Pages de détail des projets (optionnel)
│ ├── infra-reseau.html
│ ├── active-directory.html
│ └── audit-securite.html
└── README.md
- Fork ou clone ce dépôt
- Personnalise le contenu (nom, projets, liens, etc.)
- Sur GitHub :
Settings → Pages → Source: main branch / root - Ton portfolio sera accessible à :
https://ton-username.github.io/nom-du-repo
Dans index.html, remplace :
David Froger→ ton prénom et nomdavid.froger@email.com→ ton emaillinkedin.com/in/davidfroger→ ton profil LinkedIngithub.com/davidfroger→ ton profil GitHubLycée Fulbert, Chartres→ ton établissementTsc→ ton entreprise d'alternance
Copie un bloc <article class="project-card"> et adapte le contenu.
Dans css/style.css, édite les variables CSS :
:root {
--accent: #00ff88; /* Vert principal */
--accent2: #00aaff; /* Bleu secondaire */
--accent3: #ff6b35; /* Orange veille */
}| Section | Description |
|---|---|
| Hero | Accroche, nom, spécialité, CTA |
| À propos | Présentation + terminal CLI |
| Compétences | 6 domaines : Systèmes, Réseaux, Virtualisation, Sécu, Automatisation, Monitoring |
| Projets | 5 projets avec tags, tech stack et liens |
| Veille technologique | 4 sujets de veille datés + sources |
| Contact | Email, LinkedIn, GitHub |
- HTML5 sémantique
- CSS3 (Grid, Flexbox, Custom Properties, Animations)
- Vanilla JavaScript (IntersectionObserver, animations)
- Google Fonts : Syne + Space Mono
Libre d'utilisation pour usage personnel et éducatif.
Fait avec ❤️ pour les étudiants BTS SIO SISR