Files
fxl.codes/index.html
T

31 lines
757 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>fxl codes</title>
<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 = new CodeCollection();</dd>
<dd>experience.Code.<a href="https://github.com/feminaexlux">Explore()</a>;</dd>
</dl>
</section>
<footer>
}
</footer>
</body>
</html>