blob: 323394ae47668273b99a79a11796f6e9ee5597f4 (
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
|
<!DOCTYPE HTML>
<html>
<head>
<title>About Me</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<header>
<p><a href="index.html">< Back</a></p>
<h1>About Me</h1>
</header>
<section id="intro">
<h2>Introduction</h2>
<p>My name is Dylan Bolger. I am a student at the University of Missouri studying <br>
computer science engineering. I have studied Swift, Objective-C, C#, HTML,<br>
CSS, and JavaScript. My main programming interests are iOS and MacOS <br>
software and iOS Jailbreak tweak development. I also enjoy designing! </p>
</section>
<section id="hobbies">
<h2>Hobbies</h2>
<p>I love going hiking! Being with nature always seem to free my mind and let me <br>
feel free. I enjoy taking pictures. The way you can capture so many words<br>
within an image astounds me. I like recording videos and taking<br>
timelapses, the ability to record progress over time is invaluable.</p>
</section>
</html>
|