forked from CWDG/cwdg.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.haml
More file actions
122 lines (105 loc) · 5.22 KB
/
Copy pathindex.haml
File metadata and controls
122 lines (105 loc) · 5.22 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
!!!
%html
%head
%title <CWDG/> Web Ninjas Unite
%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" />
%body.bp
#header
%ul.relevant-links
%li.last
%a.button{:target => "blank", :href => "http://groups.google.com/group/cwdgosu"} Mailing List Archives
%li
%a.button{:target => "blank", :href => "http://www.twitter.com/cwdgosu"} Twitter
%li
%a.button{:target => "blank", :href => "http://www.facebook.com/groups/cwdgosu/"} Facebook
%li
%a.button{:target => "blank", :href => "https://github.com/CWDG"} GitHub
%li
%a.button{:target => "blank", :href => "irc.html"} Chat on IRC
%li.first
%a.button{:target => "blank", :href => "http://go.osu.edu/cwdglist"} Join the Mailing List
%a.banner{href: '/'}
%h1 <span class="tag"><</span>Collegiate Web Developers Group<span class="slash">/</span><span class="tag">></span>
#container
#content
.section.about
%h2 What is CWDG?
.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.
.section.membership
%h2 How can I Join?
.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.
.section.meetings
%h2 And the meetings are . . . ?
.content
:markdown
We are currently meeting **every Tuesday** at **7:00pm** in **Dreese
Labs** room **369**. 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.
[Join the mailing list](http://go.osu.edu/cwdglist) to see what's
coming up.
.section.new-members
%h2 How do I get started?
.content
:markdown
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.
Before you attend your first meeting, it is recommended
you follow our
[Developer Setup Tutorial](dev_ruby_setup.html "Developer Machine Setup")
so you can be productive as soon as you start.
You may also want to familiarize yourself with the
[Ruby Programming Language](http://www.ruby-lang.org/ "Ruby") or look over
our past meeting materials to familarize yourself with the topics you've missed.
If you do nothing else, **[Sign Up For The Mailing List](http://go.osu.edu/cwdglist)**
so we can let you know about all the sweet things we are doing.
.section.schedule
%h2 Tentative Meeting Schedule
.content
:markdown
### Wed January 16
- 7:00 - Another excursion into the Ruby Programming Language
- [Read More about Ruby here](http://ruby-lang.org "Ruby")
- 8:00 - Ruby Koans *Interactive!*
- [Ruby Koans online](http://rubykoans.com "Ruby Koans")
### Tue January 22
- 7:00 - Changing your understanding of the World Wide Web
- With [Mark Tareshawty](http://twitter.com/tarebyte)
- 8:00 - More with the Ruby Programming Language
- With [Alex Burkhart](http://twitter.com/saterus)
### Tue January 29
- 7:00 - Creating and styling websites with HTML and CSS
- 8:00 - Object Oriented Programming and Design With Ruby
.section.interaction
%h2 Interactive You Say?
.content
:markdown
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.
#### ...Windows?
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.
#footer
:markdown
Email [cwdgosu@gmail.com](mailto:cwdgosu@gmail.com) for more information.