Styling and fleshing out a bit

This commit is contained in:
Lani Aung
2016-04-21 16:18:33 -07:00
parent 868c1644f6
commit 9e8c01b6e1
2 changed files with 83 additions and 3 deletions
+16 -1
View File
@@ -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>