From 5d91c0ebd11f5ee84b6c383eed0c1d02c6450f57 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Fri, 13 Oct 2023 15:53:26 +0200 Subject: [PATCH] rework contact page --- static/css/contact.css | 29 +++++ templates/contact.html | 283 +++++++++++++++++++++++++++-------------- 2 files changed, 215 insertions(+), 97 deletions(-) create mode 100644 static/css/contact.css diff --git a/static/css/contact.css b/static/css/contact.css new file mode 100644 index 0000000..31a89ae --- /dev/null +++ b/static/css/contact.css @@ -0,0 +1,29 @@ +/* Parameters light */ +@media (prefers-color-scheme: light) { + :root { + } +} + +/* Parameters dark */ +@media (prefers-color-scheme: dark) { + :root { + } +} + +:root { +} + +/* Page theme */ +main { + color: var(--font-color); + font-size: var(--font-size); + padding: 2em 1em; + font-family: var(--font-family); + color: var(--font-color); + margin: 0 auto; + max-width: 640px; /* breakpoint */ +} + +/* breakpoint */ +@media only screen and (max-width: 640px) { +} diff --git a/templates/contact.html b/templates/contact.html index ddafc5d..f6c50a6 100644 --- a/templates/contact.html +++ b/templates/contact.html @@ -2,107 +2,196 @@ {{>head.html}} +
{{>navbar.html}}
-

Contacts et réseaux sociaux

-

- Email -

-

- Twitter / - Mastodon -

-

- Compte et - Serveur Discord / - Serveur Revolt -

-

- Reddit -

-

- Instagram / - Pixelfed -

-

- Github / - Gitlab / - Codeberg / - Mon Git -

-

- Kitsu -

-

- Steam -

-

- Youtube / - Twitch -

-

- Keyoxide -

+

Réseaux sociaux

+ + +

Forges

+ + +

Autre

+
- {{>footer.html}}