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}}