aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFivePixels <o5pxels@gmail.com>2020-06-25 22:14:21 -0500
committerFivePixels <o5pxels@gmail.com>2020-06-25 22:14:21 -0500
commit3afeaa0eb9c0d78e5ff55f1085b179e9a439184f (patch)
treea5b5025fd8013d7013006d0b3757e4c43b24f7d0
parent818d6fce702a13facfd1a149267324acb019b60f (diff)
downloadpersonal-website-3afeaa0eb9c0d78e5ff55f1085b179e9a439184f.tar.xz
personal-website-3afeaa0eb9c0d78e5ff55f1085b179e9a439184f.zip
Add hobbies to about me, clean up the homepage
-rwxr-xr-xREADME.md2
-rw-r--r--about.html16
-rw-r--r--assets/css/main.css18
-rw-r--r--index.html30
-rw-r--r--repo.html13
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 @@
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<header>
+ <p><a href="index.html">< Back</a></p>
<h1>About Me</h1>
</header>
<section id="intro">
<h2>Introduction</h2>
- My name is Dylan Bolger. I am a student at the University of Missouri <br>
- studying computer science engineering. I've worked with Swift, Objective-C, <br>
- HTML, CSS, and JavaScript. My main programming interests are iOS and MacOS <br>
- software development, and iOS jailbreak tweak development. <br>
+ <p>My name is Dylan Bolger. I am a student at the University of Missouri studying <br>
+ computer science engineering. I have studied Swift, Objective-C, C#, HTML,<br>
+ CSS, and JavaScript. My main programming interests are iOS and MacOS <br>
+ software and iOS Jailbreak tweak development. I also enjoy designing! </p>
+ </section>
+ <section id="hobbies">
+ <h2>Hobbies</h2>
+ <p>I love going hiking! Being with nature always seem to free my mind and let me <br>
+ feel free. I enjoy taking pictures. The way you can capture so many words<br>
+ within an image astounds me. I like recording videos and taking<br>
+ timelapses, the ability to record progress over time is invaluable.</p>
</section>
</html>
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 @@
<html>
<head>
<title>FivePixels</title>
- <meta charset="utf-8" />
+ <meta charset="utf-8"/>
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<header>
- <h1>FivePixels</h>
+ <h1>FivePixels</h1>
</header>
<section id="intro">
- My name is Dylan.<br><br>
- <a href="about.html">About Me</a><br>
- <br><a href="cydia://url/https://cydia.saurik.com/api/share#?source=https://fivepixels.xyz/">Add this repository to Cydia</a><br>
- or just view the <a href="repo.html">repo</a>.
+ <p>My name is Dylan Bolger. This is my extremely basic website.</p>
+ <p>Thank you for visiting!</p>
+ <ul>
+ <li><a href="about.html">About Me</a></li>
+ </ul>
+ <br>
+ <h1>Contact me</h1>
+ <ul>
+ <li><a href="mailto:o5pxels@gmail.com">o5pxels@gmail.com</a></li>
+ </ul>
</section>
<section id="quicklinks">
- <h1>Find me on</h1>
+ <h1>Internet places I exist at</h1>
+ <p>If you find me outside of the internet places, you get a cookie 🍪</p>
<ul>
- <li>- <a href="https://twitter.com/dbolger00">Twitter</a></li>
- <li>- <a href="https://www.reddit.com/user/DylanB00">Reddit</a></li>
+ <li><a href="https://twitter.com/o5pxels">Twitter</a></li>
+ <li><a href="https://www.reddit.com/user/DylanB00">Reddit</a></li>
+ <li><a href="https://discord.gg/Vg2EYDR">Discord</a></li>
</ul>
</section>
<section id="projects">
<h1>Projects</h1>
- <p>All of my public projects can be found on <a href="http://github.com/fivepixels">GitHub</a>.</p>
+ <p>I like programming: what about you?</p>
+ <a href="https://github.com/fivepixels">GitHub</a>
+
</section>
</html>
diff --git a/repo.html b/repo.html
index bf8e169..c2cc52f 100644
--- a/repo.html
+++ b/repo.html
@@ -1,17 +1,18 @@
<!DOCTYPE HTML>
<html>
<head>
- <title>Cydia Repo</title>
+ <title>FivePixels Repository</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<header>
- <h1>Cydia Repo</h1>
+ <p><a href="index.html">< Back</a></p>
+ <h1>FivePixels Repository</h1>
</header>
- <section id="intro">
- Add this repo to Cydia by clicking <a href=cydia://url/https://cydia.saurik.com/api/share#?source=https://fivepixels.xyz/repo>here</a>.<br>
- Add this repo to Zebra by clicking <a href=zbra://sources/add/https://fivepixels.xyz/repo>here</a>.<br>
- Add this repo to Sileo by clicking <a href=sileo://source/https://fivepixels.xyz/repo>here</a>.
+ <section id="repos">
+ <p>Cydia: <a href=cydia://url/https://cydia.saurik.com/api/share#?source=https://fivepixels.xyz/repo>Click to Add</a><br>
+ Zebra: <a href=zbra://sources/add/https://fivepixels.xyz/repo>Click to Add</a><br>
+ Sileo: <a href=sileo://source/https://fivepixels.xyz/repo>Click to Add</a></p>
</section>
</html>