From dae18c7cbef53fa538771a7c54b7f768f07c5c50 Mon Sep 17 00:00:00 2001 From: o5pxels Date: Mon, 29 Mar 2021 22:47:44 -0500 Subject: Website overhaul v1 --- about.html | 100 ++++-- assets/css/main.css | 184 ++++++++--- assets/fonts/BasisGrotesquePro-Bold.ttf | Bin 149472 -> 0 bytes assets/fonts/BasisGrotesquePro-Light.ttf | Bin 150816 -> 0 bytes assets/fonts/BasisGrotesquePro-Regular.ttf | Bin 150560 -> 0 bytes assets/fonts/source-code-pro-v14-latin-regular.eot | Bin 0 -> 15802 bytes assets/fonts/source-code-pro-v14-latin-regular.svg | 341 ++++++++++++++++++++ assets/fonts/source-code-pro-v14-latin-regular.ttf | Bin 0 -> 31868 bytes .../fonts/source-code-pro-v14-latin-regular.woff | Bin 0 -> 17580 bytes .../fonts/source-code-pro-v14-latin-regular.woff2 | Bin 0 -> 13764 bytes assets/fonts/source-sans-pro-v14-latin-regular.eot | Bin 0 -> 19035 bytes assets/fonts/source-sans-pro-v14-latin-regular.svg | 344 +++++++++++++++++++++ assets/fonts/source-sans-pro-v14-latin-regular.ttf | Bin 0 -> 40408 bytes .../fonts/source-sans-pro-v14-latin-regular.woff | Bin 0 -> 20180 bytes .../fonts/source-sans-pro-v14-latin-regular.woff2 | Bin 0 -> 16112 bytes index.html | 138 ++++++--- repo.html | 18 -- resume.html | 0 support.html | 21 -- 19 files changed, 1011 insertions(+), 135 deletions(-) delete mode 100755 assets/fonts/BasisGrotesquePro-Bold.ttf delete mode 100755 assets/fonts/BasisGrotesquePro-Light.ttf delete mode 100755 assets/fonts/BasisGrotesquePro-Regular.ttf create mode 100644 assets/fonts/source-code-pro-v14-latin-regular.eot create mode 100644 assets/fonts/source-code-pro-v14-latin-regular.svg create mode 100644 assets/fonts/source-code-pro-v14-latin-regular.ttf create mode 100644 assets/fonts/source-code-pro-v14-latin-regular.woff create mode 100644 assets/fonts/source-code-pro-v14-latin-regular.woff2 create mode 100644 assets/fonts/source-sans-pro-v14-latin-regular.eot create mode 100644 assets/fonts/source-sans-pro-v14-latin-regular.svg create mode 100644 assets/fonts/source-sans-pro-v14-latin-regular.ttf create mode 100644 assets/fonts/source-sans-pro-v14-latin-regular.woff create mode 100644 assets/fonts/source-sans-pro-v14-latin-regular.woff2 delete mode 100644 repo.html create mode 100644 resume.html delete mode 100644 support.html diff --git a/about.html b/about.html index 323394a..1654876 100644 --- a/about.html +++ b/about.html @@ -1,27 +1,79 @@ - + - - About Me - - - - -
-

< Back

-

About Me

-
-
-

Introduction

-

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.

+ + About Me + + + + + +
+ +
+
+

About Me

+ +

Introduction

+

+ My name is Dylan Bolger. I'm a 20 year old college student that likes to dabble into the world of code. I'm a junior at Missouri State University. To best describe me, you'll more than likely see me at my desk working on something on my computer. Since I was young, I've always been interested in the internet and technology as it has evolved. Gaming was a great start and continues to exist in my day to day life. As I've grown older, I've found interest in creating software for the world. Being involved with technology is one of my favorite things to do. I hope my projects inspire creativity, and help educate students learning to program and create software of their own. +

+
+
+

Hobbies

+

+ Gaming, as mentioned earlier in my introduction, has always been one of my favorite things. I also enjoy taking occasional hiking trips to distance myself from technology and take time to slow down. I listen to music quite a bit while on my machine. I also enjoy partaking in political discussions and debates with friends. On a warm day, you might see me skateboarding. Sometimes, I'll play hacker with my phone and mess around with jailbreaking. +

+
+
+

Internet things I really like

+

Here's some things I've found over the years I thought I'd share with you. As I find more interesting things, this list will get larger. I hope you enjoy.

+
+ diff --git a/assets/css/main.css b/assets/css/main.css index d246fde..5d8594d 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -1,61 +1,173 @@ @charset "utf-8"; +/* source-code-pro-regular - latin */ @font-face { - font-family: Basis; - src: url('../fonts/BasisGrotesquePro-Regular.ttf') format('truetype'); - font-weight: normal; - } - @font-face { - font-family: Basis; - src: url('../fonts/BasisGrotesquePro-Light.ttf') format('truetype'); - font-weight: 100; - } - @font-face { - font-family: Basis; - src: url('../fonts/BasisGrotesquePro-Bold.ttf') format('truetype'); - font-weight: bold; - } - -* { - font-family: Basis; - color: black; + font-family: 'Source Code Pro'; + font-style: normal; + font-weight: 400; + src: url('../fonts/source-code-pro-v14-latin-regular.eot'); /* IE9 Compact Modes */ + src: local(''), + url('../fonts/source-code-pro-v14-latin-regular.eot?#iefix') + format('embedded-opentype'), + /* IE6-IE8 */ url('../fonts/source-code-pro-v14-latin-regular.woff2') + format('woff2'), + /* Super Modern Browsers */ + url('../fonts/source-code-pro-v14-latin-regular.woff') format('woff'), + /* Modern Browsers */ url('../fonts/source-code-pro-v14-latin-regular.ttf') + format('truetype'), + /* Safari, Android, iOS */ + url('../fonts/source-code-pro-v14-latin-regular.svg#SourceCodePro') + format('svg'); /* Legacy iOS */ +} + +/* source-sans-pro-regular - latin */ +@font-face { + font-family: 'Source Sans Pro'; + font-style: normal; + font-weight: 400; + src: url('../fonts/source-sans-pro-v14-latin-regular.eot'); /* IE9 Compact Modes */ + src: local(''), + url('../fonts/source-sans-pro-v14-latin-regular.eot?#iefix') + format('embedded-opentype'), + /* IE6-IE8 */ url('../fonts/source-sans-pro-v14-latin-regular.woff2') + format('woff2'), + /* Super Modern Browsers */ + url('../fonts/source-sans-pro-v14-latin-regular.woff') format('woff'), + /* Modern Browsers */ url('../fonts/source-sans-pro-v14-latin-regular.ttf') + format('truetype'), + /* Safari, Android, iOS */ + url('../fonts/source-sans-pro-v14-latin-regular.svg#SourceSansPro') + format('svg'); /* Legacy iOS */ +} + +ul#nav { + list-style-type: none; + padding: 0; + margin: 0; + display: flex; +} + +body#home header ul#nav { + width: 436px; +} + +body#about header ul#nav { + width: 403.2px; +} +ul#nav li { + font-size: 12px; + margin: 1.5em; + width: 20%; /* Four equal-width links. If you have two links, use 50%, and 33.33% for three links, etc.. */ + text-align: center; /* If you want the text to be centered */ +} + +body#home { + max-width: 570px; +} + +body#about { + max-width: 570px; +} + +body { + font-family: 'Source Sans Pro'; + font-size: 14px; + margin: 0 auto; +} + +section#intro h1:after { + content: ' // Dylan Bolger'; + color: #d3d3d3; +} + +section#webthings h2:after { + content: ' // <3'; + color: #d3d3d3; +} + +section#projects h1:after { + content: ' // :)'; + color: #d3d3d3; +} + +div.project.js h2:after { + font-style: normal; + content: ' // JavaScript'; + color: #d3d3d3; +} + +div.project.css h2:after { + font-style: normal; + content: ' // CSS'; + color: #d3d3d3; +} + +div.project.swift h2:after { + font-style: normal; + content: ' // Swift'; + color: #d3d3d3; +} + +div.project.objc h2:after { + font-style: normal; + content: ' // Objective-C'; + color: #d3d3d3; +} + +h1, +h2, +h3, +h4, +h5, +h6 { + font-family: 'Source Code Pro'; } a { - color: blue; + color: blue; } a:hover { - color: black; + color: black; } a:active { - color:gray; + color: gray; } section { - padding-left: 125px; - padding-bottom: 50px; - line-height: 20px; + padding-bottom: 50px; + line-height: 20px; } -header { - padding-top: 100px; - padding-left: 125px; +div.project { + margin-bottom: 2em; } -section ul { - padding-left: 0px; - list-style-type: none; - line-height:20px; +div.project h2 { + font-style: italic; } +section#projects p#description { + margin-bottom: 1.5em; +} -section h1 { - font-size: 28px; +header { + padding-left: 0px; + margin: auto; +} +/*make uls clean*/ +section ul { + padding-left: 0px; + list-style-type: none; + line-height: 20px; } -p { - font-weight: lighter; - size: 14px; +div.project h1 { + margin-bottom: 200px; +} + +section h1 { + font-weight: bold; + font-size: 28px; } diff --git a/assets/fonts/BasisGrotesquePro-Bold.ttf b/assets/fonts/BasisGrotesquePro-Bold.ttf deleted file mode 100755 index bcb67b8..0000000 Binary files a/assets/fonts/BasisGrotesquePro-Bold.ttf and /dev/null differ diff --git a/assets/fonts/BasisGrotesquePro-Light.ttf b/assets/fonts/BasisGrotesquePro-Light.ttf deleted file mode 100755 index 5ba5c60..0000000 Binary files a/assets/fonts/BasisGrotesquePro-Light.ttf and /dev/null differ diff --git a/assets/fonts/BasisGrotesquePro-Regular.ttf b/assets/fonts/BasisGrotesquePro-Regular.ttf deleted file mode 100755 index c2ad4a8..0000000 Binary files a/assets/fonts/BasisGrotesquePro-Regular.ttf and /dev/null differ diff --git a/assets/fonts/source-code-pro-v14-latin-regular.eot b/assets/fonts/source-code-pro-v14-latin-regular.eot new file mode 100644 index 0000000..815e32c Binary files /dev/null and b/assets/fonts/source-code-pro-v14-latin-regular.eot differ diff --git a/assets/fonts/source-code-pro-v14-latin-regular.svg b/assets/fonts/source-code-pro-v14-latin-regular.svg new file mode 100644 index 0000000..8ddac5e --- /dev/null +++ b/assets/fonts/source-code-pro-v14-latin-regular.svg @@ -0,0 +1,341 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/fonts/source-code-pro-v14-latin-regular.ttf b/assets/fonts/source-code-pro-v14-latin-regular.ttf new file mode 100644 index 0000000..814a6d5 Binary files /dev/null and b/assets/fonts/source-code-pro-v14-latin-regular.ttf differ diff --git a/assets/fonts/source-code-pro-v14-latin-regular.woff b/assets/fonts/source-code-pro-v14-latin-regular.woff new file mode 100644 index 0000000..e638057 Binary files /dev/null and b/assets/fonts/source-code-pro-v14-latin-regular.woff differ diff --git a/assets/fonts/source-code-pro-v14-latin-regular.woff2 b/assets/fonts/source-code-pro-v14-latin-regular.woff2 new file mode 100644 index 0000000..a8c2808 Binary files /dev/null and b/assets/fonts/source-code-pro-v14-latin-regular.woff2 differ diff --git a/assets/fonts/source-sans-pro-v14-latin-regular.eot b/assets/fonts/source-sans-pro-v14-latin-regular.eot new file mode 100644 index 0000000..b2e2c25 Binary files /dev/null and b/assets/fonts/source-sans-pro-v14-latin-regular.eot differ diff --git a/assets/fonts/source-sans-pro-v14-latin-regular.svg b/assets/fonts/source-sans-pro-v14-latin-regular.svg new file mode 100644 index 0000000..64f90f5 --- /dev/null +++ b/assets/fonts/source-sans-pro-v14-latin-regular.svg @@ -0,0 +1,344 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/fonts/source-sans-pro-v14-latin-regular.ttf b/assets/fonts/source-sans-pro-v14-latin-regular.ttf new file mode 100644 index 0000000..7e73d27 Binary files /dev/null and b/assets/fonts/source-sans-pro-v14-latin-regular.ttf differ diff --git a/assets/fonts/source-sans-pro-v14-latin-regular.woff b/assets/fonts/source-sans-pro-v14-latin-regular.woff new file mode 100644 index 0000000..5b6e97b Binary files /dev/null and b/assets/fonts/source-sans-pro-v14-latin-regular.woff differ diff --git a/assets/fonts/source-sans-pro-v14-latin-regular.woff2 b/assets/fonts/source-sans-pro-v14-latin-regular.woff2 new file mode 100644 index 0000000..36bdc0e Binary files /dev/null and b/assets/fonts/source-sans-pro-v14-latin-regular.woff2 differ diff --git a/index.html b/index.html index edb7a49..947bde3 100644 --- a/index.html +++ b/index.html @@ -4,41 +4,107 @@ FivePixels - -
-

FivePixels

-
-
-

- Welcome to my website. My name is Dylan Bolger. I hope you find your visit - welcoming and informative. -

- - -
-

Contact me

- -
- -
-

Projects

-

I like programming: what about you?

-
+ +
+ +
+
+

FivePixels

+

+ + pronoun.is/he/him + +

+

+ Welcome to my website. I hope you find your visit welcoming and + informative. +

+

o5pxels@gmail.com

+
+
+

Projects

+

+ Projects are listed by most recent to least recent updates. +

+
+

Tribble

+

+ A discord.js payment bot that creates tickets and automatically + validates payments. +

+ Source code +
+
+

Tidal

+

A Spotify theme based on Tidal's user interface.

+ Source code +
+
+

Finical

+

+ A jailbreak tweak to let you swipe away the lockscreen media player. +

+ Source code +
+
+

Intemperate

+

+ A jailbreak tweak to bypass the thermal lockdown mode when an iPhone + reaches a temperature threshold. +

+ Source code +
+
+

dwa140shortcut

+

+ A shortcut application for designed for Hackintosh machines using the + DWA-140 preference pane. +

+ Source code +
+
+ diff --git a/repo.html b/repo.html deleted file mode 100644 index c2cc52f..0000000 --- a/repo.html +++ /dev/null @@ -1,18 +0,0 @@ - - - - FivePixels Repository - - - - -
-

< Back

-

FivePixels Repository

-
-
-

Cydia: Click to Add
- Zebra: Click to Add
- Sileo: Click to Add

-
- diff --git a/resume.html b/resume.html new file mode 100644 index 0000000..e69de29 diff --git a/support.html b/support.html deleted file mode 100644 index efa6735..0000000 --- a/support.html +++ /dev/null @@ -1,21 +0,0 @@ - - - - Support - - - - -
-

< Back

-

Support

-
-
-

Discord

-

Discord Server

-
-
-

Twitter

-

@o5pxels

-
- -- cgit v1.2.3