improved templates
This commit is contained in:
parent
56bb38b802
commit
4205bde7b6
Binary file not shown.
Before Width: | Height: | Size: 29 KiB |
@ -7,12 +7,8 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<header class="">
|
||||
{% if page %}
|
||||
{% include "partials/header-page.html" %}
|
||||
{% else %}
|
||||
<header>
|
||||
{% include "partials/header.html" %}
|
||||
{% endif %}
|
||||
</header>
|
||||
<main>
|
||||
<div>
|
||||
|
@ -1,10 +1,6 @@
|
||||
<div class="topbar">
|
||||
<a class="" href="https://webmail.netig.net" target="_blank">NETmail</a>
|
||||
<a class="" href="https://cloud.netig.net" target="_blank">NETcloud</a>
|
||||
<a class="" href="https://git.netig.net" target="_blank">NETgit</a>
|
||||
|
||||
</div>
|
||||
{% include "partials/topbar.html" %}
|
||||
{% include "partials/sidenav.html" %}
|
||||
{% if not page %}
|
||||
<div class="content col--1-2">
|
||||
<div>
|
||||
<a class="logo" href="/#"><img class="logo" src="{{ get_url(path="images/favicon.webp") }}" alt="Logo"></a>
|
||||
@ -17,3 +13,4 @@
|
||||
données aux GAFAM ? Vous êtes au bon endroit !</strong></p>
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
@ -1,7 +1,8 @@
|
||||
<div class="topbar">
|
||||
{% if page %}
|
||||
<a class="logo--min" href="/#"><img class="logo" src="{{ get_url(path="images/favicon.webp") }}" alt="Logo"></a>
|
||||
{% endif %}
|
||||
<a class="" href="https://webmail.netig.net" target="_blank">NETmail</a>
|
||||
<a class="" href="https://cloud.netig.net" target="_blank">NETcloud</a>
|
||||
<a class="" href="https://git.netig.net" target="_blank">NETgit</a>
|
||||
</div>
|
||||
{% include "partials/sidenav.html" %}
|
Loading…
x
Reference in New Issue
Block a user