aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorFivePixels <o5pxels@gmail.com>2020-06-25 22:14:21 -0500
committerFivePixels <o5pxels@gmail.com>2020-06-25 22:14:21 -0500
commit3afeaa0eb9c0d78e5ff55f1085b179e9a439184f (patch)
treea5b5025fd8013d7013006d0b3757e4c43b24f7d0 /index.html
parent818d6fce702a13facfd1a149267324acb019b60f (diff)
downloadpersonal-website-3afeaa0eb9c0d78e5ff55f1085b179e9a439184f.tar.xz
personal-website-3afeaa0eb9c0d78e5ff55f1085b179e9a439184f.zip
Add hobbies to about me, clean up the homepage
Diffstat (limited to 'index.html')
-rw-r--r--index.html30
1 files changed, 20 insertions, 10 deletions
diff --git a/index.html b/index.html
index 74c63ca..8ec6b79 100644
--- a/index.html
+++ b/index.html
@@ -2,28 +2,38 @@
<html>
<head>
<title>FivePixels</title>
- <meta charset="utf-8" />
+ <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</h>
+ <h1>FivePixels</h1>
</header>
<section id="intro">
- My name is Dylan.<br><br>
- <a href="about.html">About Me</a><br>
- <br><a href="cydia://url/https://cydia.saurik.com/api/share#?source=https://fivepixels.xyz/">Add this repository to Cydia</a><br>
- or just view the <a href="repo.html">repo</a>.
+ <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>Find me on</h1>
+ <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/dbolger00">Twitter</a></li>
- <li>- <a href="https://www.reddit.com/user/DylanB00">Reddit</a></li>
+ <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>All of my public projects can be found on <a href="http://github.com/fivepixels">GitHub</a>.</p>
+ <p>I like programming: what about you?</p>
+ <a href="https://github.com/fivepixels">GitHub</a>
+
</section>
</html>