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
68 lines (68 loc) · 2.9 KB
/
Copy pathindex.html
File metadata and controls
68 lines (68 loc) · 2.9 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
<!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 class='first'>
<a class='button' href='http://go.osu.edu/cwdglist' target='blank'>Join the Mailing List</a>
</li>
</li>
</ul>
<h1><span class="tag"><</span>Collegiate Web Developers Group<span class="slash">/</span><span class="tag">></span></h1>
</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 <em>every Wednesday</em> at <em>7:00pm</em> in <em>Dreese Labs</em> room <em>305</em>. 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>
</div>
<div id='footer'>
<p>Email <a href='mailto:cwdgosu@gmail.com'>cwdgosu@gmail.com</a> for more information.</p>
</div>
</body>
</html>