aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFivePixels <o5pxels@gmail.com>2020-04-04 13:07:49 -0500
committerFivePixels <o5pxels@gmail.com>2020-04-04 13:07:49 -0500
commitdadece30aec352b13bbee742c3da2ae431ca99cd (patch)
tree65c264763b0f2cc0e35c5b76f1cd00f1d62634d1
parent20ca815d77f3e93b4e54edd05525228a89bc613c (diff)
downloadpersonal-website-dadece30aec352b13bbee742c3da2ae431ca99cd.tar.xz
personal-website-dadece30aec352b13bbee742c3da2ae431ca99cd.zip
Add about.html
-rw-r--r--about.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/about.html b/about.html
new file mode 100644
index 0000000..cfb4ec8
--- /dev/null
+++ b/about.html
@@ -0,0 +1,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>