-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
30 lines (22 loc) · 1.75 KB
/
about.html
File metadata and controls
30 lines (22 loc) · 1.75 KB
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
---
layout: default
title: About
---
<div id="home">
<h1>About Me</h1>
<div class="two-column">
<div class="about">
<img src="/assets/bowtie-smaller.jpg" padding-top="20px"></img>
<img src="/assets/grad-selfie.jpg" margin-top="10px"></img>
</div>
<div class="text">
<span><h3> Hello! </h3></span>
<p> I love spending time outside, discovering new things, and web development. I enjoy hiking, walking the my dog Chevy, camping, swimming, disc golf, regular golf, and just about anything that lets me spend some time in the sun. </p>
<p> I recently graduated from the university of Illinois with a degree in Technical Systems Management. I love to learn about how different things interact with each other. My major focused mainly on agricultural and renewable energy systems, but I have discovered that everything in life is a system and I want to learn more. After graduating I decided to move down to Panama City Florida where my best friend Jann is stationed. Sometimes I miss being back in Illinois, but then I just go outside in a t-shirt and relax! </p>
<p> For now, I am focusing on web systems. I have studied some Ruby and a little bit of Ruby on Rails, but am currently improving my html/css skills. My goal is to become familiar with the different parts of Ruby on Rails and eventually learn to build systems with it. </p>
<p> My current goals are to learn more about Jekyll and Github-pages which this site is built on. I want to have the capability to launch a basic website from scratch. During all of this I plan on continuing my practice with Ruby so I can eventually takle Ruby on Rails. </p>
<p> I am Spenser Filler </p>
<p> I don't always take selfies, but when I do, I've graduated!
</div>
</div>
</div>