blob: 8ec6b79cedf1fbe292d9d5d1bd432ab706b3911e (
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
29
30
31
32
33
34
35
36
37
38
39
|
<!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>FivePixels</h1>
</header>
<section id="intro">
<p>My name is Dylan Bolger. This is my extremely basic website.</p>
<p>Thank you for visiting!</p>
<ul>
<li><a href="about.html">About Me</a></li>
</ul>
<br>
<h1>Contact me</h1>
<ul>
<li><a href="mailto:o5pxels@gmail.com">o5pxels@gmail.com</a></li>
</ul>
</section>
<section id="quicklinks">
<h1>Internet places I exist at</h1>
<p>If you find me outside of the internet places, you get a cookie 🍪</p>
<ul>
<li><a href="https://twitter.com/o5pxels">Twitter</a></li>
<li><a href="https://www.reddit.com/user/DylanB00">Reddit</a></li>
<li><a href="https://discord.gg/Vg2EYDR">Discord</a></li>
</ul>
</section>
<section id="projects">
<h1>Projects</h1>
<p>I like programming: what about you?</p>
<a href="https://github.com/fivepixels">GitHub</a>
</section>
</html>
|