forked from element-hq/vector.im
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
executable file
·426 lines (381 loc) · 18.7 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
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
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
<!DOCTYPE html>
<html lang="en">
<head>
<title>New Vector - We believe the future will be open and decentralized</title>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="keywords" content="New Vector, Matrix.org, Riot.im">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta property="og:type" content="website"/>
<meta property="og:site_name" content="New Vector"/>
<meta property="og:title" content="New Vector - We believe the future will be open and decentralized"/>
<meta property="og:image" content="https://vector.im/img/new-vector-green.png"/>
<meta property="og:description" content="Secure. Interoperable. Open source. New Vector builds flagship apps for Matrix.org such as Riot.im as well as contributing to the core Matrix open source clients, SDKs, servers, bridges and the protocol itself."/>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/line-icons.css">
<link rel="stylesheet" href="css/owl.carousel.css">
<link rel="stylesheet" href="css/owl.theme.css">
<link rel="stylesheet" href="css/nivo-lightbox.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/slicknav.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/responsive.css">
<link rel="apple-touch-icon" sizes="57x57" href="img/favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="img/favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="img/favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="img/favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="img/favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="img/favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="img/favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="img/favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="img/favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="img/favicon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="img/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="img/favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="img/favicon/favicon-16x16.png">
<link rel="manifest" href="img/favicon/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="img/favicon/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<!-- Piwik -->
<script type="text/javascript">
var _paq = _paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//piwik.riot.im/";
_paq.push(['setTrackerUrl', u+'piwik.php']);
_paq.push(['setSiteId', '2']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<!-- End Piwik Code -->
</head>
<body>
<!-- Header Section Start -->
<header id="hero-area" data-stellar-background-ratio="0.5">
<!-- Navbar End -->
<nav class="navbar navbar-expand-lg fixed-top scrolling-navbar indigo">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<a href="index.html" class="navbar-brand"><div id="new-vector-logo"></div></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#main-navbar" aria-controls="main-navbar" aria-expanded="false" aria-label="Toggle navigation">
<i class="lnr lnr-menu"></i>
</button>
</div>
<div class="collapse navbar-collapse" id="main-navbar">
<ul class="navbar-nav mr-auto w-100 justify-content-end">
<li class="nav-item">
<a class="nav-link page-scroll" href="https://matrix.org">Matrix.org</a>
</li>
<li class="nav-item">
<a class="nav-link page-scroll" href="https://riot.im">Riot.im</a>
</li>
<li class="nav-item">
<a class="nav-link page-scroll" href="https://github.com/vector-im">Code</a>
</li>
<li class="nav-item">
<a class="nav-link page-scroll" href="https://matrix.org/blog/posts/">Blog</a>
</li>
</ul>
</div>
</div>
<!-- Mobile Menu Start -->
<ul class="mobile-menu">
<li>
<a class="page-scroll" href="https://matrix.org">Matrix.org</a>
</li>
<li>
<a class="page-scroll" href="https://riot.im">Riot.im</a>
</li>
<li>
<a class="page-scroll" href="https://github.com/vector-im">Code</a>
</li>
<li>
<a class="page-scroll" href="https://matrix.org/blog/posts/">Blog</a>
</li>
</ul>
<!-- Mobile Menu End -->
</nav>
<div class="container">
<div class="row justify-content-md-center">
<div class="col-md-10">
<div class="contents text-center">
<h1 class="wow fadeInDown" data-wow-duration="1000ms" data-wow-delay="0.3s">We believe the future will be open and decentralized</h1>
<!-- <p class="lead wow fadeIn" data-wow-duration="1000ms" data-wow-delay="400ms">Work on the software behind Matrix.org and Riot.im</p> -->
<a href="https://new-vector.workable.com" class="btn btn-common wow fadeInUp" data-wow-duration="1000ms" data-wow-delay="400ms">Join us</a>
</div>
</div>
</div>
</div>
</header>
<!-- Header Section End -->
<!-- Services Section Start -->
<section id="services" class="section">
<div class="container">
<div class="section-header">
<h2 class="section-title wow fadeIn" data-wow-duration="1000ms" data-wow-delay="0.3s">Why Work With Us?</h2>
<hr class="lines wow zoomIn" data-wow-delay="0.3s">
<!-- <p class="section-subtitle wow fadeIn" data-wow-duration="1000ms" data-wow-delay="0.3s">New Vector is the open source software development startup which employs the core team behind Matrix.org – the leading project for secure open communication. Matrix’s mission is to create a universal open network and protocol for real-time communication. New Vector builds flagship apps for Matrix such as Riot.im as well as contributing to the core Matrix open source clients, SDKs, servers, bridges and the protocol itself.</p> -->
</div>
<div class="row">
<div class="col-md-4 col-sm-6">
<div class="item-boxes wow fadeInDown" data-wow-delay="0.2s">
<div class="icon">
<i class="lnr lnr-flag"></i>
</div>
<h4>Work On Something That Matters</h4>
<p>We believe that the future of the internet should be open and decentralized, that previously siloed communications platforms should be interoperable and that individuals should control their own data and choose who they share it with.</p>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="item-boxes wow fadeInDown" data-wow-delay="0.8s">
<div class="icon">
<i class="lnr lnr-sun"></i>
</div>
<h4>Work in the open</h4>
<p>Almost all of the software written at New Vector is open source. Everything you do will be out in the open, you will be supported not only by your colleagues, but also by a huge community just as passionate about the project as you are.</p>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="item-boxes wow fadeInDown" data-wow-delay="1.2s">
<div class="icon">
<i class="lnr lnr-magic-wand"></i>
</div>
<h4>Work on something genuinely interesting</h4>
<p>We are building massively scalable decentralized infrastructure, that can be deployed in a distributed manner across 1000s of servers, or equally be deployed to a single Raspberry Pi.</p>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-md-4 col-sm-6">
<div class="item-boxes wow fadeInDown" data-wow-delay="0.2s">
<div class="icon">
<i class="lnr lnr-earth"></i>
</div>
<h4>Work with everyone</h4>
<p>Our products are for everyone and we know we cannot succeed without a diverse team. Our hiring process is designed to be humane and give candidates the best possible chance to show us what they can do. If we ever fall down on this, please
let us know.</p>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="item-boxes wow fadeInDown" data-wow-delay="0.8s">
<div class="icon">
<i class="lnr lnr-heart"></i>
</div>
<h4>Work in a culture of which to be proud</h4>
<p>People tend to stay with the company for a long time, we take this a sign that we have a cohesive supportive culture, that we have engaging challenging work and that people can develop their skills and careers here for the long term.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Services Section End -->
<!-- Features Section Start -->
<section id="features" class="section" data-stellar-background-ratio="0.2">
<div class="container">
<div class="section-header">
<h2 class="section-title">FAQ</h2>
<hr class="lines">
</div>
<div class="container">
<div class="row justify-content-center">
<div class="col-md-6 col-sm-6 box-item">
<div class="text">
<h4>What is Matrix.org?</h4>
<p>Matrix is an open network for secure decentralized communication. Matrix.org publishes the <a href="https://matrix.org/docs/spec">open specification</a> of the protocol, as well as open source reference servers, client SDKs, bridges, etc.</p>
</div>
</div>
<div class="col-lg-6 col-sm-6 col-xs-12 box-item">
<div class="text">
<h4>What is Riot.im?</h4>
<p>Riot is a flagship client for the Matrix network, focusing on collaboration for teams and communities and showcasing Matrix's <a href="https://www.nccgroup.trust/us/our-research/matrix-olm-cryptographic-review/">end-to-end encryption</a>. Available on <a href="https://riot.im">Web, Desktop, iOS & Android</a>, Riot is entirely open source.</p>
</div>
</div>
<div class="col-lg-6 col-sm-6 col-xs-12 box-item">
<div class="text">
<h4>Who are New Vector?</h4>
<p>New Vector is a for-profit startup that builds Riot as well as employing many of the core Matrix.org team. New Vector exists to grow and support the Matrix ecosystem.</p>
</div>
</div>
<div class="col-lg-6 col-sm-6 col-xs-12 box-item">
<div class="text">
<h4>How does New Vector make money?</h4>
<p>New Vector makes money through providing paid Matrix hosting and services (coming soon!) as well as consultancy services to those building on Matrix.</p>
</div>
</div>
<div class="col-lg-6 col-sm-6 col-xs-12 box-item">
<div class="text">
<h4>Where are New Vector's offices?</h4>
<p>New Vector's head office is located in London UK, we also have an office in Rennes France, as well as staff located across the globe.</p>
</div>
</div>
<div class="col-lg-6 col-sm-6 col-xs-12 box-item">
<div class="text">
<h4>How can I learn more about working at New Vector?</h4>
<p>Since almost everything we do is open source on Github (<a href="https://github.com/matrix-org">matrix-org</a> and <a href="https://github.com/vector-im">vector.im</a>) you can get a good feel for exactly what it would be like to work on these projects. Similarly joining dev-centric channels such as <a href="https://matrix.to/#/#matrix-dev:matrix.org">#matrix-dev:matrix.org</a> provides a window into the core team and the community. Come and say hi!</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="Try Riot">
<!-- <div class="container"> -->
<div class="row justify-content-center">
<div class="col-md-6 col-sm-6 box-item" style="padding-right:0px">
<section id="portfolios" class="section">
<!-- Container Starts -->
<div class="container">
<div class="section-header">
<h2 class="section-title wow fadeInUp" data-wow-duration="1000ms" data-wow-delay="0.3s">Try Riot.im now</h2>
</div>
<div class="text-center">
<a href="https://riot.im">
<img src="img/riot_logo.png" alt="Riot App">
</a>
</div>
</div>
</section>
</div>
<!-- Start Video promo Section -->
<div class="col-md-6 col-sm-6 box-item " style="padding-left:0px">
<section id="video-promo" class="video-promo section" >
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="video-promo-content text-center">
<div class="section-header">
<h2 class="wow zoomIn" data-wow-duration="1000ms" data-wow-delay="100ms">Why Matrix?</h2>
</div>
<div>
<a href="https://www.youtube.com/watch?v=Of2grFsl9rM"
class="video-popup wow fadeInUp" data-wow-duration="1000ms" data-wow-delay="0.3s">
<div style="padding:30px 0"><i class="lnr lnr-film-play"></i></div>
</a>
<!-- <a href="https://www.youtube.com/watch?v=Of2grFsl9rM" class="video-popup wow fadeInUp" data-wow-duration="1000ms" data-wow-delay="0.3s"><i class="lnr lnr-film-play"></i></a> -->
</div>
</div>
</div>
</div>
</section>
</div>
<!-- </div> -->
<!-- End Video Promo Section -->
</section>
<!-- Contact Section Start -->
<section id="contact" class="section" data-stellar-background-ratio="0.5">
<div class="container">
<div class="section-header">
<h2 class="section-title" style="color:#FFFFFF">Get in touch</h2>
<hr class="lines">
<p class="section-subtitle">
</p>
</div>
<div class="text-center">
<p> The best way to get to know us is to come and join the conversation at <a href="https://matrix.org">Matrix.org</a>. Point your browser at <a href="https://riot.im">Riot.im</a>, sign up and say Hi.</p>
</div>
</div>
<hr class="lines">
<div class="submit-button text-center">
<a href="https://new-vector.workable.com" class="btn btn-common wow fadeInUp" data-wow-duration="1000ms" data-wow-delay="400ms">View All Vacancies</a>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Section End -->
<section id="trusted" class="section" data-stellar-background-ratio="0.2">
<div class="row text-center">
<div class="col" style="line-height:100px">
Trusted by
</div>
<div class="col">
<a href="https://mozilla.org"><img src="img/logos/Mozilla.jpg" width="100" height="100" alt="mozilla"/></a>
</div>
<div class="col">
<a href="https://www.redhat.com"><img src="img/logos/RedHat.jpg" style="margin-top: -3px" width="100" height="100" alt="amdocs"/></a>
</div>
<div class="col">
<a href="https://www.ericsson.com"><img src="img/logos/ERICSSON.jpg" width="100" height="100" alt="Ericsson"/></a>
</div>
<div class="col">
<a href="https://www.wikimedia.org/"><img src="img/logos/Wikimedia.jpg" width="100" height="100" alt="Wikimedia"/></a>
</div>
</div>
</section>
<!-- Footer Section Start -->
<footer>
<div class="container">
<div class="row">
<!-- Footer Links -->
<div class="col-lg-6 col-sm-6 col-xs-12">
<ul class="footer-links">
<li>
<a href="#">New Vector</a>
</li>
<li>
<a href="https://matrix.org">Matrix.org</a>
</li>
<li>
<a href="https://riot.im">Riot.im</a>
</li>
<li>
<a href="https://github.com/vector-im">Code</a>
</li>
</ul>
</div>
<div class="col-lg-6 col-sm-6 col-xs-12">
<div class="copyright">
<p>All copyrights reserved © 2018 - New Vector</p>
</div>
</div>
</div>
</div>
</footer>
<!-- Footer Section End -->
<!-- Go To Top Link -->
<a href="#" class="back-to-top">
<i class="lnr lnr-arrow-up"></i>
</a>
<div id="loader">
<div class="spinner">
<div class="double-bounce1"></div>
<div class="double-bounce2"></div>
</div>
</div>
<!-- jQuery first, then Tether, then Bootstrap JS. -->
<script src="js/jquery-min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.mixitup.js"></script>
<script src="js/nivo-lightbox.js"></script>
<script src="js/owl.carousel.js"></script>
<script src="js/jquery.stellar.min.js"></script>
<script src="js/jquery.nav.js"></script>
<script src="js/scrolling-nav.js"></script>
<script src="js/jquery.easing.min.js"></script>
<!-- <script src="js/smoothscroll.js"></script> -->
<script src="js/jquery.slicknav.js"></script>
<script src="js/wow.js"></script>
<script src="js/jquery.vide.js"></script>
<script src="js/jquery.counterup.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/waypoints.min.js"></script>
<script src="js/form-validator.min.js"></script>
<script src="js/contact-form-script.js"></script>
<script src="js/main.js"></script>
</body>
</html>