-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (35 loc) · 1.56 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
<html>
<head>
<title>Welcome to the Orlando Dojo</title>
</head>
<body>
<p>Welcome to the Orlando Dojo <a href="http://www.codingdojo.org">coding dojo</a> group!</p>
<b>What is the Orlando Dojo?</b>
<p>We are a group of programmers and technology enthusiasts interested in improving our craft.</p>
<b>What happens at a meeting?</b>
<p>
<ol>
<li>We pick a programming language.</li>
<li>We pick an interesting problem to work on.</li>
<li>We take turns, two people at a time, pair programming on the problem in the language we chose.</li>
<li>We take a look at what worked well and what could be improved.</li>
</ol>
</p>
<b>How often do you meet?</b>
<p>We're currently meeting on a biweekly schedule. Normally dojo's are held on a Saturday,
though if enough interested people want to have a dojo on another day, we can discuss
it and possible make it happen. It's happened before :). </p>
<b>Do I need to be a programmer to participate?</b>
<p>No, all that is needed is an interest and willingness to learn.</p>
<b>Where can I find out more information?</b>
<p>
<ul>
<li>Our <a href="http://www.orlandodojo.org">home page</a> where you'll see
information about some past events as well as videos.</li>
<li><a href="http://www.twitter.com/orlandodojo">Twitter page</a> and
<a href="http://www.meetup.com/orlandodojo">meetup group</a> for announcements.</li>
<li><a href="http://groups.google.com/group/orlando-dojo">Google group</a> for discussions.</li>
</ul>
</p>
</body>
</html>