2024-02-23 04:35:34 +00:00
|
|
|
<section>
|
|
|
|
<img class="u-photo" width="100px" src="/images/avatar.jpg">
|
|
|
|
</section>
|
|
|
|
<section>
|
|
|
|
<h1>current status</h1>
|
|
|
|
<div id="statuscafe"><div id="statuscafe-username"></div><div id="statuscafe-content"></div></div><script src="https://status.cafe/current-status.js?name=yequari" defer></script>
|
|
|
|
</section>
|
|
|
|
<section>
|
|
|
|
<h1>Social</h1>
|
|
|
|
<ul class="social">
|
|
|
|
{{ range site.Menus.social }}
|
|
|
|
<li class="social">
|
2024-02-24 17:39:17 +00:00
|
|
|
<img class="social" src="/icons/{{.Params.icon}}">
|
2024-02-23 04:35:34 +00:00
|
|
|
{{ if .URL }}
|
|
|
|
<a rel="me" href="{{ .URL }}">
|
|
|
|
{{ .Name }}
|
|
|
|
<!-- <span class="social {{.Params.class}}"></span> -->
|
|
|
|
</a>
|
|
|
|
{{ else }}
|
|
|
|
{{ .Name }}
|
|
|
|
{{ end }}
|
|
|
|
</li>
|
|
|
|
{{ end }}
|
|
|
|
</ul>
|
|
|
|
</section>
|
|
|
|
<section>
|
|
|
|
<h1>yequari says...</h1>
|
|
|
|
<div id="quote">
|
|
|
|
<p id="subtitle">.</p>
|
|
|
|
</div>
|
|
|
|
</section>
|