2024-02-23 04:35:34 +00:00
|
|
|
<section>
|
2024-04-25 06:22:05 +00:00
|
|
|
<!-- <div id="avatar-frame" class="online"> -->
|
|
|
|
<!-- <span class="gloss"></span> -->
|
|
|
|
<!-- <img class="u-photo" width="100px" src="/images/avatar.jpg"> -->
|
|
|
|
<!-- </div> -->
|
|
|
|
{{ partial "avatar.html" . }}
|
|
|
|
<p class="about-me">
|
|
|
|
I'm yequari. I like programming, tabletop games, and the Transformers.
|
|
|
|
</p>
|
2024-02-23 04:35:34 +00:00
|
|
|
</section>
|
|
|
|
<section>
|
2024-04-25 06:22:05 +00:00
|
|
|
<!-- <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> -->
|
|
|
|
{{ partial "statuscafe.html" .}}
|
2024-02-23 04:35:34 +00:00
|
|
|
</section>
|
|
|
|
<section>
|
2024-04-25 06:22:05 +00:00
|
|
|
<!-- <h1>Social</h1> -->
|
2024-02-23 04:35:34 +00:00
|
|
|
<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 }}
|
2024-04-21 00:25:35 +00:00
|
|
|
<a rel="me" href="{{ .URL | safeURL }}">
|
2024-02-23 04:35:34 +00:00
|
|
|
{{ .Name }}
|
|
|
|
<!-- <span class="social {{.Params.class}}"></span> -->
|
|
|
|
</a>
|
|
|
|
{{ else }}
|
|
|
|
{{ .Name }}
|
|
|
|
{{ end }}
|
|
|
|
</li>
|
|
|
|
{{ end }}
|
|
|
|
</ul>
|
|
|
|
</section>
|
2024-04-25 06:22:05 +00:00
|
|
|
<!-- <section> -->
|
|
|
|
<!-- <h1>Quote of the Day</h1> -->
|
|
|
|
<!-- <div id="quote"> -->
|
|
|
|
<!-- <p id="subtitle">.</p> -->
|
|
|
|
<!-- </div> -->
|
|
|
|
<!-- </section> -->
|