Bannière finalisée
This commit is contained in:
parent
99894ad0b0
commit
b5f8412659
6 changed files with 103 additions and 83 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
style.css.*
|
BIN
img/banière site def.png
Normal file
BIN
img/banière site def.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 60 KiB |
BIN
img/bannière def vraiment.png
Normal file
BIN
img/bannière def vraiment.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 72 KiB |
61
index.html
61
index.html
|
@ -7,39 +7,32 @@
|
|||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<img src="img/banière site.png" alt="bandeau avec le logo de Sociologie Sans Soucis">
|
||||
</header>
|
||||
<div class="wrapper">
|
||||
<main>
|
||||
<h3>Ce site a pour objectif la vulgarisation de concepts sociologiques et politiques.</h3>
|
||||
<h4>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>
|
||||
<p>Les thèmes abordés dépendront de mes envies, de l'actualité, et de ce que je considère comme important. <br>
|
||||
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>
|
||||
</main>
|
||||
<aside class="vertical-banner">
|
||||
<ul>
|
||||
<li>Capitalisme</li>
|
||||
<h1>Sociologie Sans Soucis</h1>
|
||||
<div class="site_content">
|
||||
<div class="main_content">
|
||||
<h2>Ce site a pour objectif la vulgarisation de concepts sociologiques et politiques.</h3>
|
||||
<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>
|
||||
<p>Les thèmes abordés dépendront de mes envies, de l'actualité, et de ce que je considère comme important. <br>
|
||||
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>
|
||||
<li>Violence</li>
|
||||
<br>
|
||||
<li>Fascisme</li>
|
||||
<br>
|
||||
<li>Communisme/Anarchisme</li>
|
||||
<br>
|
||||
<li>Féminisme</li>
|
||||
<br>
|
||||
<li>Handicap</li>
|
||||
</ul>
|
||||
|
||||
</aside>
|
||||
|
||||
</div>
|
||||
|
||||
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 class="vertical_banner">
|
||||
<div class="category">
|
||||
<a href="https://fr.wikipedia.org/wiki/Capitalisme">Capitalisme</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/Anarchisme">Communisme/Anarchisme</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
Propulsé par Forgejo
|
||||
Version: 1.21.1+0 Page:
|
||||
37ms
|
||||
Modèle:
|
||||
5ms
|
||||
|
|
84
style.css
84
style.css
|
@ -1,52 +1,38 @@
|
|||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
min-height: 100vh;
|
||||
}
|
||||
.wrapper {
|
||||
flex:1;
|
||||
display: flex;
|
||||
}
|
||||
header {
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
img {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
display: block;
|
||||
}
|
||||
.vertical-banner {
|
||||
width: 200px;
|
||||
background-color:#9F0A0A;
|
||||
padding: 20px;
|
||||
box-sizing: content-box;
|
||||
}
|
||||
main {
|
||||
flex: 1;
|
||||
padding: 20px;
|
||||
box-sizing:border-box;
|
||||
}
|
||||
h3 {
|
||||
color: red;
|
||||
font-size: large;
|
||||
text-align: center;
|
||||
}
|
||||
h4 {
|
||||
color: black;
|
||||
font-size: large;
|
||||
text-align: center;
|
||||
}
|
||||
p {
|
||||
color: black;
|
||||
font-size: large;
|
||||
text-align: center;
|
||||
}
|
||||
ul {
|
||||
}
|
||||
body h1 {
|
||||
color: white;
|
||||
font-size: large;
|
||||
text-align: center;
|
||||
float: right;
|
||||
}
|
||||
margin-top: 0%;
|
||||
margin-bottom: 0%;
|
||||
font-size: 8rem;
|
||||
font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
|
||||
-webkit-text-stroke: 4px black;
|
||||
background-image: url(img/bannière\ def\ vraiment.png);
|
||||
background-size:cover;
|
||||
background-position: center;
|
||||
width: 100%;
|
||||
height: 55vh;
|
||||
}
|
||||
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 */
|
40
style.scss
Normal file
40
style.scss
Normal file
|
@ -0,0 +1,40 @@
|
|||
body {
|
||||
text-align: center;
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
.site_content {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
.main_content {
|
||||
h2 {
|
||||
color: red;
|
||||
}
|
||||
}
|
||||
.vertical_banner {
|
||||
color: white;
|
||||
background-color: #9F0A0A;
|
||||
.category {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 1vh;
|
||||
margin: 5px;
|
||||
margin-top: 2%;
|
||||
|
||||
a:visited {
|
||||
text-decoration: none;
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue