Update links and stuff
This commit is contained in:
@@ -34,6 +34,14 @@ table {
|
|||||||
border-spacing: 0;
|
border-spacing: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
html,
|
||||||
|
body {
|
||||||
|
display: block;
|
||||||
|
height: 100%;
|
||||||
|
min-height: 100%;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-color: black;
|
background-color: black;
|
||||||
color: #ddd;
|
color: #ddd;
|
||||||
|
|||||||
+2
-2
@@ -13,12 +13,12 @@
|
|||||||
<section class="main-content">
|
<section class="main-content">
|
||||||
<dl>
|
<dl>
|
||||||
<dt class="comment">// Relatively up to date</dt>
|
<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>
|
||||||
|
|
||||||
<dl>
|
<dl>
|
||||||
<dt class="comment">// Practice makes perfect...?</dt>
|
<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>
|
<dd class="blink cursor"> </dd>
|
||||||
</dl>
|
</dl>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
Reference in New Issue
Block a user