-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
543 lines (235 loc) · 11.9 KB
/
index.html
File metadata and controls
543 lines (235 loc) · 11.9 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
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
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
<!DOCTYPE html>
<!--[if IEMobile 7 ]><html class="no-js iem7"><![endif]-->
<!--[if lt IE 9]><html class="no-js lte-ie8"><![endif]-->
<!--[if (gt IE 8)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html class="no-js" lang="en"><!--<![endif]-->
<head>
<meta charset="utf-8">
<title>carojane @ Launch Academy</title>
<meta name="author" content="Carly J Pulver">
<meta name="description" content="I had promised myself that no matter what, I would keep up my weekly blogging throughout the duration of Launch Academy. That, of course broke down …">
<!-- 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 rel="canonical" href="http://carojane.github.io">
<link href="/favicon.png" rel="icon">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css">
<link href="/atom.xml" rel="alternate" title="carojane @ Launch Academy" type="application/atom+xml">
<script src="/javascripts/modernizr-2.0.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script>!window.jQuery && document.write(unescape('%3Cscript src="./javascripts/libs/jquery.min.js"%3E%3C/script%3E'))</script>
<script src="/javascripts/octopress.js" type="text/javascript"></script>
<!--Fonts from Google"s Web font directory at http://google.com/webfonts -->
<link href="//fonts.googleapis.com/css?family=PT+Serif:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css">
<link href="//fonts.googleapis.com/css?family=PT+Sans:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css">
</head>
<body >
<header role="banner"><hgroup>
<h1><a href="/">carojane @ Launch Academy</a></h1>
<h2>a coding challenge.</h2>
</hgroup>
</header>
<nav role="navigation"><ul class="subscription" data-subscription="rss">
<li><a href="/atom.xml" rel="subscribe-rss" title="subscribe via RSS">RSS</a></li>
</ul>
<form action="https://www.google.com/search" method="get">
<fieldset role="search">
<input type="hidden" name="q" value="site:carojane.github.io" />
<input class="search" type="text" name="q" results="0" placeholder="Search"/>
</fieldset>
</form>
<ul class="main-navigation">
<li><a href="/">Blog</a></li>
<li><a href="/blog/archives">Archives</a></li>
</ul>
</nav>
<div id="main">
<div id="content">
<div class="blog-index">
<article>
<header>
<h1 class="entry-title"><a href="/blog/2014/10/08/a-group-of-introverts/">A Group of Introverts</a></h1>
<p class="meta">
<time datetime="2014-10-08T08:02:35-04:00" pubdate data-updated="true">Oct 8<sup>th</sup>, 2014</time>
</p>
</header>
<div class="entry-content"><p>I had promised myself that no matter what, I would keep up my weekly blogging throughout the duration of Launch Academy. That, of course broke down when it came time for group projects.</p>
</div>
<footer>
<a rel="full-article" href="/blog/2014/10/08/a-group-of-introverts/">Read on →</a>
</footer>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/blog/2014/09/21/go-your-own-way/">Go Your Own Way</a></h1>
<p class="meta">
<time datetime="2014-09-21T16:23:23-04:00" pubdate data-updated="true">Sep 21<sup>st</sup>, 2014</time>
</p>
</header>
<div class="entry-content"><p>We have been notified that the formal learning portion of Launch Academy is now over. This doesn’t mean that we won’t be learning anything at all, because there is still so much to go over, but most of those will be learned through actually building apps at this point.</p>
</div>
<footer>
<a rel="full-article" href="/blog/2014/09/21/go-your-own-way/">Read on →</a>
</footer>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/blog/2014/09/15/scaling-the-mountain/">Scaling the Mountain</a></h1>
<p class="meta">
<time datetime="2014-09-15T07:34:32-04:00" pubdate data-updated="true">Sep 15<sup>th</sup>, 2014</time>
</p>
</header>
<div class="entry-content"><p>It’s official. Launch Academy is halfway through and over and done. That means only five more weeks of structured learning and guided projects before I’m expected to go back out into the big bad world and actually be a Computer Programmer.</p>
</div>
<footer>
<a rel="full-article" href="/blog/2014/09/15/scaling-the-mountain/">Read on →</a>
</footer>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/blog/2014/09/06/overheated/">Overheated</a></h1>
<p class="meta">
<time datetime="2014-09-06T17:01:28-04:00" pubdate data-updated="true">Sep 6<sup>th</sup>, 2014</time>
</p>
</header>
<div class="entry-content"><p>This week has been a little difficult, for a couple reasons. Personally, I’m blaming it on the heat and humidity.</p>
</div>
<footer>
<a rel="full-article" href="/blog/2014/09/06/overheated/">Read on →</a>
</footer>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/blog/2014/08/29/i-have-confidence-in-me/">I Have Confidence in Me</a></h1>
<p class="meta">
<time datetime="2014-08-29T23:14:59-04:00" pubdate data-updated="true">Aug 29<sup>th</sup>, 2014</time>
</p>
</header>
<div class="entry-content"><p>This was a good week, because I really feel like I’m doing well. I am getting everything they throw at me, and the challenges are feeling almost easy at times. It’s dangerous, really, as I let myself get distracted and didn’t engage enough with my cohort. Part of that may have been a little burnout, so I’m glad that this weekend was a long weekend and that I took advantage of it by going home.</p>
</div>
<footer>
<a rel="full-article" href="/blog/2014/08/29/i-have-confidence-in-me/">Read on →</a>
</footer>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/blog/2014/08/23/practical-magic/">Practical Magic</a></h1>
<p class="meta">
<time datetime="2014-08-23T15:30:11-04:00" pubdate data-updated="true">Aug 23<sup>rd</sup>, 2014</time>
</p>
</header>
<div class="entry-content"><p>Woah, there. You thought things were going so well. You thought you knew your stuff. You thought, ‘Maybe I’ll actually make it as a web developer, after all.’</p>
<p><strong>HA HA HA HA HA HA HA HA HA !!!</strong></p>
</div>
<footer>
<a rel="full-article" href="/blog/2014/08/23/practical-magic/">Read on →</a>
</footer>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/blog/2014/08/17/one-week-closer/">One Week Closer</a></h1>
<p class="meta">
<time datetime="2014-08-17T22:06:13-04:00" pubdate data-updated="true">Aug 17<sup>th</sup>, 2014</time>
</p>
</header>
<div class="entry-content"><p>I’ve been doing a lot of thinking this weekend about what comes next. I applied to Launch Academy to expand my opportunities in the future - to have a real marketable skill to take me places. And I’m starting to realize that that is absolutely true. Just looking at job openings that are listed on different job boards, it’s clear that there is definitely a demand for web developers. I need to focus on proving my chops these next 9 weeks, so that a job will be waiting for me on the other side.</p>
</div>
<footer>
<a rel="full-article" href="/blog/2014/08/17/one-week-closer/">Read on →</a>
</footer>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/blog/2014/07/17/creative-endeavors/">Creative Endeavors</a></h1>
<p class="meta">
<time datetime="2014-07-17T13:52:49-04:00" pubdate data-updated="true">Jul 17<sup>th</sup>, 2014</time>
</p>
</header>
<div class="entry-content"><p>Sleep has become somewhat of an annoyance lately. To blame is my persistant nature of generating fabulous ideas at 1 am and reaching my creative peak at 3 am. This is bad, considering I’m 30 and I recuperate from all-nighters at a much slower than I did 10 years ago. So, I am sleeping, but recently only when the sun is out.</p>
</div>
<footer>
<a rel="full-article" href="/blog/2014/07/17/creative-endeavors/">Read on →</a>
</footer>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/blog/2014/06/23/my-new-addiction/">My New Addiction</a></h1>
<p class="meta">
<time datetime="2014-06-23T20:51:45-04:00" pubdate data-updated="true">Jun 23<sup>rd</sup>, 2014</time>
</p>
</header>
<div class="entry-content"><p>My first post is supposed to be one on “Why I Wanna Be a Web Developer”, but I’m still sifting through my thoughts on the subject, unable to articulate it well enough. All I know is that <em>I DO WANNA BE</em> a web developer, and <em>I AM GONNA BE</em> a web developer. It’s going to be a really hard and hopefully really rewarding process.</p>
</div>
<footer>
<a rel="full-article" href="/blog/2014/06/23/my-new-addiction/">Read on →</a>
</footer>
</article>
<div class="pagination">
<a href="/blog/archives">Blog Archives</a>
</div>
</div>
<aside class="sidebar">
<section>
<h1>Recent Posts</h1>
<ul id="recent_posts">
<li class="post">
<a href="/blog/2014/10/08/a-group-of-introverts/">A Group of Introverts</a>
</li>
<li class="post">
<a href="/blog/2014/09/21/go-your-own-way/">Go Your Own Way</a>
</li>
<li class="post">
<a href="/blog/2014/09/15/scaling-the-mountain/">Scaling the Mountain</a>
</li>
<li class="post">
<a href="/blog/2014/09/06/overheated/">Overheated</a>
</li>
<li class="post">
<a href="/blog/2014/08/29/i-have-confidence-in-me/">I Have Confidence in Me</a>
</li>
</ul>
</section>
<section>
<h1>GitHub Repos</h1>
<ul id="gh_repos">
<li class="loading">Status updating…</li>
</ul>
<a href="https://github.com/carojane">@carojane</a> on GitHub
<script type="text/javascript">
$(document).ready(function(){
if (!window.jXHR){
var jxhr = document.createElement('script');
jxhr.type = 'text/javascript';
jxhr.src = '/javascripts/libs/jXHR.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(jxhr, s);
}
github.showRepos({
user: 'carojane',
count: 0,
skip_forks: true,
target: '#gh_repos'
});
});
</script>
<script src="/javascripts/github.js" type="text/javascript"> </script>
</section>
</aside>
</div>
</div>
<footer role="contentinfo"><p>
Copyright © 2014 - Carly J Pulver -
<span class="credit">Powered by <a href="http://octopress.org">Octopress</a></span>
</p>
</footer>
<script type="text/javascript">
(function(){
var twitterWidgets = document.createElement('script');
twitterWidgets.type = 'text/javascript';
twitterWidgets.async = true;
twitterWidgets.src = '//platform.twitter.com/widgets.js';
document.getElementsByTagName('head')[0].appendChild(twitterWidgets);
})();
</script>
</body>
</html>