forked from T4lianah/site-vulgarisation-socio
mise à jour texte page index
This commit is contained in:
parent
57c45ca1c5
commit
1556f91410
2 changed files with 17 additions and 51 deletions
15
index.html
15
index.html
|
@ -10,15 +10,9 @@
|
||||||
<h1>Sociologie Sans Soucis</h1>
|
<h1>Sociologie Sans Soucis</h1>
|
||||||
<div class="site_content">
|
<div class="site_content">
|
||||||
<div class="main_content">
|
<div class="main_content">
|
||||||
<h2>Ce site a pour objectif la vulgarisation de concepts sociologiques et politiques.</h3>
|
<h2>Ici on a pour objectif de permettre à tous et toutes de mieux comprendre les phénomènes sociaux et politiques</h2>
|
||||||
<h3>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.</h4>
|
<h3>Vous pouvez accéder aux thèmes que vous souhaitez sur la gauche ou voir les derniers articles sur cette page</h3>
|
||||||
<p>Les thèmes abordés dépendront de mes envies, de l'actualité, et de ce que je considère comme important. <br>
|
<p>Les articles les plus récents :</p>
|
||||||
En effet, les articles qui seront postés ici, ou les lives sur Twitch, <br>auront pour but de permettre à des personnes peu politisées d'accéder à du contenu clair. <br>
|
|
||||||
Par ce biais, j'espère, à mon échelle, amener une politisation et un reotur de la conscience de classe.
|
|
||||||
<br>
|
|
||||||
Je suis ouvertement politisée. Anarchiste, queer et féministe, mon contenu en est donc impacté. <br>
|
|
||||||
J'essaierai d'être objective, mais aucune science ne peut l'être, et ici je ne chercherai pas à l'être plus que nécessaire.
|
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="vertical_banner">
|
<div class="vertical_banner">
|
||||||
<div class="category">
|
<div class="category">
|
||||||
|
@ -26,12 +20,9 @@
|
||||||
<a href="https://fr.wikipedia.org/wiki/Violence">Violence</a>
|
<a href="https://fr.wikipedia.org/wiki/Violence">Violence</a>
|
||||||
<a href="https://fr.wikipedia.org/wiki/Fascisme">Fascisme</a>
|
<a href="https://fr.wikipedia.org/wiki/Fascisme">Fascisme</a>
|
||||||
<a href="https://fr.wikipedia.org/wiki/Anarchisme">Communisme/Anarchisme</a>
|
<a href="https://fr.wikipedia.org/wiki/Anarchisme">Communisme/Anarchisme</a>
|
||||||
<<<<<<< HEAD
|
|
||||||
<a href="https://fr.wikipedia.org/wiki/F%C3%A9minisme">Féminisme</a>
|
<a href="https://fr.wikipedia.org/wiki/F%C3%A9minisme">Féminisme</a>
|
||||||
<a href="https://fr.wikipedia.org/wiki/Handicap">Handicap</a>
|
<a href="https://fr.wikipedia.org/wiki/Handicap">Handicap</a>
|
||||||
<a href="https://fr.wikipedia.org/wiki/%C3%89tudes_d%C3%A9coloniales">Décolonialisme</a>
|
<a href="https://fr.wikipedia.org/wiki/%C3%89tudes_d%C3%A9coloniales">Décolonialisme</a>
|
||||||
=======
|
|
||||||
>>>>>>> 76755f20aaebcc4c0067d5eaeba29d846b5c8135
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
45
style.css
45
style.css
|
@ -1,5 +1,4 @@
|
||||||
body {
|
body {
|
||||||
<<<<<<< HEAD
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
body h1 {
|
body h1 {
|
||||||
|
@ -20,13 +19,15 @@ body {
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
}
|
}
|
||||||
body .site_content .main_content h2 {
|
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 {
|
body .site_content .vertical_banner {
|
||||||
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
|
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
|
||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
color: white;
|
color: white;
|
||||||
background-color: #9F0A0A;
|
background-color: #9F0A0A;
|
||||||
|
background-size: contain;
|
||||||
}
|
}
|
||||||
body .site_content .vertical_banner .category {
|
body .site_content .vertical_banner .category {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -40,46 +41,20 @@ body {
|
||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: white;
|
color: white;
|
||||||
|
background-size: contain;
|
||||||
}
|
}
|
||||||
body .site_content .vertical_banner .category a:visited {
|
body .site_content .vertical_banner .category a:visited {
|
||||||
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
|
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
|
||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: white;
|
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;
|
background-size: contain;
|
||||||
height: 20vh;
|
|
||||||
}
|
}
|
||||||
body .site_content {
|
body h3 {
|
||||||
display: flex;
|
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
|
||||||
flex-direction: row;
|
|
||||||
}
|
}
|
||||||
body .site_content .main_content h2 {
|
body p {
|
||||||
color: red;
|
text-align: left;
|
||||||
|
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
|
||||||
}
|
}
|
||||||
body .site_content .vertical_banner {
|
/*# sourceMappingURL=style.css.map
|
||||||
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
|
|
Loading…
Reference in a new issue