aboutsummaryrefslogtreecommitdiff
path: root/about.html
blob: cfb4ec8263a1a003ceaeb694c6a73fa8b1e1529a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!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>
		<h1>About Me</h1>
	</header>
	<section id="intro">
		<h2>Introduction</h2>
		My name is Dylan Bolger. I am a student at the University of Missouri <br>
		studying computer science engineering. I've worked with Swift, Objective-C, <br>
		HTML, CSS, and JavaScript. My main programming interests are iOS and MacOS <br>
		software development, and iOS jailbreak tweak development. <br>
	</section>
</html>