Do you want moooooooooore ?

I can't hear youuuuu !

Ok, more stuph.
This commit is contained in:
2026-01-21 15:50:22 +01:00
parent d332744f5f
commit 5e90213d61
8 changed files with 1805 additions and 80 deletions

View File

@ -12,7 +12,7 @@
<title>{{ title ?? site:name }}</title>
</head>
<body>
<nav id="nav" class="navbar is-primaryt is-fixed-top p-5" role="navigation" aria-label="main navigation">
<nav id="nav" class="navbar is-fixed-top p-5" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
<a class="navbar-item squircle" href="/">
<img src="/assets/logo2.svg" style="height:5rem;"/>
@ -27,7 +27,16 @@
{{ template_content }}
<footer>Footer</footer>
<footer class="footer">
<div class="grid is-col-min-9">
<div class="cell has-text-centered has-text-primary">
<img src="/assets/logo2.svg" alt="" style="width:3rem;">
</div>
<div class="cell"></div>
<div class="cell"></div>
</div>
</footer>
</body>
<script src="https://unpkg.com/lenis@1.3.17/dist/lenis.min.js"></script>
<script src="/assets/js/main.js"></script>
</html>