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-20 02:14:23 +00:00
|
|
|
<div class="homepage-card">
|
|
|
|
<h1 data-show="about-description" data-value="uname -a" class="typewriter card-title">~ $ </h1>
|
|
|
|
<div class="about-grid">
|
|
|
|
<div id="about-description" class="about-description">
|
|
|
|
{{ range .Site.Data.index.About.Content }}
|
|
|
|
<p data-value="{{ .value }}"></p>
|
|
|
|
{{ end }}
|
|
|
|
</div>
|
|
|
|
<div class="hobbies">
|
|
|
|
<p data-show="about-hobbies" data-value="cat hobbies.txt | less" class="typewriter">~ $ </p>
|
|
|
|
<div id="about-hobbies">
|
|
|
|
{{ range .Site.Data.index.About.Hobbies }}
|
|
|
|
<p data-value="{{ .value }}"></p>
|
|
|
|
{{ end }}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</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>
|
2023-07-20 02:14:23 +00:00
|
|
|
<p>Passion for low level software, embedded systems, software
|
|
|
|
architecture, and machine learning.</p>
|
2023-07-19 02:44:03 +00:00
|
|
|
</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 }}
|