mirror of
https://github.com/Aviortheking/Blog_IMIE.git
synced 2025-04-22 02:42:13 +00:00
corrections des fichiers
This commit is contained in:
parent
0267049016
commit
4c51764836
@ -3,19 +3,87 @@
|
||||
License: none (public domain)
|
||||
*/
|
||||
|
||||
html, body, div, span, applet, object, iframe,
|
||||
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
|
||||
a, abbr, acronym, address, big, cite, code,
|
||||
del, dfn, em, img, ins, kbd, q, s, samp,
|
||||
small, strike, strong, sub, sup, tt, var,
|
||||
b, u, i, center,
|
||||
dl, dt, dd, ol, ul, li,
|
||||
fieldset, form, label, legend,
|
||||
table, caption, tbody, tfoot, thead, tr, th, td,
|
||||
article, aside, canvas, details, embed,
|
||||
figure, figcaption, footer, header, hgroup,
|
||||
menu, nav, output, ruby, section, summary,
|
||||
time, mark, audio, video {
|
||||
html,
|
||||
body,
|
||||
div,
|
||||
span,
|
||||
applet,
|
||||
object,
|
||||
iframe,
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6,
|
||||
p,
|
||||
blockquote,
|
||||
pre,
|
||||
a,
|
||||
abbr,
|
||||
acronym,
|
||||
address,
|
||||
big,
|
||||
cite,
|
||||
code,
|
||||
del,
|
||||
dfn,
|
||||
em,
|
||||
img,
|
||||
ins,
|
||||
kbd,
|
||||
q,
|
||||
s,
|
||||
samp,
|
||||
small,
|
||||
strike,
|
||||
strong,
|
||||
sub,
|
||||
sup,
|
||||
tt,
|
||||
var,
|
||||
b,
|
||||
u,
|
||||
i,
|
||||
center,
|
||||
dl,
|
||||
dt,
|
||||
dd,
|
||||
ol,
|
||||
ul,
|
||||
li,
|
||||
fieldset,
|
||||
form,
|
||||
label,
|
||||
legend,
|
||||
table,
|
||||
caption,
|
||||
tbody,
|
||||
tfoot,
|
||||
thead,
|
||||
tr,
|
||||
th,
|
||||
td,
|
||||
article,
|
||||
aside,
|
||||
canvas,
|
||||
details,
|
||||
embed,
|
||||
figure,
|
||||
figcaption,
|
||||
footer,
|
||||
header,
|
||||
hgroup,
|
||||
menu,
|
||||
nav,
|
||||
output,
|
||||
ruby,
|
||||
section,
|
||||
summary,
|
||||
time,
|
||||
mark,
|
||||
audio,
|
||||
video {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
@ -23,25 +91,44 @@ time, mark, audio, video {
|
||||
font: inherit;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
/* HTML5 display-role reset for older browsers */
|
||||
article, aside, details, figcaption, figure,
|
||||
footer, header, hgroup, menu, nav, section {
|
||||
article,
|
||||
aside,
|
||||
details,
|
||||
figcaption,
|
||||
figure,
|
||||
footer,
|
||||
header,
|
||||
hgroup,
|
||||
menu,
|
||||
nav,
|
||||
section {
|
||||
display: block;
|
||||
}
|
||||
|
||||
body {
|
||||
line-height: 1;
|
||||
}
|
||||
ol, ul {
|
||||
|
||||
ol,
|
||||
ul {
|
||||
list-style: none;
|
||||
}
|
||||
blockquote, q {
|
||||
|
||||
blockquote,
|
||||
q {
|
||||
quotes: none;
|
||||
}
|
||||
blockquote:before, blockquote:after,
|
||||
q:before, q:after {
|
||||
|
||||
blockquote:before,
|
||||
blockquote:after,
|
||||
q:before,
|
||||
q:after {
|
||||
content: '';
|
||||
content: none;
|
||||
}
|
||||
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
@ -54,28 +141,33 @@ header {
|
||||
box-shadow: 1px 1px 30px 1px lightgrey;
|
||||
}
|
||||
|
||||
body{
|
||||
body {
|
||||
margin: 0;
|
||||
background-color: #eee;
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
}
|
||||
h2{
|
||||
|
||||
h2 {
|
||||
font-weight: 600;
|
||||
font-size: 17px;
|
||||
}
|
||||
h3{
|
||||
|
||||
h3 {
|
||||
font-weight: 400;
|
||||
font-size: 17px;
|
||||
}
|
||||
.title-small{
|
||||
|
||||
.title-small {
|
||||
font-weight: 200;
|
||||
font-size: 15px;
|
||||
margin-top: 30px;
|
||||
}
|
||||
.contenue{
|
||||
|
||||
.contenue {
|
||||
height: 285vh;
|
||||
}
|
||||
.articleHome{
|
||||
|
||||
.articleHome {
|
||||
margin: auto;
|
||||
text-align: center;
|
||||
margin-top: 100px;
|
||||
@ -83,35 +175,41 @@ h3{
|
||||
padding-left: 2%;
|
||||
padding-right: 2%;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 992px) {
|
||||
.articleHome {
|
||||
padding-right: 10%;
|
||||
padding-left: 10%;
|
||||
}
|
||||
}
|
||||
.nav_imie{
|
||||
|
||||
.nav_imie {
|
||||
height: 40px;
|
||||
background-color: #1c1c1c;
|
||||
}
|
||||
.nav_blog{
|
||||
|
||||
.nav_blog {
|
||||
height: 80px;
|
||||
background-color: #110230;
|
||||
}
|
||||
.item_nav_imie{
|
||||
|
||||
.item_nav_imie {
|
||||
font-size: 0;
|
||||
}
|
||||
.item_nav_imie a{
|
||||
|
||||
.item_nav_imie a {
|
||||
text-decoration: none;
|
||||
color: white;
|
||||
-webkit-transition: 400ms;
|
||||
-o-transition: 400ms;
|
||||
transition: 400ms;
|
||||
}
|
||||
.item_nav_imie a:hover{
|
||||
color: #a5a5a5;
|
||||
}
|
||||
|
||||
.item_nav_imie{
|
||||
.item_nav_imie a:hover {
|
||||
color: #a5a5a5;
|
||||
}
|
||||
|
||||
.item_nav_imie {
|
||||
display: inline-block;
|
||||
color: white;
|
||||
float: right;
|
||||
@ -119,22 +217,24 @@ h3{
|
||||
font-size: 16px;
|
||||
font-weight: 600;
|
||||
}
|
||||
.social{
|
||||
|
||||
.social {
|
||||
padding: 9px 0px 0px 20px;
|
||||
}
|
||||
.link{
|
||||
|
||||
.link {
|
||||
padding: 11px 0px 0px 20px;
|
||||
}
|
||||
|
||||
.item_nav_blog_gauche{
|
||||
padding-top:25px;
|
||||
.item_nav_blog_gauche {
|
||||
padding-top: 25px;
|
||||
vertical-align: center;
|
||||
display: inline-block;
|
||||
color: black;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.item_nav_blog_droite{
|
||||
.item_nav_blog_droite {
|
||||
color: #fff;
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
margin-top: 30px;
|
||||
@ -147,27 +247,27 @@ h3{
|
||||
transition: 400ms;
|
||||
}
|
||||
|
||||
.item_nav_blog_droite:hover{
|
||||
.item_nav_blog_droite:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.item_nav_blog_droite.dev:hover{
|
||||
.item_nav_blog_droite.dev:hover {
|
||||
color: #ffd75f;
|
||||
}
|
||||
|
||||
.item_nav_blog_droite.digi:hover{
|
||||
.item_nav_blog_droite.digi:hover {
|
||||
color: #6bb194;
|
||||
}
|
||||
|
||||
.item_nav_blog_droite.ops:hover{
|
||||
.item_nav_blog_droite.ops:hover {
|
||||
color: #2ea3f2;
|
||||
}
|
||||
|
||||
.item_nav_blog_droite.devops:hover{
|
||||
.item_nav_blog_droite.devops:hover {
|
||||
color: #ff1c4a;
|
||||
}
|
||||
|
||||
.item_nav_blog_droite_icon{
|
||||
.item_nav_blog_droite_icon {
|
||||
padding-top: 27px;
|
||||
display: inline-block;
|
||||
float: right;
|
||||
@ -175,7 +275,8 @@ h3{
|
||||
padding-bottom: 10px;
|
||||
border-bottom: rgba(255, 255, 255, 0.1) solid 2px;
|
||||
}
|
||||
.bloc_principal{
|
||||
|
||||
.bloc_principal {
|
||||
width: 100%;
|
||||
height: 500px;
|
||||
margin-top: 70px;
|
||||
@ -184,12 +285,14 @@ h3{
|
||||
background-size: cover;
|
||||
box-shadow: 1px 1px 30px 1px lightgrey;
|
||||
}
|
||||
.cover-black{
|
||||
|
||||
.cover-black {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
background-color: rgba(0,0,0,0.6);
|
||||
background-color: rgba(0, 0, 0, 0.6);
|
||||
}
|
||||
.bloc_principal_titre{
|
||||
|
||||
.bloc_principal_titre {
|
||||
text-align: center;
|
||||
padding-top: 15px;
|
||||
width: 100%;
|
||||
@ -200,21 +303,24 @@ h3{
|
||||
color: white;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.cover-text {
|
||||
padding: 0px 90px;
|
||||
margin-top: 100px;
|
||||
text-align: center;
|
||||
}
|
||||
.content-homediv{
|
||||
|
||||
.content-homediv {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.item_nav_blog_logo{
|
||||
.item_nav_blog_logo {
|
||||
padding-top: 2px;
|
||||
display: inline-block;
|
||||
float: left;
|
||||
}
|
||||
.bloc-plus{
|
||||
|
||||
.bloc-plus {
|
||||
margin-top: 40px;
|
||||
float: right;
|
||||
background-color: #190034;
|
||||
@ -225,23 +331,27 @@ h3{
|
||||
transition: 300ms;
|
||||
|
||||
}
|
||||
.bloc-plus:hover{
|
||||
|
||||
.bloc-plus:hover {
|
||||
background-color: #42027e;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.p-home {
|
||||
padding-top: 20px;
|
||||
color: white;
|
||||
line-height: 23px;
|
||||
}
|
||||
|
||||
input {outline: none}
|
||||
input {
|
||||
outline: none
|
||||
}
|
||||
|
||||
/* -----------------------------------------------------
|
||||
* Articles
|
||||
* ----------------------------------------------------- */
|
||||
|
||||
.articles > div {
|
||||
.articles>div {
|
||||
margin-bottom: 75px;
|
||||
}
|
||||
|
||||
@ -272,38 +382,49 @@ input {outline: none}
|
||||
border-bottom-color: #ff1c4a;
|
||||
}
|
||||
|
||||
.article .etiquettes, .post .etiquettes {
|
||||
.article .etiquettes,
|
||||
.post .etiquettes {
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
.article .date, .article .cat, .post .cat, .post .date {
|
||||
.article .date,
|
||||
.article .cat,
|
||||
.post .cat,
|
||||
.post .date {
|
||||
padding: 2px 10px;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.article .date, .post .date {
|
||||
.article .date,
|
||||
.post .date {
|
||||
color: gray;
|
||||
background-color: #eee;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.article .cat, .post .cat {
|
||||
.article .cat,
|
||||
.post .cat {
|
||||
color: white;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.article.ops .cat, .post.ops .cat {
|
||||
.article.ops .cat,
|
||||
.post.ops .cat {
|
||||
background-color: #2ea3f2;
|
||||
}
|
||||
|
||||
.article.digi .cat, .post.digi .cat {
|
||||
.article.digi .cat,
|
||||
.post.digi .cat {
|
||||
background-color: #6bb194;
|
||||
}
|
||||
.article.dev .cat, .post.dev .cat {
|
||||
|
||||
.article.dev .cat,
|
||||
.post.dev .cat {
|
||||
background-color: #ffd75f;
|
||||
}
|
||||
|
||||
.article.devops .cat, .post.devops .cat {
|
||||
.article.devops .cat,
|
||||
.post.devops .cat {
|
||||
background-color: #ff1c4a;
|
||||
}
|
||||
|
||||
@ -312,9 +433,9 @@ input {outline: none}
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.article .text{
|
||||
.article .text {
|
||||
margin-top: 15px;
|
||||
color:#848484;
|
||||
color: #848484;
|
||||
font-size: 15px;
|
||||
line-height: 20px;
|
||||
}
|
||||
@ -322,7 +443,7 @@ input {outline: none}
|
||||
/* -----------------------------------------------------
|
||||
* Posts
|
||||
* ----------------------------------------------------- */
|
||||
.bloc-post{
|
||||
.bloc-post {
|
||||
width: 69%;
|
||||
margin-top: 70px;
|
||||
box-shadow: 1px 1px 30px 1px lightgrey;
|
||||
@ -331,32 +452,38 @@ input {outline: none}
|
||||
display: inline-block;
|
||||
border-radius: 5px;
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
.search{
|
||||
border-bottom: 5px solid #2ea3f2;
|
||||
}
|
||||
}
|
||||
|
||||
.container-post{
|
||||
.search {
|
||||
border-bottom: 5px solid #2ea3f2;
|
||||
}
|
||||
|
||||
.container-post {
|
||||
background-color: white;
|
||||
padding: 45px;
|
||||
}
|
||||
.author{
|
||||
|
||||
.author {
|
||||
margin-top: 25px;
|
||||
display: flex;
|
||||
flex-flow: row wrap;
|
||||
}
|
||||
.by{
|
||||
|
||||
.by {
|
||||
margin-left: 20px;
|
||||
margin-top: 12px;
|
||||
}
|
||||
.name{
|
||||
|
||||
.name {
|
||||
margin-bottom: 6px;
|
||||
font-weight: 600;
|
||||
}
|
||||
.job{
|
||||
|
||||
.job {
|
||||
font-size: 12px;
|
||||
}
|
||||
.bloc-filter{
|
||||
|
||||
.bloc-filter {
|
||||
width: 25%;
|
||||
margin-top: 70px;
|
||||
background-color: white;
|
||||
@ -365,212 +492,242 @@ input {outline: none}
|
||||
float: right;
|
||||
padding: 45px;
|
||||
}
|
||||
.post .text{
|
||||
|
||||
.post .text {
|
||||
font-size: 14px;
|
||||
color: #737272ee;
|
||||
line-height: 1.5;
|
||||
margin-top: 28px;
|
||||
}
|
||||
.credit{
|
||||
|
||||
.credit {
|
||||
background-color: #110230;
|
||||
color:white;
|
||||
color: white;
|
||||
padding: 45px;
|
||||
}
|
||||
|
||||
.fullFooter{
|
||||
.fullFooter {
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
width: 100%;
|
||||
height: 220px;
|
||||
background-color: #1c1c1c;
|
||||
font-weight: bold;
|
||||
}
|
||||
.upFooter{
|
||||
|
||||
.upFooter {
|
||||
height: 160px;
|
||||
background-color: #150032;
|
||||
text-align: center;
|
||||
}
|
||||
.lowFooter{
|
||||
|
||||
.lowFooter {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.lowFooterItem{
|
||||
font-size:16px;
|
||||
.lowFooterItem {
|
||||
font-size: 16px;
|
||||
color: white;
|
||||
padding-top:22px;
|
||||
padding-top: 22px;
|
||||
display: inline-block;
|
||||
margin-right:15px;
|
||||
margin-right: 15px;
|
||||
}
|
||||
.iconOnFooter{
|
||||
padding-top:60px;
|
||||
|
||||
.iconOnFooter {
|
||||
padding-top: 60px;
|
||||
display: inline-block;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.pad{
|
||||
padding:0;
|
||||
.pad {
|
||||
padding: 0;
|
||||
}
|
||||
.contenue-recent{
|
||||
|
||||
.contenue-recent {
|
||||
box-shadow: 1px 1px 30px 1px lightgrey;
|
||||
padding: 14px;
|
||||
background-color: white;
|
||||
display: inline-block;
|
||||
}
|
||||
.next{
|
||||
float : right;
|
||||
}
|
||||
.filtre{
|
||||
|
||||
.next {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.filtre {
|
||||
width: 100%;
|
||||
padding: 6px 10px 6px 10px;
|
||||
color:white;
|
||||
color: white;
|
||||
text-transform: uppercase;
|
||||
font-size: 14px;
|
||||
margin-top: 15px;
|
||||
}
|
||||
.dev-color{
|
||||
background-color: #fccb3a;
|
||||
}
|
||||
.digi-color{
|
||||
background-color: #6bb194;
|
||||
}
|
||||
.ops-color{
|
||||
background-color: #2ea3f2;
|
||||
}
|
||||
.devops-color{
|
||||
background-color: #ff1c4a;
|
||||
}
|
||||
|
||||
.bloc-recent{
|
||||
.dev-color {
|
||||
background-color: #fccb3a;
|
||||
}
|
||||
|
||||
.digi-color {
|
||||
background-color: #6bb194;
|
||||
}
|
||||
|
||||
.ops-color {
|
||||
background-color: #2ea3f2;
|
||||
}
|
||||
|
||||
.devops-color {
|
||||
background-color: #ff1c4a;
|
||||
}
|
||||
|
||||
.bloc-recent {
|
||||
width: 69%;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.titre-recent{
|
||||
padding-left:8px;
|
||||
.titre-recent {
|
||||
padding-left: 8px;
|
||||
float: left;
|
||||
color: #848484;
|
||||
}
|
||||
.tag{
|
||||
|
||||
.tag {
|
||||
color: white;
|
||||
background-color: #cccccc;
|
||||
text-transform: uppercase;
|
||||
display: inline-block;
|
||||
font-size: 14px;
|
||||
padding: 7px 12px;
|
||||
text-transform: uppercase;
|
||||
display: inline-block;
|
||||
font-size: 14px;
|
||||
padding: 7px 12px;
|
||||
border-radius: 18px;
|
||||
margin-top: 12px;
|
||||
}
|
||||
|
||||
.icon-recent{
|
||||
.icon-recent {
|
||||
padding-right: 16px;
|
||||
float: right;
|
||||
}
|
||||
|
||||
.phraseFooter{
|
||||
.phraseFooter {
|
||||
font-size: 17px;
|
||||
padding-top:10px;
|
||||
padding-top: 10px;
|
||||
color: white;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
#twi{
|
||||
#twi {
|
||||
height: 18px;
|
||||
width: 18px;
|
||||
}
|
||||
|
||||
#fb{
|
||||
#fb {
|
||||
height: 18px;
|
||||
width: 18px;
|
||||
}
|
||||
|
||||
#search{
|
||||
#search {
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
width: 180px;
|
||||
}
|
||||
|
||||
#glass{
|
||||
#glass {
|
||||
height: 20px;
|
||||
width: 20px;
|
||||
margin-left: 8px;
|
||||
}
|
||||
#info-plus{
|
||||
|
||||
#info-plus {
|
||||
padding-top: 5px;
|
||||
}
|
||||
|
||||
#titre-home{
|
||||
#titre-home {
|
||||
color: white;
|
||||
padding-bottom: 20px;
|
||||
font-size: 20px;
|
||||
font-weight: bold;
|
||||
}
|
||||
#titre-between{
|
||||
|
||||
#titre-between {
|
||||
margin-top: 130px;
|
||||
margin-bottom: 30px;
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
font-size: 22px;
|
||||
|
||||
}
|
||||
|
||||
@media screen and (max-width: 640px) {
|
||||
.nav_imie {
|
||||
height: 0;
|
||||
}
|
||||
#twi{
|
||||
}
|
||||
|
||||
#twi {
|
||||
height: 0;
|
||||
width: 0;
|
||||
}
|
||||
#fb{
|
||||
|
||||
#fb {
|
||||
height: 0;
|
||||
width: 0;
|
||||
}
|
||||
.img-home{
|
||||
|
||||
.img-home {
|
||||
width: 250px;
|
||||
}
|
||||
.test1{
|
||||
|
||||
.test1 {
|
||||
margin-top: 30px;
|
||||
}
|
||||
|
||||
.articleHome2{
|
||||
margin-top:30px;
|
||||
.articleHome2 {
|
||||
margin-top: 30px;
|
||||
}
|
||||
#titre-home{
|
||||
|
||||
#titre-home {
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
.p-home{
|
||||
|
||||
.p-home {
|
||||
padding-top: 7px;
|
||||
margin: 0;
|
||||
}
|
||||
.bloc_principal{
|
||||
|
||||
.bloc_principal {
|
||||
height: 630px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 365px) {
|
||||
#search{
|
||||
#search {
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
width: 60px;
|
||||
border-bottom: #1c1c1c solid 2px;
|
||||
}
|
||||
.img-home{
|
||||
|
||||
.img-home {
|
||||
width: 200px;
|
||||
}
|
||||
.test1{
|
||||
|
||||
.test1 {
|
||||
margin-top: 20px;
|
||||
}
|
||||
.articleHome{
|
||||
|
||||
.articleHome {
|
||||
margin-top: 20px;
|
||||
}
|
||||
#titre-home{
|
||||
|
||||
#titre-home {
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
.p-home{
|
||||
|
||||
.p-home {
|
||||
padding-top: 7px;
|
||||
}
|
||||
.bloc_principal_titre{
|
||||
|
||||
.bloc_principal_titre {
|
||||
font-size: 20px;
|
||||
}
|
||||
.bloc_principal{
|
||||
|
||||
.bloc_principal {
|
||||
height: 650px;
|
||||
}
|
||||
}
|
||||
|
@ -1,14 +1,16 @@
|
||||
<html>
|
||||
<head>
|
||||
</head>
|
||||
<body>
|
||||
<p>404</p>
|
||||
</body>
|
||||
<header>
|
||||
<tag type="includes" file="header" />
|
||||
</header>
|
||||
<footer>
|
||||
<tag type="includes" file="footer" />
|
||||
</footer>
|
||||
|
||||
<head>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p>404</p>
|
||||
</body>
|
||||
<header>
|
||||
<tag type="includes" file="header" />
|
||||
</header>
|
||||
<footer>
|
||||
<tag type="includes" file="footer" />
|
||||
</footer>
|
||||
|
||||
</html>
|
||||
|
@ -1,23 +1,25 @@
|
||||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
<div class="col-12 pad">
|
||||
<div class="fullFooter">
|
||||
<div class="upFooter">
|
||||
<ul>
|
||||
<li class="iconOnFooter"><a><tag type="svg" file="facebook" style="color: white; width: 23px; height: 23px"/></a></li>
|
||||
<li class="iconOnFooter"><a><tag type="svg" file="twitter" style="color: white; width: 23px; height: 23px"/></a></li>
|
||||
</ul>
|
||||
<p class="phraseFooter">Suivez-nous sur les réseaux</p>
|
||||
</div>
|
||||
<div class="lowFooter">
|
||||
<ul>
|
||||
<li class="lowFooterItem">Politique et confidentialité</li>
|
||||
<li class="lowFooterItem">Mentions légales</li>
|
||||
<li class="lowFooterItem">Contact</li>
|
||||
<li class="lowFooterItem">Connexion</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
<div class="col-12 pad">
|
||||
<div class="fullFooter">
|
||||
<div class="upFooter">
|
||||
<ul>
|
||||
<li class="iconOnFooter"><a>
|
||||
<tag type="svg" file="facebook" style="color: white; width: 23px; height: 23px" /></a></li>
|
||||
<li class="iconOnFooter"><a>
|
||||
<tag type="svg" file="twitter" style="color: white; width: 23px; height: 23px" /></a></li>
|
||||
</ul>
|
||||
<p class="phraseFooter">Suivez-nous sur les réseaux</p>
|
||||
</div>
|
||||
<div class="lowFooter">
|
||||
<ul>
|
||||
<li class="lowFooterItem">Politique et confidentialité</li>
|
||||
<li class="lowFooterItem">Mentions légales</li>
|
||||
<li class="lowFooterItem">Contact</li>
|
||||
<li class="lowFooterItem">Connexion</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -5,11 +5,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>Connexion</a></li>
|
||||
<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"><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/"><tag type="svg" file="facebook" style="color: white; width: 18px; height: 18px"/></a></li>
|
||||
<li class="item_nav_imie link"><a>Connexion</a></li>
|
||||
<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">
|
||||
<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/">
|
||||
<tag type="svg" file="facebook" style="color: white; width: 18px; height: 18px" /></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
@ -22,8 +24,10 @@
|
||||
<div class="row">
|
||||
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
|
||||
<ul>
|
||||
<li class="item_nav_blog_logo" ><a href="/"><tag type="svg" file="logo-imie-blog" style="color: white; width: 200px; height: 64px; margin-top: 6px;"/></a></li>
|
||||
<li class="item_nav_blog_droite_icon"><input id="search" type="text" placeholder="Recherche"><a><tag type="svg" file="mignify" style="color: rgba(0, 0, 0, .5); width: 18px; height: 18px"/></a></li>
|
||||
<li class="item_nav_blog_logo"><a href="/">
|
||||
<tag type="svg" file="logo-imie-blog" style="color: white; width: 200px; height: 64px; margin-top: 6px;" /></a></li>
|
||||
<li class="item_nav_blog_droite_icon"><input id="search" type="text" placeholder="Recherche"><a>
|
||||
<tag type="svg" file="mignify" style="color: rgba(0, 0, 0, .5); width: 18px; height: 18px" /></a></li>
|
||||
<li class="item_nav_blog_droite devops"><a>DEVOPS</a></li>
|
||||
<li class="item_nav_blog_droite ops"><a>OPS</a></li>
|
||||
<li class="item_nav_blog_droite digi"><a>DIGI</a></li>
|
||||
@ -33,5 +37,4 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -3,27 +3,18 @@
|
||||
|
||||
<head>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<tag type="includes" file="header" />
|
||||
</header>
|
||||
<main class="test container">
|
||||
<div class="bloc-post">
|
||||
<div class="container-post post ops">
|
||||
<h2 class="title">Mettre en place un serveur web sous linux</h2>
|
||||
<div class="etiquettes">
|
||||
<span class="cat">OPS</span>
|
||||
<span class="date">26-06-2018</span>
|
||||
</div>
|
||||
<p class="post text">Dum apud Persas, ut supra narravimus, perfidia regis motus agitat insperatos,
|
||||
et in eois tractibus bella rediviva consurgunt, anno sexto decimo et eo diutius
|
||||
post Nepotiani exitium, saeviens per urbem aeternam urebat cuncta Bellona, ex primordiis
|
||||
<br>
|
||||
<br>
|
||||
Dum apud Persas, ut supra narravimus, perfidia regis motus agitat insperatos,
|
||||
et in eois tractibus bella rediviva consurgunt, anno sexto decimo et eo diutius
|
||||
post Nepotiani exitium, saeviens per urbem aeternam urebat cuncta Bellona, ex primordiis
|
||||
</p>
|
||||
|
||||
<body>
|
||||
<header>
|
||||
<tag type="includes" file="header" />
|
||||
</header>
|
||||
<main class="test container">
|
||||
<div class="bloc-post">
|
||||
<div class="container-post post ops">
|
||||
<h2 class="title">Mettre en place un serveur web sous linux</h2>
|
||||
<div class="etiquettes">
|
||||
<span class="cat">OPS</span>
|
||||
<span class="date">26-06-2018</span>
|
||||
</div>
|
||||
<p class="post text">Dum apud Persas, ut supra narravimus, perfidia regis motus agitat insperatos,
|
||||
et in eois tractibus bella rediviva consurgunt, anno sexto decimo et eo diutius
|
||||
@ -35,40 +26,49 @@
|
||||
post Nepotiani exitium, saeviens per urbem aeternam urebat cuncta Bellona, ex primordiis
|
||||
</p>
|
||||
</div>
|
||||
<div class="credit">
|
||||
<h3>Auteur</h3>
|
||||
<div class="author">
|
||||
<a>
|
||||
<tag type="svg" file="avatar" style="color: white; height: 64px" /></a>
|
||||
<div class="by">
|
||||
<h3 class="name">Adrien Huchet</h3>
|
||||
<h3 class="job">Apprenant IT START</h3>
|
||||
</div>
|
||||
<p class="post text">Dum apud Persas, ut supra narravimus, perfidia regis motus agitat insperatos,
|
||||
et in eois tractibus bella rediviva consurgunt, anno sexto decimo et eo diutius
|
||||
post Nepotiani exitium, saeviens per urbem aeternam urebat cuncta Bellona, ex primordiis
|
||||
<br>
|
||||
<br>
|
||||
Dum apud Persas, ut supra narravimus, perfidia regis motus agitat insperatos,
|
||||
et in eois tractibus bella rediviva consurgunt, anno sexto decimo et eo diutius
|
||||
post Nepotiani exitium, saeviens per urbem aeternam urebat cuncta Bellona, ex primordiis
|
||||
</p>
|
||||
</div>
|
||||
<div class="credit">
|
||||
<h3>Auteur</h3>
|
||||
<div class="author">
|
||||
<a>
|
||||
<tag type="svg" file="avatar" style="color: white; height: 64px" /></a>
|
||||
<div class="by">
|
||||
<h3 class="name">Adrien Huchet</h3>
|
||||
<h3 class="job">Apprenant IT START</h3>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="bloc-filter">
|
||||
<p class="title-second">Plus d'articles</p>
|
||||
<div class="filtre dev-color">dev</div>
|
||||
<div class="filtre digi-color">digi</div>
|
||||
<div class="filtre ops-color">ops</div>
|
||||
<div class="filtre devops-color">devops</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="bloc-filter">
|
||||
<p class="title-second">Plus d'articles</p>
|
||||
<div class="filtre dev-color">dev</div>
|
||||
<div class="filtre digi-color">digi</div>
|
||||
<div class="filtre ops-color">ops</div>
|
||||
<div class="filtre devops-color">devops</div>
|
||||
</div>
|
||||
|
||||
<div class="bloc-filter">
|
||||
<h3>Plus d'articles</h3>
|
||||
<p class="title-small">Catégories</p>
|
||||
<div class="filtre dev-color">dev</div>
|
||||
<div class="filtre digi-color">digi</div>
|
||||
<div class="filtre ops-color">ops</div>
|
||||
<div class="filtre devops-color">devops</div>
|
||||
<p class="title-small">Tags</p>
|
||||
<div class="tag">html</div>
|
||||
<div class="tag">js</div>
|
||||
<div class="tag">css</div>
|
||||
<div class="tag">html</div>
|
||||
<div class="tag">php</div>
|
||||
<p class="title-small">Catégories</p>
|
||||
<div class="filtre dev-color">dev</div>
|
||||
<div class="filtre digi-color">digi</div>
|
||||
<div class="filtre ops-color">ops</div>
|
||||
<div class="filtre devops-color">devops</div>
|
||||
<p class="title-small">Tags</p>
|
||||
<div class="tag">html</div>
|
||||
<div class="tag">js</div>
|
||||
<div class="tag">css</div>
|
||||
<div class="tag">html</div>
|
||||
<div class="tag">php</div>
|
||||
</div>
|
||||
|
||||
<div class="bloc-recent">
|
||||
@ -97,13 +97,16 @@
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</tag>
|
||||
</div>
|
||||
</main>
|
||||
<body>
|
||||
<footer>
|
||||
<tag type="includes" file="footer" />
|
||||
</fotter>
|
||||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
|
||||
</body>
|
||||
</div>
|
||||
</tag>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<tag type="includes" file="footer" />
|
||||
</footer>
|
||||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa"
|
||||
crossorigin="anonymous"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
@ -12,7 +12,7 @@
|
||||
<div class="bloc-recent">
|
||||
<div class="contenue-recent">
|
||||
<div class="titre-recent">
|
||||
<p>récent</p>
|
||||
<p>récent</p>
|
||||
</div>
|
||||
<div class="icon-recent">
|
||||
<tag type="svg" file="arrow" style="color: #848484; width: 18px; height: 18px" />
|
||||
@ -32,7 +32,7 @@
|
||||
per urbem aeternam urebat cuncta Bellona, ex primordiis
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="bloc-filter">
|
||||
</div>
|
||||
@ -43,4 +43,5 @@
|
||||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa"
|
||||
crossorigin="anonymous"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user