-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
246 lines (226 loc) · 10.9 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="stylesheet" type="text/css" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="assets/font-awesome/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Lora:400i" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Poppins:400,600" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Crimson+Text" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
<script type="text/javascript" src="assets/js/script.js" ></script>
<title>Nexodus - Home</title>
</head>
<body>
<!-- div used to make the body blur -->
<div class="overlay" id="overlay" onclick="closeNav()"></div>
<section class="head index-part-1">
<div class="head-bar">
<div class="container">
<div class="row">
<div class="col-lg-6 col-xs-6 col-sm-6 col-md-6">
<a href="index.html"><img class="img-responsive img-logo" src="assets/img/logo.png"></a>
</div>
<div class="col-lg-6 col-xs-6 col-sm-6 col-md-6 text-right">
<div id="mySidenav" class="sidenav text-center">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a><br>
<a href="index.html">Home</a><hr>
<a href="try.html">Try Nexodus</a><hr>
<a href="https://docs.nexodus.io">Docs</a>
<!--<a href="generic.html">Generic</a><hr>
<a href="element.html">Element</a> -->
</div>
<div class="main" id="main">
<a href="#" onclick="openNav()">MENU ☰</a>
</div>
</div>
</div>
<hr>
</div>
</div>
<div class="wow">
<div class="container">
<div class="row">
<div class="wordmark">
<img class="img-responsive img-logo-center" src="assets/img/wordmark.png">
</div>
<div class="font-1 helmet text-center">
<p>Secure IP Connectivity for Hybrid Infrastructure and the Edge</p>
</div>
<div class="wow-btn text-center">
<a class="btn btn-default wow-button" href="try.html">Try Nexodus</a>
</div>
</div>
</div>
</div>
</section>
<section class="index-part-2">
<div class="container">
<div class="row">
<div class="text-center">
<h2>Features</h2>
</div>
<hr class="hr-mid">
<div class="sub-text text-center">
<p class="font-1">
This open source project implements IP
connectivity-as-a-service that provides secure, isolated
connectivity across any type of infrastructure.
</p>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-lg-6 col-sm-6 col-md-6 col-block">
<div class="block text-center block-first">
<div class="icon">
<i class="fa fa-sliders fa-2x"></i>
</div>
<h4>Custom Authentication</h4>
<p class="font-2">Nexodus uses OpenID Connect (OIDC) for authentication, allowing you to choose from a broad ecosystem of OIDC providers.</p>
</div>
</div>
<div class="col-xs-12 col-lg-6 col-sm-6 col-md-6 col-block">
<div class="block text-center block-second">
<div class="icon">
<i class="fa fa-fast-forward fa-2x"></i>
</div>
<h4>Optimal Connectivity</h4>
<p class="font-2">Nexodus provides direct, mesh connectivity wherever possible, even in places where NAT or firewalls would typically prevent it.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-lg-6 col-sm-6 col-md-6 col-block">
<div class="block text-center block-third">
<div class="icon">
<i class="fa fa-lock fa-2x"></i>
</div>
<h4>Security</h4>
<p class="font-2">Traffic is encrypted using Wireguard without requiring access to any device's traffic.</p>
</div>
</div>
<div class="col-xs-12 col-lg-6 col-sm-6 col-md-6 col-block">
<div class="block text-center block-last">
<div class="icon">
<i class="fa fa-suitcase fa-2x"></i>
</div>
<h4>IP Mobility</h4>
<p class="font-2">Devices connected to Nexodus get a consistent IP address that moves with them.</p>
</div>
</div>
</div>
</div>
</section>
<section class="index-part-3">
<div class="container">
<div class="row why-div">
<div class="text-center">
<h2>Why Nexodus</h2>
</div>
<hr class="hr-mid">
<div class="sub-text text-center">
<p class="font-1">
Nexodus ensures people can spend less time worrying about connectivity across disparate infrastructure.
</p>
</div>
</div>
<div class="row">
<div class="col-lg-9 col-sm-12 col-md-9 col-xs-12">
<div class="holder-para">
<h3>Hybrid Infrastructure Connectivity</h3>
<hr class="hr-short">
<p class="font-2">
Provide secure connectivity with consistent addressing without having to worry about differences among locations or accounting for changes if the device moves to a new location. Circumvent NAT and Firewall challenges to provide secure connectivity to the specific devices you require, regardless of where they are.
</p>
</div>
</div>
<div class="col-lg-3 col-xs-12 col-sm-12 col-md-3">
<div class="holder-img">
<img class="round-img img-responsive center-block" src="assets/img/logo-with-space.png">
</div>
</div>
</div>
<hr class="line-full">
<div class="row">
<div class="col-lg-9 col-xs-12 col-sm-12 col-md-9 col-md-push-3">
<div class="holder-para">
<h3>Compliance</h3>
<hr class="hr-short">
<p class="font-2">
Provide isolated connectivity among a set of nodes, even if they are running across multiple network administrative domains.
</p>
</div>
</div>
<div class="col-lg-3 col-xs-12 col-sm-12 col-md-3 col-md-pull-9">
<div class="holder-img">
<img class="round-img img-responsive center-block" src="assets/img/logo-with-space.png">
</div>
</div>
</div>
<hr class="line-full">
<div class="row">
<div class="col-lg-9 col-xs-12 col-sm-12 col-md-9">
<div class="holder-para">
<h3>Open Source</h3>
<hr class="hr-short">
<p class="font-2">
All of Nexodus is Open Source. The clients, control plane, and all support of service operations are available under the Apache License Version 2.0.
</p>
</div>
</div>
<div class="col-lg-3 col-xs-12 col-sm-12 col-md-3">
<div class="holder-img">
<img class="round-img img-responsive center-block" src="assets/img/logo-with-space.png">
</div>
</div>
</div>
</div>
</section>
<section class="index-part-4">
<div class="container">
<div class="row">
<div class="text-center">
<h2>Try it now</h2>
</div>
<hr class="hr-mid">
<div class="sub-text text-center">
<p class="font-1">
Try the demo service operated by the Nexodus project.
</p>
</div>
</div>
<div class="row text-center">
<a class="btn btn-default wow-button" href="try.html">Try Nexodus</a>
</div>
</div>
</section>
<section class="social">
<ul>
<li><a href="https://github.com/nexodus-io/nexodus" class="fa fa-github fa-2x" aria-hidden="true"></a></li>
</ul>
</section>
<section class="footer">
<div class="container">
<div class="row">
<div class="col-lg-5 col-md-5 col-sm-5 col-xs-5">
<div class="footer-p1">
<p class="font-2">Copyright 2023 by Nexodus.io contributors.</p>
</div>
</div>
<div class="col-lg-2 col-md-2 col-sm-2 col-xs-2">
<img class="img-responsive foot-img" src="assets/img/logo.png">
</div>
<div class="col-lg-5 col-md-5 col-sm-5 col-xs-5">
<div class="footer-p2" >
<p class="font-2"><a href="https://www.redhat.com/en/about/privacy-policy">Privacy Policy</a></p>
</div>
</div>
</div>
</div>
</section>
</body>
</html>