-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
87 lines (84 loc) · 3.69 KB
/
about.html
File metadata and controls
87 lines (84 loc) · 3.69 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
<!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 | About</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>
</head>
<body class="100">
<!--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" alt="Home" /></a>
<span class="menu_item menu_current">About</span>
<a href="team.html"><span class="menu_item">Team</span></a>
<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="lightblue">
<div class="row">
<div class="large-12 medium-12 columns">
<div class="section">Our Story</div>
</div>
</div>
<div class="row">
<div class="large-6 medium-6 columns">
<h1 class="h1serif">Our story begins with an American exchange student ditching school in Santiago, Chile.</h1>
</div>
<div class="large-6 medium-6 columns">
<p>School was boring. Instead, he chose to make friends with some local Chileans and went on a slew of adventures. By summer’s end, he was fluent in Spanish. The classmates who went to class? Not fluent.</p>
<p>This seeded the idea of a new way of learning—one that was fun, exciting, and also worked—learning by conversation. A few years later, Colingo was formed with the goal of being the easiest, most effective way to become fluent in English. </p>
</div>
</div>
</div>
<div class="medblue">
<div class="row">
<div class="large-12 medium-12 columns">
<div class="section">Mission & Values</div>
</div>
</div>
<div class="row">
<div class="large-12 medium-12 columns">
<div class="tagline">We aim to be the easiest way to become fluent in English.</div>
</div>
</div>
<div class="row tagline">
<div class="large-3 medium-3 small-6 columns">
<div><img class="aboutimages" src="img/hand.png" /></div>
<div class="h3about">Fast & Simple</div>
</div>
<div class="large-3 medium-3 small-6 columns">
<div><img class="aboutimages" src="img/chatbubble.png" /></div>
<div class="h3about">Authentic Interactions</div>
</div>
<div class="large-3 medium-3 small-6 columns">
<div><img class="aboutimages" src="img/handsintheair.png" /></div>
<div class="h3about">Empower People</div>
</div>
<div class="large-3 medium-3 small-6 columns">
<div><img class="aboutimages" src="img/network.png" /></div>
<div class="h3about">Build Relationships</div>
</div>
</div>
</div>
<script src="js/vendor/jquery.js"></script>
<script src="js/foundation.min.js"></script>
<script>
$(document).foundation();
</script>
</body>
</html>