aboutsummaryrefslogtreecommitdiff
path: root/about.html
blob: 058078614c19ad64b5551da58b8d2c404c1142d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<!DOCTYPE html>
<html>
  <head>
    <title>About Me</title>
    <meta charset="utf-8" />
    <link rel="stylesheet" href="assets/css/main.css" />
    <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
	<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
	<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
	<link rel="manifest" href="/site.webmanifest">
	<meta name="description" content="About">
    <meta name="og:title" content="FivePixels">
    <meta name="og:type" content="website">
    <meta name="og:url" content="https://fivepixels.me/about">
    <meta name="og:description" content="About">
    <meta name="theme-color" content="#55ACEE">
  </head>
  <body id="about">
    <header>
      <ul id="nav">
        <li><a href="index.html">Home</a></li>
		<li>
			<a
			  href="https://blog.fivepixels.me"
			  target="_blank"
			  rel="noopener noreferrer"
			>
			  Blog
			</a>
		  </li>
		  <li>
			<a
			  href="https://github.com/FivePixels"
			  target="_blank"
			  rel="noopener noreferrer"
			>
			  GitHub
			</a>
		  </li>
		  <li>
			<a
			  href="https://www.linkedin.com/in/dylan-bolger-532b63162/"
			  target="_blank"
			  rel="noopener noreferrer"
			>
			  LinkedIn
			</a>
		  </li>
		  <li>
			<a
			  href="https://twitter.com/o5pxels"
			  target="_blank"
			  rel="noopener noreferrer"
			>
			  Twitter
			</a>
		  </li>
      </ul>
    </header>
    <section id="intro">
      <h1>About Me</h1>
	  </h1>
      <h2>Introduction</h2>
      <p>
       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">
      <h2>Hobbies</h2>
      <p>
		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.
      </p>
    </section>
	<section id="vinyls">
		<h2>Vinyls</h2>
		<p>
		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. 
		</p>
		<ol id='vinyls'>
			<li>Because the Internet - Childish Gambino<br>04.17.17</li>
			<li>Camp - Childish Gambino<br>05.03.17</li>
			<li>The Incredible True Story - Logic<br>05.11.17</li>
			<li>i think you think too much of me - EDEN<br>05.23.17</li>
			<li>The Hype - Hoodie Allen<br>09.08.17</li>
			<li>Currents - Tame Impala<br>10.03.20</li>
			<li>Circles - Mac Miller<br>10.16.20</li>
			<li>Flower Boy - Tyler, The Creator<br>03.13.21</li>
			<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 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>
			<li><a href="https://www.decisionproblem.com/paperclips">Universal Paperclips</a> - An AI clicker game for paperclips</li>
		</ul>
	</section>
  </body>
</html>