From 3afeaa0eb9c0d78e5ff55f1085b179e9a439184f Mon Sep 17 00:00:00 2001 From: FivePixels Date: Thu, 25 Jun 2020 22:14:21 -0500 Subject: Add hobbies to about me, clean up the homepage --- README.md | 2 +- about.html | 16 ++++++++++++---- assets/css/main.css | 18 ++++++++---------- index.html | 30 ++++++++++++++++++++---------- repo.html | 13 +++++++------ 5 files changed, 48 insertions(+), 31 deletions(-) diff --git a/README.md b/README.md index 7341aaa..669dfd1 100755 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # My website -It's my [website](https://fivepixels.xyz), what else did you need to know? It also includes my Cydia Repo. +It's my basic [website](https://fivepixels.xyz). diff --git a/about.html b/about.html index cfb4ec8..323394a 100644 --- a/about.html +++ b/about.html @@ -7,13 +7,21 @@
+

< Back

About Me

Introduction

- My name is Dylan Bolger. I am a student at the University of Missouri
- studying computer science engineering. I've worked with Swift, Objective-C,
- HTML, CSS, and JavaScript. My main programming interests are iOS and MacOS
- software development, and iOS jailbreak tweak development.
+

My name is Dylan Bolger. I am a student at the University of Missouri studying
+ computer science engineering. I have studied Swift, Objective-C, C#, HTML,
+ CSS, and JavaScript. My main programming interests are iOS and MacOS
+ software and iOS Jailbreak tweak development. I also enjoy designing!

+
+
+

Hobbies

+

I love going hiking! Being with nature always seem to free my mind and let me
+ feel free. I enjoy taking pictures. The way you can capture so many words
+ within an image astounds me. I like recording videos and taking
+ timelapses, the ability to record progress over time is invaluable.

diff --git a/assets/css/main.css b/assets/css/main.css index 692be68..3c3b5c2 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -36,6 +36,12 @@ a:active { section { padding-left: 125px; padding-bottom: 50px; + line-height: 20px; +} + +section#abstract { + float:right; + padding-right: 40%; } header { @@ -43,18 +49,10 @@ header { padding-left: 125px; } -section#quicklinks { - line-height: 40px; - -} - -section#quicklinks ul { +section ul { padding-left: 0px; list-style-type: none; -} - -section#intro { - color: black; + line-height:20px; } diff --git a/index.html b/index.html index 74c63ca..8ec6b79 100644 --- a/index.html +++ b/index.html @@ -2,28 +2,38 @@ FivePixels - +
-

FivePixels +

FivePixels

- My name is Dylan.

- About Me
-
Add this repository to Cydia
- or just view the repo. +

My name is Dylan Bolger. This is my extremely basic website.

+

Thank you for visiting!

+ +
+

Contact me

+

Projects

-

All of my public projects can be found on GitHub.

+

I like programming: what about you?

+ GitHub +
diff --git a/repo.html b/repo.html index bf8e169..c2cc52f 100644 --- a/repo.html +++ b/repo.html @@ -1,17 +1,18 @@ - Cydia Repo + FivePixels Repository
-

Cydia Repo

+

< Back

+

FivePixels Repository

-
- Add this repo to Cydia by clicking here.
- Add this repo to Zebra by clicking here.
- Add this repo to Sileo by clicking here. +
+

Cydia: Click to Add
+ Zebra: Click to Add
+ Sileo: Click to Add

-- cgit v1.2.3