Tiny cleanup
This commit is contained in:
@@ -75,6 +75,10 @@ a {
|
||||
color: lightgreen;
|
||||
}
|
||||
|
||||
.text {
|
||||
color: orange;
|
||||
}
|
||||
|
||||
.blink {
|
||||
animation: blink-animation 1s steps(5, start) infinite;
|
||||
-webkit-animation: blink-animation 1s steps(5, start) infinite;
|
||||
|
||||
+1
-2
@@ -13,12 +13,11 @@
|
||||
<section class="main-content">
|
||||
<dl>
|
||||
<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>
|
||||
<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 class="blink cursor"> </dd>
|
||||
</dl>
|
||||
|
||||
Reference in New Issue
Block a user