Updating code style I guess
This commit is contained in:
+4
-3
@@ -13,12 +13,13 @@
|
||||
<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> {</dd>
|
||||
</dl>
|
||||
|
||||
<dl>
|
||||
<dt class="comment">// Practice makes perfect...?</dt>
|
||||
<dd>experience.Code = new CodeCollection();</dd>
|
||||
<dt class="comment" style="padding-left: 2em">// Practice makes perfect...?</dt>
|
||||
<dd style="padding-left: 2em">Code = new CodeCollection()</dd>
|
||||
<dd>};</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