diff options
author | FivePixels <o5pxels@gmail.com> | 2020-04-04 13:07:49 -0500 |
---|---|---|
committer | FivePixels <o5pxels@gmail.com> | 2020-04-04 13:07:49 -0500 |
commit | dadece30aec352b13bbee742c3da2ae431ca99cd (patch) | |
tree | 65c264763b0f2cc0e35c5b76f1cd00f1d62634d1 | |
parent | 20ca815d77f3e93b4e54edd05525228a89bc613c (diff) | |
download | personal-website-dadece30aec352b13bbee742c3da2ae431ca99cd.tar.xz personal-website-dadece30aec352b13bbee742c3da2ae431ca99cd.zip |
Add about.html
-rw-r--r-- | about.html | 19 |
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>
|