forked from SoutHACKton/southackton.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
766 lines (401 loc) · 23.8 KB
/
Copy pathindex.html
File metadata and controls
766 lines (401 loc) · 23.8 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
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
<!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>SoutHACKton</title>
<meta name="author" content="SoutHACKton">
<meta name="description" content="Thanks to Paul Stimpson on the Surrey LUG mailing list for pointing the
course out: MIT are launching the first course in their new e-learning …">
<!-- 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://SoutHACKton.github.com">
<link href="/favicon.png" rel="icon">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css">
<script src="/javascripts/modernizr-2.0.js"></script>
<script src="/javascripts/ender.js"></script>
<script src="/javascripts/octopress.js" type="text/javascript"></script>
<link href="http://feeds.feedburner.com/southackton" rel="alternate" title="SoutHACKton" type="application/atom+xml">
<!--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">
<script>
window.onkeypress = function(e) {
if (e.charCode == 113) {//q
var h = document.getElementsByTagName('HEADER');
if (h && h.length) {
h = h[0];
h.className = (h.className.length?"":"alt");
}
}
}
</script>
</head>
<body >
<header role="banner"><hgroup>
<h1><a href="/">SoutHACKton</a></h1>
<h2>Southampton (UK) Hackspace Project</h2>
</hgroup>
</header>
<nav role="navigation"><ul class="subscription" data-subscription="rss">
<li><a href="http://feeds.feedburner.com/southackton" rel="subscribe-rss" title="subscribe via RSS">RSS</a></li>
</ul>
<form action="http://google.com/search" method="get">
<fieldset role="search">
<input type="hidden" name="q" value="site:SoutHACKton.github.com" />
<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="/archives/">Archives</a></li>
<li><a href="/about/">About</a></li>
<li><a href="/hackers/">Hackers?!</a></li>
<li><a href="/links/">Links</a></li>
</ul>
</nav>
<div id="main">
<div id="content">
<div class="blog-index">
<article>
<header>
<h1 class="entry-title"><a href="/2012/02/14/mit-running-free-electronic-circuits-course/">MIT Running Free Electronic Circuits Course</a></h1>
<p class="meta">
<time datetime="2012-02-14T13:11:29+00:00" pubdate data-updated="true">Feb 14<span>th</span>, 2012</time>
</p>
</header>
<div class="entry-content"><p>Thanks to Paul Stimpson on the Surrey LUG mailing list for pointing the
course out:</p>
<blockquote><p>MIT are launching the first course in their new e-learning programme
designed to bring education free to the masses. It’s a course in
electronic circuits and design and begins on March 5th. This is a
trial and at this stage does not require any attendance or for proof
of identity to be shown. It is examined online and results in an
MIT-branded certificate for successful students. The only obligations
are to complete the course and exams in the time frame specified and
to agree to the University honour code (not to cheat).</p>
<p>The course runs
for 13 weeks (March 5th until June 8th) and requires a time investment
of approximately 10 hours per week.</p>
<p>You can register at
<a href="https://6002x.mitx.mit.edu/">https://6002x.mitx.mit.edu/</a></p></blockquote>
</div>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/2012/01/18/next-southackton-meetup-7-30pm-tues-24th-jan/">Next SoutHackton Meetup, 7.30pm Tues 24th Jan</a></h1>
<p class="meta">
<time datetime="2012-01-18T19:19:28+00:00" pubdate data-updated="true">Jan 18<span>th</span>, 2012</time>
</p>
</header>
<div class="entry-content"><p>We are a community of makers, tinkerers and artists. Our aim is to share
skills and tools to allow anyone to create something amazing, regardless
of experience. We want to start a Hackerspace in Southampton, where
people can come to work on their various projects and can get the
resources they need and can share knowledge and ideas. If you always
wanted to make something but don’t know how then our members will be
more than happy to help you.</p>
<p>This event is a general meetup for existing
members or anyone else who wants to get involved, along with general
discussion about hacking, making and coding… and coffee. It’s free, but
donations to the Arthouse are always appreciated.</p>
<p>The facebook event
page is public so feel free to invite anyone else along.
<a href="http://www.facebook.com/events/325294290835392/">http://www.facebook.com/events/325294290835392/</a></p>
<p>This event is at the Art
House: <a href="http://www.thearthousesouthampton.co.uk/">http://www.thearthousesouthampton.co.uk/</a></p>
</div>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/2011/11/30/next-southackton-meetup-wed-7th-dec/">Next SoutHackton Meetup - Wed 7th Dec</a></h1>
<p class="meta">
<time datetime="2011-11-30T17:50:36+00:00" pubdate data-updated="true">Nov 30<span>th</span>, 2011</time>
</p>
</header>
<div class="entry-content"><p>Our next meetup is 7:30pm until 10:00pm Wednesday, December 7, 2011.</p>
<p>Let
us know you are coming on facebook:<br/>
<a href="http://www.facebook.com/events/316444395051818/">http://www.facebook.com/events/316444395051818/</a></p>
<p>This event is a general meetup for existing members or anyone else who
wants to get involved, along with general discussion about hacking,
making and coding… and coffee. It’s free, but donations to the Arthouse
are always appreciated.</p>
<p>The facebook event page is public so feel free
to invite anyone else along.</p>
<p>This event is at the Art House:
<a href="http://www.thearthousesouthampton.co.uk/">http://www.thearthousesouthampton.co.uk/</a></p>
<p>We are a community of makers, tinkerers and artists. Our aim is to share
skills and tools to allow anyone to create something amazing, regardless
of experience. We want to start a Hackerspace in Southampton, where
people can come to work on their various projects and can get the
resources they need and can share knowledge and ideas. If you always
wanted to make something but don’t know how then our members will be
more than happy to help you.</p>
</div>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/2011/10/31/southackton-ubuntu-workshop-wed-2nd-nov-7-30pm-at-southampton-art-house/">Southackton Ubuntu Workshop - Wed 2nd Nov, 7.30pm at Southampton Art House</a></h1>
<p class="meta">
<time datetime="2011-10-31T18:14:00+00:00" pubdate data-updated="true">Oct 31<span>st</span>, 2011</time>
</p>
</header>
<div class="entry-content"><p>The next SoutHACKton meetup will be a Ubuntu workshop at the Art House,
Southampton at 7.30pm</p>
<p>Bring a laptop and a USB stick (2GB is a good size, or if you bring 4GB
or larger then you can save settings and data back to it and use it like
it was installed).</p>
<p>We will get you up and running with the latest version of Ubuntu Linux,
without installing anything on your laptop, so you won’t lose any data.</p>
<p>More information about Ubuntu, and linux, is available at:
<a href="http://ubuntu.com/ubuntu">http://ubuntu.com/ubuntu</a></p>
<p>This facebook event page is public so feel free to invite anyone else
along.</p>
<p>This event is at the Art House: <a href="http://www.thearthousesouthampton.co.uk/">http://www.thearthousesouthampton.co.uk/</a></p>
<p><a href="http://www.facebook.com/event.php?eid=301712219840154">http://www.facebook.com/event.php?eid=301712219840154</a></p>
</div>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/2011/09/30/next-meetup-7-30pm-wed-5th-october-at-the-art-house-southampton/">Next Meetup, 7.30pm Wed 5th October at the Art House, Southampton</a></h1>
<p class="meta">
<time datetime="2011-09-30T18:17:16+01:00" pubdate data-updated="true">Sep 30<span>th</span>, 2011</time>
</p>
</header>
<div class="entry-content"><p>The next meetup is at The Art House, Southapton on Wed 5th October at
7.30pm</p>
<p>Let us know if you are coming on facebook
<a href="http://www.facebook.com/event.php?eid=139793102784775">http://www.facebook.com/event.php?eid=139793102784775</a> and bring a
friend.</p>
</div>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/2011/09/12/next-meetup-7pm-on-tues-20th-sept-at-aspace-tower-house/">Next Meetup, 7pm on Tues 20th Sept at ASpace, Tower House</a></h1>
<p class="meta">
<time datetime="2011-09-12T16:52:02+01:00" pubdate data-updated="true">Sep 12<span>th</span>, 2011</time>
</p>
</header>
<div class="entry-content"><p>The next southackton meetup is at ASpace at 7pm on Tuesday 20th of
September at Tower House.</p>
<p>When you arrive, ring the doorbell and I’ll let you in .. probably best
to use the entrance on Winkle Street. The office is v near to the
Platform pub and the City Council Archaeology Museum.</p>
<p>Address: Tower House, Town Quay Road, Southampton, Hampshire SO14 2NY</p>
<p>Google Map:
<a href="http://maps.google.co.uk/maps?q=so14+2ny&hl=en&ll=50.897248,-1.402828&spn=0.006361,0.017885&sll=53.800651,-4.064941&sspn=24.546102,73.256836&vpsrc=6&t=m&z=17">http://maps.google.co.uk/maps?q=so14+2ny&hl=en&ll=50.897248,-1.402828&spn=0.006361,0.017885&sll=53.800651,-4.064941&sspn=24.546102,73.256836&vpsrc=6&t=m&z=17</a></p>
</div>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/2011/09/09/welcome-to-southackton/">Welcome to Southackton</a></h1>
<p class="meta">
<time datetime="2011-09-09T14:13:07+01:00" pubdate data-updated="true">Sep 9<span>th</span>, 2011</time>
</p>
</header>
<div class="entry-content"><p>Welcome to SoutHACKton, the Southampton Hackerspace project.</p>
<p>We are a
community of makers, tinkerers and artists. Our aim is to share skills
and tools to allow anyone to create something amazing, regardless of
experience. We want to start a Hackerspace in Southampton, where people
can come to work on their various projects and can get the resources
they need and can share knowledge and ideas. If you always wanted to
make something but don’t know how then our members will be more than
happy to help you.</p>
<p>We have regular meetings of people who enjoy creating
or modifying software and/or hardware and want to meet other like-minded
people. Experience is unnecessary - interest is all we require! Topics
that we’re already interested in include: home automation/augmentation,
robotics, circuit bends, programming, computer interfaces, wiimote
hacking, Arduino, gadgets, mobile computing, PVR creation/improvement,
programming, augmented reality, … so if you’re interested in any of
these topics, or have another interest you want to share, why not join
us?</p>
<p>For more details, including a map to our usual meetup place, see
<a href="/about">about</a></p>
<p>To join in the community please head over to the Google
Group at:</p>
<p><a href="http://groups.google.com/group/southackton">http://groups.google.com/group/southackton</a></p>
</div>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/2011/09/01/next-meeting-september-7th/">Next Meeting: September 7th</a></h1>
<p class="meta">
<time datetime="2011-09-01T10:31:02+01:00" pubdate data-updated="true">Sep 1<span>st</span>, 2011</time>
</p>
</header>
<div class="entry-content"><p>We’ll be gathering at
<a href="http://www.thearthousesouthampton.co.uk/">The Arthouse Cafe</a> next Wednesday
<strong>September 17th 2011</strong> to talk tech and drink coffee from 7:30pm till
about 10:30pm.</p>
<iframe src="http://maps.google.co.uk/maps?f=q&source=s_q&hl=en&geocode=&q=the+arthouse+cafe,+southampton&aq=&sll=50.907644,-1.404238&sspn=0.003126,0.008256&ie=UTF8&hq=the+arthouse+cafe,&hnear=Southampton,+United+Kingdom&ll=50.909046,-1.404459&spn=0.011798,0.033023&t=h&z=14&iwloc=A&cid=3323037071216817675&output=embed" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" width="425" height="350"></iframe>
<p><a href="http://maps.google.co.uk/maps?f=q&source=embed&hl=en&geocode=&q=the+arthouse+cafe,+southampton&aq=&sll=50.907644,-1.404238&sspn=0.003126,0.008256&ie=UTF8&hq=the+arthouse+cafe,&hnear=Southampton,+United+Kingdom&ll=50.909046,-1.404459&spn=0.011798,0.033023&t=h&z=14&iwloc=A&cid=3323037071216817675">View Larger Map</a></p>
<p>Since we’re looking at the Solent Business Centre as a possibly
hackspace location there’s likely to be discussion on the business and
funding side of things as well. Any input would be great.</p>
<p>If you’re on
le facebooks then we have an event up:
<a href="https://www.facebook.com/event.php?eid=228403963873454">https://www.facebook.com/event.php?eid=228403963873454</a><br/>
Also feel free to join the
<a href="https://www.facebook.com/group.php?gid=138577094416">Group</a> and like
the <a href="https://www.facebook.com/SoutHACKton">Page</a>.</p>
</div>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/2011/08/05/next-meeting-and-arduino-evening/">Next Meeting and Arduino Evening</a></h1>
<p class="meta">
<time datetime="2011-08-05T10:20:08+01:00" pubdate data-updated="true">Aug 5<span>th</span>, 2011</time>
</p>
</header>
<div class="entry-content"><p>We’ll be heading over to the Arthouse on the<strong>17th of August</strong> at
7:30pm:</p>
<iframe src="http://maps.google.co.uk/maps?f=q&source=s_q&hl=en&geocode=&q=the+arthouse+cafe,+southampton&aq=&sll=50.907644,-1.404238&sspn=0.003126,0.008256&ie=UTF8&hq=the+arthouse+cafe,&hnear=Southampton,+United+Kingdom&ll=50.909046,-1.404459&spn=0.011798,0.033023&t=h&z=14&iwloc=A&cid=3323037071216817675&output=embed" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" width="425" height="350"></iframe>
<p><a href="http://maps.google.co.uk/maps?f=q&source=embed&hl=en&geocode=&q=the+arthouse+cafe,+southampton&aq=&sll=50.907644,-1.404238&sspn=0.003126,0.008256&ie=UTF8&hq=the+arthouse+cafe,&hnear=Southampton,+United+Kingdom&ll=50.909046,-1.404459&spn=0.011798,0.033023&t=h&z=14&iwloc=A&cid=3323037071216817675">View Larger Map</a></p>
<p>There’ll be more discussion on forming a company, setting up our space,
funding options etc. Along with general discussion about hacking, making
and coding… and coffee. It’s <strong>free,</strong> but donations to the Arthouse
are always appreciated.</p>
<p><a href="http://theuncommon.co.uk/hackspace/wp-content/uploads/2011/08/arduino.jpg"><img src="http://theuncommon.co.uk/hackspace/wp-content/uploads/2011/08/arduino.jpg" title="arduino" alt="image" /></a></p>
<p>Our members will also be bringing along their various Arduino projects
to show off and explain ( info on Arduinos can be found here:
<a href="http://en.wikipedia.org/wiki/Arduino">http://en.wikipedia.org/wiki/Arduino</a>
) and there’ll be opportunities to get your hands dirty actually trying
out the boards. So if you’re interested, even if you’ve never touched
electronics or coding before, then come along.</p>
<p>There’s a Facebook event
at:
<a href="http://www.facebook.com/event.php?eid=196232490438100">http://www.facebook.com/event.php?eid=196232490438100</a></p>
</div>
</article>
<article>
<header>
<h1 class="entry-title"><a href="/2011/07/28/next-southackton-meeting/">Next SoutHACKton Meeting</a></h1>
<p class="meta">
<time datetime="2011-07-28T16:52:52+01:00" pubdate data-updated="true">Jul 28<span>th</span>, 2011</time>
</p>
</header>
<div class="entry-content"><p>We’ll be talking hacking and making as well as planning out the forming
of a hackspace company over at the Art House Cafe on:</p>
<h3>Wednesday the 3rd of August</h3>
<p><a href="http://www.thearthousesouthampton.co.uk/">http://www.thearthousesouthampton.co.uk/</a></p>
<p><a href="http://maps.google.co.uk/maps?q=art+house+cafel,+southampton&hl=en&ll=50.909217,-1.404469&spn=0.012096,0.033023&sll=51.550538,-1.813349&sspn=3.13927,8.453979&t=h&z=16&iwloc=A" title="Map">http://maps.google.co.uk/maps?q=art+house+cafe</a></p>
<p>Come along, we’ll be there from 7:30pm for as long as we can. Come
along, drink coffee and talk to cool people.</p>
</div>
</article>
<div class="pagination">
<a class="prev" href="/page/2/">← Older</a>
<a href="/archives">Blog Archives</a>
</div>
</div>
<aside class="sidebar">
<section>
<h1>About</h1>
<p>Welcome to SoutHACKton, the Southampton Hackerspace project.</p>
<p>We are a community of makers, tinkerers and artists. Our aim is to share
skills and tools to allow anyone to create something amazing, regardless of
experience. If you always wanted to make something but
don’t know how then our members will be more than happy to help you.</p>
<p> We have regular meetings - experience is
unnecessary! <a href="/about/">Find out more</a></p>
</section>
<section>
<h1>Recent Posts</h1>
<ul id="recent_posts">
<li class="post">
<a href="/2012/02/14/mit-running-free-electronic-circuits-course/">MIT running free electronic circuits course</a>
</li>
<li class="post">
<a href="/2012/01/18/next-southackton-meetup-7-30pm-tues-24th-jan/">Next SoutHackton meetup, 7.30pm Tues 24th Jan</a>
</li>
<li class="post">
<a href="/2011/11/30/next-southackton-meetup-wed-7th-dec/">Next SoutHackton meetup - Wed 7th Dec</a>
</li>
<li class="post">
<a href="/2011/10/31/southackton-ubuntu-workshop-wed-2nd-nov-7-30pm-at-southampton-art-house/">Southackton Ubuntu workshop - Wed 2nd Nov, 7.30pm at Southampton Art House</a>
</li>
<li class="post">
<a href="/2011/09/30/next-meetup-7-30pm-wed-5th-october-at-the-art-house-southampton/">Next meetup, 7.30pm Wed 5th October at The Art House, Southampton</a>
</li>
</ul>
</section>
<section>
<h1>Latest Tweets</h1>
<ul id="tweets">
<li class="loading">Status updating…</li>
</ul>
<script type="text/javascript">
$.domReady(function(){
getTwitterFeed("southackton", 4, false);
});
</script>
<script src="/javascripts/twitter.js" type="text/javascript"> </script>
<a href="http://twitter.com/southackton" class="twitter-follow-button" data-show-count="false">Follow @southackton</a>
</section>
<section>
<h1>Facebook</h1>
<!-- Facebook Badge START --><a href="http://www.facebook.com/SoutHACKton" target="_TOP" style="font-family: "lucida grande",tahoma,verdana,arial,sans-serif; font-size: 11px; font-variant: normal; font-style: normal; font-weight: normal; color: #3B5998; text-decoration: none;" title="SoutHACKton">SoutHACKton</a><br/><a href="http://www.facebook.com/SoutHACKton" target="_TOP" title="SoutHACKton"><img src="http://badge.facebook.com/badge/209242380373.10135.1479572061.png" style="border: 0px;" /></a><br/><a href="http://www.facebook.com/business/dashboard/" target="_TOP" style="font-family: "lucida grande",tahoma,verdana,arial,sans-serif; font-size: 11px; font-variant: normal; font-style: normal; font-weight: normal; color: #3B5998; text-decoration: none;" title="Make your own badge!">Promote Your Page Too</a><!-- Facebook Badge END -->
</section>
<section>
<h1>Flickr</h1>
<!-- Start of Flickr Badge -->
<style type="text/css">
.zg_div {margin:0px 5px 5px 0px; width:250px;}
.zg_div_inner {background-color:white;background:transparent; color:#000000; text-align:center; font-family:arial, helvetica; font-size:11px;}
.zg_div a, .zg_div a:hover, .zg_div a:visited {color:#3993ff; background:inherit !important; text-decoration:none !important;}
</style>
<script type="text/javascript">
zg_insert_badge = function() {
var zg_bg_color = '000000';
var zgi_url = 'http://www.flickr.com/apps/badge/badge_iframe.gne?zg_bg_color='+zg_bg_color+'&zg_context=in%2Fpool-1245172%40N22%2F&zg_group_id=1245172%40N22';
document.write('<iframe style="background-color:#'+zg_bg_color+'; border-color:#'+zg_bg_color+'; border:none;" width="113" height="151" frameborder="0" scrolling="no" src="'+zgi_url+'" title="Flickr Badge"><\/iframe>');
if (document.getElementById) document.write('<div id="zg_whatlink"><a href="http://www.flickr.com/badge.gne" style="color:#3993ff;" onclick="zg_toggleWhat(); return false;">What is this?<\/a><\/div>');
}
zg_toggleWhat = function() {
document.getElementById('zg_whatdiv').style.display = (document.getElementById('zg_whatdiv').style.display != 'none') ? 'none' : 'block';
document.getElementById('zg_whatlink').style.display = (document.getElementById('zg_whatdiv').style.display != 'none') ? 'none' : 'block';
return false;
}
</script>
<div class="zg_div"><div class="zg_div_inner"><a href="http://www.flickr.com">www.<strong style="color:#3993ff">flick<span style="color:#ff1c92">r</span></strong>.com</a><br>
<script type="text/javascript">zg_insert_badge();</script>
<div id="zg_whatdiv">This is a Flickr badge showing public items from the <a href="http://www.flickr.com/groups/1245172@N22/pool/">SoutHACKton group pool</a>. Make your own badge <a href="http://www.flickr.com/badge.gne">here</a>.</div>
<script type="text/javascript">if (document.getElementById) document.getElementById('zg_whatdiv').style.display = 'none';</script>
</div>
</div>
<!-- End of Flickr Badge -->
</section>
</aside>
</div>
</div>
<footer role="contentinfo"><p>
Copyright © 2012 - SoutHACKton -
<span class="credit">Powered by <a href="http://octopress.org">Octopress</a></span>
</p>
</footer>
<script type="text/javascript">
var disqus_shortname = 'southackton';
var disqus_script = 'count.js';
(function () {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = 'http://' + disqus_shortname + '.disqus.com/' + disqus_script;
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
}());
</script>
<script type="text/javascript">
(function(){
var twitterWidgets = document.createElement('script');
twitterWidgets.type = 'text/javascript';
twitterWidgets.async = true;
twitterWidgets.src = 'http://platform.twitter.com/widgets.js';
document.getElementsByTagName('head')[0].appendChild(twitterWidgets);
})();
</script>
</body>
</html>