Tiny cleanup

This commit is contained in:
Lani Aung
2022-11-18 19:27:26 -07:00
parent 364555d49e
commit 23fa5e223f
2 changed files with 5 additions and 2 deletions
+4
View File
@@ -75,6 +75,10 @@ a {
color: lightgreen; color: lightgreen;
} }
.text {
color: orange;
}
.blink { .blink {
animation: blink-animation 1s steps(5, start) infinite; animation: blink-animation 1s steps(5, start) infinite;
-webkit-animation: blink-animation 1s steps(5, start) infinite; -webkit-animation: blink-animation 1s steps(5, start) infinite;
+1 -2
View File
@@ -13,12 +13,11 @@
<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>();</dd> <dd>var experience = new <a href="http://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 = new CodeCollection();</dd>
<dd>experience.Code.<a href="https://github.com/feminaexlux">Explore()</a>;</dd> <dd>experience.Code.<a href="https://github.com/feminaexlux">Explore()</a>;</dd>
<dd class="blink cursor">&nbsp;</dd> <dd class="blink cursor">&nbsp;</dd>
</dl> </dl>