diff --git a/index.html b/index.html new file mode 100644 index 0000000..f18e005 --- /dev/null +++ b/index.html @@ -0,0 +1,112 @@ + + + + + + + CV - Safouane Bazzi + + + + + + + + +
+ +
+ +
+

BAZZI Safouane

+

À la recherche d’un stage

+
+ +
+

Contact

+
+

Téléphone :
07 60 78 58 48

+

Email :
safouanebazzi@gmail.com

+

Adresse :
10 Boulevard Pablo Picasso
94000 Créteil

+

Permis :
Permis B

+
+ +
+

Compétences

+
+
    +
  • Réseaux : TCP/IP, HTTP, DNS
  • +
  • Programmation : C, Python, SQL, HTML/CSS
  • +
  • Virtualisation : VMware, VirtualBox
  • +
  • Bureautique : Word, Excel, PowerPoint
  • +
  • Travail en équipe
  • +
+
+ +
+

Langues

+
+
    +
  • Français : Courant
  • +
  • Anglais : Intermédiaire
  • +
+
+ +
+

Centres d’intérêt

+
+
    +
  • Musculation et football
  • +
  • Voyage
  • +
  • Informatique
  • +
+
+
+ +
+ +
+

Profil

+

Je suis étudiant en première année de BTS CIEL (Cybersécurité, Informatique et réseaux, Électronique) + au lycée Lasalle Saint-Denis. Je recherche un stage technique de 6 semaines, du 19 mai au 27 juin 2025, + pour développer mes compétences en administration et gestion des réseaux.

+
+ +
+

Expériences

+
+

Employé polyvalent - KFC Casablanca

+

Juil. 2023 - Août 2023

+
+
+

Préparateur de commandes - JUMIA Casablanca

+

Juil. 2024 - Août 2024

+
+
+ +
+

Formation

+
+

BTS CIEL (Cybersécurité, Informatique et Réseaux, Électronique)

+

Sept. 2024 - Juil. 2026

+

Groupe scolaire La Salle Saint-Denis

+
+
+

Baccalauréat Scientifique - Mention Bien

+

Juil. 2024

+
+
+ +
+

Engagement

+

Participation à une collecte de fonds pour les victimes du séisme d'Al Haouz en septembre 2023, renforçant mes compétences en organisation et en communication.

+
+ +
+ +
+ + + + \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..e6ad289 --- /dev/null +++ b/style.css @@ -0,0 +1,61 @@ +body { + margin: 0; + font-family: 'Roboto', sans-serif; +} + +:root { + --main-color: #1f3c88; +} + +.cv-container { + max-width: 1000px; + min-height: 800px; + display: flex; + box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); +} + +.col-left { + width: 35%; + background-color: var(--main-color); + display: flex; + flex-direction: column; + justify-content: space-between; +} + +.col-right { + width: 65%; +} + +.section-title { + color: #ffffff; +} + +.text-main { + color: var(--main-color); +} + +section { + margin-bottom: 40px; +} + +h1 { + font-size: 24px; +} + +h2 { + font-size: 20px; + margin-bottom: 10px; +} + +h3 { + font-size: 18px; + margin-bottom: 5px; +} + +ul { + padding-left: 0; +} + +ul li { + margin-bottom: 8px; +} \ No newline at end of file