commit 7d84b8cf5cd58c7ce1795f6e7faf00d409ef7d1b Author: Guams Date: Sat Feb 15 18:24:21 2025 +0100 initial commit diff --git a/about.html b/about.html new file mode 100644 index 0000000..68bc34c --- /dev/null +++ b/about.html @@ -0,0 +1,24 @@ + + + + About + + + + + +
+

About

+ +
+

W.I.P

+ + \ No newline at end of file diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..133f574 --- /dev/null +++ b/css/style.css @@ -0,0 +1,40 @@ +body { + color: white; + background-color: #020a14; +} + +h1 { + text-align: center; +} + +nav { + gap: 10px; + display: flex; + flex-direction: column; + align-items: center; + background-color: #020a14; + padding: 10px; +} + +nav ul { + list-style-type: none; + margin: 0; + padding: 0; + overflow: hidden; +} + +nav ul li { + float: left; +} + +nav ul li a { + display: block; + color: white; + text-align: center; + padding: 14px 16px; + text-decoration: none; +} + +nav ul li a:hover { + background-color: #424242 +} \ No newline at end of file diff --git a/img/fishgolf.gif b/img/fishgolf.gif new file mode 100644 index 0000000..935eb87 Binary files /dev/null and b/img/fishgolf.gif differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..bce5f78 --- /dev/null +++ b/index.html @@ -0,0 +1,24 @@ + + + + Guams + + + + + + +
+

Welcome to guams.fr

+ +
+ +