article title and refactoring
This commit is contained in:
parent
cd224f0f25
commit
3c5f5def60
@ -19,7 +19,7 @@
|
|||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section id="services" class="main">
|
<section id="services" class="main">
|
||||||
<h2>Nos services finaux</h3>
|
<h2>Nos services finaux</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<span class="icon">
|
<span class="icon">
|
||||||
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@ -147,14 +147,17 @@ li:hover .dropdown, .dropdown li:hover .submenu, li:focus-within .dropdown, .dro
|
|||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
#header {
|
header {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
#header {
|
||||||
margin-bottom: -2rem;
|
margin-bottom: -2rem;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
min-height: 30em;
|
min-height: 30em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#header h1 {
|
header h1 {
|
||||||
font-size: 3.75em;
|
font-size: 3.75em;
|
||||||
line-height: 1em;
|
line-height: 1em;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
@ -187,9 +190,9 @@ li:hover .dropdown, .dropdown li:hover .submenu, li:focus-within .dropdown, .dro
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#header hr {
|
header hr {
|
||||||
top: 1.5em;
|
top: 1.5em;
|
||||||
margin-bottom: 3em;
|
margin-bottom: 1em;
|
||||||
border-top: solid 1px rgba(192, 192, 192, 0.35);
|
border-top: solid 1px rgba(192, 192, 192, 0.35);
|
||||||
border-bottom: solid 1px rgba(192, 192, 192, 0.35);
|
border-bottom: solid 1px rgba(192, 192, 192, 0.35);
|
||||||
position: relative;
|
position: relative;
|
||||||
@ -198,7 +201,11 @@ li:hover .dropdown, .dropdown li:hover .submenu, li:focus-within .dropdown, .dro
|
|||||||
border-right: none;
|
border-right: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#header hr::before, #header hr::after {
|
#header hr {
|
||||||
|
margin-bottom:3em;
|
||||||
|
}
|
||||||
|
|
||||||
|
header hr::before, header hr::after {
|
||||||
background: rgba(192, 192, 192, 0.35);
|
background: rgba(192, 192, 192, 0.35);
|
||||||
content: '';
|
content: '';
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -29,6 +29,7 @@
|
|||||||
<h1 class="entry-title">
|
<h1 class="entry-title">
|
||||||
{{ article.title }}
|
{{ article.title }}
|
||||||
</h1>
|
</h1>
|
||||||
|
<hr />
|
||||||
{% import 'translations.html' as translations with context %}
|
{% import 'translations.html' as translations with context %}
|
||||||
{{ translations.translations_for(article) }}
|
{{ translations.translations_for(article) }}
|
||||||
</header>
|
</header>
|
||||||
|
@ -87,7 +87,7 @@ format(slug=tag.slug) }}{% endif %}" type="application/rss+xml" rel="alternate"
|
|||||||
|
|
||||||
<!-- Header -->
|
<!-- Header -->
|
||||||
{% if output_file == 'index.html' %}
|
{% if output_file == 'index.html' %}
|
||||||
<div id="header">
|
<header id="header">
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<header>
|
<header>
|
||||||
<h1><a href="index.html" id="logo">Jean-Cloud</a></h1>
|
<h1><a href="index.html" id="logo">Jean-Cloud</a></h1>
|
||||||
@ -98,7 +98,7 @@ format(slug=tag.slug) }}{% endif %}" type="application/rss+xml" rel="alternate"
|
|||||||
<a href="#jeanqui" class="button circled scrolly">Découvrir !</a>
|
<a href="#jeanqui" class="button circled scrolly">Découvrir !</a>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</header>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<!-- Main content -->
|
<!-- Main content -->
|
||||||
|
Loading…
Reference in New Issue
Block a user