-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathfeatures.html
427 lines (410 loc) · 17.4 KB
/
features.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
427
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<!--link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css" rel="stylesheet" -->
<script src="https://cdn.tailwindcss.com"></script>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter:[email protected]&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap"
rel="stylesheet"
/>
<title>Supernetworks Router Features</title>
<meta property="og:url" content="https://www.supernetworks.org/" />
<meta property="og:title" content="Supernetwork Routers" />
<meta property="og:description" content="SPR Features" />
<meta name="description" content="SPR Features" />
<meta
property="og:image"
content="https://www.supernetworks.org/assets/img/bgs/bg-dark.png"
/>
<script>
!(function (t, e) {
var o, n, p, r
e.__SV ||
((window.posthog = e),
(e._i = []),
(e.init = function (i, s, a) {
function g(t, e) {
var o = e.split('.')
2 == o.length && ((t = t[o[0]]), (e = o[1])),
(t[e] = function () {
t.push([e].concat(Array.prototype.slice.call(arguments, 0)))
})
}
;((p = t.createElement('script')).type = 'text/javascript'),
(p.async = !0),
(p.src =
s.api_host.replace('.i.posthog.com', '-assets.i.posthog.com') +
'/static/array.js'),
(r = t.getElementsByTagName('script')[0]).parentNode.insertBefore(
p,
r
)
var u = e
for (
void 0 !== a ? (u = e[a] = []) : (a = 'posthog'),
u.people = u.people || [],
u.toString = function (t) {
var e = 'posthog'
return (
'posthog' !== a && (e += '.' + a), t || (e += ' (stub)'), e
)
},
u.people.toString = function () {
return u.toString(1) + '.people (stub)'
},
o =
'capture identify alias people.set people.set_once set_config register register_once unregister opt_out_capturing has_opted_out_capturing opt_in_capturing reset isFeatureEnabled onFeatureFlags getFeatureFlag getFeatureFlagPayload reloadFeatureFlags group updateEarlyAccessFeatureEnrollment getEarlyAccessFeatures getActiveMatchingSurveys getSurveys onSessionId'.split(
' '
),
n = 0;
n < o.length;
n++
)
g(u, o[n])
e._i.push([i, s, a])
}),
(e.__SV = 1))
})(document, window.posthog || [])
posthog.init('phc_wHrv9J5yEKPecDYT9ligBWKlIi2LBDL7I4heu69ayOT', {
api_host: 'https://us.i.posthog.com'
})
</script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-16781748800"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'AW-16781748800');
</script>
</head>
<body class="bg-slate-950 text-neutral-100 pb-16">
<nav class="md:flex text-white border-gray-200 px-2 sm:px-4 py-2.5">
<div
class="container flex flex-wrap justify-between items-center mx-auto"
>
<a href="/" class="flex items-center">
<!--img src="/docs/images/logo.svg" class="mr-3 h-6 sm:h-9" alt="Flowbite Logo" /-->
<span class="self-center text-xl font-semibold whitespace-nowrap"
>SPR</span
>
</a>
<button
data-collapse-toggle="mobile-menu"
type="button"
id="trigger-mobile-menu"
class="inline-flex items-center p-2 ml-3 text-sm text-gray-500 md:rounded-lg md:hidden hover:bg-slate-800 focus:outline-none focus:ring-2 focus:ring-slate-800 dark:text-gray-400 dark:hover:bg-gray-700 dark:focus:ring-gray-600"
aria-controls="mobile-menu"
aria-expanded="false"
>
<span class="sr-only">Open main menu</span>
<svg
class="w-6 h-6"
fill="currentColor"
viewBox="0 0 20 20"
xmlns="http://www.w3.org/2000/svg"
>
<path
fill-rule="evenodd"
d="M3 5a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zM3 10a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zM3 15a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1z"
clip-rule="evenodd"
></path>
</svg>
<svg
class="hidden w-6 h-6"
fill="currentColor"
viewBox="0 0 20 20"
xmlns="http://www.w3.org/2000/svg"
>
<path
fill-rule="evenodd"
d="M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z"
clip-rule="evenodd"
></path>
</svg>
</button>
<div class="hidden w-full md:block md:w-auto" id="mobile-menu">
<ul
class="flex flex-col mt-4 md:flex-row md:space-x-8 md:mt-0 md:text-sm md:font-medium"
>
<li>
<a
href="/#products"
class="block py-2 pr-4 pl-3 border-b border-slate-800 hover:bg-gray-50 md:hover:bg-transparent md:border-0 md:hover:text-blue-700 md:p-0 dark:text-gray-400 md:dark:hover:text-white dark:hover:bg-gray-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700"
aria-current="page"
>Products</a
>
</li>
<li>
<a
href="features.html"
class="block py-2 pr-4 pl-3 border-b border-slate-800 hover:bg-gray-50 md:hover:bg-transparent md:border-0 md:hover:text-blue-700 md:p-0 dark:text-gray-400 md:dark:hover:text-white dark:hover:bg-gray-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700 font-bold"
aria-current="page"
>Features</a
>
</li>
<li>
<a
href="https://www.supernetworks.org/pages/docs/setup_guides/install"
class="block py-2 pr-4 pl-3 border-b border-slate-800 hover:bg-gray-50 md:hover:bg-transparent md:border-0 md:hover:text-blue-700 md:p-0 dark:text-gray-400 md:dark:hover:text-white dark:hover:bg-gray-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700"
>Guide</a
>
</li>
<li>
<a
href="http://demo.supernetworks.org/"
class="block py-2 pr-4 pl-3 hover:bg-gray-50 md:hover:bg-transparent md:border-0 md:hover:text-blue-700 md:p-0 dark:text-gray-400 md:dark:hover:text-white dark:hover:bg-gray-700 dark:hover:text-white md:dark:hover:bg-transparent"
>Demo</a
>
</li>
<li>
<a
href="https://www.supernetworks.org/pages/docs/intro"
class="block py-2 pr-4 pl-3 border-b border-slate-800 hover:bg-gray-50 md:hover:bg-transparent md:border-0 md:hover:text-blue-700 md:p-0 dark:text-gray-400 md:dark:hover:text-white dark:hover:bg-gray-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700"
>Documentation</a
>
</li>
<li>
<a
href="plus.html"
class="block py-2 pr-4 pl-3 border-b border-slate-800 hover:bg-gray-50 md:hover:bg-transparent md:border-0 md:hover:text-blue-700 md:p-0 dark:text-gray-400 md:dark:hover:text-white dark:hover:bg-gray-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700"
aria-current="page"
>PLUS</a
>
</li>
<li>
<a
href="https://www.supernetworks.org/pages/docs/faq"
class="block py-2 pr-4 pl-3 border-b border-slate-800 hover:bg-gray-50 md:hover:bg-transparent md:border-0 md:hover:text-blue-700 md:p-0 dark:text-gray-400 md:dark:hover:text-white dark:hover:bg-gray-700 dark:hover:text-white md:dark:hover:bg-transparent dark:border-gray-700"
>FAQ</a
>
</li>
<li>
<a
href="https://www.supernetworks.org/pages/blog"
class="block py-2 pr-4 pl-3 hover:bg-gray-50 md:hover:bg-transparent md:border-0 md:hover:text-blue-700 md:p-0 dark:text-gray-400 md:dark:hover:text-white dark:hover:bg-gray-700 dark:hover:text-white md:dark:hover:bg-transparent"
>Blog</a
>
</li>
</ul>
</div>
</div>
</nav>
<div class="static overflow-hidden h-full">
<div
class="opacity-80 bg-[url(assets/img/bg-ambient-1.png)] bg-cover h-full w-full fixed right-0 bottom-0 bg-opacity-25"
style="z-index: -1"
></div>
</div>
<header class="relative pt-8 md:pt-24 antialiased">
<!--div class="p-6 mx-auto bg-white rounded-xl shadow-lg flex flex-col items-center space-x-4 space-y-6 mx-2 my-8"-->
<div
class="md:mx-auto flex flex-col items-center space-x-4 space-y-8 my-8 text-center"
>
<h1 class="text-4xl font-medium tracking-tight lg:text-5xl">
SPR Features
</h1>
<p class="max-w-4xl mb-8 px-4 sm:text-lg md:text-md md:mb-10">
The world's best security and networking capabilities for the home.
Now open source, in your hands, and easy to configure.
</p>
</div>
</header>
<div
class="bg-slate-950/80 md:border border-slate-800 md:rounded-3xl w-full lg:w-3/4 mx-auto lg:p-4 md:px-0 md:pb-16 flex flex-col items-center space-x-4 space-y-8 text-center antialiased"
>
<!-- TABLE HERE -->
REPLACEME
<div
class="text-left text-sm dark:text-slate-400 my-16 flex flex-row space-x-4"
>
<p>
<span class="text-violet-400"> ✓ </span>
SPR Free
</p>
<p>
<span class="text-fuchsia-600"> ✓* </span>
SPR PLUS
</p>
</div>
</div>
<div class="bg-slate-950/80 md:border border-slate-800 md:rounded-3xl w-full lg:w-3/4 mx-auto lg:p-4 md:px-0 md:pb-16 flex flex-col items-center space-x-4 space-y-8 text-center antialiased">
<div class="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 py-12">
<h3 class="text-2xl font-semibold mt-12 mb-6 text-blue-300">Why Choose Supernetworks?</h3>
<ul class="list-none mb-6 grid md:grid-cols-2 gap-4">
<li class="bg-slate-800 p-4 rounded-lg">
<span class="font-semibold text-blue-300">Advanced Security:</span>
<p class="py-4"> Enterprise-grade protection for your home network</p>
</li>
<li class="bg-slate-800 p-4 rounded-lg">
<span class="font-semibold text-blue-300">Full Visibility:</span> Understand your network like never before
</li>
<li class="bg-slate-800 p-4 rounded-lg">
<span class="font-semibold text-blue-300">Flexible Control:</span> Customize your network to fit your unique needs
</li>
<li class="bg-slate-800 p-4 rounded-lg">
<span class="font-semibold text-blue-300">Speed Without Compromise:</span> Enjoy fast connectivity without sacrificing security
</li>
<li class="bg-slate-800 p-4 rounded-lg md:col-span-2">
<span class="font-semibold text-blue-300">Open Source Transparency:</span> Our code is open for review and contribution
</li>
</ul>
</div>
</div>
<!--div class="w-full lg:w-3/4 lg:mx-auto my-8 space-y-8">
<section class="antialiased bg-slate-950">
<div
class="col-span-2 md:border border-slate-800 rounded-3xl p-8 space-y-4"
>
<div class="flex flex-row space-x-2 items-center">
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
class="w-6 text-amber-200"
>
<path d="M6 8a6 6 0 0 1 12 0c0 7 3 9 3 9H3s3-2 3-9" />
<path d="M10.3 21a1.94 1.94 0 0 0 3.4 0" />
</svg>
<h3 class="text-3xl font-medium">Customizable Alerts</h3>
</div>
<div class="flex">
<p>
Configure alerts to notify you when specific events occur. Get
notified on desktop or with push notifications on your mobile
device
</p>
</div>
<div class="space-y-2">
<div class="flex space-x-2 items-center">
<div
class="inline-block bg-slate-950 p-1 rounded-lg border border-slate-600"
>
<svg
xmlns="http://www.w3.org/2000/svg"
class="w-4 text-zinc-300"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M12 20h.01" />
<path d="M2 8.82a15 15 0 0 1 20 0" />
<path d="M5 12.859a10 10 0 0 1 14 0" />
<path d="M8.5 16.429a5 5 0 0 1 7 0" />
</svg>
</div>
<div>
<p class="text-md">Any device connects to wifi</p>
</div>
</div>
<div class="flex space-x-2 items-center">
<div
class="inline-block bg-slate-950 p-1 rounded-lg border border-slate-600"
>
<svg
xmlns="http://www.w3.org/2000/svg"
class="w-4 text-zinc-300"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path
d="M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"
/>
</svg>
</div>
<div>
<p class="text-md">
Device in group
<span class="border border-zinc-500 p-1 rounded-lg"
>guest</span
>
connect to domain matching
<span class="border border-zinc-500 p-1 rounded-lg"
>supernetworks.org</span
>
</p>
</div>
</div>
</div>
<div
class="relative text-zinc-100 p-4"
style="background: rgba(153, 246, 228, 0.3)"
>
<div class="flex items-center space-x-4">
<div>
<svg
xmlns="http://www.w3.org/2000/svg"
class="w-8 text-green-600"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<circle cx="12" cy="12" r="10" />
<path d="m9 12 2 2 4-4" />
</svg>
</div>
<div class="flex-1">
<h3 class="font-bold">Success</h3>
<p>Authentication success for laptop</p>
</div>
</div>
<div class="absolute top-0 right-0 m-1">
<svg
xmlns="http://www.w3.org/2000/svg"
class="w-5 text-zinc-400 opacity-50"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M18 6 6 18" />
<path d="m6 6 12 12" />
</svg>
</div>
</div>
<img
src="https://www.supernetworks.org/pages/assets/images/alerts-add-conditions-77340793d921c3591388b113544a1b94.png"
/>
</div>
</section>
<div class="md:border border-slate-800 rounded-3xl p-8 space-y-4">
<h3 class="text-2xl font-medium">Usage Logs</h3>
<p>Get full visibility into how your Primitives are being used.</p>
</div>
</div-->
</body>
<script>
let el = document.getElementById('trigger-mobile-menu')
el.addEventListener('click', function () {
let menu = document.getElementById('mobile-menu')
menu.classList.toggle('hidden')
})
</script>
</html>