-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
62 lines (40 loc) · 2.19 KB
/
about.html
File metadata and controls
62 lines (40 loc) · 2.19 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="generator" content="Hugo 0.14" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<title> about · Dillon Jones </title>
<link rel="stylesheet" href="/css/main.css">
<link rel="apple-touch-icon-precomposed" sizes="192x192" href="/favicon-192x192.png">
<link rel="shortcut icon" href="/favicon-32x32.png">
</head>
<body class="">
<header>
<h1 class="hidden">DillonJones.com</h1>
<nav id="navigtion">
<h3 class="hidden">Site Navigation</h3>
<input type="checkbox" id="open-menu">
<label for="open-menu" class="open-menu-label"></label>
<div id="logo-container">
<a id="logo" href="/">DJ</a>
</div>
<div class="nav-links">
<a href="/blog"><span>Blog</span></a>
<a href="/projects" id="projects-nav"><span>Projects</span></a>
<a href="/about"><span>About</span> <span class="hidden">Me</span></a>
</div>
</nav>
</header>
<article class="post">
<h2 id="about-me:6083a88ee3411b0d17ce02d738f69d47">About Me</h2>
<p>I am a web developer and student currently finishing a Computer Science Engineering degree at the <a href="http://www.uconn.edu/">University of Connecticut</a>. I am obsessed with learning, craftsmanship, and lists of three items.</p>
<p>I like to make cool things - you can see some of my work on the projects page, and on my <a href="https://github.com/dj0nes/">GitHub</a>.</p>
<p>Say hi via <a href="https://twitter.com/DillonzJones">Twitter</a> or <a href="https://plus.google.com/100482239384153825425/posts">Google+</a>, I’d love to hear from you!</p>
<h2 id="about-this-site:6083a88ee3411b0d17ce02d738f69d47">About this site</h2>
<p>This is a static site hosted on Github Pages, and generated by <a href="https://gohugo.io/">Hugo</a>. I have a pretty awesome frontend dev setup using Gulp that you can read about… when I make the blog post.</p>
<p>I use <a href="http://typeplate.com/">TypePlate</a> as the site’s typographic foundation and wrote the rest of the styles myself in SASS.</p>
</article>
<footer id="footer">
</footer>
</body>
</html>