-
Notifications
You must be signed in to change notification settings - Fork 14
/
about.html
88 lines (81 loc) · 2.59 KB
/
about.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
---
layout: page
permalink: about/
title: About
---
<div class="subheader about-page">
<div class="container custom-container">
<h1 class="img-overlay">About Us</h1>
<h2>What makes us tick</h2>
</div>
</div>
<div class="container custom-container">
<h2>Our Mission Statement</h2>
<p><b>We exist to create and grow high tech startups.</b> We do this by hosting community events, leading technology education courses and offering a shared workspace environment.</p>
</div>
<div class="core-values">
<span class="anchor" id="core-values"></span>
<div class="container custom-container">
<h2>Core Values</h2>
<div class="col-xs-6 col-sm-3">
<div class="imgWrap">
<img src="/assets/img/core-values/cv1_icon.png" alt="core value number 1: be good" >
<p class="fade-out description">
<label class="CV">
Live with honesty and integrity<br><br>
Serve Others
</label>
</p>
</div>
<p>Core Value #1:<br>
Be Good</p>
</div>
<div class="col-xs-6 col-sm-3">
<div class="imgWrap">
<img src="/assets/img/core-values/cv2_icon.png" alt="core value number 2: be excellent">
<p class="description">
<label class="CV">
Be a Winner<br><br>
Execute
</label>
</p>
</div>
<p>Core Value #2:<br>
Be Excellent</p>
</div>
<div class="col-xs-6 col-sm-3">
<div class="imgWrap">
<img src="/assets/img/core-values/cv3_icon.png" alt="core value number 3: be a friend">
<p class="description">
<label class="CV">
Bring the Fun<br><br>
Nothing is more awesome than people
</label>
</p>
</div>
<p>Core Value #3:<br>
Be a Friend</p>
</div>
<div class="col-xs-6 col-sm-3">
<div class="imgWrap">
<img src="/assets/img/core-values/cv4_icon.png" alt="core value number 4: be you">
<p class="description">
<label class="CV">
Forget 'em, do your thing<br><br>
Game will recognize game
</label>
</p>
</div>
<p>Core Value #4:<br>
Be You</p>
</div>
</div>
</div>
<div class="extra-space"></div>
<div class="container custom-container">
<a href="/culture-book-3.1.pdf" target="_blank" class="btn btn-primary btn-action">View our Culture Book <i class="fa fa fa-angle-double-right"></i></a>
</div>
<span class="anchor" id="events"></span>
<div id="calendar"> <h1> Events </h1>
<iframe src="https://www.google.com/calendar/embed?mode=AGENDA&height=600&wkst=1&bgcolor=%23FFFFFF&src=admin%40awesomeinc.org&color=%23875509&ctz=America%2FNew_York" style=" border-width:0 " width="100%" height="600" frameborder="0" scrolling="no"></iframe>
</div>