-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
189 lines (169 loc) · 9.2 KB
/
index.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
<!DOCTYPE html>
<html lang="en-uk">
<head>
<meta charset="UTF-8">
<!-- Following meta-tags are to enable colored browser bar in Chrome on mobile devices -->
<!-- Chrome, Firefox OS and Opera -->
<meta name="theme-color" content="#121791">
<!-- Windows Phone -->
<meta name="msapplication-navbutton-color" content="#121791">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-status-bar-style" content="#121791">
<title>Mast.ai</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css"
integrity="sha512-dTfge/zgoMYpP7QbHy4gWMEGsbsdZeCXz7irItjcC3sPUFtf0kuFbDz/ixG7ArTxmDjLXDmezHubeNikyKGVyQ=="
crossorigin="anonymous">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css"
integrity="sha384-aUGj/X2zp5rLCbBxumKTCw2Z50WgIr1vs/PFN4praOTvYXWlVyh2UtNUU0KAUhAX" crossorigin="anonymous">
<link rel="stylesheet" href="stylesheets/main.css">
</head>
<body>
<nav class="navbar navbar-inverse navbar-theme navbar-static-top no-margin">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse"
data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">Mast.ai</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li><a href="#about-us">About us</a></li>
<li><a href="#contact-us">Contact us</a></li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
</nav>
<img class="full-img" src="https://static.pexels.com/photos/7321/sea-water-ocean-horizon.jpg" height="120px">
<div class="container">
<section class="main-content">
<div id="about-us">
<section class="page-header">
<h3>About us</h3>
</section>
<section class="main-content clearfix">
<div id="carousel-example-generic" class="carousel slide hidden-xs hidden-sm" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li>
<li data-target="#carousel-example-generic" data-slide-to="1"></li>
<li data-target="#carousel-example-generic" data-slide-to="2"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active">
<img src="https://c1.staticflickr.com/9/8230/8384110298_da510e0347_b.jpg" alt="Neural">
<div class="carousel-caption">
Doesn't let you come out of your comfort zone and still manage to do wonders.
</div>
</div>
<div class="item">
<img src="https://upload.wikimedia.org/wikipedia/commons/4/40/Ringworld.jpg" alt="Universe">
<div class="carousel-caption">
State-of-the-art algorithms and machines to do the smart work in a jiffy.
</div>
</div>
<div class="item">
<img src="https://upload.wikimedia.org/wikipedia/en/e/e3/ICubLugan01_Reaching.png"
alt="Wonders">
<div class="carousel-caption">
Doing wonder without going to great distances.
</div>
</div>
</div>
<!-- Controls -->
<a class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#carousel-example-generic" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<div class="col-xs-12 col-sm-12 col-md-8 col-lg-8 col-md-offset-2 col-lg-offset-2"
style="margin-top: 10%">
<p class="text">We are developing our prototype under <a href="http://www.entrepreneursfund.com/"
target="_blank">EF</a>, Europe’s largest
technical pre-seed investment accelerator. Prior to mast.ai, our
team has worked at deep learning labs of Amazon.com and
Yoshua Bengio. Their research has been featured in publications
such as <a href="http://www.nytimes.com/" target="_blank">NY Times</a> and <a
href="http://www.technologyreview.com/"
target="_blank">MIT tech review</a>.</p>
</div>
</section>
</div>
<div id="contact-us">
<section class="page-header">
<h3>Contact us</h3>
</section>
<div class="col-xs-12 col-sm-12 col-md-8 col-lg-8 col-md-offset-2 col-lg-offset-2">
<p class="text">We are working our prototype. Leave your details to hear more
or to get in touch</p>
<!-- IS NOT FUNCTIONAL YET -->
<form class="form-horizontal" role="form" action="pages/contact_us.html" method="get">
<div class="form-group">
<label for="inputName" class="col-sm-2 control-label">Name</label>
<div class="col-sm-10">
<input type="text" name="name" class="form-control" id="inputName" placeholder="Name">
</div>
</div>
<div class="form-group">
<label for="inputEmail" class="col-sm-2 control-label">Email *</label>
<div class="col-sm-10">
<input type="email" class="form-control" id="inputEmail" name="email"
placeholder="Email (required)" required>
</div>
</div>
<div class="form-group">
<label for="inputMessage" class="col-sm-2 control-label">Message</label>
<div class="col-sm-10">
<textarea rows="2" class="form-control" id="inputMessage" name="message"
placeholder="Message (optional)"></textarea>
</div>
</div>
<div class="form-group">
<div class="col-sm-offset-2 col-sm-10">
<button type="submit" class="btn btn-primary">Submit</button>
</div>
</div>
</form>
<div class="row-fluid" style="margin-top: 10%">
<p class="text">You can reach us at the following.</p>
</div>
<div class="row-fluid">
<div class="col-lg-6">
<a href="mailto:info@nishionline.com?subject=Get%20in%20touch" target="_blank">info@...com</a>
</div>
<div class="col-lg-6">
<address>
<Company name><br/>
6a Eathel st, 1<sup>st</sup> floor,<br/>
London, SE17 1NH
</address>
</div>
</div>
</div>
</div>
</section>
</div>
<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"
integrity="sha512-K1qjQ+NcF2TYO/eI3M6v8EiNYZfA95pQumfvcVrTHtwQVDG+aHRqLi/ETn2uB+1JqwYqVG3LIvdm9lj6imS/pQ=="
crossorigin="anonymous"></script>
<script src="js/app.js"></script>
</body>
</html>