Add terminal effect

This commit is contained in:
Tyler Perkins
2023-07-18 22:44:03 -04:00
parent b2f80c3a92
commit eb57cc04f4
6 changed files with 96 additions and 4 deletions

View File

@@ -4,4 +4,18 @@
{{ .Content }}
</div>
</div>
<div class="homepage-card">
<h1 to-show="about-description" data-value="uname -a" class="typewriter">~ $&nbsp;</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">~ $&nbsp;</p>
</div>
</div>
</div>
{{ end }}