@networkpro/legal 0.2.10 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/404.html +748 -0
- package/docs/assets/external/github.com/netwk-pro/netwk-pro.github.io/actions/workflows/upload.yml/badge.svg +35 -0
- package/docs/assets/external/github.com/netwk-pro/netwk-pro.github.io/actions/workflows/webpack.yml/badge.56403977.svg +35 -0
- package/docs/assets/external/img.shields.io/badge/Contributor Covenant-2.1-4baaaa.svg +1 -0
- package/docs/assets/external/img.shields.io/badge/code_style-prettier-ff69b4.3e3c11fa.svg +1 -0
- package/docs/assets/external/img.shields.io/npm/v/@networkpro/web.5485edf3.svg +1 -0
- package/docs/assets/external/mirrors.creativecommons.org/presskit/icons/by.svg +20 -0
- package/docs/assets/external/mirrors.creativecommons.org/presskit/icons/cc.svg +27 -0
- package/docs/assets/external/raw.githubusercontent.com/netwk-pro/netwk-pro.github.io/refs/heads/master/img/qr/pgp-github.png +0 -0
- package/docs/assets/external/raw.githubusercontent.com/netwk-pro/netwk-pro.github.io/refs/heads/master/img/qr/pgp-support.png +0 -0
- package/docs/assets/external/raw.githubusercontent.com/netwk-pro/netwk-pro.github.io/refs/heads/master/img/qr/vcard.png +0 -0
- package/docs/assets/external/unpkg.com/mermaid@11/dist/mermaid.min.js +2607 -0
- package/docs/assets/images/favicon.png +0 -0
- package/docs/assets/javascripts/bundle.c8b220af.min.js +16 -0
- package/docs/assets/javascripts/bundle.c8b220af.min.js.map +7 -0
- package/docs/assets/javascripts/lunr/min/lunr.ar.min.js +1 -0
- package/docs/assets/javascripts/lunr/min/lunr.da.min.js +18 -0
- package/docs/assets/javascripts/lunr/min/lunr.de.min.js +18 -0
- package/docs/assets/javascripts/lunr/min/lunr.du.min.js +18 -0
- package/docs/assets/javascripts/lunr/min/lunr.el.min.js +1 -0
- package/docs/assets/javascripts/lunr/min/lunr.es.min.js +18 -0
- package/docs/assets/javascripts/lunr/min/lunr.fi.min.js +18 -0
- package/docs/assets/javascripts/lunr/min/lunr.fr.min.js +18 -0
- package/docs/assets/javascripts/lunr/min/lunr.he.min.js +1 -0
- package/docs/assets/javascripts/lunr/min/lunr.hi.min.js +1 -0
- package/docs/assets/javascripts/lunr/min/lunr.hu.min.js +18 -0
- package/docs/assets/javascripts/lunr/min/lunr.hy.min.js +1 -0
- package/docs/assets/javascripts/lunr/min/lunr.it.min.js +18 -0
- package/docs/assets/javascripts/lunr/min/lunr.ja.min.js +1 -0
- package/docs/assets/javascripts/lunr/min/lunr.jp.min.js +1 -0
- package/docs/assets/javascripts/lunr/min/lunr.kn.min.js +1 -0
- package/docs/assets/javascripts/lunr/min/lunr.ko.min.js +1 -0
- package/docs/assets/javascripts/lunr/min/lunr.multi.min.js +1 -0
- package/docs/assets/javascripts/lunr/min/lunr.nl.min.js +18 -0
- package/docs/assets/javascripts/lunr/min/lunr.no.min.js +18 -0
- package/docs/assets/javascripts/lunr/min/lunr.pt.min.js +18 -0
- package/docs/assets/javascripts/lunr/min/lunr.ro.min.js +18 -0
- package/docs/assets/javascripts/lunr/min/lunr.ru.min.js +18 -0
- package/docs/assets/javascripts/lunr/min/lunr.sa.min.js +1 -0
- package/docs/assets/javascripts/lunr/min/lunr.stemmer.support.min.js +1 -0
- package/docs/assets/javascripts/lunr/min/lunr.sv.min.js +18 -0
- package/docs/assets/javascripts/lunr/min/lunr.ta.min.js +1 -0
- package/docs/assets/javascripts/lunr/min/lunr.te.min.js +1 -0
- package/docs/assets/javascripts/lunr/min/lunr.th.min.js +1 -0
- package/docs/assets/javascripts/lunr/min/lunr.tr.min.js +18 -0
- package/docs/assets/javascripts/lunr/min/lunr.vi.min.js +1 -0
- package/docs/assets/javascripts/lunr/min/lunr.zh.min.js +1 -0
- package/docs/assets/javascripts/lunr/tinyseg.js +206 -0
- package/docs/assets/javascripts/lunr/wordcut.js +6708 -0
- package/docs/assets/javascripts/workers/search.f8cc74c7.min.js +42 -0
- package/docs/assets/javascripts/workers/search.f8cc74c7.min.js.map +7 -0
- package/docs/assets/stylesheets/main.2afb09e1.min.css +1 -0
- package/docs/assets/stylesheets/main.2afb09e1.min.css.map +1 -0
- package/docs/assets/stylesheets/palette.06af60db.min.css +1 -0
- package/docs/assets/stylesheets/palette.06af60db.min.css.map +1 -0
- package/docs/conduct/index.html +1016 -0
- package/docs/img/favicon.png +0 -0
- package/docs/img/logo.png +0 -0
- package/docs/index.html +915 -0
- package/docs/legal/index.html +1152 -0
- package/docs/privacy/index.html +1071 -0
- package/docs/search/search_index.json +1 -0
- package/docs/sitemap.xml +27 -0
- package/docs/sitemap.xml.gz +0 -0
- package/docs/terms-cond/index.html +1120 -0
- package/docs/terms-use/index.html +1042 -0
- package/index.html +13 -1
- package/index.html.br +0 -0
- package/index.html.gz +0 -0
- package/package.json +3 -3
package/docs/index.html
ADDED
@@ -0,0 +1,915 @@
|
|
1
|
+
|
2
|
+
<!doctype html>
|
3
|
+
<html lang="en" class="no-js">
|
4
|
+
<head>
|
5
|
+
|
6
|
+
<meta charset="utf-8">
|
7
|
+
<meta name="viewport" content="width=device-width,initial-scale=1">
|
8
|
+
|
9
|
+
|
10
|
+
|
11
|
+
<link rel="canonical" href="https://legal.netwk.pro/docs/">
|
12
|
+
|
13
|
+
|
14
|
+
|
15
|
+
<link rel="next" href="privacy/">
|
16
|
+
|
17
|
+
|
18
|
+
<link rel="icon" href="img/favicon.png">
|
19
|
+
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.6.12">
|
20
|
+
|
21
|
+
|
22
|
+
|
23
|
+
<title>About Us - Network Pro Strategies</title>
|
24
|
+
|
25
|
+
|
26
|
+
|
27
|
+
<link rel="stylesheet" href="assets/stylesheets/main.2afb09e1.min.css">
|
28
|
+
|
29
|
+
|
30
|
+
<link rel="stylesheet" href="assets/stylesheets/palette.06af60db.min.css">
|
31
|
+
|
32
|
+
|
33
|
+
|
34
|
+
|
35
|
+
|
36
|
+
|
37
|
+
|
38
|
+
|
39
|
+
|
40
|
+
|
41
|
+
|
42
|
+
|
43
|
+
<script>__md_scope=new URL(".",location),__md_hash=e=>[...e].reduce(((e,_)=>(e<<5)-e+_.charCodeAt(0)),0),__md_get=(e,_=localStorage,t=__md_scope)=>JSON.parse(_.getItem(t.pathname+"."+e)),__md_set=(e,_,t=localStorage,a=__md_scope)=>{try{t.setItem(a.pathname+"."+e,JSON.stringify(_))}catch(e){}}</script>
|
44
|
+
|
45
|
+
|
46
|
+
|
47
|
+
|
48
|
+
|
49
|
+
|
50
|
+
</head>
|
51
|
+
|
52
|
+
|
53
|
+
|
54
|
+
|
55
|
+
|
56
|
+
|
57
|
+
|
58
|
+
|
59
|
+
|
60
|
+
<body dir="ltr" data-md-color-scheme="default" data-md-color-primary="amber" data-md-color-accent="yellow">
|
61
|
+
|
62
|
+
|
63
|
+
<input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer" autocomplete="off">
|
64
|
+
<input class="md-toggle" data-md-toggle="search" type="checkbox" id="__search" autocomplete="off">
|
65
|
+
<label class="md-overlay" for="__drawer"></label>
|
66
|
+
<div data-md-component="skip">
|
67
|
+
|
68
|
+
|
69
|
+
<a href="#network-pro-strategies" class="md-skip">
|
70
|
+
Skip to content
|
71
|
+
</a>
|
72
|
+
|
73
|
+
</div>
|
74
|
+
<div data-md-component="announce">
|
75
|
+
|
76
|
+
</div>
|
77
|
+
|
78
|
+
|
79
|
+
|
80
|
+
|
81
|
+
<header class="md-header" data-md-component="header">
|
82
|
+
<nav class="md-header__inner md-grid" aria-label="Header">
|
83
|
+
<a href="." title="Network Pro Strategies" class="md-header__button md-logo" aria-label="Network Pro Strategies" data-md-component="logo">
|
84
|
+
|
85
|
+
<img src="img/logo.png" alt="logo">
|
86
|
+
|
87
|
+
</a>
|
88
|
+
<label class="md-header__button md-icon" for="__drawer">
|
89
|
+
|
90
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 6h18v2H3zm0 5h18v2H3zm0 5h18v2H3z"/></svg>
|
91
|
+
</label>
|
92
|
+
<div class="md-header__title" data-md-component="header-title">
|
93
|
+
<div class="md-header__ellipsis">
|
94
|
+
<div class="md-header__topic">
|
95
|
+
<span class="md-ellipsis">
|
96
|
+
Network Pro Strategies
|
97
|
+
</span>
|
98
|
+
</div>
|
99
|
+
<div class="md-header__topic" data-md-component="header-topic">
|
100
|
+
<span class="md-ellipsis">
|
101
|
+
|
102
|
+
About Us
|
103
|
+
|
104
|
+
</span>
|
105
|
+
</div>
|
106
|
+
</div>
|
107
|
+
</div>
|
108
|
+
|
109
|
+
|
110
|
+
<form class="md-header__option" data-md-component="palette">
|
111
|
+
|
112
|
+
|
113
|
+
|
114
|
+
|
115
|
+
<input class="md-option" data-md-color-media="(prefers-color-scheme)" data-md-color-scheme="default" data-md-color-primary="amber" data-md-color-accent="yellow" aria-label="Switch to light mode" type="radio" name="__palette" id="__palette_0">
|
116
|
+
|
117
|
+
<label class="md-header__button md-icon" title="Switch to light mode" for="__palette_1" hidden>
|
118
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m14.3 16-.7-2h-3.2l-.7 2H7.8L11 7h2l3.2 9zM20 8.69V4h-4.69L12 .69 8.69 4H4v4.69L.69 12 4 15.31V20h4.69L12 23.31 15.31 20H20v-4.69L23.31 12zm-9.15 3.96h2.3L12 9z"/></svg>
|
119
|
+
</label>
|
120
|
+
|
121
|
+
|
122
|
+
|
123
|
+
|
124
|
+
|
125
|
+
<input class="md-option" data-md-color-media="(prefers-color-scheme: dark)" data-md-color-scheme="slate" data-md-color-primary="amber" data-md-color-accent="yellow" aria-label="Switch to system preference" type="radio" name="__palette" id="__palette_1">
|
126
|
+
|
127
|
+
<label class="md-header__button md-icon" title="Switch to system preference" for="__palette_2" hidden>
|
128
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 18c-.89 0-1.74-.2-2.5-.55C11.56 16.5 13 14.42 13 12s-1.44-4.5-3.5-5.45C10.26 6.2 11.11 6 12 6a6 6 0 0 1 6 6 6 6 0 0 1-6 6m8-9.31V4h-4.69L12 .69 8.69 4H4v4.69L.69 12 4 15.31V20h4.69L12 23.31 15.31 20H20v-4.69L23.31 12z"/></svg>
|
129
|
+
</label>
|
130
|
+
|
131
|
+
|
132
|
+
|
133
|
+
|
134
|
+
|
135
|
+
<input class="md-option" data-md-color-media="(prefers-color-scheme: light)" data-md-color-scheme="default" data-md-color-primary="amber" data-md-color-accent="yellow" aria-label="Switch to dark mode" type="radio" name="__palette" id="__palette_2">
|
136
|
+
|
137
|
+
<label class="md-header__button md-icon" title="Switch to dark mode" for="__palette_0" hidden>
|
138
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 8a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4m0 10a6 6 0 0 1-6-6 6 6 0 0 1 6-6 6 6 0 0 1 6 6 6 6 0 0 1-6 6m8-9.31V4h-4.69L12 .69 8.69 4H4v4.69L.69 12 4 15.31V20h4.69L12 23.31 15.31 20H20v-4.69L23.31 12z"/></svg>
|
139
|
+
</label>
|
140
|
+
|
141
|
+
|
142
|
+
</form>
|
143
|
+
|
144
|
+
|
145
|
+
|
146
|
+
<script>var palette=__md_get("__palette");if(palette&&palette.color){if("(prefers-color-scheme)"===palette.color.media){var media=matchMedia("(prefers-color-scheme: light)"),input=document.querySelector(media.matches?"[data-md-color-media='(prefers-color-scheme: light)']":"[data-md-color-media='(prefers-color-scheme: dark)']");palette.color.media=input.getAttribute("data-md-color-media"),palette.color.scheme=input.getAttribute("data-md-color-scheme"),palette.color.primary=input.getAttribute("data-md-color-primary"),palette.color.accent=input.getAttribute("data-md-color-accent")}for(var[key,value]of Object.entries(palette.color))document.body.setAttribute("data-md-color-"+key,value)}</script>
|
147
|
+
|
148
|
+
|
149
|
+
|
150
|
+
|
151
|
+
|
152
|
+
<label class="md-header__button md-icon" for="__search">
|
153
|
+
|
154
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.52 6.52 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5"/></svg>
|
155
|
+
</label>
|
156
|
+
<div class="md-search" data-md-component="search" role="dialog">
|
157
|
+
<label class="md-search__overlay" for="__search"></label>
|
158
|
+
<div class="md-search__inner" role="search">
|
159
|
+
<form class="md-search__form" name="search">
|
160
|
+
<input type="text" class="md-search__input" name="query" aria-label="Search" placeholder="Search" autocapitalize="off" autocorrect="off" autocomplete="off" spellcheck="false" data-md-component="search-query" required>
|
161
|
+
<label class="md-search__icon md-icon" for="__search">
|
162
|
+
|
163
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.52 6.52 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5"/></svg>
|
164
|
+
|
165
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11z"/></svg>
|
166
|
+
</label>
|
167
|
+
<nav class="md-search__options" aria-label="Search">
|
168
|
+
|
169
|
+
<button type="reset" class="md-search__icon md-icon" title="Clear" aria-label="Clear" tabindex="-1">
|
170
|
+
|
171
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"/></svg>
|
172
|
+
</button>
|
173
|
+
</nav>
|
174
|
+
|
175
|
+
<div class="md-search__suggest" data-md-component="search-suggest"></div>
|
176
|
+
|
177
|
+
</form>
|
178
|
+
<div class="md-search__output">
|
179
|
+
<div class="md-search__scrollwrap" tabindex="0" data-md-scrollfix>
|
180
|
+
<div class="md-search-result" data-md-component="search-result">
|
181
|
+
<div class="md-search-result__meta">
|
182
|
+
Initializing search
|
183
|
+
</div>
|
184
|
+
<ol class="md-search-result__list" role="presentation"></ol>
|
185
|
+
</div>
|
186
|
+
</div>
|
187
|
+
</div>
|
188
|
+
</div>
|
189
|
+
</div>
|
190
|
+
|
191
|
+
|
192
|
+
|
193
|
+
<div class="md-header__source">
|
194
|
+
<a href="https://github.com/netwk-pro/netwk-pro-legal" title="Go to repository" class="md-source" data-md-component="source">
|
195
|
+
<div class="md-source__icon md-icon">
|
196
|
+
|
197
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M439.55 236.05 244 40.45a28.87 28.87 0 0 0-40.81 0l-40.66 40.63 51.52 51.52c27.06-9.14 52.68 16.77 43.39 43.68l49.66 49.66c34.23-11.8 61.18 31 35.47 56.69-26.49 26.49-70.21-2.87-56-37.34L240.22 199v121.85c25.3 12.54 22.26 41.85 9.08 55a34.34 34.34 0 0 1-48.55 0c-17.57-17.6-11.07-46.91 11.25-56v-123c-20.8-8.51-24.6-30.74-18.64-45L142.57 101 8.45 235.14a28.86 28.86 0 0 0 0 40.81l195.61 195.6a28.86 28.86 0 0 0 40.8 0l194.69-194.69a28.86 28.86 0 0 0 0-40.81"/></svg>
|
198
|
+
</div>
|
199
|
+
<div class="md-source__repository">
|
200
|
+
netwk-pro-legal
|
201
|
+
</div>
|
202
|
+
</a>
|
203
|
+
</div>
|
204
|
+
|
205
|
+
</nav>
|
206
|
+
|
207
|
+
</header>
|
208
|
+
|
209
|
+
<div class="md-container" data-md-component="container">
|
210
|
+
|
211
|
+
|
212
|
+
|
213
|
+
|
214
|
+
|
215
|
+
<nav class="md-tabs" aria-label="Tabs" data-md-component="tabs">
|
216
|
+
<div class="md-grid">
|
217
|
+
<ul class="md-tabs__list">
|
218
|
+
|
219
|
+
|
220
|
+
|
221
|
+
|
222
|
+
|
223
|
+
|
224
|
+
|
225
|
+
|
226
|
+
<li class="md-tabs__item md-tabs__item--active">
|
227
|
+
<a href="." class="md-tabs__link">
|
228
|
+
|
229
|
+
|
230
|
+
|
231
|
+
|
232
|
+
|
233
|
+
Home
|
234
|
+
|
235
|
+
</a>
|
236
|
+
</li>
|
237
|
+
|
238
|
+
|
239
|
+
|
240
|
+
|
241
|
+
|
242
|
+
|
243
|
+
|
244
|
+
|
245
|
+
<li class="md-tabs__item">
|
246
|
+
<a href="privacy/" class="md-tabs__link">
|
247
|
+
|
248
|
+
|
249
|
+
|
250
|
+
|
251
|
+
|
252
|
+
Privacy Policy
|
253
|
+
|
254
|
+
</a>
|
255
|
+
</li>
|
256
|
+
|
257
|
+
|
258
|
+
|
259
|
+
|
260
|
+
|
261
|
+
|
262
|
+
|
263
|
+
|
264
|
+
<li class="md-tabs__item">
|
265
|
+
<a href="terms-use/" class="md-tabs__link">
|
266
|
+
|
267
|
+
|
268
|
+
|
269
|
+
|
270
|
+
|
271
|
+
Website Terms of Use
|
272
|
+
|
273
|
+
</a>
|
274
|
+
</li>
|
275
|
+
|
276
|
+
|
277
|
+
|
278
|
+
|
279
|
+
|
280
|
+
|
281
|
+
|
282
|
+
|
283
|
+
<li class="md-tabs__item">
|
284
|
+
<a href="legal/" class="md-tabs__link">
|
285
|
+
|
286
|
+
|
287
|
+
|
288
|
+
|
289
|
+
|
290
|
+
Legal, Copyright, and Licensing
|
291
|
+
|
292
|
+
</a>
|
293
|
+
</li>
|
294
|
+
|
295
|
+
|
296
|
+
|
297
|
+
|
298
|
+
|
299
|
+
|
300
|
+
|
301
|
+
|
302
|
+
|
303
|
+
|
304
|
+
<li class="md-tabs__item">
|
305
|
+
<a href="terms-cond/" class="md-tabs__link">
|
306
|
+
|
307
|
+
|
308
|
+
|
309
|
+
Consulting
|
310
|
+
|
311
|
+
</a>
|
312
|
+
</li>
|
313
|
+
|
314
|
+
|
315
|
+
|
316
|
+
|
317
|
+
|
318
|
+
|
319
|
+
|
320
|
+
|
321
|
+
|
322
|
+
|
323
|
+
|
324
|
+
<li class="md-tabs__item">
|
325
|
+
<a href="conduct/" class="md-tabs__link">
|
326
|
+
|
327
|
+
|
328
|
+
|
329
|
+
Contributing
|
330
|
+
|
331
|
+
</a>
|
332
|
+
</li>
|
333
|
+
|
334
|
+
|
335
|
+
|
336
|
+
|
337
|
+
</ul>
|
338
|
+
</div>
|
339
|
+
</nav>
|
340
|
+
|
341
|
+
|
342
|
+
|
343
|
+
<main class="md-main" data-md-component="main">
|
344
|
+
<div class="md-main__inner md-grid">
|
345
|
+
|
346
|
+
|
347
|
+
|
348
|
+
<div class="md-sidebar md-sidebar--primary" data-md-component="sidebar" data-md-type="navigation" >
|
349
|
+
<div class="md-sidebar__scrollwrap">
|
350
|
+
<div class="md-sidebar__inner">
|
351
|
+
|
352
|
+
|
353
|
+
|
354
|
+
|
355
|
+
|
356
|
+
|
357
|
+
|
358
|
+
|
359
|
+
<nav class="md-nav md-nav--primary md-nav--lifted md-nav--integrated" aria-label="Navigation" data-md-level="0">
|
360
|
+
<label class="md-nav__title" for="__drawer">
|
361
|
+
<a href="." title="Network Pro Strategies" class="md-nav__button md-logo" aria-label="Network Pro Strategies" data-md-component="logo">
|
362
|
+
|
363
|
+
<img src="img/logo.png" alt="logo">
|
364
|
+
|
365
|
+
</a>
|
366
|
+
Network Pro Strategies
|
367
|
+
</label>
|
368
|
+
|
369
|
+
<div class="md-nav__source">
|
370
|
+
<a href="https://github.com/netwk-pro/netwk-pro-legal" title="Go to repository" class="md-source" data-md-component="source">
|
371
|
+
<div class="md-source__icon md-icon">
|
372
|
+
|
373
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M439.55 236.05 244 40.45a28.87 28.87 0 0 0-40.81 0l-40.66 40.63 51.52 51.52c27.06-9.14 52.68 16.77 43.39 43.68l49.66 49.66c34.23-11.8 61.18 31 35.47 56.69-26.49 26.49-70.21-2.87-56-37.34L240.22 199v121.85c25.3 12.54 22.26 41.85 9.08 55a34.34 34.34 0 0 1-48.55 0c-17.57-17.6-11.07-46.91 11.25-56v-123c-20.8-8.51-24.6-30.74-18.64-45L142.57 101 8.45 235.14a28.86 28.86 0 0 0 0 40.81l195.61 195.6a28.86 28.86 0 0 0 40.8 0l194.69-194.69a28.86 28.86 0 0 0 0-40.81"/></svg>
|
374
|
+
</div>
|
375
|
+
<div class="md-source__repository">
|
376
|
+
netwk-pro-legal
|
377
|
+
</div>
|
378
|
+
</a>
|
379
|
+
</div>
|
380
|
+
|
381
|
+
<ul class="md-nav__list" data-md-scrollfix>
|
382
|
+
|
383
|
+
|
384
|
+
|
385
|
+
|
386
|
+
|
387
|
+
|
388
|
+
|
389
|
+
|
390
|
+
|
391
|
+
<li class="md-nav__item md-nav__item--active">
|
392
|
+
|
393
|
+
<input class="md-nav__toggle md-toggle" type="checkbox" id="__toc">
|
394
|
+
|
395
|
+
|
396
|
+
|
397
|
+
|
398
|
+
|
399
|
+
<label class="md-nav__link md-nav__link--active" for="__toc">
|
400
|
+
|
401
|
+
|
402
|
+
|
403
|
+
<span class="md-ellipsis">
|
404
|
+
Home
|
405
|
+
|
406
|
+
</span>
|
407
|
+
|
408
|
+
|
409
|
+
<span class="md-nav__icon md-icon"></span>
|
410
|
+
</label>
|
411
|
+
|
412
|
+
<a href="." class="md-nav__link md-nav__link--active">
|
413
|
+
|
414
|
+
|
415
|
+
|
416
|
+
<span class="md-ellipsis">
|
417
|
+
Home
|
418
|
+
|
419
|
+
</span>
|
420
|
+
|
421
|
+
|
422
|
+
</a>
|
423
|
+
|
424
|
+
|
425
|
+
|
426
|
+
<nav class="md-nav md-nav--secondary" aria-label="Table of contents">
|
427
|
+
|
428
|
+
|
429
|
+
|
430
|
+
|
431
|
+
|
432
|
+
|
433
|
+
<label class="md-nav__title" for="__toc">
|
434
|
+
<span class="md-nav__icon md-icon"></span>
|
435
|
+
Table of contents
|
436
|
+
</label>
|
437
|
+
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
|
438
|
+
|
439
|
+
<li class="md-nav__item">
|
440
|
+
<a href="#securing-your-business-with-expertise-innovation" class="md-nav__link">
|
441
|
+
<span class="md-ellipsis">
|
442
|
+
Securing Your Business with Expertise & Innovation
|
443
|
+
</span>
|
444
|
+
</a>
|
445
|
+
|
446
|
+
<nav class="md-nav" aria-label="Securing Your Business with Expertise & Innovation">
|
447
|
+
<ul class="md-nav__list">
|
448
|
+
|
449
|
+
<li class="md-nav__item">
|
450
|
+
<a href="#why-network-protm" class="md-nav__link">
|
451
|
+
<span class="md-ellipsis">
|
452
|
+
Why Network Pro™?
|
453
|
+
</span>
|
454
|
+
</a>
|
455
|
+
|
456
|
+
</li>
|
457
|
+
|
458
|
+
</ul>
|
459
|
+
</nav>
|
460
|
+
|
461
|
+
</li>
|
462
|
+
|
463
|
+
</ul>
|
464
|
+
|
465
|
+
</nav>
|
466
|
+
|
467
|
+
</li>
|
468
|
+
|
469
|
+
|
470
|
+
|
471
|
+
|
472
|
+
|
473
|
+
|
474
|
+
|
475
|
+
|
476
|
+
|
477
|
+
<li class="md-nav__item">
|
478
|
+
<a href="privacy/" class="md-nav__link">
|
479
|
+
|
480
|
+
|
481
|
+
|
482
|
+
<span class="md-ellipsis">
|
483
|
+
Privacy Policy
|
484
|
+
|
485
|
+
</span>
|
486
|
+
|
487
|
+
|
488
|
+
</a>
|
489
|
+
</li>
|
490
|
+
|
491
|
+
|
492
|
+
|
493
|
+
|
494
|
+
|
495
|
+
|
496
|
+
|
497
|
+
|
498
|
+
|
499
|
+
<li class="md-nav__item">
|
500
|
+
<a href="terms-use/" class="md-nav__link">
|
501
|
+
|
502
|
+
|
503
|
+
|
504
|
+
<span class="md-ellipsis">
|
505
|
+
Website Terms of Use
|
506
|
+
|
507
|
+
</span>
|
508
|
+
|
509
|
+
|
510
|
+
</a>
|
511
|
+
</li>
|
512
|
+
|
513
|
+
|
514
|
+
|
515
|
+
|
516
|
+
|
517
|
+
|
518
|
+
|
519
|
+
|
520
|
+
|
521
|
+
<li class="md-nav__item">
|
522
|
+
<a href="legal/" class="md-nav__link">
|
523
|
+
|
524
|
+
|
525
|
+
|
526
|
+
<span class="md-ellipsis">
|
527
|
+
Legal, Copyright, and Licensing
|
528
|
+
|
529
|
+
</span>
|
530
|
+
|
531
|
+
|
532
|
+
</a>
|
533
|
+
</li>
|
534
|
+
|
535
|
+
|
536
|
+
|
537
|
+
|
538
|
+
|
539
|
+
|
540
|
+
|
541
|
+
|
542
|
+
|
543
|
+
|
544
|
+
|
545
|
+
|
546
|
+
|
547
|
+
|
548
|
+
|
549
|
+
|
550
|
+
|
551
|
+
<li class="md-nav__item md-nav__item--nested">
|
552
|
+
|
553
|
+
|
554
|
+
|
555
|
+
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_5" >
|
556
|
+
|
557
|
+
|
558
|
+
<label class="md-nav__link" for="__nav_5" id="__nav_5_label" tabindex="0">
|
559
|
+
|
560
|
+
|
561
|
+
|
562
|
+
<span class="md-ellipsis">
|
563
|
+
Consulting
|
564
|
+
|
565
|
+
</span>
|
566
|
+
|
567
|
+
|
568
|
+
<span class="md-nav__icon md-icon"></span>
|
569
|
+
</label>
|
570
|
+
|
571
|
+
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_5_label" aria-expanded="false">
|
572
|
+
<label class="md-nav__title" for="__nav_5">
|
573
|
+
<span class="md-nav__icon md-icon"></span>
|
574
|
+
Consulting
|
575
|
+
</label>
|
576
|
+
<ul class="md-nav__list" data-md-scrollfix>
|
577
|
+
|
578
|
+
|
579
|
+
|
580
|
+
|
581
|
+
|
582
|
+
|
583
|
+
|
584
|
+
<li class="md-nav__item">
|
585
|
+
<a href="terms-cond/" class="md-nav__link">
|
586
|
+
|
587
|
+
|
588
|
+
|
589
|
+
<span class="md-ellipsis">
|
590
|
+
Consulting Terms and Conditions
|
591
|
+
|
592
|
+
</span>
|
593
|
+
|
594
|
+
|
595
|
+
</a>
|
596
|
+
</li>
|
597
|
+
|
598
|
+
|
599
|
+
|
600
|
+
|
601
|
+
</ul>
|
602
|
+
</nav>
|
603
|
+
|
604
|
+
</li>
|
605
|
+
|
606
|
+
|
607
|
+
|
608
|
+
|
609
|
+
|
610
|
+
|
611
|
+
|
612
|
+
|
613
|
+
|
614
|
+
|
615
|
+
|
616
|
+
|
617
|
+
|
618
|
+
|
619
|
+
|
620
|
+
|
621
|
+
|
622
|
+
<li class="md-nav__item md-nav__item--nested">
|
623
|
+
|
624
|
+
|
625
|
+
|
626
|
+
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_6" >
|
627
|
+
|
628
|
+
|
629
|
+
<label class="md-nav__link" for="__nav_6" id="__nav_6_label" tabindex="0">
|
630
|
+
|
631
|
+
|
632
|
+
|
633
|
+
<span class="md-ellipsis">
|
634
|
+
Contributing
|
635
|
+
|
636
|
+
</span>
|
637
|
+
|
638
|
+
|
639
|
+
<span class="md-nav__icon md-icon"></span>
|
640
|
+
</label>
|
641
|
+
|
642
|
+
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_6_label" aria-expanded="false">
|
643
|
+
<label class="md-nav__title" for="__nav_6">
|
644
|
+
<span class="md-nav__icon md-icon"></span>
|
645
|
+
Contributing
|
646
|
+
</label>
|
647
|
+
<ul class="md-nav__list" data-md-scrollfix>
|
648
|
+
|
649
|
+
|
650
|
+
|
651
|
+
|
652
|
+
|
653
|
+
|
654
|
+
|
655
|
+
<li class="md-nav__item">
|
656
|
+
<a href="conduct/" class="md-nav__link">
|
657
|
+
|
658
|
+
|
659
|
+
|
660
|
+
<span class="md-ellipsis">
|
661
|
+
Contributor Covenant Code of Conduct
|
662
|
+
|
663
|
+
</span>
|
664
|
+
|
665
|
+
|
666
|
+
</a>
|
667
|
+
</li>
|
668
|
+
|
669
|
+
|
670
|
+
|
671
|
+
|
672
|
+
</ul>
|
673
|
+
</nav>
|
674
|
+
|
675
|
+
</li>
|
676
|
+
|
677
|
+
|
678
|
+
|
679
|
+
</ul>
|
680
|
+
</nav>
|
681
|
+
</div>
|
682
|
+
</div>
|
683
|
+
</div>
|
684
|
+
|
685
|
+
|
686
|
+
|
687
|
+
|
688
|
+
<div class="md-content" data-md-component="content">
|
689
|
+
<article class="md-content__inner md-typeset">
|
690
|
+
|
691
|
+
|
692
|
+
|
693
|
+
<nav class="md-tags" >
|
694
|
+
|
695
|
+
|
696
|
+
|
697
|
+
|
698
|
+
<span class="md-tag">about</span>
|
699
|
+
|
700
|
+
|
701
|
+
|
702
|
+
|
703
|
+
|
704
|
+
<span class="md-tag">network-pro</span>
|
705
|
+
|
706
|
+
|
707
|
+
</nav>
|
708
|
+
|
709
|
+
|
710
|
+
|
711
|
+
|
712
|
+
|
713
|
+
|
714
|
+
<!-- =========================================================================
|
715
|
+
SPDX-License-Identifier: CC-BY-4.0 OR GPL-3.0-or-later
|
716
|
+
This file is part of Network Pro.
|
717
|
+
========================================================================== -->
|
718
|
+
|
719
|
+
<p><a href="https://spdx.dev/learn/handling-license-info/">SPDX-License-Identifier</a>:
|
720
|
+
<code>CC-BY-4.0 OR GPL-3.0-or-later</code></p>
|
721
|
+
<p><a name="top"></a></p>
|
722
|
+
<!-- markdownlint-disable MD025 -->
|
723
|
+
|
724
|
+
<h1 id="network-pro-strategies">Network Pro Strategies</h1>
|
725
|
+
<!-- markdownlint-enable MD025 -->
|
726
|
+
|
727
|
+
</section>
|
728
|
+
<p><a href="https://github.com/netwk-pro/netwk-pro.github.io/actions/workflows/webpack.yml"><img alt="Build Webpack, Publish to Registries" src="assets/external/github.com/netwk-pro/netwk-pro.github.io/actions/workflows/webpack.yml/badge.56403977.svg"></a> <a href="https://github.com/netwk-pro/netwk-pro.github.io/actions/workflows/upload.yml"><img alt="Deploy to GitHub Pages" src="assets/external/github.com/netwk-pro/netwk-pro.github.io/actions/workflows/upload.yml/badge.svg"></a><br />
|
729
|
+
<a href="https://www.npmjs.com/package/@networkpro/web"><img alt="npm Version" src="assets/external/img.shields.io/npm/v/@networkpro/web.5485edf3.svg"></a> <a href="https://github.com/prettier/prettier"><img alt="Code Style: Prettier" src="assets/external/img.shields.io/badge/code_style-prettier-ff69b4.3e3c11fa.svg"></a> <a href="https://github.com/netwk-pro/netwk-pro.github.io/blob/master/CODE_OF_CONDUCT.md"><img alt="Contributor Covenant" src="assets/external/img.shields.io/badge/Contributor Covenant-2.1-4baaaa.svg"></a></p>
|
730
|
+
<h2 id="securing-your-business-with-expertise-innovation"><strong>Securing Your Business with Expertise & Innovation</strong></h2>
|
731
|
+
<p>At Network Pro™, we bring <strong>over a decade of expertise</strong> in networking, cybersecurity, information security, and IT to help businesses stay secure, compliant, and resilient. We specialize in <strong>network security, cybersecurity, and privacy consulting</strong>, offering both <strong>strategic advisory services and hands-on implementation</strong> to protect critical infrastructure and minimize risk.</p>
|
732
|
+
<h3 id="why-network-protm"><strong>Why Network Pro™?</strong></h3>
|
733
|
+
<p>✔ <strong>Security with a Business Focus</strong> – Our approach goes beyond just protection. We integrate cutting-edge security solutions with your business objectives, ensuring optimized operations and long-term resilience.</p>
|
734
|
+
<p>✔ <strong>Expert-Led Consulting & Implementation</strong> – Whether you need strategic guidance or real-world deployment, we tailor solutions to fit your unique security challenges.</p>
|
735
|
+
<p>✔ <strong>Advocacy & Education</strong> – We’re committed to empowering businesses, policymakers, and the public with the knowledge and tools needed to navigate today’s complex digital landscape.</p>
|
736
|
+
<p>Our <strong>blend of deep technical expertise and business insight</strong> ensures that security is not just a safeguard—it’s a <strong>strategic advantage</strong> that enhances efficiency, customer trust, and operational excellence.</p>
|
737
|
+
<p>🔹 <a href="https://contact.neteng.pro">Let’s connect</a> to discuss how we can help secure and strengthen your business today.</p>
|
738
|
+
<hr />
|
739
|
+
<p>You can find our PGP keys and a vCard containing our contact information for your convenience below.</p>
|
740
|
+
<table>
|
741
|
+
<thead>
|
742
|
+
<tr>
|
743
|
+
<th style="text-align: right;"><img decoding="async" loading="lazy" src="assets/external/raw.githubusercontent.com/netwk-pro/netwk-pro.github.io/refs/heads/master/img/qr/pgp-support.png" width="150px" height="150px" alt="PGP Key - support@neteng.pro"></th>
|
744
|
+
<th style="text-align: left;"><strong><a href="https://keys.openpgp.org/search?q=support%40neteng.pro">support@neteng.pro</a></strong><br /><strong>PGP Key (ed25519)</strong><br /> <br /><a href="https://raw.githubusercontent.com/netwk-pro/netwk-pro.github.io/refs/heads/master/assets/bin/support@neteng.pro.aexpk" type="application/pgp-keys"><strong>aexpk</strong></a> <strong>/</strong> <a href="https://raw.githubusercontent.com/netwk-pro/netwk-pro.github.io/refs/heads/master/assets/bin/support@neteng.pro.asc" type="application/pgp-keys"><strong>asc</strong></a><br /> <br />6590b992e2e3eff12738<br />7bce2af093e9dec61ba0</th>
|
745
|
+
</tr>
|
746
|
+
</thead>
|
747
|
+
<tbody>
|
748
|
+
<tr>
|
749
|
+
<td style="text-align: right;"><strong><a href="https://keys.openpgp.org/search?q=github%40sl.neteng.cc">github@sl.neteng.cc</a></strong><br /><strong>PGP Key (ed25519)</strong><br /> <br /><a href="https://raw.githubusercontent.com/netwk-pro/netwk-pro.github.io/refs/heads/master/assets/bin/github@sl.neteng.cc.aexpk" type="application/pgp-keys"><strong>aexpk</strong></a> <strong>/</strong> <a href="https://raw.githubusercontent.com/netwk-pro/netwk-pro.github.io/refs/heads/master/assets/bin/github@sl.neteng.cc.asc" type="application/pgp-keys"><strong>asc</strong></a><br /> <br /><strong>e8b4f1193b21601207b0</strong><br /><strong>80bbaebbb8f6d4bb723b</strong></td>
|
750
|
+
<td style="text-align: left;"><img decoding="async" loading="lazy" src="assets/external/raw.githubusercontent.com/netwk-pro/netwk-pro.github.io/refs/heads/master/img/qr/pgp-github.png" width="150px" height="150px" alt="PGP Key - github@sl.neteng.cc"></td>
|
751
|
+
</tr>
|
752
|
+
<tr>
|
753
|
+
<td style="text-align: right;"><img decoding="async" loading="lazy" src="assets/external/raw.githubusercontent.com/netwk-pro/netwk-pro.github.io/refs/heads/master/img/qr/vcard.png" width="150px" height="150px" alt="vCard"></td>
|
754
|
+
<td style="text-align: left;"><strong>vCard</strong><br /> <br /><a href="https://raw.githubusercontent.com/netwk-pro/netwk-pro.github.io/refs/heads/master/assets/bin/contact.vcf"><strong>vcf</strong></a></td>
|
755
|
+
</tr>
|
756
|
+
</tbody>
|
757
|
+
</table>
|
758
|
+
<p><sub><a href="#top">Back to top</a></sub></p>
|
759
|
+
<hr />
|
760
|
+
<div style="font-size: 12px; text-align: center;">
|
761
|
+
|
762
|
+
<p>Network Pro™, the shield logo, and the "Locking Down Networks™" slogan are <a href="./legal/#trademark" target="_self">trademarks</a> of Network Pro Strategies.</p>
|
763
|
+
|
764
|
+
<p>Licensed under <a href="./legal/#cc-by" target="_self"><strong>CC BY 4.0</strong></a> and the <a href="./legal/#gnu-gpl" target="_self"><strong>GNU GPL</strong></a>, as published by the <a rel="noopener noreferrer" href="https://fsf.org" target="_blank">Free Software Foundation</a>, either version 3 of the License, or (at your option) any later version.</p>
|
765
|
+
|
766
|
+
</div>
|
767
|
+
|
768
|
+
|
769
|
+
|
770
|
+
|
771
|
+
|
772
|
+
|
773
|
+
|
774
|
+
|
775
|
+
|
776
|
+
|
777
|
+
|
778
|
+
|
779
|
+
|
780
|
+
|
781
|
+
|
782
|
+
|
783
|
+
</article>
|
784
|
+
</div>
|
785
|
+
|
786
|
+
|
787
|
+
<script>var target=document.getElementById(location.hash.slice(1));target&&target.name&&(target.checked=target.name.startsWith("__tabbed_"))</script>
|
788
|
+
</div>
|
789
|
+
|
790
|
+
<button type="button" class="md-top md-icon" data-md-component="top" hidden>
|
791
|
+
|
792
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 20h-2V8l-5.5 5.5-1.42-1.42L12 4.16l7.92 7.92-1.42 1.42L13 8z"/></svg>
|
793
|
+
Back to top
|
794
|
+
</button>
|
795
|
+
|
796
|
+
</main>
|
797
|
+
|
798
|
+
<footer class="md-footer">
|
799
|
+
|
800
|
+
<div class="md-footer-meta md-typeset">
|
801
|
+
<div class="md-footer-meta__inner md-grid">
|
802
|
+
<div class="md-copyright">
|
803
|
+
|
804
|
+
<div class="md-copyright__highlight">
|
805
|
+
Copyright © 2025 Network Pro Strategies (Network Pro™) – <a href="#__consent">Change cookie settings</a>
|
806
|
+
|
807
|
+
</div>
|
808
|
+
|
809
|
+
|
810
|
+
Made with
|
811
|
+
<a href="https://squidfunk.github.io/mkdocs-material/" target="_blank" rel="noopener">
|
812
|
+
Material for MkDocs
|
813
|
+
</a>
|
814
|
+
|
815
|
+
</div>
|
816
|
+
|
817
|
+
</div>
|
818
|
+
</div>
|
819
|
+
</footer>
|
820
|
+
|
821
|
+
</div>
|
822
|
+
<div class="md-dialog" data-md-component="dialog">
|
823
|
+
<div class="md-dialog__inner md-typeset"></div>
|
824
|
+
</div>
|
825
|
+
|
826
|
+
|
827
|
+
<div class="md-consent" data-md-component="consent" id="__consent" hidden>
|
828
|
+
<div class="md-consent__overlay"></div>
|
829
|
+
<aside class="md-consent__inner">
|
830
|
+
<form class="md-consent__form md-grid md-typeset" name="consent">
|
831
|
+
|
832
|
+
|
833
|
+
|
834
|
+
|
835
|
+
<h4>Cookie Consent</h4>
|
836
|
+
<p>We use cookies to recognize your repeated visits and preferences, as well as to measure the effectiveness of our documentation and whether users find what they're searching for. With your consent, you're helping us to make our documentation better.</p>
|
837
|
+
<input class="md-toggle" type="checkbox" id="__settings" >
|
838
|
+
<div class="md-consent__settings">
|
839
|
+
<ul class="task-list">
|
840
|
+
|
841
|
+
|
842
|
+
|
843
|
+
|
844
|
+
|
845
|
+
|
846
|
+
|
847
|
+
|
848
|
+
|
849
|
+
|
850
|
+
|
851
|
+
<li class="task-list-item">
|
852
|
+
<label class="task-list-control">
|
853
|
+
<input type="checkbox" name="analytics" >
|
854
|
+
<span class="task-list-indicator"></span>
|
855
|
+
Google Analytics
|
856
|
+
</label>
|
857
|
+
</li>
|
858
|
+
|
859
|
+
|
860
|
+
|
861
|
+
|
862
|
+
|
863
|
+
|
864
|
+
|
865
|
+
|
866
|
+
|
867
|
+
|
868
|
+
<li class="task-list-item">
|
869
|
+
<label class="task-list-control">
|
870
|
+
<input type="checkbox" name="github" >
|
871
|
+
<span class="task-list-indicator"></span>
|
872
|
+
GitHub
|
873
|
+
</label>
|
874
|
+
</li>
|
875
|
+
|
876
|
+
|
877
|
+
|
878
|
+
</ul>
|
879
|
+
</div>
|
880
|
+
<div class="md-consent__controls">
|
881
|
+
|
882
|
+
|
883
|
+
|
884
|
+
<button type="reset" class="md-button md-button--primary">Reject</button>
|
885
|
+
|
886
|
+
|
887
|
+
|
888
|
+
|
889
|
+
<button class="md-button md-button--primary">Accept</button>
|
890
|
+
|
891
|
+
|
892
|
+
|
893
|
+
|
894
|
+
|
895
|
+
|
896
|
+
|
897
|
+
<label class="md-button" for="__settings">Manage settings</label>
|
898
|
+
|
899
|
+
|
900
|
+
</div>
|
901
|
+
</form>
|
902
|
+
</aside>
|
903
|
+
</div>
|
904
|
+
<script>var consent=__md_get("__consent");if(consent)for(var input of document.forms.consent.elements)input.name&&(input.checked=consent[input.name]||!1);else"file:"!==location.protocol&&setTimeout((function(){document.querySelector("[data-md-component=consent]").hidden=!1}),250);var form=document.forms.consent;for(var action of["submit","reset"])form.addEventListener(action,(function(e){if(e.preventDefault(),"reset"===e.type)for(var n of document.forms.consent.elements)n.name&&(n.checked=!1);__md_set("__consent",Object.fromEntries(Array.from(new FormData(form).keys()).map((function(e){return[e,!0]})))),location.hash="",location.reload()}))</script>
|
905
|
+
|
906
|
+
|
907
|
+
|
908
|
+
<script id="__config" type="application/json">{"base": ".", "features": ["navigation.instant", "navigation.tracking", "navigation.tabs", "toc.follow", "toc.integrate", "navigation.top", "search.suggest"], "search": "assets/javascripts/workers/search.f8cc74c7.min.js", "tags": null, "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": null}</script>
|
909
|
+
|
910
|
+
|
911
|
+
<script src="assets/javascripts/bundle.c8b220af.min.js"></script>
|
912
|
+
|
913
|
+
|
914
|
+
</body>
|
915
|
+
</html>
|