Update links and stuff
This commit is contained in:
@@ -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
@@ -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"> </dd>
|
||||
</dl>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user