Compare commits
3 Commits
494379d020
...
979220becb
Author | SHA1 | Date | |
---|---|---|---|
979220becb | |||
b574b77acc | |||
574a3bfe98 |
@ -1,5 +1,5 @@
|
|||||||
+++
|
+++
|
||||||
title = "Homepage"
|
title = "Home"
|
||||||
template = "index.html"
|
template = "index.html"
|
||||||
date = 2023-11-01
|
date = 2023-11-01
|
||||||
sort_by = "weight"
|
sort_by = "weight"
|
||||||
|
@ -47,12 +47,20 @@ header {
|
|||||||
background-position: center center;
|
background-position: center center;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 10px;
|
padding: 0px;
|
||||||
.date, h1 {
|
.date, h1 {
|
||||||
color: $header-fg;
|
color: $header-fg;
|
||||||
text-shadow: black 0px 0px 0.1em;
|
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 {
|
h1 {
|
||||||
font-size: 28pt;
|
font-size: 28pt;
|
||||||
}
|
}
|
||||||
|
BIN
static/img/lock.png
Normal file
BIN
static/img/lock.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 297 B |
BIN
static/img/logo.png
Normal file
BIN
static/img/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 46 KiB |
@ -5,8 +5,9 @@
|
|||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="generator" content="zola" />
|
<meta name="generator" content="zola" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
||||||
<title>fmouhart.epheme.re</title>
|
<title>{% if section.title %}{{section.title}} |{% endif %} Fabrice Mouhartem</title>
|
||||||
<link rel="stylesheet" href="{{ get_url(path="/style.css") }}" />
|
<link rel="stylesheet" href="{{ get_url(path="/style.css") }}" />
|
||||||
|
<link rel="shortcut icon" type="image/png" href="{{ get_url(path="/img/lock.png") }}" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
{% block header %}
|
{% block header %}
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
<header id="title-block-header">
|
<header id="title-block-header">
|
||||||
|
<div id="header-logo"></div>
|
||||||
<h1 class="title">Fabrice Mouhartem</h1>
|
<h1 class="title">Fabrice Mouhartem</h1>
|
||||||
</header>
|
</header>
|
||||||
|
Loading…
Reference in New Issue
Block a user