diff options
author | Dylan Bolger <dylanbolger@Dylans-MacBook-Air.local> | 2018-03-21 10:48:38 -0500 |
---|---|---|
committer | Dylan Bolger <dylanbolger@Dylans-MacBook-Air.local> | 2018-03-21 10:48:38 -0500 |
commit | 2410a64cf2bc4cab0b304e918c87019be1aa6d9a (patch) | |
tree | 0dd141e6864848ea656396e3e72c8b3a9ba38dec | |
parent | c4a47a37b435ec5c6cffdce832a017f8e232bb37 (diff) | |
download | personal-website-2410a64cf2bc4cab0b304e918c87019be1aa6d9a.tar.xz personal-website-2410a64cf2bc4cab0b304e918c87019be1aa6d9a.zip |
working on web
-rw-r--r-- | 5pxweb.sublime-workspace | 22 | ||||
-rw-r--r-- | index.html | 4 |
2 files changed, 15 insertions, 11 deletions
diff --git a/5pxweb.sublime-workspace b/5pxweb.sublime-workspace index 283c756..5a3dc74 100644 --- a/5pxweb.sublime-workspace +++ b/5pxweb.sublime-workspace @@ -4,6 +4,10 @@ "selected_items": [ [ + "strong", + "strong Tag" + ], + [ "acc", "accountsFinal" ], @@ -592,6 +596,8 @@ }, "file_history": [ + "/Users/dylanbolger/Documents/PersonalRepo/fivepixels.github.io/index.html", + "/Users/dylanbolger/Documents/PersonalRepo/fivepixels.github.io/README.txt", "/Users/dylanbolger/Documents/PersonalRepo/fivepixels.github.io/CNAME", "/Users/dylanbolger/Documents/PersonalRepo/fivepixels.github.io/css/index.css", "/Users/dylanbolger/Documents/TweakProjects/lockscreen11/Tweak.xm", @@ -717,9 +723,7 @@ "/Users/hetelek/Desktop/outdir/GKLocalPlayerInternal.h", "/Users/hetelek/Desktop/outdir/GKFriendPlayerInternal.h", "/Users/hetelek/Desktop/outdir/GKFamiliarPlayerInternal.h", - "/Users/hetelek/Desktop/outdir/GKPlayerInternal.h", - "/Users/hetelek/Desktop/outdir/GKInternalRepresentation.h", - "/Users/hetelek/Desktop/a.txt" + "/Users/hetelek/Desktop/outdir/GKPlayerInternal.h" ], "find": { @@ -727,7 +731,7 @@ }, "find_in_files": { - "height": 0.0, + "height": 93.0, "where_history": [ "" @@ -738,6 +742,10 @@ "case_sensitive": true, "find_history": [ + "image", + "key", + "ul class", + "reddit", "pem", "hetelek", "tweetSweetNothings", @@ -861,11 +869,7 @@ "Slices", "slices", "appGroup", - "ACTIVATION_BACKUP_SERVER", - "-f", - "objc_setAssociatedObject", - "switcherGestureInProgress", - "kill" + "ACTIVATION_BACKUP_SERVER" ], "highlight": true, "in_selection": false, @@ -6,7 +6,7 @@ -->
<html>
<head>
- <title>FivePixels</title>
+ <title>FivePixels Personal Webpage</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" />
@@ -25,7 +25,7 @@ <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><br>
+ <p>But some refer to me as my first name, <strong>Dylan</strong>. I am an 18 year old iOS Tweak and Application Devloper. I've also worked with macOS Development in applications.<br><br><br>
</div>
</section>
|