-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
executable file
·223 lines (214 loc) · 13.5 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
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
---
layout: default
title: Home
appstatus: closed
donatestatus: off
pagedocs: true
---
{% if page.pagedocs == "true" %}
<!-- ABOUT THIS PAGE
The pagedocs variable on this page tells Jekyll not to render the HTML comments below on our actual website.
Howdy! Welcome to the index page of Startup Shell's website.
Some general notes about the site:
- This site is built on a web CMS called Jekyll. Jekyll is a text-based CMS in that you still need to edit code to update the site, but you can use dynamic content through several clever methods (e.g. csv files & variables).
- Any 404 error will redirect to https://startupshell.org/?error=404. There isn't actually any server-side scripting that checks for a 404 error, it's just javascript checking to see if the url contains "error=404" & then setting the 404 error div directly below to display:block.
- The SSL certificate for this website (https) is generated by Let's Encrypt. There is a cronjob installed on the droplet that our site runs on that will update the cert once every month. Let's Encrypt certs expire every 90 days.
- Links to other areas of the site use Jekyll's built in variables for site.baseurl to create those links. Try and stick to this so links don't break if the site's url changes. It's best practice anyway to assure you don't have any hardcoded urls in your html.
- All custom javascript should be included in the main.js file under the js folder, try not to inline scripts.
- The events page sources events from a Google Calendar. Check with the events director for more info on that calendar.
- Our donate page is hooked up to a service called DonorBox, check the resources manual for more info on that.
- All CSS is in Sass, the main.scss file in the css folder only contains imports for the scss files located in the _sass directory.
- Any assets such as documents, images, etc. should be stored in their respective locations within the assets subdirectory.
- Read more about the press release feature on the index.html page under the press subdirectory.
- The alumni subdirectory is an entirely separate project from this site - it was created by Ishaan Parikh & Nick Aversano.
- All email mailing list signups go to our MailChimp account. Email list signups in the footer go to our general list & email list signups on the /membership page go to our Membership Updates list (the membership updates list was designed only to announce when applications to Startup Shell open).
Some notes about this page:
- The appstatus variable controls the display of a membership button on this page that will redirect to the membership page when clicked. Set it to open to display the button.
- The partners & ventures on the home page are hardcoded into the html below. If you want to change which ones show up, simply modify the corresponding html below.
- Similar to the partners page, the site was originally constructed with the partners on this page as .png files. It was later updated to support the partners logos in the .svg file format. The site will load the svg first. If it doesn't find an svg, it will fall back to a png file. Make sure you have one of either before you publish changes.
-->
{% else %}
{% endif %}
<div id="404error" style="display: none; padding: 40px; background-color: #d74034; text-align: center; color: white; font-weight: bold;">Hmm. Looks like that page doesn't exist. Perhaps try the <a style="color: #fff; border-bottom: 1px dotted #fff;" href="/faq">FAQ</a>? If all else fails, <a style="color: #fff; border-bottom: 1px dotted #fff;" href="/contact">contact us</a>.</div>
<div id="jira" style="display: none; padding: 40px; background-color: #d74034; text-align: center; color: white; font-weight: bold;">Startup Shell's Jira has been retired. Email <a style="color: #fff; border-bottom: 1px dotted #fff;" href="mailto:[email protected]">[email protected]</a> for more information.</div>
<div id="docs" style="display: none; padding: 40px; background-color: #d74034; text-align: center; color: white; font-weight: bold;">Startup Shell Docs (Confluence) has been retired. Visit <a style="color: #fff; border-bottom: 1px dotted #fff;" href="https://resources.startupshell.org">our new resources site</a> or <a style="color: #fff; border-bottom: 1px dotted #fff;" href="mailto:[email protected]">email</a> us for more information.</div>
<div class="home">
<section class="full hero">
<div class="container">
<div class="hero-content">
<h1>These people are<br>building something great.</h1>
<p>
Startup Shell is the student-run coworking space and incubator at the University of Maryland. We foster entrepreneurship through collaboration.
</p>
<div class="button-group">
{% if page.appstatus == "open" %}
<a href="{{ site.baseurl }}/membership" class="button">Apply for Membership</a>
{% elsif page.donatestatus == "on" %}
<a href="{{ site.baseurl }}/donate/iribe-matching-program" class="button">Donate Now</a>
{% else %}
{% endif %}
<a href="#learn-more" class="button button-white">Learn More</a>
</div>
</div>
</div>
</section> <!-- /.hero -->
<div class="container">
<section id="learn-more">
<h2>A Community of Entrepreneurs</h2>
<div class="info">
<h3 class="sm-underline">Designed to Catalyze Growth</h3>
<p>Startup Shell was founded out of a storage closet in 2012 with the mission of creating an entrepreneurship community for students at the University of Maryland.</p>
<div class="stats">
<div class="stat">
<span>300+</span> founders
</div>
<div class="stat">
<span>100+</span> ventures
</div>
<div class="stat">
<span>$60M</span> total value
</div>
</div>
</div>
<div class="box">
<div class="box-grid">
<div class="box-grid-item">
<a href="https://coreos.com/blog/coreos-welcomes-redspread.html" target="_blank"><img src="{{ site.baseurl }}/assets/ventures/logo_redspread.svg" alt="Redspread"></a>
</div>
<div class="box-grid-item">
<a href="http://minimill.co" target="_blank"><img src="{{ site.baseurl }}/assets/ventures/logo_minimill.svg" alt="Minimill"></a>
</div>
<div class="box-grid-item">
<a href="http://imaginex.co" target="_blank"><img src="{{ site.baseurl }}/assets/ventures/logo_imaginex.svg" alt="Imaginex"></a>
</div>
<div class="box-grid-item">
<a href="http://gotechnica.org" target="_blank"><img src="{{ site.baseurl }}/assets/ventures/logo_technica.svg" alt="Technica"></a>
</div>
<div class="box-grid-item">
<a href="http://www.doorrobotics.com/" target="_blank"><img src="{{ site.baseurl }}/assets/ventures/logo_door.svg" alt="Door Robotics"></a>
</div>
<div class="box-grid-item">
<a href="https://merus.it" target="_blank"><img src="{{ site.baseurl }}/assets/ventures/logo_merus.svg" alt="Merus"></a>
</div>
<div class="box-grid-item">
<a href="https://bit.camp" target="_blank"><img src="{{ site.baseurl }}/assets/ventures/logo_bitcamp.svg" alt="Bitcamp"></a>
</div>
<div class="box-grid-item">
<a href="http://solrtech.co" target="_blank" rel="dofollow"><img src="{{ site.baseurl }}/assets/ventures/logo_solrtech.svg" alt="SolrTech"></a>
</div>
<div class="box-grid-item">
<a href="https://stics.umd.edu/" target="_blank"><img src="{{ site.baseurl }}/assets/ventures/logo_stic.svg" alt="Student-Initiated Courses (STIC)"></a>
</div>
</div>
<div class="box-link"><a href="{{ site.baseurl }}/ventures">See All Ventures →</a></div>
</div>
</section>
<hr>
<section>
<h2>First Class Partners and Mentors</h2>
<div class="box">
<div class="box-grid">
<div class="box-grid-item">
<a href="https://www.wework.com/" target="_blank"><img src="{{ site.baseurl }}/assets/partners/logo_wework.svg" onerror="this.src='{{ site.baseurl }}/assets/partners/logo_bae.png';" alt="BAE Systems"></a>
</div>
<div class="box-grid-item">
<a href="http://frontapp.com" target="_blank"><img src="{{ site.baseurl }}/assets/partners/logo_front.svg" onerror="this.src='{{ site.baseurl }}/assets/partners/logo_uber.png';" alt="Uber"></a>
</div>
<div class="box-grid-item">
<a href="https://aws.amazon.com/" target="_blank"><img src="{{ site.baseurl }}/assets/partners/logo_aws.svg" onerror="this.src='{{ site.baseurl }}/assets/partners/logo_aws.png';" alt="AWS"></a>
</div>
<div class="box-grid-item">
<a href="http://digitalocean.com" target="_blank"><img src="{{ site.baseurl }}/assets/partners/logo_digitalocean.svg" onerror="this.src='{{ site.baseurl }}/assets/partners/logo_digitalocean.png';" alt="Digital Ocean"></a>
</div>
<div class="box-grid-item">
<a href="http://www.umd.edu" target="_blank"><img src="{{ site.baseurl }}/assets/partners/logo_umd.svg" onerror="this.src='{{ site.baseurl }}/assets/partners/logo_umd.png';" alt="UMD"></a>
</div>
<div class="box-grid-item">
<a href="http://dropbox.com" target="_blank"><img src="{{ site.baseurl }}/assets/partners/logo_dropbox.svg" onerror="this.src='{{ site.baseurl }}/assets/partners/logo_dropbox.png';" alt="Dropbox"></a>
</div>
<div class="box-grid-item">
<a href="https://stripe.com/atlas" target="_blank"><img src="{{ site.baseurl }}/assets/partners/logo_stripe.svg" onerror="this.src='{{ site.baseurl }}/assets/partners/logo_stripe-atlas.png';" alt="Stripe Atlas"></a>
</div>
<div class="box-grid-item">
<a href="https://atlassian.com" target="_blank"><img src="{{ site.baseurl }}/assets/partners/logo_atlassian.svg" onerror="this.src='{{ site.baseurl }}/assets/partners/logo_atlassian.png';" alt="Atlassian"></a>
</div>
<div class="box-grid-item">
<a href="https://hubspot.com/startups" target="_blank"><img src="{{ site.baseurl }}/assets/partners/logo_hubspot.svg" onerror="this.src='{{ site.baseurl }}/assets/partners/logo_hubspot-startups.png';" alt="HubSpot for Startups"></a>
</div>
</div>
<div class="box-link"><a href="{{ site.baseurl }}/partners">See All Partners →</a></div>
</div>
<div class="slider-sync">
<div class="slider-quote-select">
{% for testament in site.data.testaments %}
<div class="slider-quote-image">
<img src="{{ site.baseurl }}/assets/testaments/portrait_{{ testament.image }}.jpg">
</div>
{% endfor %}
</div>
<div class="slider-quote">
{% for testament in site.data.testaments %}
<div class="quote">
<div class="source">{{ testament.name }}, {{ testament.position }} @ {{ testament.company }}</div>
<div class="quote-text">{{ testament.quote }}</div>
</div>
{% endfor %}
</div>
</div>
</section>
<hr>
<section>
<h2>A Space for Collaboration</h2>
<div class="info">
<div class="info-block">
<h3 class="sm-underline">Grind Night</h3>
<p>Work, play, and learn together. Make friends and start new projects.</p>
</div>
<div class="info-block">
<h3 class="sm-underline">Shell Talk</h3>
<p>Hear from and network with industry veterans and experts.<br /><a href="//youtube.com/c/StartupShellOrg">See examples.</a></p>
</div>
<div class="info-block">
<h3 class="sm-underline">Shell Workshop</h3>
<p>Learn a new skill in a hands on setting taught by talented individuals.</p>
</div>
<div class="info-block">
<h3 class="sm-underline">Shell Expo</h3>
<p>Meet our founders and see the companies they are building.</p>
</div>
</div>
<div class="events-container">
<div class="event-spinner"><span class="fa fa-spinner fa-spin"></span></div>
<div id="noEvents">No events are currently scheduled. Check back soon!</div>
<div class="events limit-3">
<!-- events populate here -->
</div>
<div class="box-link"><a href="{{ site.baseurl }}/events">See All Events →</a></div>
</div>
</section>
</div>
</div> <!-- /home -->
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "LocalBusiness",
"name": "Startup Shell",
"description": "Startup Shell is a student-run coworking space and incubator at the University of Maryland. We foster entrepreneurship through collaboration.",
"url": "http://www.startupshell.org",
"email": "[email protected]",
"foundingDate": "2013-07-10",
"logo": "http://startupshell.org/assets/shell-logo-wire.svg",
"address": {
"@type": "PostalAddress",
"streetAddress": "387 Technology Dr #1100",
"addressLocality": "College Park",
"addressRegion": "Maryland"
},
"sameAs": [
"http://www.facebook.com/startupshell",
"http://instagram.com/startup_shell",
"http://twitter.com/startup_shell",
"http://www.youtube.com/c/StartupShellOrg"
]
}
</script>