@networkpro/legal 0.3.0 → 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/404.html +84 -0
- package/CNAME +1 -0
- package/LICENSE.md +296 -0
- package/PRIVACY.md +212 -0
- package/README.md +86 -0
- package/TERMS-COND.md +277 -0
- package/TERMS-USE.md +212 -0
- package/css/default.css +1 -0
- package/css/normalize.css +1 -0
- package/css/style.css +1 -0
- package/favicon-180.png +0 -0
- package/favicon-192.png +0 -0
- package/favicon-512.png +0 -0
- package/favicon-splash.png +0 -0
- package/favicon.ico +0 -0
- package/favicon.svg +550 -0
- package/favicon.svg.br +0 -0
- package/favicon.svg.gz +0 -0
- package/html/CC-BY-4.0.html +798 -0
- package/html/CC-BY-4.0.html.br +0 -0
- package/html/CC-BY-4.0.html.gz +0 -0
- package/html/COPYING.html +1105 -0
- package/html/COPYING.html.br +0 -0
- package/html/COPYING.html.gz +0 -0
- package/img/banner-og-1200x630.png +0 -0
- package/img/logo-transparent.png +0 -0
- package/img/logo.png +0 -0
- package/index.html +253 -0
- package/index.html.br +0 -0
- package/index.html.gz +0 -0
- package/js/app.6f7616e04ac0463f582a.mjs +1 -0
- package/js/runtime.aac6c30edf7d8d569715.mjs +1 -0
- package/js/vendor/.gitkeep +0 -0
- package/package.json +1 -1
- package/robots.txt +14 -0
- package/site.webmanifest +25 -0
- package/sitemap.xml +115 -0
Binary file
|
Binary file
|
Binary file
|
Binary file
|
package/img/logo.png
ADDED
Binary file
|
package/index.html
ADDED
@@ -0,0 +1,253 @@
|
|
1
|
+
<!doctype html>
|
2
|
+
|
3
|
+
<html class="no-js" lang="en">
|
4
|
+
<head>
|
5
|
+
<meta charset="utf-8">
|
6
|
+
|
7
|
+
|
8
|
+
|
9
|
+
<meta name="viewport" content="width=device-width,initial-scale=1">
|
10
|
+
<title>Legal Document Portal — Network Pro</title>
|
11
|
+
|
12
|
+
|
13
|
+
<link rel="stylesheet" href="css/normalize.css" type="text/css">
|
14
|
+
<link rel="stylesheet" href="css/style.css" type="text/css">
|
15
|
+
<link rel="stylesheet" href="css/default.css" type="text/css">
|
16
|
+
|
17
|
+
<script src="https://kit.fontawesome.com/f70f03cb45.js" crossorigin="anonymous"></script>
|
18
|
+
|
19
|
+
<meta name="description" content="Legal Document Portal | Security, Networking, Privacy — Network Pro">
|
20
|
+
<meta name="author" content="Scott Lopez">
|
21
|
+
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1">
|
22
|
+
|
23
|
+
<link rel="canonical" href="https://legal.netwk.pro/">
|
24
|
+
<base href="https://legal.netwk.pro/" target="_self">
|
25
|
+
|
26
|
+
|
27
|
+
<meta property="og:title" content="Legal Document Portal — Network Pro">
|
28
|
+
<meta property="og:type" content="website">
|
29
|
+
<meta property="og:url" content="https://legal.netwk.pro">
|
30
|
+
<meta property="og:image" content="img/banner-og-1200x630.png">
|
31
|
+
<meta property="og:image:alt" content="Network Pro Strategies">
|
32
|
+
<meta property="og:description" content="Legal Document Portal | Security, Networking, Privacy — Network Pro">
|
33
|
+
|
34
|
+
|
35
|
+
<meta name="twitter:card" content="summary_large_image">
|
36
|
+
<meta name="twitter:site" content="@NetEng_Pro">
|
37
|
+
<meta name="twitter:creator" content="@NetEng_pro">
|
38
|
+
<meta property="twitter:domain" content="https://legal.netwk.pro/">
|
39
|
+
<meta property="twitter:url" content="https://legal.netwk.pro/">
|
40
|
+
<meta name="twitter:title" content="Legal Document Portal — Network Pro">
|
41
|
+
<meta name="twitter:description" content="Legal Document Portal | Security, Networking, Privacy — Network Pro">
|
42
|
+
<meta name="twitter:image" content="img/banner-og-1200x630.png">
|
43
|
+
<meta name="twitter:image:alt" content="Network Pro Strategies">
|
44
|
+
|
45
|
+
|
46
|
+
<link rel="icon" href="favicon.ico" sizes="any" type="image/x-icon">
|
47
|
+
<link rel="icon" href="favicon.svg" type="image/svg+xml">
|
48
|
+
<link rel="apple-touch-icon" href="favicon-180.png" type="image/png">
|
49
|
+
|
50
|
+
<link rel="manifest" href="site.webmanifest">
|
51
|
+
<meta name="theme-color" content="#ffc627">
|
52
|
+
<script defer="defer" src="js/runtime.aac6c30edf7d8d569715.mjs"></script><script defer="defer" src="js/app.6f7616e04ac0463f582a.mjs"></script></head>
|
53
|
+
|
54
|
+
<body>
|
55
|
+
|
56
|
+
<header id="header-nav">
|
57
|
+
<div class="container">
|
58
|
+
<nav class="center-nav">
|
59
|
+
<a rel="noopener noreferrer" href="https://netwk.pro/" target="_self">home</a>
|
60
|
+
|
|
61
|
+
<a rel="noopener noreferrer" href="https://netwk.pro/about.html" target="_self">about</a>
|
62
|
+
|
|
63
|
+
<a rel="noopener noreferrer" href="https://github.com/netwk-pro/netwk-pro.github.io/discussions" target="_blank">discussions
|
64
|
+
<sup><span class="fa-solid fa-arrow-up-right-from-square fa-2xs"></span></sup></a>
|
65
|
+
|
|
66
|
+
<a rel="noopener noreferrer" href="https://linktr.ee/neteng_pro" target="_blank">link hub
|
67
|
+
<sup><span class="fa-solid fa-arrow-up-right-from-square fa-2xs"></span></sup></a>
|
68
|
+
</nav>
|
69
|
+
</div>
|
70
|
+
</header>
|
71
|
+
|
72
|
+
|
73
|
+
<div class="full-width-section">
|
74
|
+
<div class="container">
|
75
|
+
|
76
|
+
<section id="page-title">
|
77
|
+
<img decoding="async" loading="lazy" class="logo" src="img/logo-transparent.png" alt="Network Pro Strategies" style="width: 250x; height: 250px">
|
78
|
+
<div class="index1">Locking Down Networks,<br>
|
79
|
+
Unlocking Confidence™</div>
|
80
|
+
<p> </p>
|
81
|
+
<h1 class="index2">Legal Document Portal</h1>
|
82
|
+
</section>
|
83
|
+
|
84
|
+
|
85
|
+
|
86
|
+
|
87
|
+
<hr class="hr-styled">
|
88
|
+
|
89
|
+
|
90
|
+
|
91
|
+
|
92
|
+
<section id="main-content">
|
93
|
+
<h3 class="center-text">📚 Welcome to Our New Documentation Portal!</h3>
|
94
|
+
|
95
|
+
<p class="center-text">
|
96
|
+
We're excited to introduce our newly launched
|
97
|
+
<a rel="noopener noreferrer" href="./docs/" target="_self"><strong>Documentation Portal</strong></a>—your central hub for the most up-to-date resources and documents.
|
98
|
+
Navigate with ease and find everything you need in one place.</p>
|
99
|
+
|
100
|
+
<p class="center-text">Prefer staying right here? You can still access all our documents
|
101
|
+
directly from this page too!</p>
|
102
|
+
|
103
|
+
|
104
|
+
|
105
|
+
<p class="center-text"><strong><u>Direct Links</u></strong></p>
|
106
|
+
|
107
|
+
<p class="center-text"><a rel="noopener noreferrer" href="https://netwk.pro/terms-of-use.html">Website Terms of Use</a></p>
|
108
|
+
|
109
|
+
<p class="center-text"><a rel="noopener noreferrer" href="https://netwk.pro/privacy.html">Privacy Policy</a></p>
|
110
|
+
<p class="center-text"><a rel="noopener noreferrer" href="https://netwk.pro/legal.html">Legal, Copyright, and Licensing</a></p>
|
111
|
+
|
112
|
+
|
113
|
+
|
114
|
+
<p class="center-text"><strong><u>Consulting and Implementation Services</u></strong></p>
|
115
|
+
|
116
|
+
<p class="center-text"><a rel="noopener noreferrer" href="https://netwk.pro/terms-and-conditions.html">Terms and Conditions</a></p>
|
117
|
+
|
118
|
+
|
119
|
+
</section>
|
120
|
+
|
121
|
+
|
122
|
+
|
123
|
+
|
124
|
+
|
125
|
+
<section id="social-media">
|
126
|
+
<div class="soc-wrap">
|
127
|
+
<table class="soc">
|
128
|
+
<tbody>
|
129
|
+
<tr>
|
130
|
+
<td class="soc-fa">
|
131
|
+
<p>
|
132
|
+
<a rel="noopener noreferrer" href="https://instagram.com/netwk_pro" target="_blank">
|
133
|
+
<span class="fa-brands fa-square-instagram fa-2x"></span>
|
134
|
+
</a>
|
135
|
+
</p>
|
136
|
+
</td>
|
137
|
+
<td class="soc-fa">
|
138
|
+
<p>
|
139
|
+
<a rel="noopener noreferrer" href="https://facebook.com/neteng.pro" target="_blank">
|
140
|
+
<span class="fa-brands fa-square-facebook fa-2x"></span>
|
141
|
+
</a>
|
142
|
+
</p>
|
143
|
+
</td>
|
144
|
+
<td class="soc-fa">
|
145
|
+
<p>
|
146
|
+
<a rel="noopener noreferrer" href="https://linkedin.com/company/netwk-pro" target="_blank">
|
147
|
+
<span class="fa-brands fa-linkedin fa-2x"></span>
|
148
|
+
</a>
|
149
|
+
</p>
|
150
|
+
</td>
|
151
|
+
<td class="soc-fa">
|
152
|
+
<p>
|
153
|
+
<a rel="me noopener noreferrer" href="https://noc.social/@NetEng_Pro" target="_blank">
|
154
|
+
<span class="fa-brands fa-mastodon fa-2x"></span>
|
155
|
+
</a>
|
156
|
+
</p>
|
157
|
+
</td>
|
158
|
+
<td class="soc-fa">
|
159
|
+
<p>
|
160
|
+
<a rel="noopener noreferrer" href="https://github.com/netwk-pro/" target="_blank">
|
161
|
+
<span class="fa-brands fa-square-github fa-2x"></span>
|
162
|
+
</a>
|
163
|
+
</p>
|
164
|
+
</td>
|
165
|
+
</tr>
|
166
|
+
</tbody>
|
167
|
+
</table>
|
168
|
+
</div>
|
169
|
+
</section>
|
170
|
+
|
171
|
+
|
172
|
+
<hr class="hr-styled">
|
173
|
+
|
174
|
+
|
175
|
+
|
176
|
+
|
177
|
+
<div class="bnav-wrap">
|
178
|
+
<table class="bnav"><tbody>
|
179
|
+
<tr>
|
180
|
+
<td class="bnav-nav"><a rel="noopener noreferrer" href="https://netwk.pro/terms-of-use.html" target="_self">Terms of Use</a></td>
|
181
|
+
<td class="bnav-nav"><a rel="noopener noreferrer" href="https://netwk.pro/privacy.html" target="_self">Privacy Policy</a>
|
182
|
+
</td>
|
183
|
+
</tr>
|
184
|
+
<tr>
|
185
|
+
<td class="bnav-cell" colspan="2">
|
186
|
+
<a rel="noopener noreferrer" href="https://netwk.pro/legal.html" target="_self">Legal</a></td>
|
187
|
+
</tr>
|
188
|
+
</tbody>
|
189
|
+
</table>
|
190
|
+
</div>
|
191
|
+
|
192
|
+
|
193
|
+
|
194
|
+
|
195
|
+
|
196
|
+
<section id="badges">
|
197
|
+
<div class="bnav2-wrap">
|
198
|
+
<table class="bnav2"><tbody>
|
199
|
+
<tr>
|
200
|
+
<td class="bnav2-nav"><a rel="noopener noreferrer" href="https://netwk.pro/legal.html#cc-by" target="_blank"><img decoding="async" loading="lazy" src="https://forthebadge.com/images/badges/cc-by.png" style="width: 160px; height: auto" alt="CC BY 4.0"></a></td>
|
201
|
+
<td class="bnav2-nav"><a rel="noopener noreferrer" href="https://netwk.pro/legal.html#gnu-gpl" target="_blank"><img decoding="async" loading="lazy" src="https://img.shields.io/badge/LICENSE-GPLv3-red?style=for-the-badge&labelColor=9b9b9b&color=d0021b" style="width: 120px; height: auto" alt="GPL 3.0 or Later"></a></td>
|
202
|
+
</tr>
|
203
|
+
</tbody>
|
204
|
+
</table>
|
205
|
+
</div>
|
206
|
+
</section>
|
207
|
+
|
208
|
+
</div>
|
209
|
+
</div>
|
210
|
+
|
211
|
+
|
212
|
+
|
213
|
+
|
214
|
+
<footer id="licensing">
|
215
|
+
<div class="container">
|
216
|
+
<div class="copyright" xmlns:cc="http://creativecommons.org/ns#" xmlns:dct="http://purl.org/dc/terms/">
|
217
|
+
<p>
|
218
|
+
Copyright © 2025<br>
|
219
|
+
<a rel="cc:attributionURL dct:creator noopener noreferrer" property="cc:attributionName" href="https://netwk.pro/" target="_blank"><strong>Network Pro Strategies</strong></a>
|
220
|
+
(Network Pro™)</p>
|
221
|
+
|
222
|
+
<p>
|
223
|
+
Network Pro™, the shield logo, and the "Locking Down
|
224
|
+
Networks™" slogan are
|
225
|
+
<a rel="noopener noreferrer" href="https://netwk.pro/legal.html#trademark" target="_self">trademarks</a>
|
226
|
+
of Network Pro Strategies.
|
227
|
+
</p>
|
228
|
+
|
229
|
+
<p>
|
230
|
+
Licensed under
|
231
|
+
<a href="https://netwk.pro/legal.html#cc-by" target="_blank" rel="license noopener noreferrer" style="display: inline-block"><b>CC BY 4.0</b></a>
|
232
|
+
<a href="https://creativecommons.org/licenses/by/4.0/" target="_blank" rel="license noopener noreferrer" style="display: inline-block"><img decoding="async" loading="lazy" style="height: 18px !important;
|
233
|
+
margin-left: 3px;
|
234
|
+
vertical-align: text-bottom;
|
235
|
+
text-decoration: none;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg" alt="Creative Commons BY">
|
236
|
+
</a>
|
237
|
+
<a href="https://creativecommons.org/licenses/by/4.0/" target="_blank" rel="license noopener noreferrer" style="display: inline-block"><img decoding="async" loading="lazy" style="height: 18px !important;
|
238
|
+
margin-left: 3px;
|
239
|
+
vertical-align: text-bottom;
|
240
|
+
text-decoration: none;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg" alt="Creative Commons BY"></a>
|
241
|
+
and the
|
242
|
+
<a href="https://netwk.pro/legal.html#gnu-gpl" target="_blank" rel="license noopener noreferrer"><b>GNU GPL</b></a>, as published by the
|
243
|
+
<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
|
244
|
+
version.
|
245
|
+
</p>
|
246
|
+
</div>
|
247
|
+
</div>
|
248
|
+
</footer>
|
249
|
+
|
250
|
+
|
251
|
+
<script src="js/app.mjs"></script>
|
252
|
+
</body>
|
253
|
+
</html>
|
package/index.html.br
ADDED
Binary file
|
package/index.html.gz
ADDED
Binary file
|
@@ -0,0 +1 @@
|
|
1
|
+
"use strict";(self.webpackChunk_networkpro_legal=self.webpackChunk_networkpro_legal||[]).push([[524],{68:(t,n)=>{const{hasOwnProperty:e}=Object.prototype,r=g();r.configure=g,r.stringify=r,r.default=r,n.stringify=r,n.configure=g,t.exports=r;const i=/[\u0000-\u001f\u0022\u005c\ud800-\udfff]/;function o(t){return t.length<5e3&&!i.test(t)?`"${t}"`:JSON.stringify(t)}function u(t,n){if(t.length>200||n)return t.sort(n);for(let n=1;n<t.length;n++){const e=t[n];let r=n;for(;0!==r&&t[r-1]>e;)t[r]=t[r-1],r--;t[r]=e}return t}const l=Object.getOwnPropertyDescriptor(Object.getPrototypeOf(Object.getPrototypeOf(new Int8Array)),Symbol.toStringTag).get;function f(t){return void 0!==l.call(t)&&0!==t.length}function c(t,n,e){t.length<e&&(e=t.length);const r=","===n?"":" ";let i=`"0":${r}${t[0]}`;for(let o=1;o<e;o++)i+=`${n}"${o}":${r}${t[o]}`;return i}function s(t,n){let r;if(e.call(t,n)){if(r=t[n],"number"!=typeof r)throw new TypeError(`The "${n}" argument must be of type number`);if(!Number.isInteger(r))throw new TypeError(`The "${n}" argument must be an integer`);if(r<1)throw new RangeError(`The "${n}" argument must be >= 1`)}return void 0===r?1/0:r}function a(t){return 1===t?"1 item":`${t} items`}function g(t){const n=function(t){if(e.call(t,"strict")){const n=t.strict;if("boolean"!=typeof n)throw new TypeError('The "strict" argument must be of type boolean');if(n)return t=>{let n="Object can not safely be stringified. Received type "+typeof t;throw"function"!=typeof t&&(n+=` (${t.toString()})`),new Error(n)}}}(t={...t});n&&(void 0===t.bigint&&(t.bigint=!1),"circularValue"in t||(t.circularValue=Error));const r=function(t){if(e.call(t,"circularValue")){const n=t.circularValue;if("string"==typeof n)return`"${n}"`;if(null==n)return n;if(n===Error||n===TypeError)return{toString(){throw new TypeError("Converting circular structure to JSON")}};throw new TypeError('The "circularValue" argument must be of type string or the value null or undefined')}return'"[Circular]"'}(t),i=function(t,n){let r;if(e.call(t,n)&&(r=t[n],"boolean"!=typeof r))throw new TypeError(`The "${n}" argument must be of type boolean`);return void 0===r||r}(t,"bigint"),l=function(t){let n;if(e.call(t,"deterministic")&&(n=t.deterministic,"boolean"!=typeof n&&"function"!=typeof n))throw new TypeError('The "deterministic" argument must be of type boolean or comparator function');return void 0===n||n}(t),g="function"==typeof l?l:void 0,h=s(t,"maximumDepth"),p=s(t,"maximumBreadth");function $(t,e,c,s,y,d){let b=e[t];switch("object"==typeof b&&null!==b&&"function"==typeof b.toJSON&&(b=b.toJSON(t)),b=s.call(e,t,b),typeof b){case"string":return o(b);case"object":{if(null===b)return"null";if(-1!==c.indexOf(b))return r;let t="",n=",";const e=d;if(Array.isArray(b)){if(0===b.length)return"[]";if(h<c.length+1)return'"[Array]"';c.push(b),""!==y&&(t+=`\n${d+=y}`,n=`,\n${d}`);const r=Math.min(b.length,p);let i=0;for(;i<r-1;i++){const e=$(String(i),b,c,s,y,d);t+=void 0!==e?e:"null",t+=n}const o=$(String(i),b,c,s,y,d);if(t+=void 0!==o?o:"null",b.length-1>p){t+=`${n}"... ${a(b.length-p-1)} not stringified"`}return""!==y&&(t+=`\n${e}`),c.pop(),`[${t}]`}let i=Object.keys(b);const m=i.length;if(0===m)return"{}";if(h<c.length+1)return'"[Object]"';let S="",w="";""!==y&&(n=`,\n${d+=y}`,S=" ");const O=Math.min(m,p);l&&!f(b)&&(i=u(i,g)),c.push(b);for(let e=0;e<O;e++){const r=i[e],u=$(r,b,c,s,y,d);void 0!==u&&(t+=`${w}${o(r)}:${S}${u}`,w=n)}if(m>p){t+=`${w}"...":${S}"${a(m-p)} not stringified"`,w=n}return""!==y&&w.length>1&&(t=`\n${d}${t}\n${e}`),c.pop(),`{${t}}`}case"number":return isFinite(b)?String(b):n?n(b):"null";case"boolean":return!0===b?"true":"false";case"undefined":return;case"bigint":if(i)return String(b);default:return n?n(b):void 0}}function y(t,e,u,l,f,c){switch("object"==typeof e&&null!==e&&"function"==typeof e.toJSON&&(e=e.toJSON(t)),typeof e){case"string":return o(e);case"object":{if(null===e)return"null";if(-1!==u.indexOf(e))return r;const t=c;let n="",i=",";if(Array.isArray(e)){if(0===e.length)return"[]";if(h<u.length+1)return'"[Array]"';u.push(e),""!==f&&(n+=`\n${c+=f}`,i=`,\n${c}`);const r=Math.min(e.length,p);let o=0;for(;o<r-1;o++){const t=y(String(o),e[o],u,l,f,c);n+=void 0!==t?t:"null",n+=i}const s=y(String(o),e[o],u,l,f,c);if(n+=void 0!==s?s:"null",e.length-1>p){n+=`${i}"... ${a(e.length-p-1)} not stringified"`}return""!==f&&(n+=`\n${t}`),u.pop(),`[${n}]`}u.push(e);let s="";""!==f&&(i=`,\n${c+=f}`,s=" ");let g="";for(const t of l){const r=y(t,e[t],u,l,f,c);void 0!==r&&(n+=`${g}${o(t)}:${s}${r}`,g=i)}return""!==f&&g.length>1&&(n=`\n${c}${n}\n${t}`),u.pop(),`{${n}}`}case"number":return isFinite(e)?String(e):n?n(e):"null";case"boolean":return!0===e?"true":"false";case"undefined":return;case"bigint":if(i)return String(e);default:return n?n(e):void 0}}function d(t,e,s,$,y){switch(typeof e){case"string":return o(e);case"object":{if(null===e)return"null";if("function"==typeof e.toJSON){if("object"!=typeof(e=e.toJSON(t)))return d(t,e,s,$,y);if(null===e)return"null"}if(-1!==s.indexOf(e))return r;const n=y;if(Array.isArray(e)){if(0===e.length)return"[]";if(h<s.length+1)return'"[Array]"';s.push(e);let t=`\n${y+=$}`;const r=`,\n${y}`,i=Math.min(e.length,p);let o=0;for(;o<i-1;o++){const n=d(String(o),e[o],s,$,y);t+=void 0!==n?n:"null",t+=r}const u=d(String(o),e[o],s,$,y);if(t+=void 0!==u?u:"null",e.length-1>p){t+=`${r}"... ${a(e.length-p-1)} not stringified"`}return t+=`\n${n}`,s.pop(),`[${t}]`}let i=Object.keys(e);const b=i.length;if(0===b)return"{}";if(h<s.length+1)return'"[Object]"';const m=`,\n${y+=$}`;let S="",w="",O=Math.min(b,p);f(e)&&(S+=c(e,m,p),i=i.slice(e.length),O-=e.length,w=m),l&&(i=u(i,g)),s.push(e);for(let t=0;t<O;t++){const n=i[t],r=d(n,e[n],s,$,y);void 0!==r&&(S+=`${w}${o(n)}: ${r}`,w=m)}if(b>p){S+=`${w}"...": "${a(b-p)} not stringified"`,w=m}return""!==w&&(S=`\n${y}${S}\n${n}`),s.pop(),`{${S}}`}case"number":return isFinite(e)?String(e):n?n(e):"null";case"boolean":return!0===e?"true":"false";case"undefined":return;case"bigint":if(i)return String(e);default:return n?n(e):void 0}}function b(t,e,s){switch(typeof e){case"string":return o(e);case"object":{if(null===e)return"null";if("function"==typeof e.toJSON){if("object"!=typeof(e=e.toJSON(t)))return b(t,e,s);if(null===e)return"null"}if(-1!==s.indexOf(e))return r;let n="";const i=void 0!==e.length;if(i&&Array.isArray(e)){if(0===e.length)return"[]";if(h<s.length+1)return'"[Array]"';s.push(e);const t=Math.min(e.length,p);let r=0;for(;r<t-1;r++){const t=b(String(r),e[r],s);n+=void 0!==t?t:"null",n+=","}const i=b(String(r),e[r],s);if(n+=void 0!==i?i:"null",e.length-1>p){n+=`,"... ${a(e.length-p-1)} not stringified"`}return s.pop(),`[${n}]`}let $=Object.keys(e);const y=$.length;if(0===y)return"{}";if(h<s.length+1)return'"[Object]"';let d="",m=Math.min(y,p);i&&f(e)&&(n+=c(e,",",p),$=$.slice(e.length),m-=e.length,d=","),l&&($=u($,g)),s.push(e);for(let t=0;t<m;t++){const r=$[t],i=b(r,e[r],s);void 0!==i&&(n+=`${d}${o(r)}:${i}`,d=",")}if(y>p){n+=`${d}"...":"${a(y-p)} not stringified"`}return s.pop(),`{${n}}`}case"number":return isFinite(e)?String(e):n?n(e):"null";case"boolean":return!0===e?"true":"false";case"undefined":return;case"bigint":if(i)return String(e);default:return n?n(e):void 0}}return function(t,n,e){if(arguments.length>1){let r="";if("number"==typeof e?r=" ".repeat(Math.min(e,10)):"string"==typeof e&&(r=e.slice(0,10)),null!=n){if("function"==typeof n)return $("",{"":t},[],n,r,"");if(Array.isArray(n))return y("",t,[],function(t){const n=new Set;for(const e of t)"string"!=typeof e&&"number"!=typeof e||n.add(String(e));return n}(n),r,"")}if(0!==r.length)return d("",t,[],r,"")}return b("",t,[])}}},118:(t,n,e)=>{var r=e(68);r.configure;globalThis.self}},t=>{var n;n=118,t(t.s=n)}]);
|
@@ -0,0 +1 @@
|
|
1
|
+
(()=>{"use strict";var r,e={},o={};function t(r){var n=o[r];if(void 0!==n)return n.exports;var a=o[r]={exports:{}};return e[r](a,a.exports,t),a.exports}t.m=e,r=[],t.O=(e,o,n,a)=>{if(!o){var l=1/0;for(f=0;f<r.length;f++){for(var[o,n,a]=r[f],i=!0,p=0;p<o.length;p++)(!1&a||l>=a)&&Object.keys(t.O).every((r=>t.O[r](o[p])))?o.splice(p--,1):(i=!1,a<l&&(l=a));if(i){r.splice(f--,1);var s=n();void 0!==s&&(e=s)}}return e}a=a||0;for(var f=r.length;f>0&&r[f-1][2]>a;f--)r[f]=r[f-1];r[f]=[o,n,a]},t.o=(r,e)=>Object.prototype.hasOwnProperty.call(r,e),(()=>{var r={121:0};t.O.j=e=>0===r[e];var e=(e,o)=>{var n,a,[l,i,p]=o,s=0;if(l.some((e=>0!==r[e]))){for(n in i)t.o(i,n)&&(t.m[n]=i[n]);if(p)var f=p(t)}for(e&&e(o);s<l.length;s++)a=l[s],t.o(r,a)&&r[a]&&r[a][0](),r[a]=0;return t.O(f)},o=self.webpackChunk_networkpro_legal=self.webpackChunk_networkpro_legal||[];o.forEach(e.bind(null,0)),o.push=e.bind(null,o.push.bind(o))})()})();
|
File without changes
|
package/package.json
CHANGED
package/robots.txt
ADDED
@@ -0,0 +1,14 @@
|
|
1
|
+
# robots.txt
|
2
|
+
#
|
3
|
+
# SPDX-License-Identifier: CC-BY-4.0 OR GPL-3.0-or-later
|
4
|
+
# This file is part of Network Pro
|
5
|
+
#
|
6
|
+
# www.robotstxt.org/
|
7
|
+
|
8
|
+
User-agent: *
|
9
|
+
Disallow: *.jsonc$
|
10
|
+
Disallow: *.json$
|
11
|
+
Disallow: *.mjs$
|
12
|
+
Disallow: *.cjs
|
13
|
+
Disallow: *.js$
|
14
|
+
Disallow: /js
|
package/site.webmanifest
ADDED
@@ -0,0 +1,25 @@
|
|
1
|
+
{
|
2
|
+
"short_name": "Network Pro",
|
3
|
+
"name": "Network Pro Strategies",
|
4
|
+
"icons": [
|
5
|
+
{
|
6
|
+
"src": "/favicon-192.png",
|
7
|
+
"type": "image/png",
|
8
|
+
"sizes": "192x192"
|
9
|
+
},
|
10
|
+
{
|
11
|
+
"src": "/favicon-512.png",
|
12
|
+
"type": "image/png",
|
13
|
+
"sizes": "512x512",
|
14
|
+
"purpose": "maskable"
|
15
|
+
},
|
16
|
+
{
|
17
|
+
"src": "/favicon-splash.png",
|
18
|
+
"type": "image/png",
|
19
|
+
"sizes": "512x512"
|
20
|
+
}
|
21
|
+
],
|
22
|
+
"start_url": "/?utm_source=homescreen",
|
23
|
+
"background_color": "#191919",
|
24
|
+
"theme_color": "#ffc627"
|
25
|
+
}
|
package/sitemap.xml
ADDED
@@ -0,0 +1,115 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!-- SPDX-License-Identifier: CC-BY-4.0 OR GPL-3.0-or-later -->
|
3
|
+
<!-- This file is part of Network Pro -->
|
4
|
+
|
5
|
+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
6
|
+
|
7
|
+
<url>
|
8
|
+
|
9
|
+
<loc>https://legal.netwk.pro/index.html</loc>
|
10
|
+
|
11
|
+
<lastmod>2025-04-20</lastmod>
|
12
|
+
|
13
|
+
<changefreq>weekly</changefreq>
|
14
|
+
|
15
|
+
<priority>0.9</priority>
|
16
|
+
|
17
|
+
</url>
|
18
|
+
|
19
|
+
<url>
|
20
|
+
|
21
|
+
<loc>https://legal.netwk.pro/PRIVACY.md</loc>
|
22
|
+
|
23
|
+
<lastmod>2025-04-20</lastmod>
|
24
|
+
|
25
|
+
<changefreq>weekly</changefreq>
|
26
|
+
|
27
|
+
<priority>0.7</priority>
|
28
|
+
|
29
|
+
</url>
|
30
|
+
|
31
|
+
<url>
|
32
|
+
|
33
|
+
<loc>https://legal.netwk.pro/README.md</loc>
|
34
|
+
|
35
|
+
<lastmod>2025-04-20</lastmod>
|
36
|
+
|
37
|
+
<changefreq>monthly</changefreq>
|
38
|
+
|
39
|
+
<priority>0.6</priority>
|
40
|
+
|
41
|
+
</url>
|
42
|
+
|
43
|
+
<url>
|
44
|
+
|
45
|
+
<loc>https://legal.netwk.pro/LICENSE.md</loc>
|
46
|
+
|
47
|
+
<lastmod>2025-04-20</lastmod>
|
48
|
+
|
49
|
+
<changefreq>weekly</changefreq>
|
50
|
+
|
51
|
+
<priority>0.6</priority>
|
52
|
+
|
53
|
+
</url>
|
54
|
+
|
55
|
+
<url>
|
56
|
+
|
57
|
+
<loc>https://legal.netwk.pro/TERMS-COND.md</loc>
|
58
|
+
|
59
|
+
<lastmod>2025-04-20</lastmod>
|
60
|
+
|
61
|
+
<changefreq>weekly</changefreq>
|
62
|
+
|
63
|
+
<priority>0.6</priority>
|
64
|
+
|
65
|
+
</url>
|
66
|
+
|
67
|
+
<url>
|
68
|
+
|
69
|
+
<loc>https://legal.netwk.pro/TERMS-USE.md</loc>
|
70
|
+
|
71
|
+
<lastmod>2025-04-20</lastmod>
|
72
|
+
|
73
|
+
<changefreq>weekly</changefreq>
|
74
|
+
|
75
|
+
<priority>0.6</priority>
|
76
|
+
|
77
|
+
</url>
|
78
|
+
|
79
|
+
<url>
|
80
|
+
|
81
|
+
<loc>https://legal.netwk.pro/html/CC-BY-4.0.html</loc>
|
82
|
+
|
83
|
+
<lastmod>2025-04-15</lastmod>
|
84
|
+
|
85
|
+
<changefreq>monthly</changefreq>
|
86
|
+
|
87
|
+
<priority>0.4</priority>
|
88
|
+
|
89
|
+
</url>
|
90
|
+
|
91
|
+
<url>
|
92
|
+
|
93
|
+
<loc>https://legal.netwk.pro/html/COPYING.html</loc>
|
94
|
+
|
95
|
+
<lastmod>2025-04-15</lastmod>
|
96
|
+
|
97
|
+
<changefreq>monthly</changefreq>
|
98
|
+
|
99
|
+
<priority>0.4</priority>
|
100
|
+
|
101
|
+
</url>
|
102
|
+
|
103
|
+
<url>
|
104
|
+
|
105
|
+
<loc>https://legal.netwk.pro/404.html</loc>
|
106
|
+
|
107
|
+
<lastmod>2025-04-20</lastmod>
|
108
|
+
|
109
|
+
<changefreq>yearly</changefreq>
|
110
|
+
|
111
|
+
<priority>0.1</priority>
|
112
|
+
|
113
|
+
</url>
|
114
|
+
|
115
|
+
</urlset>
|