feat: ajout du logo et couleur de fond

pull/1/head
Jalil Arfaoui 2022-07-24 16:23:13 +02:00
parent 32ce86cbdc
commit 12fe1f254a
3 changed files with 7 additions and 1 deletions

View File

@ -13,6 +13,7 @@
</head>
<body>
<header>
<img id="Logo" src="/images/Logo.jpg"/>
<h1 class="home"><a href="{{ '/' | url }}">{{ metadata.title }}</a></h1>
{% set navigationOptions = {

View File

@ -6,6 +6,7 @@
--navy: #17050F;
--blue: #082840;
--white: #fff;
--beige: #fffff5;
}
/* Global stylesheet */
@ -19,7 +20,7 @@ body {
margin: 0;
font-family: -apple-system, system-ui, sans-serif;
color: var(--darkgray);
background-color: var(--white);
background-color: var(--beige);
}
p:last-child {
margin-bottom: 0;
@ -110,6 +111,10 @@ code {
.home :link:not(:hover) {
text-decoration: none;
}
#Logo {
float: left;
height: 4em;
}
/* Nav */
.nav {

BIN
images/Logo.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB