diff --git a/Pegasus-Logo.webp b/Pegasus-Logo.webp deleted file mode 100644 index 5c07def..0000000 Binary files a/Pegasus-Logo.webp and /dev/null differ diff --git a/background.jpg b/background.jpg deleted file mode 100644 index 6490334..0000000 Binary files a/background.jpg and /dev/null differ diff --git a/black.jpg b/black.jpg deleted file mode 100644 index 36a4b58..0000000 Binary files a/black.jpg and /dev/null differ diff --git a/burger.png b/burger.png deleted file mode 100644 index f4ee407..0000000 Binary files a/burger.png and /dev/null differ diff --git a/java.js b/java.js deleted file mode 100644 index b09edab..0000000 --- a/java.js +++ /dev/null @@ -1,9 +0,0 @@ -const burger = document.querySelector('.burger'); -const nav = document.querySelector('.nav-links'); - -burger.addEventListener('click', () => { - nav.classList.toggle('nav-active'); - - - burger.classList.toggle('toggle'); -}); diff --git a/logo.jpg b/logo.jpg deleted file mode 100644 index 8b56e44..0000000 Binary files a/logo.jpg and /dev/null differ diff --git a/nul.jpg b/nul.jpg deleted file mode 100644 index ec7d93c..0000000 Binary files a/nul.jpg and /dev/null differ diff --git a/page_acceuil.css b/page_acceuil.css deleted file mode 100644 index 5314fe3..0000000 --- a/page_acceuil.css +++ /dev/null @@ -1,107 +0,0 @@ -body { - font-family: Arial, sans-serif; - margin: 0; - padding: 0; - } - - header { - background-color: #333; - color: #fff; - padding: 10px 0; - } - - nav ul { - list-style: none; - margin: 0; - padding: 0; - display: flex; - flex-wrap: nowrap; - } - - nav ul li { - display: inline-block; - margin-right: 20px; - } - - nav ul li a { - color: #fff; - text-decoration: none; - } - - main { - padding: 20px; - } - - .banner { - text-align: center; - background-image: url('lien_vers_image_banner.jpg'); - background-size: cover; - color: #fff; - padding: 100px 0; - } - - .banner h1 { - font-size: 3em; - } - - .banner p { - font-size: 1.5em; - } - - .btn { - display: inline-block; - padding: 10px 20px; - background-color: #FF0000; - color: #fff; - text-decoration: none; - border-radius: 5px; - margin-top: 20px; - } - - .btn:hover { - background-color: #990000; - } - - footer { - background-color: #333; - color: #fff; - text-align: center; - padding: 10px 0; - position: absolute; - bottom: 0; - width: 100%; - } - - .burger { - display: none; - cursor: pointer; - } - - .line1, .line2, .line3 { - width: 25px; - height: 3px; - background-color: #333; - margin: 5px; - transition: all 0.3s ease; - } - - @media screen and (max-width: 768px) { - .nav-links { - display: none; - width: 100%; - text-align: center; - position: absolute; - background-color: #f9f9f9; - top: 80px; - left: 0; - } - - .nav-links li { - display: block; - margin-top: 10px; - } - - .burger { - display: block; - } - } \ No newline at end of file diff --git a/page_acceuil.html b/page_acceuil.html deleted file mode 100644 index e2dce1a..0000000 --- a/page_acceuil.html +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - Pegasus Services - - - -
- - -
-
- - -
-

Nos Services

-

Découvrez nos services pour des véhicules aériens, maritimes et terrestres.

- -
-
- - - - - diff --git a/pegasus.zip b/pegasus.zip deleted file mode 100644 index 96d0b0f..0000000 Binary files a/pegasus.zip and /dev/null differ diff --git a/reservation.css b/reservation.css deleted file mode 100644 index 3053894..0000000 --- a/reservation.css +++ /dev/null @@ -1,136 +0,0 @@ -body { - font-family: 'Arial', sans-serif; - background-color: #ffffff; - color: #000; - margin: 0; - padding: 0; - display: flex; - flex-direction: column; - align-items: center; - justify-content: center; - height: 100vh; -} - -header { - position: fixed; - background-color: #162938; - top: 0; - left: -50; - width: 100%; - padding: 20px 100px; - display: flex; - justify-content: space-between; - align-items: center; - z-index: 99; -} - - -.navigation a { - position: relative; - font-size: 1.1em; - color: #fff; - text-decoration: none; - font-weight: 500; - margin-left: 40px; -} - -.navigation a::after { - content: ''; - position: absolute; - left: 0; - bottom: -6px; - width: 100%; - height: 3px; - background: #fff; - border-radius: 5px; - transform-origin: right; - transform: scaleX(0); - transition: transform .5s; - -} -.navigation a:hover::after { - transform-origin: left; - transform: scaleX(1); - -} - -.navigation .btnLogin-popup { - width: 130px; - height: 50px; - background: transparent; - border: 2px solid #fff; - outline: none; - border-radius: 6px; - cursor: pointer; - font-size: 1.1em; - color: #fff; - font-weight: 500; - margin-left: 40px; - transition: .5s; -} - -.navigation .btnLogin-popup:hover { - background: #fff; - color: #162938; - -} - -h1, h2 { - color: #ffffff; -} - -form { - width: 70%; - max-width: 600px; -} - -div { - margin-bottom: 20px; - width: 100%; -} - -label { - display: block; - margin-bottom: 5px; - color: #162938; -} - -select, input, textarea { - width: 100%; - padding: 8px; - margin-bottom: 10px; - box-sizing: border-box; -} - -button { - background-color: #162938; - color: #fff; - padding: 10px 20px; - border: none; - cursor: pointer; -} - -button:hover { - background-color: #333; -} - -ul { - list-style: none; - padding: 0; -} - - -.date-container { - display: flex; - justify-content: space-between; - width: 50%; /* Ajuste selon tes besoins */ - margin-top: 40px; -} - -.date-container li { - width: 48%; /* Ajuste selon tes besoins */ -} - -.date-container label.date-label { - vertical-align: top; -} \ No newline at end of file diff --git a/reservation.html b/reservation.html deleted file mode 100644 index 7ec68fe..0000000 --- a/reservation.html +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - Réservation d'Équipements - - - - -
- - -
-

Réservation d'Équipements

- -
- - -
-
-
  • - - -
  • - -
  • - - -
  • -
    -
    -

    Équipements Disponibles :

    - - -
    - -
    - - -
    - -
    - - -
    - -
    - - -
    - - -
    -

    Récapitulatif de la Réservation :

    -

    -
    - -
    - - -
    - - - function confirmReservation() { - } - - - - - diff --git a/white.jpg b/white.jpg deleted file mode 100644 index 0af5e3d..0000000 Binary files a/white.jpg and /dev/null differ