2024-07-13 01:10:18 +00:00
|
|
|
<section class="sidebar">
|
|
|
|
<section>
|
|
|
|
<!-- <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> -->
|
|
|
|
</section>
|
|
|
|
<section>
|
|
|
|
<!-- <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" .}}
|
|
|
|
</section>
|
|
|
|
<section>
|
|
|
|
<!-- <h1>Social</h1> -->
|
|
|
|
{{ partial "social.html" .}}
|
|
|
|
</section>
|
|
|
|
<!-- <section> -->
|
|
|
|
<!-- <h1>Quote of the Day</h1> -->
|
|
|
|
<!-- <div id="quote"> -->
|
|
|
|
<!-- <p id="subtitle">.</p> -->
|
|
|
|
<!-- </div> -->
|
|
|
|
<!-- </section> -->
|
2024-02-23 04:35:34 +00:00
|
|
|
</section>
|