-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathteam.html
More file actions
70 lines (67 loc) · 4.37 KB
/
team.html
File metadata and controls
70 lines (67 loc) · 4.37 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
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Colingo | Team</title>
<link rel="stylesheet" href="css/foundation.css" />
<link rel="stylesheet" href="css/colingo.css" />
<link rel="shortcut icon" href="favicon.ico"/>
<script src="js/vendor/modernizr.js"></script>
<script type="text/javascript" src="//use.typekit.net/cxn6zkf.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
</head>
<body>
<!--Begin navigation-->
<div id="nav">
<div class="row">
<div class="large-6 medium-6 columns">
<a href="index.html"><img class="menu_img" src="img/house_white.png" als="Home" /></a>
<a href="about.html"><span class="menu_item">About</span></a>
<span class="menu_item menu_current">Team</span>
<a href="investors.html"><span class="menu_item">Investors</span></a>
</div>
<div id="social_buttons" class="large-6 medium-6 columns">
<span>
<a href="https://www.facebook.com/Colingo"><img class="btn_social" alt="Visit our Facebook Page" src="img/160x160_fb.png" /></a>
<a href="https://twitter.com/colingo"><img class="btn_social" src="img/160x160_twitter.png" alt="Follow us on Twitter" /></a>
<a href="mailto:support@colingo.com?" target="_top"><img class="btn_social" src="img/160x160_support.png" alt="Email us" /></a>
</span>
</div>
</div>
</div>
<!--End navigation menu-->
<div class="medblue1">
<div class="row">
<div class="large-12 medium-12 columns">
<div class="section">Managing Partners</div>
</div>
</div>
<div class="row end">
<div class="large-6 medium-6 small-12 columns">
<div><img class="portrait" alt="photo of Benjamin Lowenstein" src="img/ben_blue.png" /></div>
<div class="name">Benjamin Lowenstein</div>
<div class="jobtitle">Cofounder, CEO</div>
<p>Benjamin Lowenstein is the founder & CEO of Colingo, during which period he has raised more than $2.4M in venture capital to drive development of a more intuitive form of English-language-learning. He believes passionately that the status quo of the industry does not serve the synapses of the brain nor the social needs of an increasingly global and connected world. Prior to Colingo, he founded and run a boutique software development firm.</p>
<p>He believes in working with his hands to realize the change we wish to see in the world, and is a self-taught software developer specializing in Javascript and Android development. When not behind a keyboard, he can often be found cooking, renovating his apartment, or riding a beater bicycle through the streets of San Francisco.</p>
</div>
<div class="large-6 medium-6 small-12 columns">
<div><img class="portrait" alt="photo of Angel Steger" src="img/angel_blue.png" /></div>
<div class="name">Angel Steger</div>
<div class="jobtitle">Cofounder, Product & Design</div>
<p>Angel has led product & design for award-winning mobile and web services. An architect by training, she is passionate about developing technology to tackle complex, important problems and using design to address the emotional needs and mental model of the end user. </p>
<p>Her past projects range from the most public to the most private spaces on the web: personalized news aggregation, social networks, consumer genomics, email productivity, relationship management, DIY, and more. She's an advocate for rigorous simplicity and has managed developing products for web, iOS, and Android platforms.</p>
<p>Fluent in Spanish and knowing fragments of a handful of other languages, Angel is an active traveler, eager to sample new cuisine, explore new landscapes, and meet new people. </p>
</div>
</div>
<div class="row end">
<div class="tagline">Interested in working with Colingo? <a href="mailto:support@colingo.com?Subject=Working%20with%20Colingo" target="_top" style="color:#5DC9E6;">Contact Us</a><br /><br /><br /><br /></div>
</div>
</div>
<script src="js/vendor/jquery.js"></script>
<script src="js/foundation.min.js"></script>
<script>
$(document).foundation();
</script>
</body>
</html>