-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
258 lines (233 loc) · 10 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Gest - About</title>
<meta name="description" content="Learn more about the team behind Gest."/>
<!-- Twitter Card data -->
<meta name="twitter:card" value="summary">
<meta name="twitter:creator" content="@trygest">
<!-- Open Graph data -->
<meta property="og:title" content="Gest - About" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://gest.co/" />
<meta property="og:image" content="https://gest.co/img/black-point.jpg" />
<meta property="og:description" content="Learn more about the team behind
Gest." />
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="author" content="">
<title>Gest</title>
<link rel="icon" href="/img/favicon.png">
<link href="/css/toolkit-minimal.min.css" rel="stylesheet">
<script src="https://use.typekit.net/gvm3boh.js"></script>
<script>try{Typekit.load({ async: true });}catch(e){}</script>
<!-- Facebook Pixel Code -->
<script>
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,'script','//connect.facebook.net/en_US/fbevents.js');
fbq('init', '1011708035546093');
fbq('track', "PageView");</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=1011708035546093&ev=PageView&noscript=1"
/></noscript>
<!-- End Facebook Pixel Code -->
<script type="text/javascript">
window.heap=window.heap||[],heap.load=function(e,t){window.heap.appid=e,window.heap.config=t=t||{};var r=t.forceSSL||"https:"===document.location.protocol,a=document.createElement("script");a.type="text/javascript",a.async=!0,a.src=(r?"https:":"http:")+"//cdn.heapanalytics.com/js/heap-"+e+".js";var n=document.getElementsByTagName("script")[0];n.parentNode.insertBefore(a,n);for(var o=function(e){return function(){heap.push([e].concat(Array.prototype.slice.call(arguments,0)))}},p=["addEventProperties","addUserProperties","clearEventProperties","identify","removeEventProperty","setEventProperties","track","unsetEventProperty"],c=0;c<p.length;c++)heap[p[c]]=o(p[c])};
heap.load("57976091");
</script>
</head>
<body>
<div class="stage-shelf stage-shelf-right hidden" id="sidebar">
<ul class="nav nav-bordered nav-stacked">
<li class="nav-header">Company</li>
<li class=""> <a href="/about">About us</a> </li>
<li class=""> <a href="/technology">Technology</a> </li>
<li><a href="//gest.totemapp.com" target="_blank">Press and media</a></li>
<li class="nav-divider"></li>
<li class="nav-header">Social</li>
<li >
<a href="//facebook.com/trygest" target="_blank"><img class="social-svg" src="/img/facebook.svg" width="20px"/> Facebook</a>
</li>
<li >
<a href="//twitter.com/trygest" target="_blank"><img class="social-svg" src="/img/twitter.svg" width="20px"/> Twitter</a>
</li>
</ul>
</div>
<div class='stage' id='stage'> <!-- don't forget to close this later -->
<nav class="navbar navbar-default navbar-padded text-uppercase app-navbar">
<div class="container reveal-slide-down">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed p-x-0"
data-target="#stage" data-toggle="stage" data-distance="-250">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="/" class='navbar-brand'>
<span><img src="/img/gest-logo-sm.png" alt="gest logo"
class="w-md navbar-logo"/></span>
</a>
</div>
<div class="navbar-collapse collapse text-uppercase">
<ul class="nav navbar-nav navbar-right">
<li >
<a href="//facebook.com/trygest" target="_blank"><img class="social-svg" src="/img/facebook.svg" width="20px"/></a>
</li>
<li >
<a href="//twitter.com/trygest" target="_blank"><img class="social-svg" src="/img/twitter.svg" width="20px"/></a>
</li>
<li >
<a href="/technology">Technology</a>
</li>
<li >
<a href="/about">About Us</a>
</li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
<div class="block block-overflow-hidden p-b-xl p-t-md ">
<div class="container">
<div class="row">
<div class='col'>
<img class='center-block img-responsive' src='/img/gest.gif'>
</div>
</div>
<div class="row">
<div class='col-xs-12 text-xs-center text-sm-right'>
<p class='lead text-center'>We're an interface company improving the way
people interact with technology.</p>
</div>
</div>
<div class="row p-t">
<div class='col col-xs-8 col-xs-offset-2 col-sm-2 col-sm-offset-3'>
<img class='img-responsive' src="/img/mike.jpg">
</div>
<div class='col col-xs-8 col-xs-offset-2 col-sm-4 col-sm-offset-0'>
<p>
Mike Pfister is our CEO. With a double degree in Computer Science and
Film, he likes to write code by day and shoot beautiful videos by night.
He’s also a guitarist and part-time surfer.
</p>
<p>
<a class='linkedin' href="//www.linkedin.com/in/mikepfister">LinkedIn</a>
</p>
</div>
</div>
<div class="row p-t">
<div class='col col-xs-8 col-xs-offset-2 col-sm-2 col-sm-offset-3'>
<img class='img-responsive' src="/img/ben.jpg">
</div>
<div class='col col-xs-8 col-xs-offset-2 col-sm-4 col-sm-offset-0'>
<p>
Ben Brown is our lead software developer, he writes code that should take
weeks to write in mere days and likes tooling around in his Subaru and
riding really loud bikes.
</p>
<p>
<a class='linkedin' href="https://www.linkedin.com/pub/benjamin-brown/5a/509/a63">LinkedIn</a>
</p>
</div>
</div>
<div class="row p-t">
<div class='col col-xs-8 col-xs-offset-2 col-sm-2 col-sm-offset-3'>
<img class='img-responsive' src="/img/sid.jpg">
</div>
<div class='col col-xs-8 col-xs-offset-2 col-sm-4 col-sm-offset-0'>
<p>
Sid Srikumar is our self-proclaimed “chief envisioneer”, and originally
convinced Mike and Ben to work on a ridiculous idea for a “keyboardless
keyboard” after stealing the idea from a sci-fi novel. And no, he won’t say
which novel!
</p>
<p>
<a class='linkedin' href="//www.linkedin.com/in/sidhants">LinkedIn</a>
</p>
</div>
</div>
<div class="row p-t">
<div class='col col-xs-8 col-xs-offset-2 col-sm-2 col-sm-offset-3'>
<img class='img-responsive' src="/img/tim.jpg">
</div>
<div class='col col-xs-8 col-xs-offset-2 col-sm-4 col-sm-offset-0'>
<p>
Tim Steckler has years of experience working on all sorts of crazy products,
from smart gun sights to VR treadmills. He loves working with his hands
and tinkering with all sorts of hardware.
<p>
<a class='linkedin' href="//www.linkedin.com/in/steckler">LinkedIn</a>
</p>
</div>
</div>
<div class="row p-t-lg p-b-0 text-center">
<div class='col col-xs-6 col-xs-offset-3'>
<a data-mode="no_text"
href="https://angel.co/gest?follow=1&type=Startup&id=380956"></a><script
src="https://angel.co/javascripts/embed.js"
type="text/javascript"></script>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="block app-block-footer p-t p-b">
<div class='row text-center'>
</div>
<div class="container reveal-fade">
<div class="row">
<div class="col-sm-2 m-b">
<ul class="list-unstyled list-spaced">
<li><h6 class="text-uppercase">Gest</h6></li>
<li><a href="//gest.co">About Gest</a></li>
<li><a href="https://gest.zendesk.com/hc/en-us" target="_blank">Help and support</a></li>
<li><a href="/orders" target="_blank">Manage order</a></li>
</ul>
</div>
<div class="col-sm-2 m-b">
<ul class="list-unstyled list-spaced">
<li><h6 class="text-uppercase">Company</h6></li>
<li><a href="/about">About us</a></li>
<li><a href="//blog.gest.co">Blog</a></li>
<li><a href="//gest.totemapp.com" target="_blank">Press and media</a></li>
</ul>
</div>
<div class="col-sm-2 m-b">
<ul class="list-unstyled list-spaced">
<li><h6 class="text-uppercase">Social</h6></li>
<li><a href="//twitter.com/trygest" target="_blank">Twitter</a></li>
<li><a href="//facebook.com/trygest" target="_blank">Facebook</a></li>
<li><a href="//vimeo.com/trygest" target="_blank">Vimeo</a></li>
</ul>
</div>
<div class='col-sm-6 m-b text-xs-left text-sm-right'>
<p>apotact labs ©
<script language="javascript" type="text/javascript"> var today = new Date(); var year = today.getFullYear(); document.write(year);</script>
</p>
</div>
</div>
</div>
</div>
</div> <!-- closes stage shelf -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/scrollreveal.js/3.0.6/scrollreveal.min.js"></script>
<script src="/js/toolkit.min.js"></script>
<script async type="text/javascript" src="https://www.trycelery.com/js/celery.js"></script>
<!-- Google Analytics -->
<script>
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-60560705-4', 'auto');
ga('send', 'pageview');
</script>
<script async src='//www.google-analytics.com/analytics.js'></script>
<!-- End Google Analytics -->
</body>
</html>