aboutsummaryrefslogtreecommitdiff
path: root/about.html
blob: 3737debfe6dbd23db6f293ce8a62447560260cee (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
<!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 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.
      </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="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>
			<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>
		</ul>
	</section>
  </body>
</html>