|
1 | | -!!! |
2 | | -%html |
3 | | - %head |
4 | | - %title <CWDG/> Web Ninjas Unite |
5 | | - %link(href="favicon.ico" rel="icon" type="image/x-icon") |
6 | | - %link(href="css/screen.css" media="screen, projection" rel="stylesheet" type="text/css") |
7 | | - %link(href="css/print.css" media="print" rel="stylesheet" type="text/css") |
8 | | - /[if lt IE 8] |
9 | | - <link href="css/ie.css" media="screen, projection" rel="stylesheet" type="text/css" /> |
10 | | - %body.bp |
11 | | - #header |
12 | | - %ul.relevant-links |
13 | | - %li.last |
14 | | - %a.button{:target => "blank", :href => "http://groups.google.com/group/cwdgosu"} Mailing List Archives |
15 | | - %li |
16 | | - %a.button{:target => "blank", :href => "http://www.facebook.com/groups/cwdgosu/"} Facebook |
17 | | - %li |
18 | | - %a.button{:target => "blank", :href => "https://github.com/CWDG"} GitHub |
19 | | - %li.first |
20 | | - %a.button{:target => "blank", :href => "http://go.osu.edu/cwdglist"} Join the Mailing List |
21 | | - %h1 <span class="tag"><</span>Collegiate Web Developers Group<span class="slash">/</span><span class="tag">></span> |
22 | | - #container |
23 | | - #content |
24 | | - .section.announcement |
25 | | - %h2 Announcement: Meetings will be on <strong>Wednesday</strong> |
26 | | - .content |
27 | | - :markdown |
28 | | - After talking to several people in the group I've decided to move the meetings to Wednesdays. This is easier for the majority of people and is more in-line with local meetup groups. |
29 | | - .section.about |
30 | | - %h2 What is CWDG? |
31 | | - .content |
32 | | - %p |
33 | | - We are a collection of students, graduates and alumni at the Ohio |
34 | | - State University who are making an effort to improve the web. We |
35 | | - work hard to make ourselves, and others, better developers. |
36 | | - .section.membership |
37 | | - %h2 How can I Join? |
38 | | - .content |
39 | | - %p |
40 | | - If you are an OSU student who wants to get involved in web |
41 | | - development this club is for you. It doesn't matter if you are an |
42 | | - experienced developer or a beginner. CWDG offers something for all |
43 | | - skill levels. |
44 | | - .section.meetings |
45 | | - %h2 And the meetings are . . . ? |
46 | | - .content |
47 | | - :markdown |
48 | | - We are currently meeting *every Wednesday* at *7:00pm* in *Dreese |
49 | | - Labs* room *305*. Most meetings will be on campus at this |
50 | | - location. Sometimes these meetings will be tutorials are other |
51 | | - small projects while other days there might be a guest speaker. |
52 | | - [Join the mailing list](http://go.osu.edu/cwdglist) to see what's |
53 | | - coming up. |
54 | | - #footer |
55 | | - :markdown |
56 | | - Email [cwdgosu@gmail.com](mailto:cwdgosu@gmail.com) for more information. |
| 1 | +!!! |
| 2 | +%html |
| 3 | + %head |
| 4 | + %title <CWDG/> Web Ninjas Unite |
| 5 | + %link(href="favicon.ico" rel="icon" type="image/x-icon") |
| 6 | + %link(href="css/screen.css" media="screen, projection" rel="stylesheet" type="text/css") |
| 7 | + %link(href="css/print.css" media="print" rel="stylesheet" type="text/css") |
| 8 | + /[if lt IE 8] |
| 9 | + <link href="css/ie.css" media="screen, projection" rel="stylesheet" type="text/css" /> |
| 10 | + %body.bp |
| 11 | + #header |
| 12 | + %ul.relevant-links |
| 13 | + %li.last |
| 14 | + %a.button{:target => "blank", :href => "http://groups.google.com/group/cwdgosu"} Mailing List Archives |
| 15 | + %li |
| 16 | + %a.button{:target => "blank", :href => "http://www.twitter.com/cwdgosu"} Twitter |
| 17 | + %li |
| 18 | + %a.button{:target => "blank", :href => "http://www.facebook.com/groups/cwdgosu/"} Facebook |
| 19 | + %li |
| 20 | + %a.button{:target => "blank", :href => "https://github.com/CWDG"} GitHub |
| 21 | + %li.first |
| 22 | + %a.button{:target => "blank", :href => "http://go.osu.edu/cwdglist"} Join the Mailing List |
| 23 | + %h1 <span class="tag"><</span>Collegiate Web Developers Group<span class="slash">/</span><span class="tag">></span> |
| 24 | + #container |
| 25 | + #content |
| 26 | + .section.announcement |
| 27 | + %h2 Announcement: Meetings will be on <strong>Wednesday</strong> |
| 28 | + .content |
| 29 | + :markdown |
| 30 | + After talking to several people in the group I've decided to move the meetings to Wednesdays. This is easier for the majority of people and is more in-line with local meetup groups. |
| 31 | + .section.about |
| 32 | + %h2 What is CWDG? |
| 33 | + .content |
| 34 | + %p |
| 35 | + We are a collection of students, graduates and alumni at the Ohio |
| 36 | + State University who are making an effort to improve the web. We |
| 37 | + work hard to make ourselves, and others, better developers. |
| 38 | + .section.membership |
| 39 | + %h2 How can I Join? |
| 40 | + .content |
| 41 | + %p |
| 42 | + If you are an OSU student who wants to get involved in web |
| 43 | + development this club is for you. It doesn't matter if you are an |
| 44 | + experienced developer or a beginner. CWDG offers something for all |
| 45 | + skill levels. |
| 46 | + .section.meetings |
| 47 | + %h2 And the meetings are . . . ? |
| 48 | + .content |
| 49 | + :markdown |
| 50 | + We are currently meeting *every Wednesday* at *7:00pm* in *Dreese |
| 51 | + Labs* room *305*. Most meetings will be on campus at this |
| 52 | + location. Sometimes these meetings will be tutorials are other |
| 53 | + small projects while other days there might be a guest speaker. |
| 54 | + [Join the mailing list](http://go.osu.edu/cwdglist) to see what's |
| 55 | + coming up. |
| 56 | + #footer |
| 57 | + :markdown |
| 58 | + Email [cwdgosu@gmail.com](mailto:cwdgosu@gmail.com) for more information. |
0 commit comments