Styling and fleshing out a bit
This commit is contained in:
+16
-1
@@ -2,12 +2,27 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>fxl codes</title>
|
||||
<link href="main.css" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro:300,600" rel="stylesheet" type="text/css">
|
||||
<link href="main.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
fxl.codes {
|
||||
</header>
|
||||
|
||||
<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>
|
||||
</dl>
|
||||
|
||||
<dl>
|
||||
<dt class="comment">// Practice makes perfect...?</dt>
|
||||
<dd>experience.Code = CodeRepository.Instance;</dd>
|
||||
<dd>experience.Code.<a href="https://github.com/feminaexlux">Explore()</a>;</dd>
|
||||
</dl>
|
||||
</section>
|
||||
|
||||
<footer>
|
||||
}
|
||||
</footer>
|
||||
|
||||
Reference in New Issue
Block a user