diff --git a/html/index.html b/html/index.html new file mode 100644 index 00000000..7d763a9a --- /dev/null +++ b/html/index.html @@ -0,0 +1,48 @@ + + + + + + + Club Réseaux + + +
+
+ + + +
+
+
+
+
E59
+
Club Réseaux
+
+ +
+
+
+
+
+
+
+

Club Réseaux

+

Qui sommes nous ?

+
Nous sommes un petit groupe d'étudiants en BUT Réseaux et Télécoms à l'IUT de Vélizy passionnés par l'informatique et les réseaux.
+
Nous avons mis en place une infrastructure informatique afin de pouvoir développer des projets informatiques.
+
+
+
+
+ + + \ No newline at end of file diff --git a/html/index.php b/html/index.php deleted file mode 100644 index 1a289ff5..00000000 --- a/html/index.php +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - Club Réseaux - - -
Hello
- - \ No newline at end of file diff --git a/html/src/css/style.css b/html/src/css/style.css new file mode 100644 index 00000000..3eb76858 --- /dev/null +++ b/html/src/css/style.css @@ -0,0 +1,54 @@ +:root { + --text: #e9e9e9; + --background: #3a3a3a; + --dark-background: #242424; +} + +body { + font-family: Bahnschrift; + color: var(--text); + margin: 0; +} + +main { + background: var(--background); + width: 100%; + margin: 0; + min-height: 100em; +} + +header, footer { + width: 100%; + margin: 0; + background: var(--dark-background); + display: flex; + justify-content: space-between; +} + +.content { + width: 60%; + margin: 0 auto; + padding-top: 2em; +} + +.athena-container { + padding: 1em; +} + +.athena { + height: 7em; + margin-left: 1em; + border-radius: 3.5em; +} + +.athena:hover { + box-shadow: 0 0 15px rgba(255, 255, 255, 0.322); +} + +.main-title { + text-align: right; +} + +.main-title .title { + font-size: 3em; +} \ No newline at end of file diff --git a/html/src/img/athena-mono.png b/html/src/img/athena-mono.png new file mode 100644 index 00000000..ec30876e Binary files /dev/null and b/html/src/img/athena-mono.png differ diff --git a/html/src/img/favicon.ico b/html/src/img/favicon.ico new file mode 100644 index 00000000..b9110f90 Binary files /dev/null and b/html/src/img/favicon.ico differ