forked from StartupShell/web-2015
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
60 lines (51 loc) · 1.99 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
---
layout: default
pagetitle: home
---
<div class="home">
<section class="full hero">
<div class="container">
<div class="hero-content">
<div class="hero-logo"><img src="/assets/shell-logo-wire.svg"></div>
<h1>These people are<br>building something great.</h1>
<p>
Startup Shell is a student-run coworking space and incubator at the University of Maryland. We foster entrepreneurship through collaboration.
</p>
<a href="https://docs.google.com/forms/d/1LEzd_96qKR_W5nQVsz64-0pv45bQPn6NQmm34hYs4fY/viewform" class="button hero-cta">Apply for Membership</a>
</div>
</div>
</section> <!-- /.hero -->
<!-- <section class="video tight">
<ul class="video-row">
<li class="video-thumb" id="video-1">
<div class="video-item"></div>
</li>
<li class="video-thumb" id="video-2">
<div class="video-item"></div>
</li>
<li class="video-thumb" id="video-3">
<div class="video-item"></div>
</li>
</ul>
</section>
-->
<section class="contact tight">
<a href="https://www.google.com/maps/place/Startup+Shell/@38.992475,-76.938877,17z" class="contact-box address">
<p>387 Technology Drive #1100<br>College Park, MD 20740</p>
</a>
<a id="email" href="mailto:nospam-at-startupshell.org" class="contact-box email">
<p>We'd love to chat! Contact us at nospam-at-startupshell.org</p>
</a>
</section>
<section>
<div class="events limit-3">
<!-- events populate here -->
</div>
</section>
<section class="info">
<p class="info-text">
In 2012, a few students transformed a storage closet into a coworking space. Since then, Startup Shell has grown to become a collection of great people starting great ventures. Here, you'll find much more than just a space to work. You'll find practical resources, thought-provoking events, and a fun community.
</p>
<a href="about" class="button">Learn More</a>
</section>
</div> <!-- /home -->