diff options
author | Dylan Bolger <dylanbolger@Dylans-MacBook-Air.local> | 2018-03-18 00:16:32 -0500 |
---|---|---|
committer | Dylan Bolger <dylanbolger@Dylans-MacBook-Air.local> | 2018-03-18 00:16:32 -0500 |
commit | 3c07fd51b88cd3c174a6e0c6687434c3af801818 (patch) | |
tree | 208c10c156ea1c98e74f4420e8f43aaf7644bc60 /index.html | |
parent | f3195ea547bae0c0a31aef22119c0d2af50ec760 (diff) | |
download | personal-website-3c07fd51b88cd3c174a6e0c6687434c3af801818.tar.xz personal-website-3c07fd51b88cd3c174a6e0c6687434c3af801818.zip |
c
Diffstat (limited to 'index.html')
-rwxr-xr-x | index.html | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -6,7 +6,7 @@ --> <html> <head> - <title>Stilbruch</title> + <title>FivePixels' Cydia Repo</title> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]--> @@ -19,13 +19,13 @@ <section id="header"> <header> <span class="image avatar"><img src="images/avatar.png" alt="" /></span> - <h1 id="logo"><a href="#">Hayden Pope</a></h1> - <p>I may look like your average programmer,<br /> - but I'm a walrus at heart</p> + <h1 id="logo"><a href="#">FivePixels'</a></h1> + <p>17 y/o iOS, macOS, and + whatever else I can code developer.</p> </header> <nav id="nav"> <ul> - <li><a href="#one" class="active">About Me</a></li> + <li><a href="#one" class="active"></a></li> <li><a href="#two">Skills</a></li> <li><a href="#three">Experience</a></li> </ul> |