-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
139 lines (92 loc) · 4.79 KB
/
about.html
File metadata and controls
139 lines (92 loc) · 4.79 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>about - Daniel Quan</title>
<meta name="author" content="Daniel Quan">
<meta name="description" content="Welcome! I’m Dan, and I’m an aspiring web developer. This site chronicles my experience in becoming one. I graduated law school in 2011 from American …">
<!-- http://t.co/dKP3o1e -->
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="/atom.xml" rel="alternate" title="Daniel Quan" type="application/atom+xml">
<link rel="canonical" href="http://djquan.github.io/about.html">
<link href="/favicon.png" rel="shortcut icon">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css">
<!--[if lt IE 9]><script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700' rel='stylesheet' type='text/css'>
<!--Fonts from Google"s Web font directory at http://google.com/webfonts -->
<link href="http://fonts.googleapis.com/css?family=PT+Serif:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=PT+Sans:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css">
</head>
<body>
<div class="container">
<div class="left-col">
<div class="intrude-less">
<header id="header" class="inner"><div class="profilepic">
<script src="/javascripts/md5.js"></script>
<script type="text/javascript">
document.write("<img src='http://www.gravatar.com/avatar/" + MD5("djquan@gmail.com") + "?s=160' alt='Profile Picture' style='width: 160px;' />");
</script>
</div>
<hgroup>
<h1><a href="/">Daniel Quan</a></h1>
<h2>Aspiring Developer</h2>
</hgroup>
<nav id="main-nav"><ul class="main-navigation">
<li><a href="/about.html">About</a></li>
<li><a href="/resources.html">Resources</a></li>
<li><a href="/blog/archives">Archives</a></li>
</ul>
</nav>
<nav id="sub-nav">
<div class="social">
<a class="facebook" href="http://www.facebook.com/dan.quan" title="Facebook">Facebook</a>
<a class="twitter" href="http://twitter.com/dan_quan" title="Twitter">Twitter</a>
<a class="github" href="https://github.com/djquan" title="GitHub">GitHub</a>
<a class="linkedin" href="http://www.linkedin.com/in/dquan">LinkedIn</a>
<a class="rss" href="/atom.xml" title="RSS">RSS</a>
</div>
</nav>
</header>
</div>
</div>
<div class="mid-col">
<div class="mid-col-container">
<div id="content" class="inner"><article class="page">
<h1 class="title">About</h1>
<div class="entry-content"><p>Welcome! I’m Dan, and I’m an aspiring web developer. This site chronicles my experience in becoming one.</p>
<p>I graduated law school in 2011 from American University – Washington College of Law. I decided I wanted some adventures and became a cop in Baltimore City, one of the most dangerous places in the country. I resigned because I wanted some new intellectual challenges and I was tired of the constant violence.</p>
<p>I have always loved technology and programming, and I am now focusing on gaining the skills necessary to be a web developer. To that end, I have been teaching myself and I have listed some of the resources I have used under “Curriculum.”</p>
<p>In September, I will be attending App Academy in San Francisco. App Academy is a nine week intensive (110+ hours per week) course designed to ensure graduates have what it takes to be hired as a junior web developer.</p>
</div>
</article>
</div>
</div>
<footer id="footer" class="inner"><p>
Copyright © 2013 - Daniel Quan -
<span class="credit">Powered by <a href="http://octopress.org">Octopress</a></span>
</p>
Design credit: <a href="http://shashankmehta.in/archive/2012/greyshade.html">Shashank Mehta</a></footer>
<script src="/javascripts/slash.js"></script>
<script src="/javascripts/jquery.fancybox.pack.js"></script>
<script type="text/javascript">
(function($){
$('.fancybox').fancybox();
})(jQuery);
</script> <!-- Delete or comment this line to disable Fancybox -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-41007030-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</div>
</div>
</body>
</html>