blob: f3f1f1ec8d8d99ab09f833b97f955a0a2784c687 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
<!DOCTYPE HTML>
<html>
<head>
<title>FivePixels</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<header>
<h1>Hey there!</h1>
</header>
<section id="intro">
My name is Dylan Bolger. Some people refer to me as FivePixels. <br>
<a href="http://fivepixels.xyz/about">About Me</a><br>
</section>
<section id="quicklinks">
<ul>
<li>
</li>
</ul>
</section>
<section id="projects">
<h1>Projects</h1>
<p>All of my current projects are on <a href="http://github.com/fivepixels">GitHub</a>.</p>
</section>
</html>
|