From 1556f914106006b0998755df07a6fa9056058d34 Mon Sep 17 00:00:00 2001 From: T4lianah Date: Wed, 17 Jan 2024 17:18:28 +0100 Subject: [PATCH] =?UTF-8?q?mise=20=C3=A0=20jour=20texte=20page=20index?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 15 +++------------ style.css | 53 ++++++++++++++--------------------------------------- 2 files changed, 17 insertions(+), 51 deletions(-) diff --git a/index.html b/index.html index 4c76907..d84e781 100644 --- a/index.html +++ b/index.html @@ -10,15 +10,9 @@

Sociologie Sans Soucis

-

Ce site a pour objectif la vulgarisation de concepts sociologiques et politiques.

-

Comme toutes les sciences, la sociologie doit être accessible à tous et toutes afin de permettre à chacun et chacune de comprendre comment fonctionne la société actuelle.

-

Les thèmes abordés dépendront de mes envies, de l'actualité, et de ce que je considère comme important.
- En effet, les articles qui seront postés ici, ou les lives sur Twitch,
auront pour but de permettre à des personnes peu politisées d'accéder à du contenu clair.
- Par ce biais, j'espère, à mon échelle, amener une politisation et un reotur de la conscience de classe. -
- Je suis ouvertement politisée. Anarchiste, queer et féministe, mon contenu en est donc impacté.
- J'essaierai d'être objective, mais aucune science ne peut l'être, et ici je ne chercherai pas à l'être plus que nécessaire. -

+

Ici on a pour objectif de permettre à tous et toutes de mieux comprendre les phénomènes sociaux et politiques

+

Vous pouvez accéder aux thèmes que vous souhaitez sur la gauche ou voir les derniers articles sur cette page

+

Les articles les plus récents :

@@ -26,12 +20,9 @@ Violence Fascisme Communisme/Anarchisme -<<<<<<< HEAD Féminisme Handicap Décolonialisme -======= ->>>>>>> 76755f20aaebcc4c0067d5eaeba29d846b5c8135
diff --git a/style.css b/style.css index 09ef0b0..e96167f 100644 --- a/style.css +++ b/style.css @@ -1,5 +1,4 @@ body { -<<<<<<< HEAD text-align: center; } body h1 { @@ -20,13 +19,15 @@ body { flex-direction: row; } body .site_content .main_content h2 { - color: red; + color: black; + font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; } body .site_content .vertical_banner { font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; font-size: 2rem; color: white; background-color: #9F0A0A; + background-size: contain; } body .site_content .vertical_banner .category { display: flex; @@ -40,46 +41,20 @@ body { font-size: 2rem; text-decoration: none; color: white; + background-size: contain; } body .site_content .vertical_banner .category a:visited { font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; font-size: 2rem; text-decoration: none; color: white; - }/*# sourceMappingURL=style.css.map */ -======= - text-align: center; -} -body h1 { - color: white; - margin-top: 0%; - margin-bottom: 0%; - font-size: 4rem; - -webkit-text-stroke: 2px black; - background-image: url(https://www.publicdomainpictures.net/pictures/230000/velka/red-fox-1500907744R2q.jpg); - background-size: contain; - height: 20vh; -} -body .site_content { - display: flex; - flex-direction: row; -} -body .site_content .main_content h2 { - color: red; -} -body .site_content .vertical_banner { - color: white; - background-color: #9F0A0A; -} -body .site_content .vertical_banner .category { - display: flex; - flex-direction: column; - gap: 1vh; - margin: 5px; - margin-top: 2%; -} -body .site_content .vertical_banner .category a:visited { - text-decoration: none; - color: white; -}/*# sourceMappingURL=style.css.map */ ->>>>>>> 76755f20aaebcc4c0067d5eaeba29d846b5c8135 + background-size: contain; + } + body h3 { + font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; + } + body p { + text-align: left; + font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; + } + /*# sourceMappingURL=style.css.map \ No newline at end of file