2023-06-28 00:58:17 +00:00
|
|
|
{{ define "main" }}
|
2023-07-15 22:44:31 +00:00
|
|
|
<div class="centered top-fade">
|
2023-06-28 01:35:17 +00:00
|
|
|
<div class="intro-content">
|
|
|
|
{{ .Content }}
|
|
|
|
</div>
|
|
|
|
</div>
|
2023-07-19 02:44:03 +00:00
|
|
|
<div class="homepage-card">
|
|
|
|
<h1 to-show="about-description" data-value="uname -a" class="typewriter">~ $ </h1>
|
|
|
|
<div class="about-grid">
|
|
|
|
<div id="about-description">
|
|
|
|
<p>Software developer with a passion for literally just about
|
|
|
|
everything.</p>
|
|
|
|
<p>Aspiring postmath; Jack of all trades, master of few.</p>
|
|
|
|
<p>Full stack developer at Etactics Inc.</p>
|
|
|
|
</div>
|
|
|
|
<div class="hobbies">
|
|
|
|
<p data-value="cat hobbies.txt | less" class="typewriter">~ $ </p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2023-06-28 00:58:17 +00:00
|
|
|
{{ end }}
|