-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
74 lines (62 loc) · 3 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
<!DOCTYPE html>
<html>
<head>
<link type="text/css" href="/style.css" rel="stylesheet" />
<link type="text/css" rel="stylesheet" href="http://fonts.googleapis.com/css?family=Nobile" />
<link type="text/css" rel="stylesheet" href="http://fonts.googleapis.com/css?family=Inconsolata" />
<title>Seajure</title>
<meta content="text/html;charset=UTF-8" http-equiv="content-type" />
</head>
<body>
<h1><a href="/"><img alt="Seajure" src="/logo.png" /></a></h1>
<div id="infobox">
<p><em>Seajure</em> is the Seattle Clojure Group. Yes, it's a
silly name.</p>
<ul>
<li><b>Time</b>: 7:00 pm on the first Thursday of each month</li>
<li><b>Location</b>: No permanent address (any volunteers / companies in Seattle welcome to host!)</li>
<li><a href="http://groups.google.com/group/seajure">Mailing
list</a></li>
<li><a href="http://www.meetup.com/Seajure/">Meetup.com Web Site</a></li>
</ul>
</div>
<hr />
<p class="intro">We generally start the meetings off with half an
hour or so of discussion and then dive into a hackfest. We try
to find a bite-sized problem and do some swarm-coding to
collaborate on a solution together. Bring a laptop!</p>
<p>Lately we have been
using <a href="https://syme.herokuapp.com">Syme</a> to facilitate
collaboration. If you ensure your SSH public key is on your
GitHub account and get added to
the <a href="https://github.com/Seajure">Seajure</a>
organization before the meeting it helps things go more smoothly.</p>
<p>We have a <a href="https://github.com/Seajure/seajure/wiki">wiki</a> where
we brainstorm future project ideas.</p>
<h4>Members</h4>
<ul class="members">
<li><a href="http://technomancy.us">Phil Hagelberg</a></li>
<li><a href="http://threebrothers.org/brendan/">Brendan Ribera</a></li>
<li><a href="">Eric Hanchrow</a></li>
<li><a href="">Kevin Downey</a></li>
<li><a href="http://chewbranca.com">Russell Branca</a></li>
<li><a href="">Chris Bilson</a></li>
<li><a href="http://sgd.homelinux.net">Stan Dyck</a></li>
<li><a href="http://www.n10k.com">Nick Dimiduk</a></li>
<li><a href="http://justinlilly.com">Justin Lilly</a></li>
<li><a href="http://bitmechanic.com">James Cooper</a></li>
<li><a href="">Mark Engelberg</a></li>
<li><a href="http://copperthoughts.com">Isaac Hodes</a></li>
<li><a href="http://automatedlabs.com">Jeffrey Hulten</a></li>
<li><a href="http://github.com/aengelberg">Alex Engelberg</a></li>
</ul>
<p>See our <a href="https://github.com/Seajure">GitHub
organization</a> for a list of projects.</p>
<hr />
<p id="join">If you want your name to show up on this
page, get added to <a href="http://github.com/Seajure">the
Seajure organization on Github</a> and add your name
to <a href="http://github.com/Seajure/seajure.github.com">
this site's repository</a>.</p>
</body>
</html>