diff options
author | Dylan Bolger <dylanbolger@Dylans-MacBook-Air.local> | 2018-03-18 00:22:46 -0500 |
---|---|---|
committer | Dylan Bolger <dylanbolger@Dylans-MacBook-Air.local> | 2018-03-18 00:22:46 -0500 |
commit | 8d675d56199d2a184c78843a758630d13fa210c4 (patch) | |
tree | e20e0b933518dc98c13cc7ef754c031f265aaf1e /index.html | |
parent | 3c07fd51b88cd3c174a6e0c6687434c3af801818 (diff) | |
download | personal-website-8d675d56199d2a184c78843a758630d13fa210c4.tar.xz personal-website-8d675d56199d2a184c78843a758630d13fa210c4.zip |
c
Diffstat (limited to 'index.html')
-rwxr-xr-x | index.html | 15 |
1 files changed, 7 insertions, 8 deletions
@@ -25,16 +25,16 @@ </header> <nav id="nav"> <ul> - <li><a href="#one" class="active"></a></li> + <li><a href="#one" class="active">About Me</a></li> <li><a href="#two">Skills</a></li> - <li><a href="#three">Experience</a></li> + <li><a href="#three">Tweaks</a></li> </ul> </nav> <footer> <ul class="icons"> - <li><a href="https://twitter.com/Stilbruch_" class="icon fa-twitter"><span class="label">Twitter</span></a></li> - <li><a href="https://github.com/TheStilbruch" class="icon fa-github"><span class="label">Github</span></a></li> - <li><a href="mailto:stilbruch39@gmail.com" class="icon fa-envelope"><span class="label">Email</span></a></li> + <li><a href="https://twitter.com/o5pxels" class="icon fa-twitter"><span class="label">Twitter</span></a></li> + <li><a href="https://github.com/FivePixels" class="icon fa-github"><span class="label">Github</span></a></li> + <li><a href="mailto:o5pxels@gmail.com class="icon fa-envelope"><span class="label">Email</span></a></li> </ul> </footer> </section> @@ -49,10 +49,9 @@ <section id="one"> <div class="container"> <header class="major"> - <h2>Hayden Pope</h2> - <p>I'm a software developer looking for knowledge, challenges, and fun!</p> + <h2>FivePixels</h2> </header> - <p>Hi, I'm Hayden, a Java developer with a knack for the Spigot API. I love working on large-scale Spigot plugins, especially projects with teams such as <a href="https://github.com/Project-Coalesce">Project Coalesce</a>. I'm also interested in machine learning and genetic algorithms, and their application to real-world problems.</p> + <p>iOS App Developer and Tweak Developer</p> </div> </section> |