blob: fca4961c630da1f04d779d0955d1c9d1467fe01c (
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
27
28
|
<!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, and my online alias is FivePixels. <br>
This is my website! It's pretty basic, I know.
</section>
<section id="quicklinks">
<ul>
<li>
<a href="http://fivepixels.xyz/about">About Me</a><br>
<a href="http://fivepixels.xyz/portfolio">Design Portfolio</a><br>
</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>
|