From 5cedcabf0e527de16fe82909e57a509ff26b6ede Mon Sep 17 00:00:00 2001 From: o5pxels Date: Wed, 21 Apr 2021 12:00:52 -0500 Subject: Update age on about, add tv/movies section, add StreamFinder to projects, update website project description, add streamFinder project css, upse custom font for lists on about page --- about.html | 25 +++++++++++++++++++++++-- assets/css/main.css | 9 ++++++++- index.html | 30 ++++++++++++++++++++++-------- 3 files changed, 53 insertions(+), 11 deletions(-) diff --git a/about.html b/about.html index 3737deb..8c1d6f9 100644 --- a/about.html +++ b/about.html @@ -62,7 +62,7 @@

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. + 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 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.

@@ -88,15 +88,36 @@
  • ... and more to come ...
  • +
    +

    TV and Movies

    +

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

    +

    TV

    + +

    Movies

    + +

    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 8b4b3db..c509a7d 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -69,7 +69,7 @@ body#about { max-width: 570px; } -ol#vinyls li { +ol#vinyls li, ul.tv li, ul.movies li, ul.web li { font-family: 'Source Code Pro'; } li.nostyle { @@ -96,6 +96,13 @@ section#webthings h2:after { color: #d3d3d3; } +div.project.streamfinder h2:after { + font-style: normal; + content: ' // Node.js, Angular, MongoDB, Puppeteer'; + font-size: 0.82em; + color: #d3d3d3; +} + section#projects h1:after { content: ' // :)'; color: #d3d3d3; diff --git a/index.html b/index.html index b0c3603..4994a7d 100644 --- a/index.html +++ b/index.html @@ -8,12 +8,12 @@ - - - - - - + + + + + +
    @@ -79,12 +79,26 @@

    Projects are listed by most recent to least recent updates.

    +
    +

    StreamFinder

    +

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

    +

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

    + + Source code + +
    + + Devpost project + +

    fivepixels.me

    - The website you are viewing right now. + My personal website (the website you are looking at right now).

    - Source code + + Source code +

    Tribble

    -- cgit v1.2.3