mirror of
https://github.com/Aviortheking/Blog_IMIE.git
synced 2025-06-14 11:09:19 +00:00
encore merci clement
This commit is contained in:
@ -13,10 +13,10 @@
|
||||
</div>
|
||||
<div class="lowFooter">
|
||||
<ul>
|
||||
<li class="lowFooterItem">Politique et confidentialité</li>
|
||||
<li class="lowFooterItem">Mentions légales</li>
|
||||
<li class="lowFooterItem contact-footer">Contact</li>
|
||||
<li class="lowFooterItem connexion-footer">Connexion</li>
|
||||
<a href="/"><li class="lowFooterItem">Politique et confidentialité</li></a>
|
||||
<a href="/"><li class="lowFooterItem">Mentions légales</li></a>
|
||||
<a href="/"><li class="lowFooterItem contact-footer">Contact</li></a>
|
||||
<a href="/login"><li class="lowFooterItem connexion-footer">Connexion</li></a>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -2,10 +2,10 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<title></title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="/assets/css/style.css"/>
|
||||
<script src="/assets/js/script.js" defer=""></script>
|
||||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous" />
|
||||
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
|
||||
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
|
||||
<link href="http://cdnjs.cloudflare.com/ajax/libs/summernote/0.8.11/summernote.css" rel="stylesheet" />
|
||||
<script src="http://cdnjs.cloudflare.com/ajax/libs/summernote/0.8.11/summernote.js"></script>
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="/assets/css/style.css"/>
|
||||
|
@ -6,13 +6,13 @@
|
||||
<div class="row">
|
||||
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
|
||||
<ul>
|
||||
<li class="item_nav_imie link"><a href="https://imie44.ymag.cloud">Accès Net-Yparéo</a></li>
|
||||
<li class="item_nav_imie link"><a href="https://www.imie.fr">IMIE Numérique</a></li>
|
||||
<li class="item_nav_imie social"><a href="https://twitter.com/EcoleIMIE">
|
||||
<li class="item_nav_imie link"><a href="https://imie44.ymag.cloud" target="_blank">Accès Net-Yparéo</a></li>
|
||||
<li class="item_nav_imie link"><a href="https://www.imie.fr" target="_blank">IMIE Numérique</a></li>
|
||||
<li class="item_nav_imie social"><a href="https://twitter.com/EcoleIMIE" target="_blank">
|
||||
<tag type="svg" file="twitter" style="color: white; width: 18px; height: 18px" /></a></li>
|
||||
<li class="item_nav_imie social"><a href="https://www.facebook.com/EcolesIMIE/">
|
||||
<li class="item_nav_imie social"><a href="https://www.facebook.com/EcolesIMIE/" target="_blank">
|
||||
<tag type="svg" file="facebook" style="color: white; width: 18px; height: 18px" /></a></li>
|
||||
<li class="item_nav_imie link" style="float: left">
|
||||
<li class="item_nav_imie link" style="float: left;color: #ff004c;">
|
||||
<tag type="isLoggedIn">
|
||||
<if true>
|
||||
<tag type="user" column="username" />
|
||||
@ -42,7 +42,7 @@
|
||||
<if true>
|
||||
<li class="item_nav_imie link" style="float: left">
|
||||
|
||||
<a href="/logout">Déconexion</a>
|
||||
<a href="/logout">Déconnexion</a>
|
||||
</li>
|
||||
|
||||
</if>
|
||||
|
@ -12,7 +12,7 @@
|
||||
<div class="bloc-post">
|
||||
<div class="container-post post column-cat">
|
||||
<h2 class="title">
|
||||
<tag type="editor" element="title"/>
|
||||
<tag type="editor" element="title" style="padding: 4px 14px;"/>
|
||||
</h2>
|
||||
<div class="etiquettes">
|
||||
<span class="cat"><select>
|
||||
@ -25,7 +25,7 @@
|
||||
<p class="post text">
|
||||
<tag type="editor" element="content"/>
|
||||
</p>
|
||||
<button class="bloc-plus submitPost">
|
||||
<button class="bloc-button submitPost">
|
||||
Créer
|
||||
</button>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user