-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
174 lines (128 loc) · 5.17 KB
/
Copy pathindex.html
File metadata and controls
174 lines (128 loc) · 5.17 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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
<!doctype html>
<html>
<head>
<title>Kevin Chung - Full Stack Developer</title>
<link href="http://fonts.googleapis.com/css?family=Inconsolata" rel="stylesheet" type="text/css">
<link href="http://fnt.webink.com/wfs/webink.css/?project=6595F761-AC11-4EC9-B2A4-578A8E3DC435&fonts=7A216DEB-0125-3318-DAE6-2830B129E931:f=MuseoSans-500,21497175-1AFF-277E-8A8C-9ADCC21DB013:f=MuseoSans-700,A5D15588-A18E-DC95-62EC-9A4E98DE136A:f=MuseoSans-300" rel="stylesheet" type="text/css"/>
<meta name="author" content="Kevin Chung" />
<meta name="description" content="Kevin Chung, front-end developer based in San Francisco, CA" />
<meta name="keywords" content="kevin, chung, san francisco, reno, front-end, front end, javascript, html5" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="/styles/style.css" />
</head>
<body>
<header id="hero-section" class="page-wrap">
<div class="content-wrap">
<nav class="col-full clear-fix">
<h1 id="branding">
<a title="chu.ng" href="/">C</a>
</h1>
<ul id="navigation">
<li><a href="/">Home</a></li>
<li><a href="/about">About</a></li>
<li><a href="/blog">Blog</a></li>
<li><a href="/contact">Contact</a></li>
</ul>
</nav>
<div class="col-5 hang-left">
<p>I am a front-end engineer based in sunny San Francisco, California. I help build cool things at <a href="http://www.weebly.com">Weebly</a>.</p>
<p>This site chronicles my adventures of learning to be a better developer and stuff.</p>
</div>
<div class="col-7 hang-right">
<section id="terminal" class="emacs">
<header id="terminal-bar">
<ul>
<li class="close">•</li>
<li class="minimize">•</li>
<li class="whatisthis">•</li>
</ul>
</header>
<section id="terminal-body">
<output id="terminal-previous">
<div class="input-line">
<input class="comment-face" readonly="true" value=";; This buffer is for notes you don't want to save." />
<input class="comment-face" readonly="true" value=";; If you want to create a file, visit that file with C-x C-f," />
<input class="comment-face" readonly="true" value=";; then enter the text in that file's own buffer." />
</div>
</output>
<output id="terminal-current">
<div class="input-line">
<input class="all-face" />
</div>
</output>
<output id="terminal-next">
</output>
</section>
<output id="terminal-footer">
<div class="emacs-footer input-line">
<input id="terminal-info" class="all-face" readonly="true" value="-UUU:----F1 *scratch* All L1" />
</div>
<div class="input-line">
<input class="all-face" readonly="true" value="" />
</div>
</output>
</section>
</div>
</div>
</header>
<section id="blog-section" class="page-wrap clear-fix">
<div class="content-wrap">
<hgroup>
<h2>Recent posts</h2>
</hgroup>
<ul>
<li class="col-4 article-1">
<a href="/blog/one-year-ago">
<article>
<figure>
<span>One Year Ago</span>
</figure>
<header>
<h3>One Year Ago</h3>
<time datetime="Mon Jun 10 2013 17:00:00 GMT-0700 (PDT)">Jun 11, 2013</time>
</header>
</article>
</a>
</li>
<li class="col-4 article-2">
<a href="/blog/new-host">
<article>
<figure>
<span>New Host</span>
</figure>
<header>
<h3>New Host</h3>
<time datetime="Sun Jun 09 2013 17:00:00 GMT-0700 (PDT)">Jun 10, 2013</time>
</header>
</article>
</a>
</li>
</ul>
</div>
</section>
<footer id="page-footer" class="page-wrap">
<div class="content-wrap clear-fix">
<div class="col-full hang-left">
<nav>
<ul id="page-footer-navigation">
<li><a href="/">Home</a></li>
<li><a href="/about">About</a></li>
<li><a href="/blog">Blog</a></li>
<li><a href="/contact">Contact</a></li>
</ul>
</nav>
<small>© 2013 Kevin Chung</small>
</div>
</div>
</footer>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-42349397-1', 'chu.ng');
ga('send', 'pageview');
</script>
<script defer="defer" src="/vendor/modernizr.js"></script><script defer="defer" src="/vendor/jquery.min.js"></script><script defer="defer" src="/scripts/script.js"></script><script defer="defer" src="/scripts/terminal.js"></script>
</body>
</html>