aboutsummaryrefslogtreecommitdiff
path: root/about.html
diff options
context:
space:
mode:
authoro5pxels <o5pxels@gmail.com>2021-04-21 12:00:52 -0500
committero5pxels <o5pxels@gmail.com>2021-04-21 12:00:52 -0500
commit5cedcabf0e527de16fe82909e57a509ff26b6ede (patch)
treea00a51096ae4c78c268d5a1ac7248fd70857591d /about.html
parente644f28e86d072fb946a5c5bbdfc95489290cdc0 (diff)
downloadpersonal-website-5cedcabf0e527de16fe82909e57a509ff26b6ede.tar.xz
personal-website-5cedcabf0e527de16fe82909e57a509ff26b6ede.zip
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
Diffstat (limited to 'about.html')
-rw-r--r--about.html25
1 files changed, 23 insertions, 2 deletions
diff --git a/about.html b/about.html
index 3737deb..8c1d6f9 100644
--- a/about.html
+++ b/about.html
@@ -62,7 +62,7 @@
</h1>
<h2>Introduction</h2>
<p>
- 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.
</p>
</section>
<section id="hobbies">
@@ -88,15 +88,36 @@
<li class="nostyle">... and more to come ...</li>
</ol>
</section>
+ <section id="tvandmovies">
+ <h2>TV and Movies</h2>
+ <p>This is a list of tv shows and movies I've found enjoyable.</p>
+ <h4>TV</h4>
+ <ul class='tv'>
+ <li>Silicon Valley</li>
+ <li>Atlanta</li>
+ <li>It's Always Sunny in Philadelphia</li>
+ <li>The Eric Andre Show</li>
+ <li>Nathan for You</li>
+ <li>Community</li>
+ </ul>
+ <h4>Movies</h4>
+ <ul class='movies'>
+ <li>Sorry to Bother You</li>
+ <li>American Psycho</li>
+ <li>BlacKKKlansman</li>
+ <li>Bad Trip</li>
+ </ul>
+ </section>
<section id="webthings">
<h2>Internet things I really like</h2>
<p>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.</p>
- <ul>
+ <ul class='web'>
<li><a href="https://typings.gg/">typings.gg</a> - OSS typing test</li>
<li><a href="https://bongo.cat">bongo.cat</a> - Bongo Cat</li>
<li><a href="https://octoprint.org/">octoprint.org</a> - OctoPrint 3D printing web server</li>
<li><a href="https://www.youtube.com/watch?v=_jHmjs2270A">youtube.com/watch?v=_jHmjs2270A</a> - A lesson on looking by Amy Herman</li>
<li><a href="https://google-webfonts-helper.herokuapp.com/">google-webfonts-helper.herokuapp.com/</a> - A Hassle-Free Way to Self-Host Google Fonts (how this website hosts Google fonts)</li>
+ <li><a href="https://jspaint.app/">JS Paint</a> - OSS JavaScript Microsoft Paint</li>
</ul>
</section>
</body>