Add header-face picture to index

This commit is contained in:
Fred Boniface 2022-10-21 19:58:24 +01:00
parent 20327c0034
commit edddd23d41
4 changed files with 4 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@ -11,6 +11,10 @@
<body>
<div class="header_image" id="header_index">
<div id="page_title" class="hide_micro">
<picture id="header_face">
<source srcset="/images/headers/index/face-150.webp" type="image/webp">
<img src="/images/headers/index/face-100.webp" alt="Face image">
</picture>
<h1>Lorem ipsum</h1>
</div>
</div>