From e9d91ab5754b9f45cfef3d62b477851aa00332ab Mon Sep 17 00:00:00 2001 From: WA Date: Fri, 27 Oct 2023 19:08:51 +0200 Subject: [PATCH] =?UTF-8?q?WIP=20sur=20la=20cr=C3=A9ation=20du=20menu=20HT?= =?UTF-8?q?ML=20de=20base?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Ajouté | 0 DOC.md | 40 +++++++++++++++++++++++++ Front/MainCSS.css | 75 +++++++++++++++++++++++++++++++++++++++++++++++ Front/index.html | 25 +++++++++++----- Test | 1 - 5 files changed, 133 insertions(+), 8 deletions(-) delete mode 100644 Ajouté create mode 100644 DOC.md create mode 100644 Front/MainCSS.css delete mode 100644 Test diff --git a/Ajouté b/Ajouté deleted file mode 100644 index e69de29..0000000 diff --git a/DOC.md b/DOC.md new file mode 100644 index 0000000..a298c2a --- /dev/null +++ b/DOC.md @@ -0,0 +1,40 @@ +# SITE-INTERPROMO-2023 (& above) Documentation + +## Table of Contents +- Introduction +- Frontend (client interface) + - Features + - Graphic specifications +- Backend + - Generalities + - API Endpoints + - Error Handling + - Testing +- Credits + +## Introduction +Welcome to the documentation of our magnificent, totally-not-rushed, superfunctional website ! +This website is + +## Frontend +### Features + + +### Graphic specifications + + +## Backend +### Generalities + + +### API Endpoints + + +### Error Handling + + +### Testing + + + +## Credits diff --git a/Front/MainCSS.css b/Front/MainCSS.css new file mode 100644 index 0000000..4a2d442 --- /dev/null +++ b/Front/MainCSS.css @@ -0,0 +1,75 @@ +/* +This CSS contains settings shared beetween all pages (notably the header's). +*/ + +html { + height:100%; +} + +header { + background-color: #ff1f1f; + + position: fixed; + top: 0; + left: 0; + right: 0; + + display:flex; + + + /* nav */ + order: 2; + overflow:inherit; + + background-color: #212529; + align-self:center; + align-items: center; + flex-wrap: wrap; + + /* inherited from navbar */ + padding: 0px 0px 0px 0px; + margin: 0px; + /*text-align: center;*/ + /* display:inline-block; */ + /*vertical-align:top;*/ +} + +header nobr { + color: white; + font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; + + list-style: none; + padding: 0; + margin: 0; + align-self:center; + + list-style-type: none; + padding: 10px; + height: 24px; + margin-top: 4px; + margin-bottom: 4px; + display: inline; +} + +header nobr a, header nobr div button { + padding: 20px 20px 20px 20px; + color: white; + font-size: 16px; + font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; + text-decoration: none; + line-height: 0px; + padding: 5px 12px; +} + +header nobr a:hover { + background-color: #4e5256; +} + + + +body { + background-color: #101214; + height:100%; + position: relative; + padding-bottom: 100px; +} \ No newline at end of file diff --git a/Front/index.html b/Front/index.html index 27cbe59..6a656e8 100644 --- a/Front/index.html +++ b/Front/index.html @@ -1,13 +1,24 @@ - - + + - - Interpromo 2023 - + Accueil + + + + +
+ + Interpromos Logo + + Interpromos 2023 + + receipt_long Matches + groups Équipes + sports_handball Sports + front_hand Arbitres +
-

Coucou

- \ No newline at end of file diff --git a/Test b/Test deleted file mode 100644 index 7c7e5ed..0000000 --- a/Test +++ /dev/null @@ -1 +0,0 @@ -Fichier de test