Skip to content

Commit 272d6f6

Browse files
committed
Added announcement to CWDG stub site.
1 parent 51680be commit 272d6f6

2 files changed

Lines changed: 55 additions & 12 deletions

File tree

index.haml

Lines changed: 27 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
%head
44
%title <CWDG/> Web Ninjas Unite
55
%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")
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")
88
/[if lt IE 8]
9-
<link href="/css/ie.css" media="screen, projection" rel="stylesheet" type="text/css" />
9+
<link href="css/ie.css" media="screen, projection" rel="stylesheet" type="text/css" />
1010
%body.bp
1111
#header
1212
%ul.relevant-links
@@ -23,21 +23,42 @@
2323
%h1 <span class="tag">&lt;</span>Collegiate Web Developers Group<span class="slash">/</span><span class="tag">&gt;</span>
2424
#container
2525
#content
26+
.section.announcement
27+
%h2 Announcement: Next Meeting is <strong>Wednesday</strong> 10/26/11
28+
.content
29+
:markdown
30+
We're going to try something different next week.
31+
[GDI](http://girldevelopit.com/) is doing a meetup at [Wild Goose
32+
Creative on Summit
33+
Street](http://maps.google.com/maps/place?cid=5567961034763698733&q=Wild+Goose+Creative+2491+Summit+Street+Columbus,+OH+43202&hl=en&sll=40.014421,-83.000556&sspn=0.006295,0.006295&ie=UTF8&ll=40.020122,-83.011901&spn=0.000016,0.000021&t=m&z=16&vpsrc=0)
34+
at 7:00pm on Wednesday, 10/16/2011. There will be a presentation
35+
called "Fairy Tale Clojure" as well as their normal Hack Night
36+
activities (whatever those are).
2637
.section.about
2738
%h2 What is CWDG?
2839
.content
2940
%p
30-
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.
41+
We are a collection of students, graduates and alumni at the Ohio
42+
State University who are making an effort to improve the web. We
43+
work hard to make ourselves, and others, better developers.
3144
.section.membership
3245
%h2 How can I Join?
3346
.content
3447
%p
35-
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.
48+
If you are an OSU student who wants to get involved in web
49+
development this club is for you. It doesn't matter if you are an
50+
experienced developer or a beginner. CWDG offers something for all
51+
skill levels.
3652
.section.meetings
3753
%h2 And the meetings are . . . ?
3854
.content
3955
:markdown
40-
We are currently meeting *every Tuesday* at *7:00pm* in *Dreese Labs* room *305*. 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.
56+
We are currently meeting *every Tuesday* at *7:00pm* in *Dreese
57+
Labs* room *305*. Most meetings will be on campus at this
58+
location. Sometimes these meetings will be tutorials are other
59+
small projects while other days there might be a guest speaker.
60+
[Join the mailing list](http://go.osu.edu/cwdglist) to see what's
61+
coming up.
4162
#footer
4263
:markdown
4364
Email [cwdgosu@gmail.com](mailto:cwdgosu@gmail.com) for more information.

index.html

Lines changed: 28 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
<head>
44
<title>&lt;CWDG/&gt; Web Ninjas Unite</title>
55
<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'>
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'>
88
<!--[if lt IE 8]>
9-
<link href="/css/ie.css" media="screen, projection" rel="stylesheet" type="text/css" />
9+
<link href="css/ie.css" media="screen, projection" rel="stylesheet" type="text/css" />
1010
<![endif]-->
1111
</head>
1212
<body class='bp'>
@@ -32,26 +32,48 @@ <h1><span class="tag">&lt;</span>Collegiate Web Developers Group<span class="sla
3232
</div>
3333
<div id='container'>
3434
<div id='content'>
35+
<div class='section announcement'>
36+
<h2>Announcement: Next Meeting is <strong>Wednesday</strong> 10/26/11</h2>
37+
<div class='content'>
38+
<p>We're going to try something different next week.
39+
<a href="http://girldevelopit.com/">GDI</a> is doing a meetup at <a href="http://maps.google.com/maps/place?cid=5567961034763698733&amp;q=Wild+Goose+Creative+2491+Summit+Street+Columbus,+OH+43202&amp;hl=en&amp;sll=40.014421,-83.000556&amp;sspn=0.006295,0.006295&amp;ie=UTF8&amp;ll=40.020122,-83.011901&amp;spn=0.000016,0.000021&amp;t=m&amp;z=16&amp;vpsrc=0">Wild Goose
40+
Creative on Summit
41+
Street</a>
42+
at 7:00pm on Wednesday, 10/16/2011. There will be a presentation
43+
called "Fairy Tale Clojure" as well as their normal Hack Night
44+
activities (whatever those are).</p>
45+
</div>
46+
</div>
3547
<div class='section about'>
3648
<h2>What is CWDG?</h2>
3749
<div class='content'>
3850
<p>
39-
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.
51+
We are a collection of students, graduates and alumni at the Ohio
52+
State University who are making an effort to improve the web. We
53+
work hard to make ourselves, and others, better developers.
4054
</p>
4155
</div>
4256
</div>
4357
<div class='section membership'>
4458
<h2>How can I Join?</h2>
4559
<div class='content'>
4660
<p>
47-
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.
61+
If you are an OSU student who wants to get involved in web
62+
development this club is for you. It doesn't matter if you are an
63+
experienced developer or a beginner. CWDG offers something for all
64+
skill levels.
4865
</p>
4966
</div>
5067
</div>
5168
<div class='section meetings'>
5269
<h2>And the meetings are . . . ?</h2>
5370
<div class='content'>
54-
<p>We are currently meeting <em>every Tuesday</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>
71+
<p>We are currently meeting <em>every Tuesday</em> at <em>7:00pm</em> in <em>Dreese
72+
Labs</em> room <em>305</em>. Most meetings will be on campus at this
73+
location. Sometimes these meetings will be tutorials are other
74+
small projects while other days there might be a guest speaker.
75+
<a href="http://go.osu.edu/cwdglist">Join the mailing list</a> to see what's
76+
coming up.</p>
5577
</div>
5678
</div>
5779
</div>

0 commit comments

Comments
 (0)