-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·176 lines (157 loc) · 6.74 KB
/
index.html
File metadata and controls
executable file
·176 lines (157 loc) · 6.74 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>FlowX</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800'
rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic'
rel='stylesheet' type='text/css'>
<!-- Plugin CSS -->
<link href="vendor/magnific-popup/magnific-popup.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/creative.css" rel="stylesheet">
<link href="css/particle-animation.scss" rel="stylesheet">
</head>
<body id="page-top">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav">
<a class="navbar-brand" href="#page-top">Flow X</a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#team">Team</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact</a>
</li>
</ul>
</div>
</nav>
<header class="masthead particle-network-animation">
<div class="header-content">
<div class="header-content-inner">
<!--<h1 id="homeHeading">Flow X</h1>-->
<!--<hr>-->
<h3>Machine learning traffic optimisation.</h3>
</div>
</div>
</header>
<section class="bg-primary" id="about">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-12 what-we-do">
<h2 class="text-center center-middle">
What we do
</h2>
</div>
<div class="col-lg-6 col-md-12 col-xs-12 video-container">
<iframe class="auto-width" src="https://www.youtube.com/embed/LZXRvFmYIbE" frameborder="0"
allowfullscreen></iframe>
</div>
</div>
</div>
</section>
<section id="team" class="services-container">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">The Team</h2>
<hr class="primary">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-6 col-xs-12 text-center margin-auto">
<div class="service-box">
<img class="headshot" src="img/image.png">
<h3>Kylan Gibbs</h3>
<h4>Data</h4>
<p class="text-muted">Cambridge MA Management. Founded start-up following undergrad. 4 years working
in the public sector. Data Scientist on ‘smart’ infrastructure.</p>
</div>
</div>
<div class="col-lg-6 col-lg-auto col-md-6 col-md-auto col-xs-12 text-center margin-auto">
<div class="service-box">
<img class="headshot" src="img/image2.png">
<h3>Chia Jeng Yang</h3>
<h4>Partnerships</h4>
<p class="text-muted">Cambridge BA Law. Ran UK- and SG-public policy think-tanks. Experience with
emerging markets as Rocket Internet manager.
</p>
</div>
</div>
<div class="col-lg-4 col-md-6 col-md-auto col-xs-12 text-center margin-auto">
<div class="service-box">
<img class="headshot" src="img/image3.png">
<h3>Richard Cartwright</h3>
<h4>Operations</h4>
<p class="text-muted">Cambridge BA Economics. Scaled startup from launch to raise $920k.</p>
</div>
</div>
<div class="col-lg-4 col-md-6 col-md-auto col-xs-12 text-center margin-auto">
<div class="service-box">
<img class="headshot" src="img/image4.png">
<h3>Anthony Rubinstein</h3>
<h4>Technology</h4>
<p class="text-muted">Cambridge BA Engineering. 4 years experience in manufacturing and creative
design.
</p>
</div>
</div>
<div class="col-lg-4 col-md-6 col-md-auto col-xs-12 text-center margin-auto">
<div class="service-box">
<img class="headshot" src="img/image5.png">
<h3>Luke Harries</h3>
<h4>Software</h4>
<p class="text-muted">Cambridge BA Cognitive Neuroscience. 3 years developing full-stack web apps
and using Machine Learning.
</p>
</div>
</div>
</div>
</div>
</section>
<section id="contact">
<div class="container">
<div class="row">
<div class="col-xs-12 mx-auto text-center">
<h2 class="section-heading">Contact Us</h2>
<hr class="primary">
<i class="margin fa fa-envelope-o fa-3x sr-contact"></i>
<p>
<a href="mailto:team@flowx.uk">team@flowx.uk</a>
</p>
</div>
</div>
</div>
</section>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/popper/popper.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<script src="vendor/scrollreveal/scrollreveal.min.js"></script>
<script src="vendor/magnific-popup/jquery.magnific-popup.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/creative.min.js"></script>
<script src="js/particle-animation.js"></script>
</body>
</html>