feat: Make more use of the shared assets

This commit is contained in:
2022-05-31 20:17:47 +02:00
parent 1e531f07b6
commit 5cf8725e01
6 changed files with 61 additions and 86 deletions

View File

@@ -17,8 +17,8 @@
</head>
<body>
<div class="horizontal-center">
<div class="vertical-flex header">
<div id="header" class="horizontal-flex">
<div class="vertical header">
<div id="header" class="horizontal">
<img class="avatar" src="assets/img/avatar.jpg" />
<div class="vertical-center">
@@ -36,6 +36,15 @@
</div>
{{ content }}
<br />
<center class="footer">
Created by <i>PapaTutuWawa</i> with &lt;3 using
<a href="https://github.com/google/roboto">Roboto</a>,
<a href="https://github.com/RedHatOfficial/Overpass">Overpass</a> and
<a href="https://github.com/sunainapai/makesite">makesite</a>
</center>
</div>
</body>
</html>