commit decb4df708b7e458f4bfbe2ed595da9d08fade3b Author: Jimmy Labbé Date: Thu Jun 11 19:22:02 2026 +0200 first commit diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..804087c Binary files /dev/null and b/.DS_Store differ diff --git a/Audios/ANGLAIS.mp3 b/Audios/ANGLAIS.mp3 new file mode 100644 index 0000000..db10ab2 Binary files /dev/null and b/Audios/ANGLAIS.mp3 differ diff --git a/Audios/ESPAGNOL.mp3 b/Audios/ESPAGNOL.mp3 new file mode 100644 index 0000000..5dd5cd0 Binary files /dev/null and b/Audios/ESPAGNOL.mp3 differ diff --git a/Audios/FRANCAIS.mp3 b/Audios/FRANCAIS.mp3 new file mode 100644 index 0000000..d84fb0d Binary files /dev/null and b/Audios/FRANCAIS.mp3 differ diff --git a/Audios/POLONAIS.mp3 b/Audios/POLONAIS.mp3 new file mode 100644 index 0000000..a45772a Binary files /dev/null and b/Audios/POLONAIS.mp3 differ diff --git a/Audios/RUSSE.mp3 b/Audios/RUSSE.mp3 new file mode 100644 index 0000000..ae0509f Binary files /dev/null and b/Audios/RUSSE.mp3 differ diff --git a/Audios/UKRAINIEN.mp3 b/Audios/UKRAINIEN.mp3 new file mode 100644 index 0000000..65beade Binary files /dev/null and b/Audios/UKRAINIEN.mp3 differ diff --git a/README.md b/README.md new file mode 100644 index 0000000..a5a91a8 --- /dev/null +++ b/README.md @@ -0,0 +1,104 @@ +# GSK Évreux - Mini Site Règles de Sécurité Visiteurs + +## Présentation + +Ce mini site web a été développé pour **GSK Évreux** afin de présenter de manière claire et moderne les **règles de sécurité** à l’intention des livreurs. + +--- + +## Informations Projet + +- **Client** : GSK Évreux +- **Réalisé par** : Jimmy Labbé (Labbej27) +- **Pour le compte de** : Fiducial +- **Date** : Juin 2026 +- **Type** : Mini site web autonome (single file) + +--- + +## Objectif + +Permettre aux visiteurs de : +- Choisir leur langue (Français, Anglais, Espagnol, Polonias, Russe et Ukrainien) +- Visionner une vidéo de sensibilisation à la sécurité +- Lire clairement les règles de sûreté +- Obtenir un code de confirmation à remettre à l’hôtesse d’accueil + +--- + +## Fonctionnalités + +- Design aux couleurs officielles GSK (orange #f36f21) +- Interface multilingue (FR / EN / ES / UA / RU / PL) +- Vidéo locale français responsive (`gsklivrfr.mp4`) +- Vidéo locale anglais responsive (`gsklivren.mp4`) +- Vidéo locale espagnol responsive (`gsklivres.mp4`) +- Vidéo locale russe responsive (`gsklivrru.mp4`) +- Vidéo locale ukrainien responsive (`gsklivrukr.mp4`) +- Vidéo locale polonais responsive (`gsklivrpl.mp4`) +- Codes de confirmation par langue +- Responsive (mobile & desktop) +- Protection contre l’indexation (`noindex`) +- Favicon et logo GSK + +--- + +## Licence + +**© 2026 Jimmy Labbé - Tous droits réservés** + +Ce projet est **strictement confidentiel** et **propriétaire**. + +**Seul le personnel de GSK et son service informatique** est autorisé à exploiter, modifier, déployer ou utiliser ce site. + +**Aucune autorisation** n’est donnée pour : +- La redistribution +- L’utilisation en dehors de GSK +- La publication publique +- Toute utilisation par des tiers (y compris Fiducial sans accord explicite de GSK) + +Toute utilisation en dehors du personnel GSK et de son service informatique est strictement interdite. + +--- + +## Fichiers du projet + +- `index.html` → Page principale +- `logo.jpeg` → Logo GSK +- `logo.jpeg` → Icône du site +- `video-securite.mp4` → Vidéo de sensibilisation FR +- `video-securiteen.mp4` → Vidéo de sensibilisation EN +- `video-securitees.mp4` → Vidéo de sensibilisation ES +- `robots.txt` → Blocage d’indexation +- `README.md` → Ce fichier + +--- + +## Déploiement + +Ce site est conçu pour être très léger et peut être déployé facilement sur : +- Un serveur web interne +- Un NAS +- Gitea / GitLab Pages +- Tout serveur HTTP (Apache, Nginx, etc.) + + +### Important : +Pensez à **modifier l’URL** dans le fichier `index.html` (si nécessaire) ou dans la documentation selon l’adresse où le site sera hébergé. + +**Exemple** : Remplacer `https://gsk.labbej27.fr` par l’adresse réelle du serveur (ex: `https://securite.gsk-evreux.fr` ou `http://10.0.0.50:8080`). + +Pour tester en local : +```bash +python -m http.server 8000 +``` + +--- + + +## Auteurs + +**Jimmy Labbé** (Labbej27) +**Rebecca-Sarah Attat** + +*Développé pour Fiducial au service de GSK Évreux* \ No newline at end of file diff --git a/gsklivren.mp4 b/gsklivren.mp4 new file mode 100644 index 0000000..74a90d7 Binary files /dev/null and b/gsklivren.mp4 differ diff --git a/gsklivres.mp4 b/gsklivres.mp4 new file mode 100644 index 0000000..3b93bfe Binary files /dev/null and b/gsklivres.mp4 differ diff --git a/gsklivrfr.mp4 b/gsklivrfr.mp4 new file mode 100644 index 0000000..33352aa Binary files /dev/null and b/gsklivrfr.mp4 differ diff --git a/gsklivrpl.mp4 b/gsklivrpl.mp4 new file mode 100644 index 0000000..a21520a Binary files /dev/null and b/gsklivrpl.mp4 differ diff --git a/gsklivrru.mp4 b/gsklivrru.mp4 new file mode 100644 index 0000000..848d6e9 Binary files /dev/null and b/gsklivrru.mp4 differ diff --git a/gsklivrukr.mp4 b/gsklivrukr.mp4 new file mode 100644 index 0000000..63f352f Binary files /dev/null and b/gsklivrukr.mp4 differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..a12d981 --- /dev/null +++ b/index.html @@ -0,0 +1,623 @@ + + + + + + + +GSK | Règles de Sécurité Livreurs + + + + + + + + +
+
+ + + +
+ + + + + + +
+ +
+
+ +
+
+ +

Bienvenue chez GSK

+ +

+Sélectionnez votre langue +

+ +
+ + + + + + + + +
+
+
+ + + +
+ +

+Règles de sûreté à l’intention des livreurs +

+ +
+ +
+ +
+ +
    +
  • Vitesse limitée à 20 km/h.
  • +
  • Interdiction de fumer, même dans votre véhicule.
  • +
  • Animaux interdits, même tenus en laisse.
  • +
  • Passagers interdits (à déclarer si présents).
  • +
  • Aucune nourriture ni boisson dans les locaux.
  • +
  • Téléphone interdit au volant.
  • +
  • Ne pas courir et ne pas marcher sur les pelouses.
  • +
  • Badge visible obligatoire et badgeage individuel à l’entrée et à la sortie.
  • +
  • EPI obligatoires : chaussures de sécurité et gilet haute visibilité.
  • +
  • Bon de livraison daté obligatoire (papier et numérique).
  • +
+ +

Merci de respecter ces règles pour la sécurité de tous.

+ +
+ + + +

+Communiquez ce code à l’hôtesse d’accueil : +

+ +
+ +
+
+
+ + + +
+ +

+Safety Rules for Delivery Drivers +

+ +
+ +
+ +
+ +
    +
  • Maximum speed limit: 20 km/h.
  • +
  • No smoking, including inside your vehicle.
  • +
  • No animals allowed, even if kept on a leash.
  • +
  • No passengers allowed (must be declared if present).
  • +
  • No food or drinks allowed inside the buildings.
  • +
  • No phone use while driving.
  • +
  • Do not run or walk on the grass.
  • +
  • Badge must be visible at all times; individual badge scanning is mandatory when entering and leaving the site.
  • +
  • Mandatory PPE: safety shoes and a high-visibility vest.
  • +
  • A dated delivery note is required, both in paper and digital format.
  • +
+ +

Thank you for complying with these rules to ensure everyone's safety.

+ +
+ + + +

+Give this code to the receptionist : +

+ +
+ +
+
+
+ + + +
+ +

+Normas de seguridad para transportistas +

+ +
+ +
+ +
+ +
    +
  • Velocidad máxima permitida: 20 km/h.
  • +
  • Prohibido fumar, incluso dentro de su vehículo.
  • +
  • Prohibida la entrada de animales, incluso si van sujetos con correa.
  • +
  • No se permiten pasajeros (deben declararse si los hubiera).
  • +
  • No se permite introducir alimentos ni bebidas en las instalaciones.
  • +
  • Prohibido utilizar el teléfono móvil mientras se conduce.
  • +
  • No correr ni caminar sobre el césped.
  • +
  • Es obligatorio llevar la acreditación visible y realizar el registro individual de entrada y salida.
  • +
  • Uso obligatorio de EPI: calzado de seguridad y chaleco de alta visibilidad.
  • +
  • Es obligatorio presentar un albarán de entrega fechado, tanto en formato papel como digital.
  • +
+ +

Gracias por respetar estas normas para garantizar la seguridad de todos.

+ +
+ + + +

+Entregue este código a la recepcionista : +

+ +
+ +
+
+
+ + +
+ +

+Правила безопасности для водителей доставки +

+ +
+ +
+ +
+ +
    +
  • Максимальная скорость движения — 20 км/ч.
  • +
  • Курение запрещено, в том числе в вашем автомобиле.
  • +
  • Животные запрещены, даже если они находятся на поводке.
  • +
  • Пассажиры запрещены (при их наличии необходимо сообщить об этом).
  • +
  • Приносить еду и напитки в помещения запрещено.
  • +
  • Запрещено пользоваться телефоном за рулём.
  • +
  • Запрещено бегать и ходить по газонам.
  • +
  • Пропуск должен быть всегда на видном месте; обязательна индивидуальная регистрация при входе и выходе.
  • +
  • Использование СИЗ обязательно: защитная обувь и сигнальный жилет повышенной видимости.
  • +
  • Товарно-транспортная накладная с датой обязательна как в бумажном, так и в электронном виде.
  • +
+ +

Просим соблюдать данные правила для обеспечения безопасности всех находящихся на объекте.

+ +
+ + + +

+Передайте этот код администратору : +

+ +
+ +
+
+
+ + + +
+ +

+Правила безпеки для водіїв доставки +

+ +
+ +
+ +
+ +
    +
  • Максимальна швидкість руху — 20 км/год.
  • +
  • Паління заборонено, у тому числі у вашому транспортному засобі.
  • +
  • Тварини заборонені, навіть якщо вони на повідку.
  • +
  • Пасажири заборонені (у разі їх наявності необхідно повідомити про це).
  • +
  • Їжа та напої в приміщеннях заборонені.
  • +
  • Заборонено користуватися телефоном за кермом.
  • +
  • Заборонено бігати та ходити по газонах.
  • +
  • Перепустка повинна бути добре видимою; обов’язкова індивідуальна реєстрація при вході та виході.
  • +
  • ЗІЗ обов’язкові: захисне взуття та сигнальний жилет підвищеної видимості.
  • +
  • Обов’язкова наявність датованої накладної на поставку як у паперовому, так і в електронному вигляді.
  • +
+ +

Дякуємо за дотримання цих правил задля безпеки всіх присутніх на об’єкті.

+ +
+ + + +

+Передайте цей код адміністратору : +

+ +
+ +
+
+
+ + + +
+ +

+Zasady bezpieczeństwa dla kierowców dostawczych +

+ +
+ +
+ +
+ +
    +
  • Maksymalna dozwolona prędkość – 20 km/h.
  • +
  • Palenie jest zabronione, również w pojeździe.
  • +
  • Wprowadzanie zwierząt jest zabronione, nawet jeśli są na smyczy.
  • +
  • Pasażerowie są niedozwoleni (jeśli są obecni, należy to zgłosić).
  • +
  • Wnoszenie żywności i napojów do budynków jest zabronione.
  • +
  • Korzystanie z telefonu podczas prowadzenia pojazdu jest zabronione.
  • +
  • Nie wolno biegać ani chodzić po trawnikach.
  • +
  • Identyfikator musi być widoczny; obowiązuje indywidualne odbijanie identyfikatora przy wejściu i wyjściu.
  • +
  • ŚOI są obowiązkowe: obuwie ochronne oraz kamizelka ostrzegawcza o wysokiej widoczności.
  • +
  • Obowiązkowy jest datowany dokument dostawy (w formie papierowej i elektronicznej).
  • +
+ +

Dziękujemy za przestrzeganie tych zasad dla bezpieczeństwa wszystkich osób przebywających na terenie obiektu.

+ +
+ + + +

+Peredajte цей код адміністратору : +

+ +
+ +
+
+
+ + + + + + + \ No newline at end of file diff --git a/robots.txt b/robots.txt new file mode 100644 index 0000000..4949514 --- /dev/null +++ b/robots.txt @@ -0,0 +1,5 @@ +User-agent: * +Disallow: / + +# Pas d'indexation +Noindex: / \ No newline at end of file