aboutsummaryrefslogtreecommitdiff
path: root/index.html
blob: edb7a4990ec79b3fe35d7b292b7620feb53fd7ab (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
40
41
42
43
44
<!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>
      Welcome to my website. My name is Dylan Bolger. I hope you find your visit
      welcoming and informative.
    </p>
    <ul>
      <li><a href="about.html">About Me</a></li>
    </ul>
    <ul>
      <li><a href="blog.fivepixels.me">Blog</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>
  </section>
</html>