diff --git a/assets/discord-logo.png b/assets/discord-logo.png new file mode 100644 index 0000000..8347f3a Binary files /dev/null and b/assets/discord-logo.png differ diff --git a/assets/forum-logo.svg b/assets/forum-logo.svg deleted file mode 100644 index 4215888..0000000 --- a/assets/forum-logo.svg +++ /dev/null @@ -1,59 +0,0 @@ - - - - - - - - - - - - - - diff --git a/assets/instagram-logo.png b/assets/instagram-logo.png deleted file mode 100644 index 61c75cb..0000000 Binary files a/assets/instagram-logo.png and /dev/null differ diff --git a/assets/mailing-list-logo.png b/assets/mailing-list-logo.png deleted file mode 100644 index d611289..0000000 Binary files a/assets/mailing-list-logo.png and /dev/null differ diff --git a/assets/tik-tok-logo.png b/assets/tik-tok-logo.png deleted file mode 100644 index 5f1512c..0000000 Binary files a/assets/tik-tok-logo.png and /dev/null differ diff --git a/assets/twitter-logo.png b/assets/twitter-logo.png deleted file mode 100644 index 30d0343..0000000 Binary files a/assets/twitter-logo.png and /dev/null differ diff --git a/game-template/game-template.css b/game-template/game-template.css deleted file mode 100644 index 5686861..0000000 --- a/game-template/game-template.css +++ /dev/null @@ -1,62 +0,0 @@ -html { - background-color: grey; -} - -.container { - background-color: red; - display: grid; - grid-template-columns: repeat(4, 1fr); - grid-auto-rows: minmax(100px, auto); - gap: 10px; - text-align: center; -} - -.block { - border: solid 5px orange; - border-radius: 25px; -} - -.one { - grid-column: 2 / 4; - grid-row: 1; -} - -.two { - grid-column: 2 / 4; - grid-row: 2 / 5; -} - -.three { - grid-column: 1; - grid-row: 2 / 5; -} - -.four { - grid-column: 4; - grid-row: 2; -} - -.five { - grid-column: 4; - grid-row: 3; -} - -.six { - grid-column: 4; - grid-row: 4; -} - -.seven { - grid-column: 2 / 4; - grid-row: 5 / 7; -} - -.eight { - grid-column: 2; - grid-row: 7 / 8; -} - -.nine { - grid-column: 3; - grid-row: 7 / 8; -} diff --git a/game-template/index.html b/game-template/index.html deleted file mode 100644 index 087327e..0000000 --- a/game-template/index.html +++ /dev/null @@ -1,22 +0,0 @@ - - - - - Game Template - - - - -
-

logo

-

trailer

-

sommaire

-

steam page

-

social media link

-

mailing list

-

desc / suite de la page

faire different block pour chaque partie

-

wishlist now!

-

lien steam

-
- - diff --git a/game0.html b/game0.html deleted file mode 100644 index 2ba4c17..0000000 --- a/game0.html +++ /dev/null @@ -1,3 +0,0 @@ -acceuil -
- diff --git a/index.html b/index.html index 9710385..f785c63 100644 --- a/index.html +++ b/index.html @@ -26,29 +26,23 @@ menu icon - forum -

FORUM

+ discord +

DISCORD

steam

STEAM

+ email us

EMAIL US

- - mailing list -

MAILING LIST

-
press kit

PRESS KIT

@@ -86,40 +80,6 @@
- - GAME 5 - - - - GAME 6 - - - - GAME 7 - - - - GAME 8 - - - - GAME 9 - - -
- close button - BUY OUR LAST GAME NOW! -
diff --git a/style.css b/style.css index 4c881a9..4eedd22 100644 --- a/style.css +++ b/style.css @@ -81,27 +81,6 @@ nav > img { } } -#notif { - position: fixed; - margin: 1rem; - padding: 0.5rem; - right: 0px; - bottom: 0px; - background-color: orange; - text-align: center; - font-size: 2rem; -} -#notif a { - text-decoration: none; - color: black; - margin-right: 1rem; -} - -#notif-close { - width: 45px; - float: right; -} - .games { margin: 0 auto; display: grid;