From 1a779ff55b0f9a88430894494e6fbfd47a6b3259 Mon Sep 17 00:00:00 2001 From: FivePixels Date: Fri, 11 Mar 2022 17:05:36 -0600 Subject: Add resume, remove Twitter from navbar, add catego ries to projects, change headers to account for new categories, add git server to navbar, remove content of About Me for rewrite, update intro on homepage remove pdf because bad --- about.html | 149 ++++++++++++---------------------------------------- assets/css/main.css | 22 +++++--- index.html | 78 ++++++++++++--------------- resume.html | 61 +++++++++++++++++++++ 4 files changed, 144 insertions(+), 166 deletions(-) diff --git a/about.html b/about.html index 20e4d05..5610a7f 100644 --- a/about.html +++ b/about.html @@ -19,123 +19,42 @@
-

About Me

- -

Introduction

-

- My name is Dylan Bolger. I'm a 21 year old college student that likes to dabble into the world of code. I'm a senior 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

-

- I enjoy playing video games, as discussed in my introduction. I like to listen to music a bunch, so much so that I collect some of my favorite albums on vinyl. I also enjoy spending time with friends. On a warm day, you might see me skateboarding. Sometimes, I'll play hacker with my phone and mess around with jailbreak tweaks. -

-
-
-

Vinyls

-

- I like collecting vinyls. Here are a list of the vinyls I've collected so far. These are listed in order that they were collected. -

-
    -
  1. Because the Internet - Childish Gambino
    04.17.17
  2. -
  3. Camp - Childish Gambino
    05.03.17
  4. -
  5. The Incredible True Story - Logic
    05.11.17
  6. -
  7. i think you think too much of me - EDEN
    05.23.17
  8. -
  9. The Hype - Hoodie Allen
    09.08.17
  10. -
  11. Currents - Tame Impala
    10.03.20
  12. -
  13. Circles - Mac Miller
    10.16.20
  14. -
  15. Flower Boy - Tyler, The Creator
    03.13.21
  16. -
  17. The Story of Us - Quinn XCII
    06.07.21
  18. -
  19. Vertigo - EDEN
    07.01.21
  20. -
  21. ... and more to come ...
  22. -
-
-
-

TV and Movies

-

This is a list of tv shows and movies I've found enjoyable.

-

TV

- -

Movies

- -
-
-

Books

-

Here's the books section of my site, which includes books I am reading or have previously read.

-

Currently Reading

-
-
-

Cool internet things

- -
+

Currently being rewritten, check back later.

diff --git a/assets/css/main.css b/assets/css/main.css index 5de4372..aafc550 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -59,12 +59,16 @@ ul#nav li { 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 */ + white-space: nowrap; } p#position { font-size: 16px; } +p#resume { +} + body#home { max-width: 570px; } @@ -89,44 +93,48 @@ p, ul { font-family: 'Source Sans Pro'; } +section#resume h1:after { + content: ' // Dylan Bolger'; + color: #d3d3d3; +} section#intro h1:after { - content: ' // Dylan Bolger'; + content: ' // FivePixels'; color: #d3d3d3; } -div.project.streamfinder h2:after { +div.project.streamfinder h3:after { font-style: normal; content: ' // Node.js, Angular, MongoDB, Puppeteer'; font-size: 0.82em; color: #d3d3d3; } -div.project.js h2:after { +div.project.js h3:after { font-style: normal; content: ' // JavaScript'; color: #d3d3d3; } -div.project.css h2:after { +div.project.css h3:after { font-style: normal; content: ' /* CSS */'; color: #d3d3d3; } -div.project.htmlcss h2:after { +div.project.htmlcss h3:after { font-style: normal; content: ' '; color: #d3d3d3; } -div.project.swift h2:after { +div.project.swift h3:after { font-style: normal; content: ' // Swift'; color: #d3d3d3; } -div.project.objc h2:after { +div.project.objc h3:after { font-style: normal; content: ' // Objective-C'; color: #d3d3d3; diff --git a/index.html b/index.html index ae79fa6..8fd7ded 100644 --- a/index.html +++ b/index.html @@ -29,6 +29,11 @@
  • + Git /
  • -
  • - - Twitter - -
  • +
  • Resume
  • -

    FivePixels

    -

    Junior Software Developer at O'Reilly Auto Parts

    -

    My - - pronoun.is/he/him. -
    - My email is - o5pxels@gmail.com. -

    -

    - Welcome to my website. +

    Dylan Bolger

    +

    Junior Software Developer at O'Reilly Auto Parts +

    I'm Dylan, a 21-year-old Missouri State University student majoring in Computer Science, and minoring in Mathematics. My favorite coding languages are C, JavaScript, and Java. +

    Feel free to explore my projects below, connect with me, or learn more about me.

    Projects

    - Projects are listed from most recently to least recently created. + Projects are listed from most recently to least recently created in their respective categories.

    -
    -

    Recte

    -

    - A jailbreak tweak to remove the accessory view from the Pandora app. -

    - Source code -
    +

    Web

    -

    StreamFinder

    +

    StreamFinder

    + + Devpost project +

    A website that finds streaming platforms (Hulu, Netflix, etc.) to stream your favorite content.

    This project was a group submission at PickHacks. View the website at streamfind.tech.

    Winner of Best Domain Registered with Domain.com

    - Source code + Source
    - - Devpost project -
    -

    fivepixels.me

    +

    fivepixels.me

    My website (the one you are looking at right now).

    @@ -108,30 +88,40 @@ Source code
    +

    Discord

    -

    Tribble

    +

    Tribble

    A discord.js payment bot that creates tickets and automatically validates payments using the Gmail API.

    Source code
    +

    Spotify

    -

    Tidal

    +

    Tidal

    A Spotify theme based on Tidal's user interface.

    Source code (v2)
    Source code (Legacy)
    +

    iOS and macOS

    +
    +

    Recte

    +

    + A jailbreak tweak to remove the accessory view from the Pandora app. +

    + Source code +
    -

    Finical

    +

    Finical

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

    Source code
    -

    Intemperate

    +

    Intemperate

    A jailbreak tweak to bypass the thermal lockdown mode when an iPhone reaches a temperature threshold. @@ -139,14 +129,14 @@ Source code

    -

    Signate

    +

    Signate

    A jailbreak tweak to display device uptime on the lockscreen.

    Source code
    -

    dwa140shortcut

    +

    dwa140shortcut

    A shortcut application for designed for Hackintosh machines using the DWA-140 preference pane. diff --git a/resume.html b/resume.html index e69de29..fc91ce8 100644 --- a/resume.html +++ b/resume.html @@ -0,0 +1,61 @@ + + + FivePixels + + + + + + + + + + + + + + +

    + +
    +
    +

    Resume

    +

    Click here to view my resume

    +
    + + -- cgit v1.2.3