Skip to content

Commit 62d1007

Browse files
committed
Added poll page
1 parent aa3675b commit 62d1007

2 files changed

Lines changed: 94 additions & 0 deletions

File tree

poll.haml

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
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+
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 Meeting Day Change Poll
37+
%h4 Please vote by 11:59 p.m. on 1/16
38+
#irc
39+
!= '<div id="surveyMonkeyInfo"><div><script src="http://www.surveymonkey.com/jsEmbed.aspx?sm=3UbGQIa0CdmgaPNt73HvSQ_3d_3d"> </script></div></div>'

poll.html

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
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>Meeting Day Change Poll</h2>
47+
<h4>Please vote by 11:59 p.m. on 1/16</h4>
48+
<div id='irc'>
49+
<div id="surveyMonkeyInfo"><div><script src="http://www.surveymonkey.com/jsEmbed.aspx?sm=3UbGQIa0CdmgaPNt73HvSQ_3d_3d"> </script></div></div>
50+
</div>
51+
</div>
52+
</div>
53+
</div>
54+
</body>
55+
</html>

0 commit comments

Comments
 (0)