aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorFivePixels <o5pxels@gmail.com>2020-04-04 14:21:43 -0500
committerFivePixels <o5pxels@gmail.com>2020-04-04 14:21:43 -0500
commit79ddc5449662aff7ac86fe38326bf7ac2483701d (patch)
treea28e9f971b1106555106e9b37f48de445b04161c /index.html
parentd833265379f810b5e278fc0405e26a1cd5657553 (diff)
downloadpersonal-website-79ddc5449662aff7ac86fe38326bf7ac2483701d.tar.xz
personal-website-79ddc5449662aff7ac86fe38326bf7ac2483701d.zip
Update home page and add repository files
Diffstat (limited to 'index.html')
-rw-r--r--index.html15
1 files changed, 9 insertions, 6 deletions
diff --git a/index.html b/index.html
index 5252a23..74c63ca 100644
--- a/index.html
+++ b/index.html
@@ -7,20 +7,23 @@
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<header>
- <h1>Hey there!</h1>
+ <h1>FivePixels</h>
</header>
<section id="intro">
- My name is Dylan Bolger. Some people refer to me as FivePixels. <br>
- <a href="http://fivepixels.xyz/about.html">About Me</a><br>
+ 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>.
</section>
<section id="quicklinks">
+ <h1>Find me on</h1>
<ul>
- <li>
- </li>
+ <li>- <a href="https://twitter.com/dbolger00">Twitter</a></li>
+ <li>- <a href="https://www.reddit.com/user/DylanB00">Reddit</a></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>
+ <p>All of my public projects can be found on <a href="http://github.com/fivepixels">GitHub</a>.</p>
</section>
</html>