-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html~
283 lines (243 loc) · 9.39 KB
/
index.html~
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
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
<!DOCTYPE HTML>
<!--
ZeroFour by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Jennifer Kruse</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<!--[if lte IE 8]><script src="css/ie/html5shiv.js"></script><![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.dropotron.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-layers.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-desktop.css" />
</noscript>
<link rel="stylesheet" href="css/application.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" href="css/ie/v9.css" /><![endif]-->
</head>
<body class="homepage">
<!-- Header -->
<div id="header-wrapper">
<div class="container">
<!-- Banner -->
<div id="banner">
<h2 id="name">J e n n i f e r K r u s e
<br />
<span id="pronunciation">[jeh-nih-fur kroo-zee]</span></h2>
</div>
</div>
</div>
<!-- Main Wrapper -->
<div id="main-wrapper">
<div class="wrapper style1">
<div class="inner">
<!-- Feature 1 -->
<section class="container box feature1">
<div class="row">
<div class="12u">
<header class="first major">
<h2>Hi, I'm Jen.</h2>
<p id="selfDesc">Lincoln, Nebraska.
<br>Programmer, tea fanatic, book lover, knitter, 6'5.
<br>This is where I keep my personal programming projects and blog.</p>
</header>
</div>
</div>
<h2>What I've been working on lately</h2>
<div class="row">
<div class="4u">
<section>
<a href="http://www.jenniferkruse.me/ZenWriter/index.html" class="image featured"><img src="images/zenwriter.png" alt="" /></a>
<header class="second icon fa-cog">
<h3>ZenWriter</h3>
<p id="desc">Every fifty words you type, the background<br> changes to a new, peaceful image. </p>
</header>
</section>
</div>
<div class="4u">
<section>
<a href="blog/post20150219.html" class="image featured"><img src="images/chinese.png" alt="" /></a>
<header class="second icon fa-user">
<h3>Learning Chinese</h3>
<p id="desc">Check out my recent blog post about <br>learning Chinese this past year.</p>
</header>
</section>
</div>
<div class="4u">
<section>
<a href="https://twitter.com/UnlSnowBot" class="image featured"><img src="images/snowbot.png" alt="" /></a>
<header class="second icon fa-cog">
<!--<header class="second icon fa-bar-chart-o">-->
<h3>Unl Snow Bot</h3>
<p id="desc">(yes, another bot)<br>
Retweets UNL students' complaints and <br>comments about the snow. </p>
</header>
</section>
</div>
</div>
<div class="row">
<div class="4u">
<section>
<a href="https://twitter.com/decision_bot_" class="image featured"><img src="images/robotsmall.jpg" alt="" /></a>
<header class="second icon fa-cog">
<h3>Decision Bot</h3>
<p id="desc">A simple twitter bot that makes decisions<br> for
hundreds of random twitter users
per <br>day.</p>
</header>
</section>
</div>
<div class="4u">
<section>
<a href="blog" class="image featured"><img src="images/header-laptop.jpg" alt="" /></a>
<header class="second icon fa-user">
<h3>My blog</h3>
<p id="desc">A blog where I write about my projects,<br> programming, and
other miscellaneous <br>topics.</p>
</header>
</section>
</div>
<div class="4u">
<section>
<a href="http://reddit.com/u/whispen" class="image featured"><img src="images/reddit.jpg" alt="" /></a>
<header class="second icon fa-cog">
<!--<header class="second icon fa-bar-chart-o">-->
<h3>Reddit/Cleverbot Bot</h3>
<p id="desc">A Reddit bot that sends comments to
<br> Cleverbot, and replies to the comment with
<br>Cleverbot's reply.</p>
</header>
</section>
</div>
</div>
</section>
<div class="row">
<div class="12u">
<p id="placeholder">More coming soon.. keep checking back!</p>
</div>
</div>
</div>
</div>
<div class="wrapper style3">
<div class="inner">
<div class="container">
<div class="row">
<div class="8u">
<!-- Article list -->
<section class="box article-list">
<h2 class="icon fa-file-text-o">Recent Blog Posts</h2>
<!-- Excerpt -->
<article class="box excerpt">
<a href="blog/post20150219.html" class="image left"><img src="images/prank.png"/></a>
<div>
<header>
<span class="date">April 11</span>
<h3><a href="blog/post20150411.html">My Fake Boyfriend</a></h3>
</header>
<p>The best prank I've ever pulled.</p>
</div>
</article>
<article class="box excerpt">
<a href="blog/post20150302.html" class="image left"><img src="images/hardware.jpg"/></a>
<div>
<header>
<span class="date">March 2</span>
<h3><a href="blog/post20150302.html">Cleverbot on Reddit</a></h3>
</header>
<p>Best moments from my Cleverbot-Reddit bot this past month.</p>
</div>
</article>
<article class="box excerpt">
<a href="blog/post20150219.html" class="image left"><img src="images/chars.jpg"/></a>
<div>
<header>
<span class="date">February 19</span>
<h3><a href="blog/post20150219.html">Xue Zhong Wen</a></h3>
</header>
<p>My experiences learning Chinese.</p>
</div>
</article>
<a href="/blog" class="button alt icon fa-file-o">More Blog Posts</a>
<!--<article class="box excerpt">
<a href="#" class="image left"><img src="images/pic06.jpg" alt="" /></a>
<div>
<header>
<span class="date">July 14</span>
<h3><a href="#">Preparing for Y2K38</a></h3>
</header>
<p>Phasellus quam turpis, feugiat sit amet ornare in, hendrerit in lectus
semper mod quisturpis nisi consequat etiam lorem. Phasellus quam turpis,
feugiat et sit amet ornare in, hendrerit in lectus semper mod quis eget mi dolore.</p>
</div>
</article>-->
</section>
</div>
<div class="4u">
<section class="box spotlight">
<h2 class="icon fa-file-text-o">Spotlight</h2>
<article>
<a href="blog/post20150123.html" class="image featured"><img src="images/laptop2.png" alt=""></a>
<header>
<h3><a href="blog/post20150123.html">How to make a Twitter bot using Ruby</a></h3>
<p>A step-by-step tutorial.</p>
</header>
<p>If you're a Twitter user, you've probably seen Twitter bots around. Some famous Twitter bots include DearAssistant, AccidentalHaiku, and Horse ebooks. In this tutorial you'll learn how to make your own Twitter bot using Ruby, the Twitter API, and Heroku. This tutorial assumes you know a bit about using the command line and basic programming.</p>
<footer>
<a href="blog/post20150123.html" class="button alt icon fa-file-o">Continue Reading</a>
</footer>
</article>
</section>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Footer Wrapper -->
<div id="footer-wrapper" name="contact">
<footer id="footer" class="container">
<div class="row">
<img class="me-image" src="images/me.jpg"></img>
<div class="6u">
<!-- Contact -->
<section>
<h2>Get in touch</h2>
<div>
<div class="row">
<div class="6u">
<dl class="contact">
<dt>Email</dt>
<dd><a href="mailto:jenkr55@gmail.com">jenkr55@gmail.com</a></dd>
<dt>Twitter</dt>
<dd><a href="http://twitter.com/jen_a_fir">@jen_a_fir</a></dd>
<dt>Facebook</dt>
<dd><a href="http://facebook.com/jennifer.kruse">facebook.com/jennifer.kruse</a></dd>
</dl>
</div>
</div>
</div>
</section>
</div>
</div>
</footer>
</div>
</body>
</html>
<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-59909033-1', 'auto');
ga('send', 'pageview');
</script>