Update links and stuff

This commit is contained in:
2026-07-27 01:17:13 +00:00
parent 82b7b382f0
commit 1eb3e119b4
2 changed files with 10 additions and 2 deletions
+8
View File
@@ -34,6 +34,14 @@ table {
border-spacing: 0;
}
html,
body {
display: block;
height: 100%;
min-height: 100%;
overflow: hidden;
}
body {
background-color: black;
color: #ddd;
+2 -2
View File
@@ -13,12 +13,12 @@
<section class="main-content">
<dl>
<dt class="comment">// Relatively up to date</dt>
<dd>var experience = new <a href="http://laniaung.me">Resume</a>(<span class="text">"Lani Aung"</span>);</dd>
<dd>var experience = new <a href="https://laniaung.me">Resume</a>(<span class="text">"Lani Aung"</span>);</dd>
</dl>
<dl>
<dt class="comment">// Practice makes perfect...?</dt>
<dd>experience.Code.<a href="https://github.com/feminaexlux">Explore()</a>;</dd>
<dd>experience.<a href="https://gitea.lastredoubt.org/lani">ExploreCode()</a>;</dd>
<dd class="blink cursor">&nbsp;</dd>
</dl>
</section>