hikan.ru/mvc/views/blocks/header.gohtml

47 lines
1.5 KiB
Plaintext

{{ define "header" }}
<header>
<div class="rotating-pic-container">
<img class="rotating-pic" src="/assets/pic/miffy.png?v={{ .version }}"
style="width: 100%; height: 100%;">
</div>
<div class="pulse-container">
<p class="pulse-text">
<code>🎵&nbsp;last played track: </code><code id="lastfm"
hx-get="/api/lastfm"
hx-trigger="load, every 30s"
hx-target="#lastfm"
hx-swap="innerHTML">waiting for a response from server... (JavaScript is required)</code><code>&nbsp;🎵</code>
</p>
</div>
<div>
<h1>
contacts
</h1>
<p>
you can message me on <a href="https://t.me/semaphoreslover" target="_blank">telegram</a> or <a href="https://mastodon.ml/@serr" target="_blank">mastodon</a>
</p>
</div>
<div>
<p>
see <a href="/"
hx-get="/?ajax=true"
hx-target="main"
hx-swap="outerHTML"
hx-push-url="/">
main page</a> or go to
<a href="/posts/0"
hx-get="/posts/0?ajax=true"
hx-target="main"
hx-swap="outerHTML"
hx-push-url="/posts/0">
posts section
</a>
</p>
</div>
<div>
<p>
and also you can subscribe to my <a href="https://t.me/lolistack" target="_blank">telegram channel</a> with pictures!
</p>
</div>
</header>
{{ end }}