aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoro5pxels <o5pxels@gmail.com>2021-03-29 15:25:04 -0500
committero5pxels <o5pxels@gmail.com>2021-03-29 15:25:04 -0500
commit1e492506561ed0c46bcc89ad136cc6608023fb51 (patch)
tree63a624d0150620829ab1fafe1e7d20a03db9af51
parent65b1fc34312a05b958864f29364de4a0d46a03b3 (diff)
downloadpersonal-website-1e492506561ed0c46bcc89ad136cc6608023fb51.tar.xz
personal-website-1e492506561ed0c46bcc89ad136cc6608023fb51.zip
Fix formatting, update intro text.
-rw-r--r--index.html79
1 files changed, 42 insertions, 37 deletions
diff --git a/index.html b/index.html
index 8ec6b79..edb7a49 100644
--- a/index.html
+++ b/index.html
@@ -1,39 +1,44 @@
-<!DOCTYPE HTML>
+<!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>
+ <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>