forked from matthewtlam/stetix
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaboutus.html
More file actions
320 lines (310 loc) · 12 KB
/
aboutus.html
File metadata and controls
320 lines (310 loc) · 12 KB
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
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
<!DOCTYPE html>
<html class="no-js">
<head>
<title>Meet the Team - Stetix</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="p:domain_verify" content="3c23f275b26b4c6481e9eccf31f760ac"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="A website made by Stetix for SHAD Cup." />
<meta name="keywords" content="stetix, spirulina, spiravita, healthy, food security" />
<meta name="author" content="Maggie Brewster, Advait Maybhate, Matthew Lam" />
<!--Favicon-->
<link rel="shortcut icon" href="favicon.ico">
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,600,400italic,700' rel='stylesheet' type='text/css'>
<!-- Animate.css -->
<link rel="stylesheet" href="css/animate.css">
<!-- Icomoon Icon Fonts-->
<link rel="stylesheet" href="css/icomoon.css">
<!-- Simple Line Icons -->
<link rel="stylesheet" href="css/simple-line-icons.css">
<!-- Owl Carousel -->
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<!-- Bootstrap -->
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/style.css">
<!-- Modernizr JS -->
<script src="js/modernizr-2.6.2.min.js"></script>
</head>
<body>
<!--Navigation Bar-->
<header role="banner" id="fh5co-header">
<div class="container">
<nav class="navbar navbar-default">
<div class="navbar-header">
<!-- Mobile Toggle Menu Button -->
<a href="#" class="js-fh5co-nav-toggle fh5co-nav-toggle" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"><i></i></a>
<a class="navbar-brand" href="index.html"><img src="images/stetixlogo.png" style="width:30px; display:inline"> Stetix</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li ><a href="index.html" data-nav-section="#"><span>Home</span></a></li>
<li><a href="index.html#fh5co-our-services" data-nav-section="#"><span>Spiravita</span></a></li>
<li class="active"><a href="aboutus" data-nav-section="#"><span>About</span></a></li>
<li><a href="index.html#fh5co-pricing" data-nav-section="#"><span>Pricing</span></a></li>
<li><a href="index.html#fh5co-testimonials" data-nav-section="#"><span>Testimonials</span></a></li>
<li><a href="index.html#fh5co-press" data-nav-section="#"><span>Recipes</span></a></li>
<li><a href="index.html#fh5co-features" data-nav-section="#"><span>FAQ</span></a></li>
<li><a href="index.html#fh5co-contact" data-nav-section="#"><span>Contact Us</span></a></li>
</ul>
</div>
</nav>
</div>
</header>
<!--End Navigation Bar-->
<link rel="stylesheet" href="css/style.css">
<!-- Translate pop up -->
<link rel="stylesheet" id="theme-switch" href="css/style.css">
<style>
#colour-variations {
padding: 10px;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
width: 200px;
position: fixed;
left: 0;
top: 100px;
z-index: 999999;
background: #fff;
/*border-radius: 4px;*/
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
-webkit-box-shadow: 0 0 9px 0 rgba(0,0,0,.1);
-moz-box-shadow: 0 0 9px 0 rgba(0,0,0,.1);
-ms-box-shadow: 0 0 9px 0 rgba(0,0,0,.1);
box-shadow: 0 0 9px 0 rgba(0,0,0,.1);
}
#colour-variations.sleep {
margin-left: -200px;
}
#colour-variations h3 {
text-align: center;;
font-size: 11px;
letter-spacing: 2px;
text-transform: uppercase;
color: #777;
margin: 0 0 10px 0;
padding: 0;;
}
#colour-variations ul,
#colour-variations ul li {
padding: 0;
margin: 0;
}
#colour-variations li {
list-style: none;
display: inline;
}
#colour-variations li a {
width: 20px;
height: 20px;
position: relative;
float: left;
margin: 5px;
}
.option-toggle {
position: absolute;
right: 0;
top: 0;
margin-top: 5px;
margin-right: -30px;
width: 30px;
height: 30px;
background: #99E368;
text-align: center;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
color: #fff;
cursor: pointer;
-webkit-box-shadow: 0 0 9px 0 rgba(0,0,0,.1);
-moz-box-shadow: 0 0 9px 0 rgba(0,0,0,.1);
-ms-box-shadow: 0 0 9px 0 rgba(0,0,0,.1);
box-shadow: 0 0 9px 0 rgba(0,0,0,.1);
}
.option-toggle i {
top: 2px;
position: relative;
}
.option-toggle:hover, .option-toggle:focus, .option-toggle:active {
color: #fff;
text-decoration: none;
outline: none;
}
</style>
<!-- End Translate -->
<!-- Page Banner-->
<div class ="page-banner">
<img src="images/StetixTeamBanner.jpg" class="img-responsive img-rounded" alt="Stetix team" style = "width:100%">
</div>
<div class="row" id="team" style = "background-color:#f9f6f0">
<div class="col-md-12 section-heading text-center to-animate">
<h2>Meet the Team</h2>
</div>
<div class="col-md-12">
<div class="row" >
<br>
<!--End Banner -->
<!--Row One-->
<div class="col-md-4 text-center to-animate">
<div class="person">
<img src="images/ryan.png" class="img-responsive img-rounded" alt="Person">
<h3 class="name">Ryan Yu</h3>
<div class="position">Chief Executive Officer</div>
<p>Making corporate decisions, managing the overall operations of the company, and handling any communication between the shareholders, directors, and other staff.</p>
</div>
</div>
<div class="col-md-4 text-center to-animate">
<div class="person">
<img src="images/marah.png" class="img-responsive img-rounded" alt="Person">
<h3 class="name">Marah Abdelkader</h3>
<div class="position">Chief Marketing Officer</div>
<p>Record-keeping, financial planning, and managing the financial risks of the corporation.</p>
</div>
</div>
<div class="col-md-4 text-center to-animate">
<div class="person">
<img src="images/chris.png" class="img-responsive img-rounded" alt="Person">
<h3 class="name">Christopher Alexiev</h3>
<div class="position">Chief Operating Officer</div>
<p>Ensuring the company is running efficiently and oversees daily operations of the company.</p>
</div>
</div>
<!--Row Two -->
<div class="col-md-4 text-center to-animate">
<div class="person">
<img src="images/olivia.png" class="img-responsive img-rounded" alt="Person">
<h3 class="name">Olivia Li</h3>
<div class="position">Co-Vice President of Technology</div>
<p>Responsible for the design and development of information systems, software applications, and IT support.</p>
</div>
</div>
<div class="col-md-4 text-center to-animate">
<div class="person">
<img src="images/mannie.png" class="img-responsive img-rounded" alt="Person">
<h3 class="name">Mannie Sharma</h3>
<div class="position">Co-Vice President of Technology</div>
<p>Responsible for the design and development of information systems, software applications, and IT support.</p>
</div>
</div>
<div class="col-md-4 text-center to-animate">
<div class="person">
<img src="images/grace.png" class="img-responsive img-rounded" alt="Person">
<h3 class="name">Grace Kuang</h3>
<div class="position">Vice President of Sales</div>
<p>Develop plans and strategies for developing business and achieving the company’s sales goals.</p>
</div>
</div>
<!--Row Three-->
<div class="col-md-4 text-center to-animate">
<div class="person">
<img src="images/michael.png" class="img-responsive img-rounded" alt="Person">
<h3 class="name">Michael Chang</h3>
<div class="position">Co-Vice President of Marketing</div>
<p>Advising on effective marketing strategies and will be in charge of promotional strategies and the website.</p>
</div>
</div>
<div class="col-md-4 text-center to-animate">
<div class="person">
<img src="images/gabi.png" class="img-responsive img-rounded" alt="Person">
<h3 class="name">Gabriela Rosa</h3>
<div class="position">Co-Vice President of Marketing</div>
<p>Advising on effective marketing strategies and will be in charge of promotional strategies and the website.</p>
</div>
</div>
<div class="col-md-4 text-center to-animate">
<div class="person">
<img src="images/sofie.png" class="img-responsive img-rounded" alt="Person">
<h3 class="name">Sofie Katz</h3>
<div class="position">Co-Vice President of Public Relations</div>
<p>Advising on the creating of community out reach materials and social media campaigns.</p>
</div>
</div>
<!-- Row Four -->
<div class="col-md-4 text-center to-animate">
<div class="person">
<img src="images/caitlyn.png" class="img-responsive img-rounded" alt="Person">
<h3 class="name">Caitlyn Gellatly</h3>
<div class="position">Co-Vice President of Public Relations</div>
<p>Advising on the creating of community out reach materials and social media campaigns.</p>
</div>
</div>
<div class="col-md-4 text-center to-animate">
<div class="person">
<img src="images/nash.png" class="img-responsive img-rounded" alt="Person">
<h3 class="name">Nash Brewer</h3>
<div class="position">Co-Vice President of Human Resources</div>
<p>Assists in creating a positive corporate culture </p>
</div>
</div>
<!--End of Rows-->
</div>
</div>
</div>
<!--Footer-->
<footer id="footer" role="contentinfo">
<div class="container">
<div class="row row-bottom-padded-sm">
<div class="col-md-12">
<p class="copyright text-center">©2016 <a href="index.html">Stetix</a>. All Rights Reserved.</p>
</div>
</div>
<div class="row">
<div class="col-md-12 text-center">
<ul class="social social-circle">
<li><a href="https://twitter.com/stetixcanada" target="_blank"><i class="icon-twitter"></i></a></li>
<li><a href="https://www.facebook.com/stetixcanada/" target="_blank"><i class="icon-facebook"></i></a></li>
<li><a href="https://www.instagram.com/stetixcanada/" target="_blank"><i class="icon-instagram"></i></a></li>
<li><a href="https://www.pinterest.com/stetixcanada/" target="_blank"><i class="icon-pinterest"></i></a></li>
</ul>
</div>
</div>
</div>
</footer>
<!-- For Translate-->
<div id="colour-variations">
<a class="option-toggle"><i class="icon-gear"></i></a>
<h3>Translate / Traduire</h3>
<ul>
<div id="google_translate_element"></div>
<script type="text/javascript">
function googleTranslateElementInit() {
new google.translate.TranslateElement({pageLanguage: 'en', layout: google.translate.TranslateElement.InlineLayout.SIMPLE}, 'google_translate_element');
}
</script>
<script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit">
</script>
</ul>
</div>
<script src="js/jquery.style.switcher.js">
</script>
<script>
$(function(){
$('#colour-variations ul').styleSwitcher({
defaultThemeId: 'theme-switch',
hasPreview: false,
cookie: {
expires: 30,
isManagingLoad: true
}
});
$('.option-toggle').click(function() {
$('#colour-variations').toggleClass('sleep');
});
});
</script>
<!-- End Translate -->
<!-- jQuery -->
<script src="js/jquery.min.js"></script>
<!-- jQuery Easing -->
<script src="js/jquery.easing.1.3.js"></script>
<!-- Bootstrap -->
<script src="js/bootstrap.min.js"></script>
<!-- Waypoints -->
<script src="js/jquery.waypoints.min.js"></script>
<!-- Owl Carousel -->
<script src="js/owl.carousel.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>