-
Notifications
You must be signed in to change notification settings - Fork 0
/
catapult.html
296 lines (276 loc) · 12.6 KB
/
catapult.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
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<!-- SITE TITLE -->
<title>Nimble Pitch Wednesdays</title>
<!-- Latest Bootstrap min CSS -->
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<!-- Google Font -->
<link href='http://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300' rel='stylesheet' type='text/css'>
<!-- Font Awesome CSS -->
<link rel="stylesheet" href="assets/fonts/font-awesome.min.css">
<!-- Magnific-popup lightbox -->
<link rel="stylesheet" href="assets/css/magnific-popup.css">
<!-- animate CSS -->
<link rel="stylesheet" href="assets/css/animate.css">
<!-- Style CSS -->
<link rel="stylesheet" href="assets/css/style.css">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<link rel="apple-touch-icon" sizes="57x57" href="assets/img/favi/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="assets/img/favi/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="assets/img/favi/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="assets/img/favi/apple-touch-icon-76x76.png">
<link rel="icon" type="image/png" href="assets/img/favi/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="assets/img/favi/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="assets/img/favi/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="assets/img/favi/manifest.json">
<link rel="mask-icon" href="assets/img/favi/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="assets/img/favi/favicon.ico">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-config" content="assets/img/favi/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<!-- START PRELOADER -->
<div class="preloader">
<div class="status">
<div class="status-mes"></div>
</div>
</div>
<!-- END PRELOADER -->
<!-- START NAVBAR -->
<div class="navbar navbar-default navbar-fixed-top menu-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index"><img src="assets/img/logo.png" alt="logo" /></a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="#why_choose">Overview</a></li>
<li><a href="#requirements">Requirements</a></li>
<li><a href="#judging">Judging</a></li>
<li><a href="#timeline">Timeline</a></li>
</ul>
</div>
</div>
</div>
<!-- END NAVBAR -->
<!-- START HOME DESIGN -->
<header class="hero" style="background-image: url(assets/img/bg/EC-front.jpg); background-size:cover; background-position: center center;background-attachment:fixed;">
<div class="home_overlay">
<div class="container">
<div class="col-md-10 col-md-offset-1 col-xs-12 text-center">
<div class="hero-text wow fadeInRight" data-wow-duration="1s" data-wow-delay="0.3s" data-wow-offset="0">
<h1>Nimble Pitch Wednesdays</h1>
<!-- <p>Undergraduate Entrepreneurship at W&M</p> -->
<a href="#why_choose" class="btn btn-default btn-home-bg" href="">Learn more</a>
</div><!-- //.HERO-TEXT -->
</div><!--- END COL -->
</div><!--- END CONTAINER -->
</div><!--- END HOME OVERLAY -->
</header>
<!-- END HOME DESIGN -->
<!-- PROMOTION -->
<section class="buy_now">
<div class="container text-center">
<h4 class="buy_now_title">Want to receive updates?<a href="https://tribeventures.typeform.com/to/aJkW1W" class="typeform-share btn btn-default btn-promotion-bg" data-mode="1" target="_blank">
<strong>Join our Newsletter</strong> </i>
</a>
<script>(function(){var qs,js,q,s,d=document,gi=d.getElementById,ce=d.createElement,gt=d.getElementsByTagName,id='typef_orm',b='https://s3-eu-west-1.amazonaws.com/share.typeform.com/';if(!gi.call(d,id)){js=ce.call(d,'script');js.id=id;js.src=b+'share.js';q=gt.call(d,'script')[0];q.parentNode.insertBefore(js,q)}id=id+'_';if(!gi.call(d,id)){qs=ce.call(d,'link');qs.rel='stylesheet';qs.id=id;qs.href=b+'share-button.css';s=gt.call(d,'head')[0];s.appendChild(qs,s)}})()</script>
</a></h4>
</div><!--- END CONTAINER -->
</section>
<!-- END PROMOTION -->
<!-- START WHY DO BMC -->
<section id="why_choose" class="why_choose" style="background-image: url(assets/img/bg/EC-wide.jpg); background-size:cover; background-position:center center;">
<div class="why_overlay">
<div class="container-fluid">
<div class="row text-center">
<div class="section-title wow zoomIn">
<h1 class="section-title-white">Overview</span></h1>
<div></div>
</div>
<div class="col-md-4 col-sm-4 col-xs-12 wow fadeInUp" data-wow-duration="1s" data-wow-delay="0.3s" data-wow-offset="0">
<div class="single_why">
<i class="fa fa-street-view"></i>
<h4>Overview</h4>
<p> </p>
</div>
</div><!--- END COL -->
<div class="col-md-4 col-sm-4 col-xs-12 wow fadeInUp" data-wow-duration="1s" data-wow-delay="0.3s" data-wow-offset="0">
<div class="single_why">
<i class="fa fa-area-chart"></i>
<h4>Purpose</h4>
<p></p>
</div>
</div><!--- END COL -->
<div class="col-md-4 col-sm-4 col-xs-12 wow fadeInUp" data-wow-duration="1s" data-wow-delay="0.3s" data-wow-offset="0">
<div class="single_why">
<i class="fa fa-group"></i>
<h4>Why</h4>
<p></p>
</div>
</div><!--- END COL -->
</div><!--- END ROW -->
</div><!--- END CONTAINER -->
</div>
</section>
<!-- END WHY BMC -->
<!-- START REQUIREMENTS -->
<div class="container listo section-padding" id="requirements">
<h1 >Requirements</h1>
<div class="panel panel-default">
<div class="panel-heading" style="background-color: #B9975B !important; color:#fff;">1, 2, 3 pitch!</div>
<ol class="list-group">
<li class="list-group-item">Create a 90 second presentation<br>
Take advantage of the following resources:
<br>
Share your idea or get ideas for inspiration at our weekly office hours! (Optional)
</li>
<li class="list-group-item">Register at least 24 hours before: </li>
<li class="list-group-item">Attend an event! Hosted every Wednesday 5pm in the Entreperneurship Center </li>
</li>
</ol>
</div>
</div>
<!-- END REQUIREMENTS -->
<!-- START JUDGING -->
<div class="container listo section-padding" id="judging">
<h1 >Judging Criteria</h1>
<div class="panel panel-default">
<div class="panel-heading" style="background-color: #B9975B !important; color:#fff;">Criteria</div>
<ol class="list-group">
<li class="list-group-item"> </li>
<li class="list-group-item">
</li>
<li class="list-group-item"> </li>
<li class="list-group-item"> </li>
</ol>
</div>
</div>
<!-- END JUDGING -->
<!-- START TIMELINE -->
<div class="container section-padding" id="timeline">
<div class="page-header">
<h1 id="timeline">Timeline</h1>
</div>
<ul class="timeline">
<li>
<div class="timeline-badge success" ><i class="glyphicon glyphicon-calendar"></i></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4 class="timeline-title">Launch Event!</h4>
<p><small class="text-muted"><i class="glyphicon glyphicon-time">
</i> Mar 22nd 06:00pm – 07:30pm, Miller Hall 1008</small></p>
</div>
<div class="timeline-body">
<p>
The first Nimple Pitch Wednesday! Winner to be announched.
</p>
</div>
</div>
</li>
</ul>
</div>
<!-- END TIMELINE AREA -->
<!-- START FOOTER TOP-->
<section class="footer-top" style="background-image: url(assets/img/bg/footer-bg.jpg); background-size:cover; background-position: center center;background-attachment:fixed;">
<div class="overlay">
<div class="container">
<div class="row">
<div class="col-md-4 col-sm-12 wow fadeInDown" data-wow-duration="1s" data-wow-delay="0.5s" data-wow-offset="0">
<div class="single_footer">
<h4>About us</h4>
<p>Cultivate entrepreneurship by providing resources and the community for ventures to grow and become successful.</p>
<!-- <a href="#">Read More <i class="fa fa-arrow-circle-right"></i></a> -->
</div>
</div><!--- END COL -->
<div class="col-md-4 col-sm-12 wow fadeInDown" data-wow-duration="1s" data-wow-delay="0.6s" data-wow-offset="0">
<div class="single_footer">
<h4>Get in touch</h4>
<p><i class="fa fa-map-marker"></i> 101 Ukrop Way, Williamsburg, VA, 23185</p>
<!-- <p><i class="fa fa-phone"></i> (+1) 517 397 7100</p> -->
<p><i class="fa fa-envelope"></i> <a href="mailto:[email protected]">[email protected]</a></p>
<!-- <p><i class="fa fa-skype"></i>ariane369</p> -->
<!-- <p><i class="fa fa-clock-o"></i><b>Business hours - </b> Monday – Saturday 9am to 5pm</p> -->
</div>
</div><!--- END COL -->
</div><!--- END ROW -->
</div><!--- END CONTAINER -->
</div><!--- END OVERLAY -->
</section>
<!-- END FOOTER TOP -->
<!-- START FOOTER -->
<footer class="footer section-padding">
<div class="container">
<div class="row">
<div class="col-sm-12 text-center">
<div class="footer-content">
<a href="/"><img src="assets/img/logo.png" alt="logo" /></a>
<div class="footer_social">
<ul>
<li><a class="f_facebook" href="https://www.facebook.com/TribeCreate-765001746886715"><i class="fa fa-facebook"></i></a></li>
<!-- <li><a class="f_twitter" href="#"><i class="fa fa-twitter"></i></a></li>
<li><a class="f_google" href="#"><i class="fa fa-google-plus"></i></a></li>
<li><a class="f_linkedin" href="#"><i class="fa fa-linkedin"></i></a></li>
<li><a class="f_pinterest" href="#"><i class="fa fa-pinterest"></i></a></li>
<li><a class="f_vimeo" href="#"><i class="fa fa-vimeo-square"></i></a></li> -->
</ul>
</div>
<p class="footer_copyright">© 2016 Tribe Ventures All Rights Reserved.</p>
</div>
</div><!--- END COL -->
</div><!--- END ROW -->
</div><!--- END CONTAINER -->
</footer>
<!-- END FOOTER -->
<!-- Latest jQuery -->
<script src="assets/js/jquery-1.11.3.min.js"></script>
<!-- Latest compiled and minified Bootstrap -->
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<!-- countTo js -->
<script src="assets/js/jquery.countTo.js"></script>
<script src="assets/js/jquery.inview.min.js"></script>
<!-- Modal for portfolio -->
<script src="assets/js/jquery.magnific-popup.min.js"></script>
<!-- WOW - Reveal Animations When You Scroll -->
<script src="assets/js/wow.min.js"></script>
<!-- scripts js -->
<script src="assets/js/scripts.js"></script>
<script type="text/javascript">
/* Portfolio pop up */
$('#portfolio').magnificPopup({
delegate: 'a.pop-up',
type: 'image',
gallery: {
enabled: true,
navigateByImgClick: true,
preload: [0,1]
},
image: {
tError: 'The image could not be loaded.',
titleSrc: function(item) {
return item.el.find('.ptitle').text();
}
}
});
/* End Portfolio pop up */
</script>
</body>
</html>