aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html138
1 files changed, 102 insertions, 36 deletions
diff --git a/index.html b/index.html
index edb7a49..947bde3 100644
--- a/index.html
+++ b/index.html
@@ -4,41 +4,107 @@
<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>
+ <body id="home">
+ <header>
+ <ul id="nav">
+ <li><a href="about.html">About Me</a></li>
+ <li>
+ <a
+ href="https://blog.fivepixels.me"
+ target="_blank"
+ rel="noopener noreferrer"
+ >
+ Blog
+ </a>
+ </li>
+ <li>
+ <a
+ href="https://github.com/FivePixels"
+ target="_blank"
+ rel="noopener noreferrer"
+ >
+ GitHub
+ </a>
+ </li>
+ <li>
+ <a
+ href="https://www.linkedin.com/in/dylan-bolger-532b63162/"
+ target="_blank"
+ rel="noopener noreferrer"
+ >
+ LinkedIn
+ </a>
+ </li>
+ <li>
+ <a
+ href="https://twitter.com/o5pxels"
+ target="_blank"
+ rel="noopener noreferrer"
+ >
+ Twitter
+ </a>
+ </li>
+ </ul>
+ </header>
+ <section id="intro">
+ <h1>FivePixels</h1>
+ <p>
+ <a
+ href="https://pronoun.is/he/him"
+ target="_blank"
+ rel="noopener noreferrer"
+ >
+ pronoun.is/he/him
+ </a>
+ </p>
+ <p>
+ Welcome to my website. I hope you find your visit welcoming and
+ informative.
+ </p>
+ <p><a href="mailto:o5pxels@gmail.com">o5pxels@gmail.com</a></p>
+ </section>
+ <section id="projects">
+ <h1>Projects</h1>
+ <p id="description">
+ Projects are listed by most recent to least recent updates.
+ </p>
+ <div class="project js">
+ <h2>Tribble</h2>
+ <p>
+ A discord.js payment bot that creates tickets and automatically
+ validates payments.
+ </p>
+ <a href="https://github.com/FivePixels/Tribble">Source code</a>
+ </div>
+ <div class="project css">
+ <h2>Tidal</h2>
+ <p>A Spotify theme based on Tidal's user interface.</p>
+ <a href="https://github.com/FivePixels/Tidal">Source code</a>
+ </div>
+ <div class="project objc">
+ <h2>Finical</h2>
+ <p>
+ A jailbreak tweak to let you swipe away the lockscreen media player.
+ </p>
+ <a href="https://github.com/FivePixels/Finical">Source code</a>
+ </div>
+ <div class="project objc">
+ <h2>Intemperate</h2>
+ <p>
+ A jailbreak tweak to bypass the thermal lockdown mode when an iPhone
+ reaches a temperature threshold.
+ </p>
+ <a href="https://github.com/FivePixels/Intemperate">Source code</a>
+ </div>
+ <div class="project swift">
+ <h2>dwa140shortcut</h2>
+ <p>
+ A shortcut application for designed for Hackintosh machines using the
+ DWA-140 preference pane.
+ </p>
+ <a href="https://github.com/FivePixels/dwa140shortcut">Source code</a>
+ </div>
+ </section>
+ </body>
</html>