forked from CWDG/cwdg.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
123 lines (110 loc) · 6.11 KB
/
Copy pathindex.html
File metadata and controls
123 lines (110 loc) · 6.11 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
<!DOCTYPE html>
<html>
<head>
<title><CWDG/> Web Ninjas Unite</title>
<link href='favicon.ico' rel='icon' type='image/x-icon'>
<link href='css/screen.css' media='screen, projection' rel='stylesheet' type='text/css'>
<link href='css/print.css' media='print' rel='stylesheet' type='text/css'>
<!--[if lt IE 8]>
<link href="css/ie.css" media="screen, projection" rel="stylesheet" type="text/css" />
<![endif]-->
</head>
<body class='bp'>
<div id='header'>
<ul class='relevant-links'>
<li class='last'>
<a class='button' href='http://groups.google.com/group/cwdgosu' target='blank'>Mailing List Archives</a>
<li>
<a class='button' href='http://www.twitter.com/cwdgosu' target='blank'>Twitter</a>
</li>
<li>
<a class='button' href='http://www.facebook.com/groups/cwdgosu/' target='blank'>Facebook</a>
</li>
<li>
<a class='button' href='https://github.com/CWDG' target='blank'>GitHub</a>
</li>
<li>
<a class='button' href='irc.html' target='blank'>Chat on IRC</a>
</li>
<li class='first'>
<a class='button' href='http://go.osu.edu/cwdglist' target='blank'>Join the Mailing List</a>
</li>
</li>
</ul>
<a class='banner' href='/'>
<h1><span class="tag"><</span>Collegiate Web Developers Group<span class="slash">/</span><span class="tag">></span></h1>
</a>
</div>
<div id='container'>
<div id='content'>
<div class='section about'>
<h2>What is CWDG?</h2>
<div class='content'>
<p>
We are a collection of students, graduates and alumni at the Ohio
State University who are making an effort to improve the web. We
work hard to make ourselves, and others, better developers.
</p>
</div>
</div>
<div class='section membership'>
<h2>How can I Join?</h2>
<div class='content'>
<p>
If you are an OSU student who wants to get involved in web
development this club is for you. It doesn't matter if you are an
experienced developer or a beginner. CWDG offers something for all
skill levels.
</p>
</div>
</div>
<div class='section meetings'>
<h2>And the meetings are . . . ?</h2>
<div class='content'>
<p>We are currently meeting <strong>every Tuesday</strong> at <strong>7:00pm</strong> in <strong>Dreese Labs</strong> room <strong>369</strong>. Most meetings will be on campus at this location. Sometimes these meetings will be tutorials are other small projects while other days there might be a guest speaker. <a href='http://go.osu.edu/cwdglist'>Join the mailing list</a> to see what’s coming up.</p>
</div>
</div>
<div class='section new-members'>
<h2>How do I get started?</h2>
<div class='content'>
<p>The best way to get started is to show up to our meetings. We generally shoot for a split meeting format. The first hour we will present a topic to the members. The second hour is for them to explore that topic on their own laptop to gain experience.</p>
<p>Before you attend your first meeting, it is recommended you follow our <a href='dev_ruby_setup.html' title='Developer Machine Setup'>Developer Setup Tutorial</a> so you can be productive as soon as you start.</p>
<p>You may also want to familiarize yourself with the <a href='http://www.ruby-lang.org/' title='Ruby'>Ruby Programming Language</a> or look over our past meeting materials to familarize yourself with the topics you’ve missed.</p>
<p>If you do nothing else, <strong><a href='http://go.osu.edu/cwdglist'>Sign Up For The Mailing List</a></strong> so we can let you know about all the sweet things we are doing.</p>
</div>
</div>
<div class='section schedule'>
<h2>Tentative Meeting Schedule</h2>
<div class='content'>
<h3 id='wed_january_16'>Wed January 16</h3>
<ul>
<li>7:00 - Another excursion into the Ruby Programming Language - <a href='http://ruby-lang.org' title='Ruby'>Read More about Ruby here</a></li>
<li>8:00 - Ruby Koans <em>Interactive!</em> - <a href='http://rubykoans.com' title='Ruby Koans'>Ruby Koans online</a></li>
</ul>
<h3 id='tue_january_22'>Tue January 22</h3>
<ul>
<li>7:00 - Changing your understanding of the World Wide Web - With <a href='http://twitter.com/tarebyte'>Mark Tareshawty</a></li>
<li>8:00 - More with the Ruby Programming Language - With <a href='http://twitter.com/saterus'>Alex Burkhart</a></li>
</ul>
<h3 id='tue_january_29'>Tue January 29</h3>
<ul>
<li>7:00 - Creating and styling websites with HTML and CSS</li>
<li>8:00 - Object Oriented Programming and Design With Ruby</li>
</ul>
</div>
</div>
<div class='section interaction'>
<h2>Interactive You Say?</h2>
<div class='content'>
<p>Bring your laptop because this part is going to be fun. Learn to build web apps right there in the meeting and try out the crazy new topic discussed in earlier.</p>
<h4 id='windows'>…Windows?</h4>
<p>We thrive on Open Source. Most of the technologies we will be speaking about aren’t very well supported on Windows. Don’t have Linux or Mac? No problem, we can help you get setup with a fresh install of Ubuntu or you can work off a live cd and push your work to Github when the night is over.</p>
</div>
</div>
</div>
</div>
<div id='footer'>
<p>Email <a href='mailto:cwdgosu@gmail.com'>cwdgosu@gmail.com</a> for more information.</p>
</div>
</body>
</html>