-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ajout du blog sur le site ainsi qu'un guide.
La V2 devrait sortir dans un moment mais elle sera probablement mieux !
- Loading branch information
1 parent
bb40160
commit da45587
Showing
3 changed files
with
160 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Nom de votre site</title> | ||
<meta charset="utf-8"> | ||
<style> | ||
body{ | ||
font-weight: 300; | ||
line-height: 1.6em; | ||
-webkit-backface-visibility: hidden; | ||
margin: 0; | ||
font-family: Calibri; | ||
} | ||
h3{ | ||
font-family: Verdana; | ||
} | ||
h1{ | ||
font-family: Verdana; | ||
} | ||
a{ | ||
text-decoration: none; | ||
color: black; | ||
} | ||
p{ | ||
font-family: Calibri; | ||
} | ||
footer p{ | ||
font-family: "Calibri Light"; | ||
color: white; | ||
} | ||
footer{ | ||
background: black; | ||
display: block; | ||
box-sizing: border-box; | ||
-webkit-box-sizing: border-box; | ||
border-width: 0 0 1px; | ||
padding: 30px 0 30px 0; | ||
} | ||
nav{ | ||
background: whitesmoke; | ||
display: block; | ||
box-sizing: border-box; | ||
-webkit-box-sizing: border-box; | ||
border-width: 0 0 1px; | ||
padding: 30px 0 30px 0; | ||
} | ||
main{ | ||
background: purple; | ||
display: block; | ||
box-sizing: border-box; | ||
-webkit-box-sizing: border-box; | ||
border-width: 0 0 1px; | ||
padding: 30px 0 30px 0; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<nav> | ||
<h1>Bienvenue sur le site officiel de <b>Le nom de votre site</b> !</h1> | ||
<a href="#inmain1">Accueil</a> | ||
<a href="blog/#">Blog</a> | ||
</nav> | ||
<main> | ||
<section class="content"> | ||
<h3 align="center">Exemple:</h3> | ||
<p align="center">Lorem ipsum dolor sit amet consectetur adipiscing elit. Duis dapibus rutrum facilisis. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Etiam tristique libero eu nibh porttitor amet fermentum. Nullam venenatis erat id vehicula ultrices sed ultricies condimentum. Magna sed etiam consequat, et lorem adipiscing sed nulla. Volutpat nisl et tempus et dolor libero, feugiat magna tempus, sed et lorem adipiscing.<br />Lorem ipsum dolor sit amet consectetur adipiscing elit. Duis dapibus rutrum facilisis. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Etiam tristique libero eu nibh porttitor amet fermentum. Nullam venenatis erat id vehicula ultrices sed ultricies condimentum. Magna sed etiam consequat, et lorem adipiscing sed nulla. Volutpat nisl et tempus et dolor libero, feugiat magna tempus, sed et lorem adipiscing.</p> | ||
</section> | ||
</main> | ||
<footer> | ||
<p><b>Le nom de votre site © 2021</b> - <b>Tous droits réservés</b> | <b>Template par: <a href="https://github.com/Guillaume0001" style="color: purple;">Guillaume001 - gui_quad</a></b></p> | ||
</footer> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<h1 align="center">Guide explicatif du blog du CMS 100% modifiable !</h1><br> | ||
<p align="center">Vous pouvez changer le nom de certain fichier dont <b>exemple.html</b>. Pour par exemple le renommé en <b>post1.html</b>, mais si vous faites cela il faut faire attention de la modifier sur le lien ! Car sinon il vous mettera une erreur 404 ! Et si vous voulez rajouter des post vous pouvez copier coler le exemple.html et modifier le texte ! Pareil pour tout ce qui est couleur tout est modifiable dans la balise <b>style</b>, vous avez juste à regarder où ce trouve l'élément que vous voulez modifier.</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,85 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Blog | Nom de votre site</title> | ||
<meta charset="utf-8"> | ||
<style> | ||
body{ | ||
font-weight: 300; | ||
line-height: 1.6em; | ||
-webkit-backface-visibility: hidden; | ||
margin: 0; | ||
font-family: Calibri; | ||
} | ||
h3{ | ||
font-family: Verdana; | ||
} | ||
h1{ | ||
font-family: Verdana; | ||
} | ||
a{ | ||
text-decoration: none; | ||
color: black; | ||
} | ||
p{ | ||
font-family: Calibri; | ||
} | ||
footer p{ | ||
font-family: "Calibri Light"; | ||
color: white; | ||
} | ||
footer{ | ||
background: black; | ||
display: block; | ||
box-sizing: border-box; | ||
-webkit-box-sizing: border-box; | ||
border-width: 0 0 1px; | ||
padding: 30px 0 30px 0; | ||
} | ||
nav{ | ||
background: whitesmoke; | ||
display: block; | ||
box-sizing: border-box; | ||
-webkit-box-sizing: border-box; | ||
border-width: 0 0 1px; | ||
padding: 30px 0 30px 0; | ||
} | ||
main{ | ||
background: purple; | ||
display: block; | ||
box-sizing: border-box; | ||
-webkit-box-sizing: border-box; | ||
border-width: 0 0 1px; | ||
padding: 30px 0 30px 0; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<nav> | ||
<h1>Bienvenue sur le site officiel de <b>Le nom de votre site</b> !</h1> | ||
<a href="#inmain1">Accueil</a> | ||
<a href="blog/#">Blog</a> | ||
</nav> | ||
<main> | ||
<div class="welcome&newpost"> | ||
<h1 align="center">Bienvenue sur le blog de <b>Nom de votre site</b> !</h1> | ||
<p><b>Actualité:</b></p> | ||
<ul> | ||
<li><a href="exemple.html"> | ||
<h3>Exemple:</h3> | ||
<p>Lorem ipsum dolor sit amet consectetur adipiscing elit. Duis dapibus rutrum facilisis. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Etiam tristique libero eu nibh porttitor amet fermentum. Nullam venenatis erat id vehicula ultrices sed ultricies condimentum. Magna sed etiam consequat, et lorem adipiscing sed nulla. Volutpat nisl et tempus et dolor libero, feugiat magna tempus, sed et lorem adipiscing.</p> | ||
</a></li> | ||
</ul> | ||
</div> | ||
<div class="oldpost"> | ||
<h2 align="center">Ancien post:</h2> | ||
<ul> | ||
<h3>Woa quel chance il n'y a aucun post récent ! Quel chance !</h3> | ||
</ul> | ||
</div> | ||
</main> | ||
<footer> | ||
<p><b>Le nom de votre site © 2021</b> - <b>Tous droits réservés</b> | <b>Template par: <a href="https://github.com/Guillaume0001" style="color: purple;">Guillaume001 - gui_quad</a></b></p> | ||
</footer> | ||
</body> | ||
</html> |