-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (47 loc) · 1.84 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
---
layout: default
title: Austin Code Dojo
---
<h1>Welcome to the Austin Code Dojo!</h1>
<p>We are a group of software craftsman who meet regularly for deliberate
practice in the art of software design and construction. Our meetings cover a varied
array of topics, including:
<ul>
<li>Test Driven Design</li>
<li>Build Automation</li>
<li>Cloud Technologies</li>
</ul>
and anything else we think is interesting and can help us learn to be better
software developers.</p>
<p>
If you want to hear about what's going on at the Dojo, check out our mailing
list on <a href="http://groups.google.com/group/austin-code-dojo">Google
Groups.</a>We also host some code on <a
href="http://www.github.com/austincodedojo">GitHub</a>, mostly examples of
code we've worked on in meetings.
</p>
<h2>Meetings</h2>
<p>We meet monthly at <a
href="https://maps.google.com/maps?q=Genuine+Joe+Coffeehouse,+West+Anderson+Lane,+Austin,+TX&hl=en&sll=30.307761,-97.753401&sspn=1.17136,1.674042&oq=genu&t=m&hq=Genuine+Joe+Coffeehouse,&hnear=W+Anderson+Ln,+Austin,+Texas&z=17">Genuine
Joe's Coffeehouse</a> in the Allandale area. Our next
meeting is on Thursday, August 30.
<div id="meeting-notes">
<h3>Meeting Notes</h3>
<ul class="meetings">
{% for post in site.posts %}
<li><span>{{ post.date | date_to_string }}</span> - <a href="{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
</ul>
</div>
<div id="google-group-subscribe">
<img src="http://groups.google.com/intl/en/images/logos/groups_logo_sm.gif"
id="groups-logo"
height="30"
width="140"
alt="Google Groups">
<h3>Subscribe to the Austin Code Dojo mailing list!</h3>
<form action="http://groups.google.com/group/austin-code-dojo/boxsubscribe">
Email: <input type="text" name="email">
<input type="submit" name="sub" value="Subscribe">
</form>
</div>