aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorFivePixels <o5pxels@gmail.com>2019-02-11 02:48:40 -0600
committerFivePixels <o5pxels@gmail.com>2019-02-11 02:48:40 -0600
commit2003c515088a15261f7faad823b1396712315e12 (patch)
tree07c51d643e7e481a26079849a0de8b70fde3e1f4 /index.html
parent78f83f6f5e95bdf1742a74b24d5c3e1a56e43601 (diff)
downloadpersonal-website-2003c515088a15261f7faad823b1396712315e12.tar.xz
personal-website-2003c515088a15261f7faad823b1396712315e12.zip
Fonts, redone webs
Diffstat (limited to 'index.html')
-rw-r--r--index.html94
1 files changed, 20 insertions, 74 deletions
diff --git a/index.html b/index.html
index 31fa68e..fca4961 100644
--- a/index.html
+++ b/index.html
@@ -1,82 +1,28 @@
<!DOCTYPE HTML>
-<!--
- Ethereal by HTML5 UP
- html5up.net | @ajlkn
- Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
--->
<html>
<head>
- <link rel="icon" href="CydiaIcon.png">
- <title>FivePixels' Personal Webpage</title>
+ <title>FivePixels</title>
<meta charset="utf-8" />
- <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
- <body>
-
- <!-- Page Wrapper -->
- <div id="page-wrapper">
-
- <!-- Wrapper -->
- <div id="wrapper">
-
- <!-- Panel (Banner) -->
- <section class="panel banner right" id="first">
- <div class="content color0 span-3-75">
- <h1 class="major">Hey there!</h1>
- <p><strong>FivePixels</strong>, or 5px. I am an 18 year old iOS Tweak Developer and iOS Application Developer. I've also worked with macOS Development in applications. In my free time, I create concepts and user interfaces.<br><br><br>
- </div>
- </section>
-
- <!-- Panel -->
- <section class="panel color1" id="second">
- <div class="intro joined">
- <h2 class="major">Cydia Repository</h2>
- <p>I host all of my tweaks within my website. To add my Repository source to Cydia, either click the link below or open Cydia and navigate to<br> Sources -> Edit -> Add -> <strong>https://fivepixels.xyz/cydia</strong></p>
- <br>
- <button onclick="addRepo()">Add to Cydia</button>
-
- <script>
- function addRepo() {
- location.replace("cydia://url/https://cydia.saurik.com/api/share#?source=https://fivepixels.xyz/cydia")
- }
- </script>
- <br>
- </div>
- <div class="inner">
- <img src="images/Cydia-Package.png" alt="none" height="95" width="95">
- </div>
- </section>
-
-
- <section class="panel banner right" id="sixth">
- <div class="content color0 span-4-75">
- <h1 class="major">Contact Me</h1>
- <p>Having issues with a tweak or application? Any questions? You can primarily find me on the following websites:</p>
- <div class="span-2-5">
- <ul class="contact-icons color1">
- <li class="icon fa-twitter"><a href="https://twitter.com/o5pxels">@o5pxels</a></li>
- <li class="icon fa-github"><a href="https://github.com/FivePixels">FivePixels</a></li>
- <li class="icon fa-reddit"><a href="https://reddit.com/user/FivePixels">FivePixels</a></li>
- <br>
- <p>Return to the <a href="#first">beginning</a></p>
- </ul>
- </div>
- </div>
- </section>
-
- <!-- Copyright -->
- <a><div class="copyright">&copy; 2018 — Dylan Bolger (FivePixels/5px)</a></div>
-
- </div>
-
- </div>
-
- <!-- Scripts -->
- <script src="assets/js/jquery.min.js"></script>
- <script src="assets/js/skel.min.js"></script>
- <script src="assets/js/main.js"></script>
-
- </body>
+ <header>
+ <h1>Hey there!</h1>
+ </header>
+ <section id="intro">
+ My name is Dylan Bolger, and my online alias is FivePixels. <br>
+ This is my website! It's pretty basic, I know.
+ </section>
+ <section id="quicklinks">
+ <ul>
+ <li>
+ <a href="http://fivepixels.xyz/about">About Me</a><br>
+ <a href="http://fivepixels.xyz/portfolio">Design Portfolio</a><br>
+ </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>
+ </section>
</html>