-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·194 lines (171 loc) · 9.22 KB
/
index.html
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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Rails Girls After Party</title>
<meta name="description" content="The After Party for Rails Girls Charlotte">
<meta name="author" content="">
<!-- Styles -->
<link href="assets/css/bootstrap.css" rel="stylesheet">
<link href="assets/css/style-blue.css" rel="stylesheet">
<link rel="stylesheet" href="assets/css/font-awesome.css">
<link href='http://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<!--[if IE 7]>
<link rel="stylesheet" href="assets/css/font-awesome-ie7.css">
<![endif]-->
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="navbar navbar-fixed-top" id="header">
<div class="navbar-inner">
<div class="container">
<!-- <a href="#" class="brand">Idea Fund Pitch Breakfast</a> -->
<div class="nav-collapse">
<ul class="nav pull-right">
<!-- <li class="scroll"><a href="#how-to">RSVP</a></li> -->
<!-- <li class="scroll"><a href="#enter-contest">Test</a></li> -->
<!-- <li><a href="#rules" data-toggle="modal">RSVP</a></li> -->
<!-- <li class="contest"><a href="#">Pitches due </a></li> -->
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
</div><!--end navbar-->
<div id="banner" class="fullwidth primary-bg">
<div class="container">
<div class="row">
<div class="span12">
<h1>You'll be hungry after all that coding.<br>
So come on over to the Rails Girls CLT
<br> After Party!</h1>
<center>
<img src= "http://www.neighborhoodgrille.com/images/panorama.png"></center>
<!-- <img src="Presentation1.jpg"> -->
</div><!--end span12-->
<div class="span12" id="contest-description">
<p>
<center><h2>The Details:
<br>Organized festivities start at 5:30 pm and free grub wraps at 9:00 pm.
<br>Dilworth Neighborhood Grill
<br>911 E Morehead St.
</h2></center></p>
<center><h2><script type="text/javascript" src="http://form.jotform.us/jsform/31745528103147"></script></h2></center></p>
<!-- <p><a href="#enter-contest" class="btn btn-large"><b>Enter Contest Now</b></a></p> -->
</div><!--end span5-->
<!-- <div class="span6 offset1" id="video">
<div class="video-placeholder">
<div id="icon"><i class="icon-play-circle"></i></div>
</div>
</div><!--end span6--> -->
</div><!--end row-->
</div> <!-- /container -->
</div><!--end banner-->
<div id="how-to" class="fullwidth secondary-bg">
<div class="container">
<div class="row">
<div class="span12 border-bottom">
<center>
<h2>Sponsored by:</h2>
<!-- <center><h2><img src="http://itsbspoke.com/index.html"></h2></center></p>
</center> -->
<!-- <h3>To participate, use the provided <a href="http://mailvu.com/">Mailvu</a> links below to send us your two minute pitch video for evaluation Three pitches will be selected for the event from the submissions. </h3> -->
<!-- <center><h4>The frame on the left is for webcams and the frame on the right is for all devices.</h4></center> -->
<!-- <center>
<iframe src="http://mailvu.com/hwidget/techbreakfast" height="236" width="464" frameborder="no" > </iframe>
<iframe src="https://s3.amazonaws.com/mailvu-static/alan/techbreakfast_upload.html" width="298" height="218" frameborder="0" scrolling="auto" name="techbreakfast"></iframe>
</center> -->
</div><!--end span12 border-bottom-->
</div><!--end contest-step-in-->
</div><!--end contest-step-->
</div><!--end span4-->
<div id="footer" class="fullwidth">
<!-- <h1>Not quite ready to pitch?<br>
That's ok! We still want you to come. RSVP for the event below!
</h1>
<center>
<iframe id="JotFormIFrame" onload="window.parent.scrollTo(0,0)" allowtransparency="true" src="http://form.jotform.us/form/31745588347163" frameborder="0" style="width:100%; height:860px; border:none;" scrolling="no"></iframe>
<script type="text/javascript">window.handleIFrameMessage = function(e) {var args = e.data.split(":");var iframe = document.getElementById("JotFormIFrame");if (!iframe)return;switch (args[0]) {case "scrollIntoView":iframe.scrollIntoView();break;case "setHeight":iframe.style.height = args[1] + "px";break;}};if (window.addEventListener) {window.addEventListener("message", handleIFrameMessage, false);} else if (window.attachEvent) {window.attachEvent("onmessage", handleIFrameMessage);}</script>
</center>
<div class="container">
<div class="row">
<div class="span12">
<p>Copyright © 2013 ItsBspoke. All Rights Reserved. <a href="http://itsbspoke.com" data-toggle="modal">Terms&Conditions</a> | <a href="#privacy" data-toggle="modal">Privacy Policy</a></p>
</div><!--end span12-->
</div><!--end row-->
</div><!--end container-->
</div><!--end footer-->
<!-- Rules Model Goes Here -->
<div class="modal hide" id="rules">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h3>RSVP</h3>
</div> -->
<div class="modal-body">
<p><h3>If you want to attend the event but not pitch, simply RSVP below.</h3><iframe id="JotFormIFrame" onload="window.parent.scrollTo(0,0)" allowtransparency="true" src="http://form.jotform.us/form/31745588347163" frameborder="0" style="width:100%; height:860px; border:none;" scrolling="no"></iframe>
<script type="text/javascript">window.handleIFrameMessage = function(e) {var args = e.data.split(":");var iframe = document.getElementById("JotFormIFrame");if (!iframe)return;switch (args[0]) {case "scrollIntoView":iframe.scrollIntoView();break;case "setHeight":iframe.style.height = args[1] + "px";break;}};if (window.addEventListener) {window.addEventListener("message", handleIFrameMessage, false);} else if (window.attachEvent) {window.attachEvent("onmessage", handleIFrameMessage);}</script></p>
<ol>
</div>
<div class="modal-footer">
<a href="#" class="btn" data-dismiss="modal">Close</a>
</div>
</div>
<!-- Placed at the end of the document so the pages load faster -->
<script src="assets/js/jquery.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/jquery.easing.1.3.js"></script>
<!--
Facebook Like Plugin
IMPORTANT: You need to visit
http://developers.facebook.com/docs/reference/plugins/like-box
to create your own version of this Facebook Like Box.
Choose the following settings to get the right size and layout:
- enter URL to your Facebook page
- width:270px
- color scheme: light
- [ ] show stream (uncheck)
- [ ] show header (uncheck)
-->
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=109240462533224";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<!--end Facebook plugin-->
<!-- Twitter Message -->
<!--
IMPORTANT: This will not work until you set up a Twitter Anywhere Application.
You can find details of how to do this here:
https://dev.twitter.com/docs/anywhere/welcome#tweetbox and check Configuring the Tweet Box
Replace the script below with the one you get from Twitter Anywhere.
-->
<script src="http://platform.twitter.com/anywhere.js?id=XZkmCnvzRX2N41Tiz3wjQ&v=1" type="text/javascript"></script>
<script type="text/javascript">
twttr.anywhere(function (T) {
T("#tbox").tweetBox({
height: 190,
width: 260,
label:"",
defaultContent: "@doozypixels This is where you enter your customized message that people are required to tweet."
});
});
</script>
<!-- End Twitter Message -->
<!-- Page Scroll -->
<script type="text/javascript">
$(function() {
$('ul.nav>li.scroll>a').bind('click',function(event){
var $anchor = $(this);
$('html, body').stop().animate({
scrollTop: $($anchor.attr('href')).offset().top
}, 2000,'easeInOutExpo');
event.preventDefault();
});
});
</script>
</body>
</html>