Compare commits

..

No commits in common. "979220becbd8f967e6c5459632a02a84f3d0d0c6" and "494379d020315bcc76d3eb52e53961f5904999b0" have entirely different histories.

6 changed files with 3 additions and 13 deletions

View File

@ -1,5 +1,5 @@
+++
title = "Home"
title = "Homepage"
template = "index.html"
date = 2023-11-01
sort_by = "weight"

View File

@ -47,20 +47,12 @@ header {
background-position: center center;
display: flex;
align-items: center;
padding: 0px;
padding: 10px;
.date, h1 {
color: $header-fg;
text-shadow: black 0px 0px 0.1em;
}
}
#header-logo {
background: url('img/logo.png') top;
width: 150px;
height: 150px;
}
#header-logo:hover {
background-position: bottom;
}
h1 {
font-size: 28pt;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 297 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

View File

@ -5,9 +5,8 @@
<meta charset="utf-8" />
<meta name="generator" content="zola" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<title>{% if section.title %}{{section.title}} |{% endif %} Fabrice Mouhartem</title>
<title>fmouhart.epheme.re</title>
<link rel="stylesheet" href="{{ get_url(path="/style.css") }}" />
<link rel="shortcut icon" type="image/png" href="{{ get_url(path="/img/lock.png") }}" />
</head>
<body>
{% block header %}

View File

@ -1,4 +1,3 @@
<header id="title-block-header">
<div id="header-logo"></div>
<h1 class="title">Fabrice Mouhartem</h1>
</header>