aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html19
1 files changed, 9 insertions, 10 deletions
diff --git a/index.html b/index.html
index ff9212e..42537ef 100644
--- a/index.html
+++ b/index.html
@@ -21,20 +21,17 @@
<div id="wrapper">
<!-- Panel (Banner) -->
- <section class="panel banner right">
+ <section class="panel banner right" id="first">
<div class="content color0 span-3-75">
<h1 class="major">Hello, my name<br />
is FivePixels</h1>
<p>but some refer to me as my first name, <strong>Dylan</strong>. I am a 17 year old iOS Tweak and Application Devloper. I've also worked with macOS Development in applications.<br><br>
To see some of my work and learn more about me, <strong>start swiping.</strong></p>
- <ul class="actions">
- <li><a href="#first" class="button special color1 circle icon fa-angle-right">Next</a></li>
- </ul>
</div>
</section>
<!-- Panel (Spotlight) -->
- <section class="panel spotlight medium" id="first">
+ <section class="panel spotlight medium" id="second">
<div class="content span-7">
<h2 class="major">About Me</h2>
<p>Before sharing my work, I'll tell you about myself. I'm currently attending Aurora High School and plan on going to school for computer-based systems/software development. I enjoy making concepts and writing code to go along with it.</p>
@@ -45,7 +42,7 @@
</section>
<!-- Panel -->
- <section class="panel color1">
+ <section class="panel color1" id="third">
<div class="intro joined">
<h2 class="major">Amet lorem</h2>
<p>Sed vel nibh libero. Mauris et lorem pharetra massa lorem turpis congue pulvinar. Vivamus sed feugiat finibus. Duis amet bibendum amet sed. Duis mauris ex, dapibus sed ligula tempus volutpat magna etiam.</p>
@@ -63,7 +60,7 @@
</section>
<!-- Panel (Spotlight) -->
- <section class="panel spotlight large left">
+ <section class="panel spotlight large left" id="fourth">
<div class="content span-5">
<h2 class="major">Magna amet tempus</h2>
<p>Mauris a cursus velit. Nunc lacinia sollicitudin egestas bibendum, magna dui bibendum ex, sagittis commodo enim risus sed magna nulla. Vestibulum ut consequat velit. Curabitur vitae libero lorem. Quisque iaculis porttitor blandit. Nullam quis sagittis maximus. Sed vel nibh libero. Mauris et lorem pharetra massa lorem turpis congue pulvinar.</p>
@@ -74,7 +71,7 @@
</section>
<!-- Panel -->
- <section class="panel">
+ <section class="panel" id="fifth">
<div class="intro color2">
<h2 class="major">Elit integer</h2>
<p>Sed vel nibh libero. Mauris et lorem pharetra massa lorem turpis congue pulvinar. Vivamus sed feugiat finibus. Duis amet bibendum amet sed. Duis mauris ex, dapibus sed ligula tempus volutpat magna etiam.</p>
@@ -98,7 +95,7 @@
<!-- Panel -->
- <section class="panel banner right">
+ <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>
@@ -107,7 +104,9 @@
<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>
- </ul>
+ <br>
+ <p>Return to the <a href="#first">beginning</a></p>
+ </ul>
</div>
</div>
</section>