Skip to content

Commit 6a5629a

Browse files
committed
Add IRC page.
1 parent 495d9f4 commit 6a5629a

8 files changed

Lines changed: 224 additions & 8 deletions

File tree

css/screen.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev_ruby_setup.haml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
%link(href="css/print.css" media="print" rel="stylesheet" type="text/css")
88
/[if lt IE 8]
99
<link href="css/ie.css" media="screen, projection" rel="stylesheet" type="text/css" />
10+
1011
%body.bp
1112
#header
1213
%ul.relevant-links
@@ -18,6 +19,8 @@
1819
%a.button{:target => "blank", :href => "http://www.facebook.com/groups/cwdgosu/"} Facebook
1920
%li
2021
%a.button{:target => "blank", :href => "https://github.com/CWDG"} GitHub
22+
%li
23+
%a.button{:target => "blank", :href => "irc.html"} Chat on IRC
2124
%li.first
2225
%a.button{:target => "blank", :href => "http://go.osu.edu/cwdglist"} Join the Mailing List
2326
%a.banner{href: '/'}

dev_ruby_setup.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
<li>
2424
<a class='button' href='https://github.com/CWDG' target='blank'>GitHub</a>
2525
</li>
26+
<li>
27+
<a class='button' href='irc.html' target='blank'>Chat on IRC</a>
28+
</li>
2629
<li class='first'>
2730
<a class='button' href='http://go.osu.edu/cwdglist' target='blank'>Join the Mailing List</a>
2831
</li>
@@ -251,9 +254,8 @@ <h2>FAQ</h2>
251254

252255
<ul>
253256
<li>We noticed that some people using Ubuntu had issues installing Sinatra because
254-
of a missing dependency.
255-
Follow <a href="https://rvm.io/packages/zlib">these
256-
instructions</a> in order to get your gems installs to work.</li>
257+
of a missing dependency. Follow <a href="https://rvm.io/packages/zlib/">these instructions</a>
258+
in order to get your gem installs to work.</li>
257259
</ul>
258260
</li>
259261
<li><p><strong>I was installing XYZ, it says it failed. What should I do?</strong></p>

index.haml

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
%a.button{:target => "blank", :href => "http://www.facebook.com/groups/cwdgosu/"} Facebook
1919
%li
2020
%a.button{:target => "blank", :href => "https://github.com/CWDG"} GitHub
21+
%li
22+
%a.button{:target => "blank", :href => "irc.html"} Chat on IRC
2123
%li.first
2224
%a.button{:target => "blank", :href => "http://go.osu.edu/cwdglist"} Join the Mailing List
2325
%a.banner{href: '/'}
@@ -54,6 +56,29 @@
5456
[Join the mailing list](http://go.osu.edu/cwdglist) to see what's
5557
coming up.
5658

59+
.section.new-members
60+
%h2 How do I get started?
61+
.content
62+
:markdown
63+
The best way to get started is to show up to our
64+
meetings. We generally shoot for a split meeting
65+
format. The first hour we will present a topic to the
66+
members. The second hour is for them to explore that
67+
topic on their own laptop to gain experience.
68+
69+
Before you attend your first meeting, it is recommended
70+
you follow our
71+
[Developer Setup Tutorial](dev_ruby_setup.html "Developer Machine Setup")
72+
so you can be productive as soon as you start.
73+
74+
You may also want to familiarize yourself with the
75+
[Ruby Programming Language](http://www.ruby-lang.org/ "Ruby") or look over
76+
our past meeting materials to familarize yourself with the topics you've missed.
77+
78+
If you do nothing else, **[Sign Up For The Mailing List]("http://go.osu.edu/cwdglist")**
79+
so we can let you know about all the sweet things we are doing.
80+
81+
5782
.section.schedule
5883
%h2 Tentative Meeting Schedule
5984
.content
@@ -77,14 +102,18 @@
77102
- [Sample Sinatra Site](https://github.com/CWDG/hello_sinatra "More Sinatra")
78103

79104
### Wed September 19
105+
- 7:00pm - TBD
106+
- 8:00pm - TBD
107+
108+
### Wed September 26
80109
- 7:00pm - Seemless Updates with jQuery & Ajax
81110
- 8:00pm - Adding User Interaction *Interactive!*
82111

83-
### Wed September 26
112+
### Wed October 3
84113
- 7:00pm - Production Applications: Polish and Deployment
85114
- 8:00pm - Add Bootstrap and Deploy to Heroku *Interactive!*
86115

87-
### Wed October 3
116+
### Wed October 10
88117
- 7:00pm - Into the Magic Kingdom: Ruby on Rails
89118
- 8:00pm - Your First Rails App *Interactive!*
90119

index.html

Lines changed: 35 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
<li>
2424
<a class='button' href='https://github.com/CWDG' target='blank'>GitHub</a>
2525
</li>
26+
<li>
27+
<a class='button' href='irc.html' target='blank'>Chat on IRC</a>
28+
</li>
2629
<li class='first'>
2730
<a class='button' href='http://go.osu.edu/cwdglist' target='blank'>Join the Mailing List</a>
2831
</li>
@@ -66,6 +69,28 @@ <h2>And the meetings are . . . ?</h2>
6669
coming up.</p>
6770
</div>
6871
</div>
72+
<div class='section new-members'>
73+
<h2>How do I get started?</h2>
74+
<div class='content'>
75+
<p>The best way to get started is to show up to our
76+
meetings. We generally shoot for a split meeting
77+
format. The first hour we will present a topic to the
78+
members. The second hour is for them to explore that
79+
topic on their own laptop to gain experience.</p>
80+
81+
<p>Before you attend your first meeting, it is recommended
82+
you follow our
83+
<a href="dev_ruby_setup.html" title="Developer Machine Setup">Developer Setup Tutorial</a>
84+
so you can be productive as soon as you start.</p>
85+
86+
<p>You may also want to familiarize yourself with the
87+
<a href="http://www.ruby-lang.org/" title="Ruby">Ruby Programming Language</a> or look over
88+
our past meeting materials to familarize yourself with the topics you've missed.</p>
89+
90+
<p>If you do nothing else, <strong><a href="" title="http://go.osu.edu/cwdglist">Sign Up For The Mailing List</a></strong>
91+
so we can let you know about all the sweet things we are doing.</p>
92+
</div>
93+
</div>
6994
<div class='section schedule'>
7095
<h2>Tentative Meeting Schedule</h2>
7196
<div class='content'>
@@ -125,21 +150,29 @@ <h3>Wed September 12</h3>
125150

126151
<h3>Wed September 19</h3>
127152

153+
<ul>
154+
<li>7:00pm - TBD</li>
155+
<li>8:00pm - TBD</li>
156+
</ul>
157+
158+
159+
<h3>Wed September 26</h3>
160+
128161
<ul>
129162
<li>7:00pm - Seemless Updates with jQuery &amp; Ajax</li>
130163
<li>8:00pm - Adding User Interaction <em>Interactive!</em></li>
131164
</ul>
132165

133166

134-
<h3>Wed September 26</h3>
167+
<h3>Wed October 3</h3>
135168

136169
<ul>
137170
<li>7:00pm - Production Applications: Polish and Deployment</li>
138171
<li>8:00pm - Add Bootstrap and Deploy to Heroku <em>Interactive!</em></li>
139172
</ul>
140173

141174

142-
<h3>Wed October 3</h3>
175+
<h3>Wed October 10</h3>
143176

144177
<ul>
145178
<li>7:00pm - Into the Magic Kingdom: Ruby on Rails</li>

irc.haml

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
!!!
2+
%html
3+
%head
4+
%title &lt;CWDG/&gt; 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+
11+
%body.bp
12+
#header
13+
%ul.relevant-links
14+
%li.last
15+
%a.button{:target => "blank", :href => "http://groups.google.com/group/cwdgosu"} Mailing List Archives
16+
%li
17+
%a.button{:target => "blank", :href => "http://www.twitter.com/cwdgosu"} Twitter
18+
%li
19+
%a.button{:target => "blank", :href => "http://www.facebook.com/groups/cwdgosu/"} Facebook
20+
%li
21+
%a.button{:target => "blank", :href => "https://github.com/CWDG"} GitHub
22+
%li
23+
%a.button{:target => "blank", :href => "irc.html"} Chat on IRC
24+
%li.first
25+
%a.button{:target => "blank", :href => "http://go.osu.edu/cwdglist"} Join the Mailing List
26+
%a.banner{href: '/'}
27+
%h1
28+
%span.tag &lt;
29+
Collegiate Web Developers Group
30+
%span.slash /
31+
%span.tag &gt;
32+
33+
#container
34+
#content
35+
.section
36+
%h2 IRC Chat
37+
#irc
38+
!= '<iframe src="http://webchat.freenode.net?channels=cwdg&uio=Mz1mYWxzZSY5PXRydWUmMTE9MCYxMj10cnVl27" width="710" height="500"></iframe>'
39+
40+
.section.chat
41+
%h2 Why Chat?
42+
.content
43+
:markdown
44+
We'll try to hang out in IRC on a regular basis to help
45+
people in a live chat format. We are cultivating a
46+
community where we can help each other throughout the
47+
week and share their experiences.
48+
49+
.section.options
50+
%h2 Better Options?
51+
.content
52+
:markdown
53+
There are better programs to use for IRC. These will
54+
automatically connect and stay open longer. I've heard
55+
good things about:
56+
[XChat](http://xchat.org/),
57+
[Pidgin](http://pidgin.im/),
58+
[Adium](http://www.adium.im/),
59+
[KVIrc](http://www.kvirc.net/),
60+
[Colloquy](http://colloquy.info/),
61+
and [Limechat](http://limechat.net/mac/).
62+
You can find a much larger, more
63+
[exhaustive list on Wikipedia](https://en.wikipedia.org/wiki/IRC_client#Clients)
64+
and their [extensive comparison](https://en.wikipedia.org/wiki/Comparison_of_Internet_Relay_Chat_clients).

irc.html

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>&lt;CWDG/&gt; Web Ninjas Unite</title>
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+
<![endif]-->
11+
</head>
12+
<body class='bp'>
13+
<div id='header'>
14+
<ul class='relevant-links'>
15+
<li class='last'>
16+
<a class='button' href='http://groups.google.com/group/cwdgosu' target='blank'>Mailing List Archives</a>
17+
<li>
18+
<a class='button' href='http://www.twitter.com/cwdgosu' target='blank'>Twitter</a>
19+
</li>
20+
<li>
21+
<a class='button' href='http://www.facebook.com/groups/cwdgosu/' target='blank'>Facebook</a>
22+
</li>
23+
<li>
24+
<a class='button' href='https://github.com/CWDG' target='blank'>GitHub</a>
25+
</li>
26+
<li>
27+
<a class='button' href='irc.html' target='blank'>Chat on IRC</a>
28+
</li>
29+
<li class='first'>
30+
<a class='button' href='http://go.osu.edu/cwdglist' target='blank'>Join the Mailing List</a>
31+
</li>
32+
</li>
33+
</ul>
34+
<a class='banner' href='/'>
35+
<h1>
36+
<span class='tag'>&lt;</span>
37+
Collegiate Web Developers Group
38+
<span class='slash'>/</span>
39+
<span class='tag'>&gt;</span>
40+
</h1>
41+
</a>
42+
</div>
43+
<div id='container'>
44+
<div id='content'>
45+
<div class='section'>
46+
<h2>IRC Chat</h2>
47+
<div id='irc'>
48+
<iframe src="http://webchat.freenode.net?channels=cwdg&uio=Mz1mYWxzZSY5PXRydWUmMTE9MCYxMj10cnVl27" width="710" height="500"></iframe>
49+
</div>
50+
</div>
51+
<div class='section chat'>
52+
<h2>Why Chat?</h2>
53+
<div class='content'>
54+
<p>We'll try to hang out in IRC on a regular basis to help
55+
people in a live chat format. We are cultivating a
56+
community where we can help each other throughout the
57+
week and share their experiences.</p>
58+
</div>
59+
</div>
60+
<div class='section options'>
61+
<h2>Better Options?</h2>
62+
<div class='content'>
63+
<p>There are better programs to use for IRC. These will
64+
automatically connect and stay open longer. I've heard
65+
good things about:
66+
<a href="http://xchat.org/">XChat</a>,
67+
<a href="http://pidgin.im/">Pidgin</a>,
68+
<a href="http://www.adium.im/">Adium</a>,
69+
<a href="http://www.kvirc.net/">KVIrc</a>,
70+
<a href="http://colloquy.info/">Colloquy</a>,
71+
and <a href="http://limechat.net/mac/">Limechat</a>.
72+
You can find a much larger, more
73+
<a href="https://en.wikipedia.org/wiki/IRC_client#Clients">exhaustive list on Wikipedia</a>
74+
and their <a href="https://en.wikipedia.org/wiki/Comparison_of_Internet_Relay_Chat_clients">extensive comparison</a>.</p>
75+
</div>
76+
</div>
77+
</div>
78+
</div>
79+
</body>
80+
</html>

sass/screen.sass

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,3 +147,8 @@ a.banner:hover, body.bp a.banner:hover
147147
font-family: $header-font
148148
+inset-shadow
149149
text-align: center
150+
151+
#irc
152+
width: 100%
153+
min-height: 500px
154+
margin-bottom: 30px

0 commit comments

Comments
 (0)