@networkpro/legal 0.2.3 → 0.2.5
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 +26 -48
- package/LICENSE.md +14 -16
- package/README.md +2 -2
- package/css/default.css +1 -122
- package/css/normalize.css +1 -152
- package/css/style.css +1 -279
- package/favicon.svg.gz +0 -0
- package/html/CC-BY-4.0.html +176 -457
- package/html/CC-BY-4.0.html.br +0 -0
- package/html/CC-BY-4.0.html.gz +0 -0
- package/html/COPYING.html +107 -271
- package/html/COPYING.html.br +0 -0
- package/html/COPYING.html.gz +0 -0
- package/index.html +54 -56
- 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/package.json +10 -6
- package/sitemap.xml +10 -48
- package/PRIVACY.md +0 -210
- package/TERMS.md +0 -210
- package/html/terms-conditions.html +0 -644
- package/html/terms-conditions.html.br +0 -0
- package/js/app.787b2446c603c390d69b.js +0 -356
- package/js/app.787b2446c603c390d69b.js.br +0 -0
- package/js/runtime.69afa8e03e74c9c3671e.js +0 -45
- package/legal.html +0 -958
- package/legal.html.br +0 -0
- package/terms-of-use.html +0 -556
- package/terms-of-use.html.br +0 -0
package/index.html
CHANGED
@@ -2,57 +2,57 @@
|
|
2
2
|
|
3
3
|
<html class="no-js" lang="en">
|
4
4
|
<head>
|
5
|
-
<meta charset="utf-8"
|
5
|
+
<meta charset="utf-8">
|
6
6
|
|
7
7
|
|
8
8
|
|
9
|
-
<meta name="viewport" content="width=device-width,initial-scale=1"
|
9
|
+
<meta name="viewport" content="width=device-width,initial-scale=1">
|
10
10
|
<title>Legal Document Portal — Network Pro</title>
|
11
11
|
|
12
12
|
|
13
|
-
<link rel="stylesheet" href="css/normalize.css"
|
14
|
-
<link rel="stylesheet" href="css/style.css"
|
15
|
-
<link rel="stylesheet" href="css/default.css"
|
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
16
|
|
17
17
|
<script src="https://kit.fontawesome.com/f70f03cb45.js" crossorigin="anonymous"></script>
|
18
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"
|
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
22
|
|
23
|
-
<link rel="canonical" href="https://legal.netwk.pro/"
|
24
|
-
<base href="https://legal.netwk.pro/" target="_self"
|
23
|
+
<link rel="canonical" href="https://legal.netwk.pro/">
|
24
|
+
<base href="https://legal.netwk.pro/" target="_self">
|
25
25
|
|
26
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"
|
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
33
|
|
34
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"
|
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
44
|
|
45
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"
|
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
49
|
|
50
|
-
<link rel="manifest" href="site.webmanifest"
|
51
|
-
<meta name="theme-color" content="#ffc627"
|
50
|
+
<link rel="manifest" href="site.webmanifest">
|
51
|
+
<meta name="theme-color" content="#ffc627">
|
52
52
|
|
53
|
-
<meta http-equiv="Referrer-Policy" content="no-referrer"
|
54
|
-
<meta http-equiv="Permissions-Policy" content="interest-cohort=()"
|
55
|
-
<script defer="defer" src="js/runtime.
|
53
|
+
<meta http-equiv="Referrer-Policy" content="no-referrer">
|
54
|
+
<meta http-equiv="Permissions-Policy" content="interest-cohort=()">
|
55
|
+
<script defer="defer" src="js/runtime.aac6c30edf7d8d569715.mjs"></script><script defer="defer" src="js/app.6f7616e04ac0463f582a.mjs"></script></head>
|
56
56
|
|
57
57
|
<body>
|
58
58
|
|
@@ -60,13 +60,12 @@
|
|
60
60
|
<div class="container">
|
61
61
|
<nav class="center-nav">
|
62
62
|
<a rel="noopener noreferrer" href="https://netwk.pro/" target="_self">home</a>
|
63
|
-
|
64
|
-
<a rel="noopener noreferrer" href="https://
|
65
|
-
|
66
|
-
|
|
63
|
+
|
|
64
|
+
<a rel="noopener noreferrer" href="https://netwk.pro/about.html" target="_blank">about</a>
|
65
|
+
|
|
67
66
|
<a rel="noopener noreferrer" href="https://github.com/netwk-pro/netwk-pro.github.io/discussions" target="_blank">discussions
|
68
67
|
<sup><span class="fa-solid fa-arrow-up-right-from-square fa-2xs"></span></sup></a>
|
69
|
-
|
68
|
+
|
|
70
69
|
<a rel="noopener noreferrer" href="https://linktr.ee/neteng_pro" target="_blank">link hub
|
71
70
|
<sup><span class="fa-solid fa-arrow-up-right-from-square fa-2xs"></span></sup></a>
|
72
71
|
</nav>
|
@@ -77,18 +76,18 @@
|
|
77
76
|
<div class="full-width-section">
|
78
77
|
<div class="container">
|
79
78
|
|
80
|
-
<
|
81
|
-
<img decoding="async" loading="lazy" class="logo" src="img/logo-transparent.png" alt="Network Pro Strategies"
|
82
|
-
<div class="index1">Locking Down Networks,<br
|
79
|
+
<section id="site-title">
|
80
|
+
<img decoding="async" loading="lazy" class="logo" src="img/logo-transparent.png" alt="Network Pro Strategies" style="width: 250x; height: 250px">
|
81
|
+
<div class="index1">Locking Down Networks,<br>
|
83
82
|
Unlocking Confidence™</div>
|
84
83
|
<p> </p>
|
85
84
|
<h1 class="index2">Legal Document Portal</h1>
|
86
|
-
</
|
85
|
+
</section>
|
87
86
|
|
88
87
|
|
89
88
|
|
90
89
|
|
91
|
-
<hr class="hr-styled"
|
90
|
+
<hr class="hr-styled">
|
92
91
|
|
93
92
|
|
94
93
|
|
@@ -98,14 +97,14 @@
|
|
98
97
|
|
99
98
|
<p class="center-text"><a rel="noopener noreferrer" href="https://netwk.pro/terms-of-use.html">Website Terms of Use</a></p>
|
100
99
|
|
101
|
-
<p class="center-text"><a rel="noopener noreferrer" href="https://
|
100
|
+
<p class="center-text"><a rel="noopener noreferrer" href="https://netwk.pro/privacy.html">Privacy Policy</a></p>
|
102
101
|
<p class="center-text"><a rel="noopener noreferrer" href="https://netwk.pro/legal.html">Legal, Copyright, and Licensing</a></p>
|
103
102
|
|
104
103
|
|
105
104
|
|
106
105
|
<p class="center-text"><strong><u>Consulting and Implementation Services</u></strong></p>
|
107
106
|
|
108
|
-
<p class="center-text"><a rel="noopener noreferrer" href="https://netwk.pro/
|
107
|
+
<p class="center-text"><a rel="noopener noreferrer" href="https://netwk.pro/terms-and-conditions.html">Terms and Conditions</a></p>
|
109
108
|
|
110
109
|
|
111
110
|
</section>
|
@@ -161,7 +160,7 @@
|
|
161
160
|
</section>
|
162
161
|
|
163
162
|
|
164
|
-
<hr class="hr-styled"
|
163
|
+
<hr class="hr-styled">
|
165
164
|
|
166
165
|
|
167
166
|
|
@@ -170,8 +169,7 @@
|
|
170
169
|
<table class="bnav"><tbody>
|
171
170
|
<tr>
|
172
171
|
<td class="bnav-nav"><a rel="noopener noreferrer" href="https://netwk.pro/terms-of-use.html" target="_self">Terms of Use</a></td>
|
173
|
-
<td class="bnav-nav"><a rel="noopener noreferrer" href="https://
|
174
|
-
<sup><span class="fa-solid fa-arrow-up-right-from-square fa-2xs"></span></sup></a>
|
172
|
+
<td class="bnav-nav"><a rel="noopener noreferrer" href="https://netwk.pro/privacy.html" target="_blank">Privacy Policy</a>
|
175
173
|
</td>
|
176
174
|
</tr>
|
177
175
|
<tr>
|
@@ -190,8 +188,8 @@
|
|
190
188
|
<div class="bnav2-wrap">
|
191
189
|
<table class="bnav2"><tbody>
|
192
190
|
<tr>
|
193
|
-
<td class="bnav2-nav"><a rel="noopener noreferrer" href="https://
|
194
|
-
<td class="bnav2-nav"><a rel="noopener noreferrer" href="https://
|
191
|
+
<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>
|
192
|
+
<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>
|
195
193
|
</tr>
|
196
194
|
</tbody>
|
197
195
|
</table>
|
@@ -208,7 +206,7 @@
|
|
208
206
|
<div class="container">
|
209
207
|
<div class="copyright" xmlns:cc="http://creativecommons.org/ns#" xmlns:dct="http://purl.org/dc/terms/">
|
210
208
|
<p>
|
211
|
-
Copyright © 2025<br
|
209
|
+
Copyright © 2025<br>
|
212
210
|
<a rel="cc:attributionURL dct:creator noopener noreferrer" property="cc:attributionName" href="https://netwk.pro/" target="_blank"><strong>Network Pro Strategies</strong></a>
|
213
211
|
(Network Pro™)</p>
|
214
212
|
|
@@ -221,18 +219,18 @@
|
|
221
219
|
|
222
220
|
<p>
|
223
221
|
Licensed under
|
224
|
-
<a href="https://
|
222
|
+
<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>
|
225
223
|
<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;
|
226
224
|
margin-left: 3px;
|
227
225
|
vertical-align: text-bottom;
|
228
|
-
text-decoration: none;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg" alt="Creative Commons BY"
|
226
|
+
text-decoration: none;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg" alt="Creative Commons BY">
|
229
227
|
</a>
|
230
228
|
<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;
|
231
229
|
margin-left: 3px;
|
232
230
|
vertical-align: text-bottom;
|
233
|
-
text-decoration: none;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg" alt="Creative Commons BY"
|
231
|
+
text-decoration: none;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg" alt="Creative Commons BY"></a>
|
234
232
|
and the
|
235
|
-
<a href="https://
|
233
|
+
<a href="https://netwk.pro/legal.html#gnu-gpl" target="_blank" rel="license noopener noreferrer"><b>GNU GPL</b></a>, as published by the
|
236
234
|
<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
|
237
235
|
version.
|
238
236
|
</p>
|
@@ -241,6 +239,6 @@
|
|
241
239
|
</footer>
|
242
240
|
|
243
241
|
|
244
|
-
<script src="js/app.
|
242
|
+
<script src="js/app.mjs"></script>
|
245
243
|
</body>
|
246
244
|
</html>
|
package/index.html.br
CHANGED
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))})()})();
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@networkpro/legal",
|
3
|
-
"version": "0.2.
|
3
|
+
"version": "0.2.5",
|
4
4
|
"private": false,
|
5
5
|
"description": "Legal Document Portal — Network Pro Strategies",
|
6
6
|
"keywords": [
|
@@ -34,8 +34,10 @@
|
|
34
34
|
"scripts": {
|
35
35
|
"test": "mocha test/**/*.mjs",
|
36
36
|
"test:coverage": "c8 mocha test/**/*.mjs",
|
37
|
-
"lint": "
|
38
|
-
"
|
37
|
+
"lint": "eslint .",
|
38
|
+
"format": "prettier --check .",
|
39
|
+
"lint:format": "eslint . && prettier --check .",
|
40
|
+
"fix": "eslint --fix . && prettier --write .",
|
39
41
|
"clean": "rm -rf dist/* && npm update",
|
40
42
|
"ci": "rm -rf dist/* node_modules package-lock.json && npm install",
|
41
43
|
"start": "webpack serve --open --config webpack.config.dev.mjs",
|
@@ -43,14 +45,13 @@
|
|
43
45
|
"prepare": "husky"
|
44
46
|
},
|
45
47
|
"dependencies": {
|
48
|
+
"@babel/runtime": "^7.27.0",
|
46
49
|
"astroturf": "^1.2.0",
|
47
50
|
"astroturf-loader": "^1.0.0",
|
48
|
-
"autoprefixer": "^10.4.20",
|
49
51
|
"browserslist": "^4.24.4",
|
50
|
-
"
|
52
|
+
"glob": "^11.0.1",
|
51
53
|
"globalthis": "^1.0.4",
|
52
54
|
"normalize.css": "^8.0.1",
|
53
|
-
"postcss-cli": "^11.0.0",
|
54
55
|
"safe-stable-stringify": "^2.5.0"
|
55
56
|
},
|
56
57
|
"devDependencies": {
|
@@ -58,7 +59,9 @@
|
|
58
59
|
"@babel/plugin-transform-runtime": "^7.26.9",
|
59
60
|
"@babel/preset-env": "^7.26.9",
|
60
61
|
"@eslint/js": "^9.20.0",
|
62
|
+
"autoprefixer": "^10.4.20",
|
61
63
|
"babel-loader": "^9.2.1",
|
64
|
+
"c8": "^10.1.3",
|
62
65
|
"chai": "^5.2.0",
|
63
66
|
"compression-webpack-plugin": "^11.1.0",
|
64
67
|
"copy-webpack-plugin": "^11.0.0",
|
@@ -72,6 +75,7 @@
|
|
72
75
|
"husky": "^9.1.7",
|
73
76
|
"markdownlint": "^0.37.4",
|
74
77
|
"markdownlint-cli2": "^0.17.2",
|
78
|
+
"mini-css-extract-plugin": "^2.9.2",
|
75
79
|
"mocha": "^11.0.1",
|
76
80
|
"postcss": "^8.5.1",
|
77
81
|
"postcss-loader": "^8.1.1",
|
package/sitemap.xml
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
|
9
9
|
<loc>https://legal.netwk.pro/index.html</loc>
|
10
10
|
|
11
|
-
<lastmod>2025-04-
|
11
|
+
<lastmod>2025-04-20</lastmod>
|
12
12
|
|
13
13
|
<changefreq>weekly</changefreq>
|
14
14
|
|
@@ -16,35 +16,11 @@
|
|
16
16
|
|
17
17
|
</url>
|
18
18
|
|
19
|
-
<url>
|
20
|
-
|
21
|
-
<loc>https://legal.netwk.pro/legal.html</loc>
|
22
|
-
|
23
|
-
<lastmod>2025-04-15</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/terms-of-use.html</loc>
|
34
|
-
|
35
|
-
<lastmod>2025-04-15</lastmod>
|
36
|
-
|
37
|
-
<changefreq>monthly</changefreq>
|
38
|
-
|
39
|
-
<priority>0.7</priority>
|
40
|
-
|
41
|
-
</url>
|
42
|
-
|
43
19
|
<url>
|
44
20
|
|
45
21
|
<loc>https://legal.netwk.pro/PRIVACY.md</loc>
|
46
22
|
|
47
|
-
<lastmod>2025-04-
|
23
|
+
<lastmod>2025-04-20</lastmod>
|
48
24
|
|
49
25
|
<changefreq>monthly</changefreq>
|
50
26
|
|
@@ -56,7 +32,7 @@
|
|
56
32
|
|
57
33
|
<loc>https://legal.netwk.pro/README.md</loc>
|
58
34
|
|
59
|
-
<lastmod>2025-04-
|
35
|
+
<lastmod>2025-04-20</lastmod>
|
60
36
|
|
61
37
|
<changefreq>monthly</changefreq>
|
62
38
|
|
@@ -68,11 +44,11 @@
|
|
68
44
|
|
69
45
|
<loc>https://legal.netwk.pro/LICENSE.md</loc>
|
70
46
|
|
71
|
-
<lastmod>2025-04-
|
47
|
+
<lastmod>2025-04-20</lastmod>
|
72
48
|
|
73
49
|
<changefreq>monthly</changefreq>
|
74
50
|
|
75
|
-
<priority>0.
|
51
|
+
<priority>0.6</priority>
|
76
52
|
|
77
53
|
</url>
|
78
54
|
|
@@ -80,25 +56,11 @@
|
|
80
56
|
|
81
57
|
<loc>https://legal.netwk.pro/TERMS.md</loc>
|
82
58
|
|
83
|
-
<lastmod>2025-04-
|
84
|
-
|
85
|
-
<changefreq>monthly</changefreq>
|
86
|
-
|
87
|
-
<priority>0.5</priority>
|
88
|
-
|
89
|
-
</url>
|
90
|
-
|
91
|
-
<url>
|
92
|
-
|
93
|
-
<loc>https://legal.netwk.pro/html/terms-conditions.html</loc>
|
94
|
-
|
95
|
-
<lastmod>2025-04-15</lastmod>
|
59
|
+
<lastmod>2025-04-20</lastmod>
|
96
60
|
|
97
61
|
<changefreq>monthly</changefreq>
|
98
62
|
|
99
|
-
<priority>0.
|
100
|
-
|
101
|
-
</url>
|
63
|
+
<priority>0.6</priority>
|
102
64
|
|
103
65
|
</url>
|
104
66
|
|
@@ -110,7 +72,7 @@
|
|
110
72
|
|
111
73
|
<changefreq>yearly</changefreq>
|
112
74
|
|
113
|
-
<priority>0.
|
75
|
+
<priority>0.4</priority>
|
114
76
|
|
115
77
|
</url>
|
116
78
|
|
@@ -122,7 +84,7 @@
|
|
122
84
|
|
123
85
|
<changefreq>yearly</changefreq>
|
124
86
|
|
125
|
-
<priority>0.
|
87
|
+
<priority>0.4</priority>
|
126
88
|
|
127
89
|
</url>
|
128
90
|
|
@@ -130,7 +92,7 @@
|
|
130
92
|
|
131
93
|
<loc>https://legal.netwk.pro/404.html</loc>
|
132
94
|
|
133
|
-
<lastmod>2025-04-
|
95
|
+
<lastmod>2025-04-20</lastmod>
|
134
96
|
|
135
97
|
<changefreq>yearly</changefreq>
|
136
98
|
|
package/PRIVACY.md
DELETED
@@ -1,210 +0,0 @@
|
|
1
|
-
<!-- =========================================================================
|
2
|
-
SPDX-License-Identifier: CC-BY-4.0 OR GPL-3.0-or-later
|
3
|
-
This file is part of Network Pro.
|
4
|
-
========================================================================== -->
|
5
|
-
|
6
|
-
<!--
|
7
|
-
Copyright © 2025 Network Pro Strategies (Network Pro)
|
8
|
-
|
9
|
-
---
|
10
|
-
|
11
|
-
I. Creative Commons Attribution 4.0 International
|
12
|
-
|
13
|
-
Network Pro (the "Licensed Material") is licensed under Creative Commons Attribution 4.0 International ("CC BY 4.0"). To view a copy of this license, visit https://creativecommons.org/licenses/by/4.0/.
|
14
|
-
|
15
|
-
Per the terms of the License, you are free to distribute, remix, adapt, and build upon the Licensed Material for any purpose, even commercially. You must give appropriate credit, provide a link to the License, and indicate if changes were made.
|
16
|
-
|
17
|
-
The Licensor offers the Licensed Material as-is and as-available, and makes no representations or warranties of any kind concerning the Licensed Material, whether express, implied, statutory, or other. This includes, without limitation, warranties of title, merchantability, fitness for a particular purpose, non-infringement, absence of latent or other defects, accuracy, or the presence or absence of errors, whether or not known or discoverable.
|
18
|
-
|
19
|
-
Permissions beyond the scope of this License—or instead of those permitted by this License—may be available as further defined within this document.
|
20
|
-
|
21
|
-
SPDX Reference: https://spdx.org/licenses/CC-BY-4.0.html
|
22
|
-
Canonical URL: https://creativecommons.org/licenses/by/4.0/
|
23
|
-
|
24
|
-
---
|
25
|
-
|
26
|
-
II. GNU General Public License
|
27
|
-
|
28
|
-
Network Pro is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License ("GNU GPL") as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
|
29
|
-
|
30
|
-
This material is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
31
|
-
|
32
|
-
See the GNU General Public License for more details.
|
33
|
-
|
34
|
-
SPDX Reference: https://spdx.org/licenses/GPL-3.0-or-later.html
|
35
|
-
Canonical URL: https://www.gnu.org/licenses/gpl-3.0.html
|
36
|
-
|
37
|
-
---
|
38
|
-
|
39
|
-
Author: Scott Lopez
|
40
|
-
Email: <contact@neteng.pro>
|
41
|
-
Web: <https://bio.neteng.pro>
|
42
|
-
-->
|
43
|
-
|
44
|
-
[SPDX-License-Identifier](https://spdx.dev/learn/handling-license-info/):
|
45
|
-
`CC-BY-4.0 OR GPL-3.0-or-later`
|
46
|
-
|
47
|
-
<a name="top"></a>
|
48
|
-
|
49
|
-
# Privacy Policy
|
50
|
-
|
51
|
-
**Network Pro Strategies**
|
52
|
-
**Effective Date:** April 14, 2025
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
<!-- markdownlint-disable MD001 -->
|
57
|
-
|
58
|
-
### Table of Contents
|
59
|
-
|
60
|
-
<!-- markdownlint-enable MD001 -->
|
61
|
-
|
62
|
-
1. [Introduction](#intro)
|
63
|
-
2. [Information We Collect](#collect)
|
64
|
-
3. [Payment Information](#payment)
|
65
|
-
4. [Use of Information](#use)
|
66
|
-
5. [Data Sharing](#sharing)
|
67
|
-
6. [Data Security](#security)
|
68
|
-
7. [User Rights](#rights)
|
69
|
-
8. [Third-Party Links](#third-party)
|
70
|
-
9. [Disclaimers and Limitations](#disclaimers)
|
71
|
-
10. [Policy Changes](#changes)
|
72
|
-
11. [Contact](#contact)
|
73
|
-
|
74
|
-
---
|
75
|
-
|
76
|
-
<a name="intro"></a>
|
77
|
-
|
78
|
-
## 1. Introduction
|
79
|
-
|
80
|
-
Network Pro Strategies ("Company," "we," "us," or "our") is committed to protecting the privacy of clients and website visitors. This Privacy Policy outlines how we collect, use, and safeguard your information when you interact with our website or services, consistent with applicable U.S. federal law and Arizona law, including Title 18, Chapter 5, Article 4 of the **[Arizona Revised Statutes](https://www.azleg.gov/arstitle/) (A.R.S. §§ 18-551, 18-552)**.
|
81
|
-
|
82
|
-
<a name="collect"></a>
|
83
|
-
|
84
|
-
## 2. Information We Collect
|
85
|
-
|
86
|
-
We may collect the following categories of information:
|
87
|
-
|
88
|
-
- **Personal Identifiers** (e.g., name, email, phone number)
|
89
|
-
- **Business and Professional Information**
|
90
|
-
- **Device/Technical Information** (e.g., IP address, browser type, access logs)
|
91
|
-
- **Client-Submitted Content** related to our services
|
92
|
-
|
93
|
-
<sub>[Back to top](#top)</sub>
|
94
|
-
|
95
|
-
<a name="payment"></a>
|
96
|
-
|
97
|
-
## 3. Payment Information
|
98
|
-
|
99
|
-
When processing payments, we may collect credit card details and billing contact information. All credit card data is encrypted via TLS and shared only with PCI-compliant processors. **Data is purged within 90 days post-verification of payment.**
|
100
|
-
|
101
|
-
<sub>[Back to top](#top)</sub>
|
102
|
-
|
103
|
-
<a name="use"></a>
|
104
|
-
|
105
|
-
## 4. Use of Information
|
106
|
-
|
107
|
-
Information is used to:
|
108
|
-
|
109
|
-
- **Provide and improve services**
|
110
|
-
- **Respond to inquiries and fulfill contracts**
|
111
|
-
- **Conduct analytics and enhance user experience**
|
112
|
-
- **Ensure legal and regulatory compliance**
|
113
|
-
|
114
|
-
<sub>[Back to top](#top)</sub>
|
115
|
-
|
116
|
-
<a name="sharing"></a>
|
117
|
-
|
118
|
-
## 5. Data Sharing
|
119
|
-
|
120
|
-
We do not sell personal information. However, we may share personal and business information under the following circumstances:
|
121
|
-
|
122
|
-
- **With Service Providers:** We may share information with trusted third-party vendors—under binding agreements—who support our business operations. These include, but are not limited to, services such as payment processing, analytics, hosting, and customer support. These providers are authorized to use your information only as necessary to perform their contractual obligations.
|
123
|
-
- **Legal Compliance:** We may disclose information if required to do so by applicable law, regulation, legal process, or enforceable governmental request, including subpoenas or court orders.
|
124
|
-
- **Business Transfers:** In connection with a merger, acquisition, asset sale, or similar corporate transaction, we may disclose or transfer personal information, provided that reasonable steps are taken to ensure continued confidentiality and compliance with applicable privacy laws.
|
125
|
-
|
126
|
-
<sub>[Back to top](#top)</sub>
|
127
|
-
|
128
|
-
<a name="security"></a>
|
129
|
-
|
130
|
-
## 6. Data Security
|
131
|
-
|
132
|
-
We implement industry-standard security measures to protect your data. However, no method of transmission over the Internet or electronic storage is completely secure, and we cannot guarantee absolute security. In compliance with **A.R.S. § 18-552**, we will notify affected individuals in the event of a data breach involving personal information.
|
133
|
-
|
134
|
-
<sub>[Back to top](#top)</sub>
|
135
|
-
|
136
|
-
<a name="rights"></a>
|
137
|
-
|
138
|
-
## 7. User Rights
|
139
|
-
|
140
|
-
<!-- markdownlint-disable MD036 -->
|
141
|
-
|
142
|
-
**Your Rights and Choices**
|
143
|
-
|
144
|
-
<!-- markdownlint-enable MD036 -->
|
145
|
-
|
146
|
-
Under applicable state and federal law, you may have rights to:
|
147
|
-
|
148
|
-
- **Access, update, or delete** your personal information, subject to legal and contractual limitations.
|
149
|
-
- **Restrict or object to processing** under certain conditions, as permitted by law.
|
150
|
-
- **Opt out of direct marketing**
|
151
|
-
|
152
|
-
To exercise these rights, please use our [Privacy Rights Request Form](https://privacy.neteng.pro) or email us at `support (at) neteng.pro`.
|
153
|
-
|
154
|
-
<sub>[Back to top](#top)</sub>
|
155
|
-
|
156
|
-
<a name="third-party"></a>
|
157
|
-
|
158
|
-
## 8. Third-Party Links
|
159
|
-
|
160
|
-
Our site may contain links to third-party sites. We are not responsible for their privacy practices.
|
161
|
-
|
162
|
-
<sub>[Back to top](#top)</sub>
|
163
|
-
|
164
|
-
<a name="disclaimers"></a>
|
165
|
-
|
166
|
-
## 9. Disclaimers and Limitations
|
167
|
-
|
168
|
-
Network Pro Strategies offers informational content as a public service. No warranties are made regarding the accuracy or completeness of such content. Consulting services are governed by separate contracts. We disclaim liability for third-party services integrated or referenced.
|
169
|
-
|
170
|
-
<sub>[Back to top](#top)</sub>
|
171
|
-
|
172
|
-
<a name="changes"></a>
|
173
|
-
|
174
|
-
## 10. Policy Changes
|
175
|
-
|
176
|
-
We may update this policy periodically. Changes are effective upon posting.
|
177
|
-
|
178
|
-
<sub>[Back to top](#top)</sub>
|
179
|
-
|
180
|
-
<a name="contact"></a>
|
181
|
-
|
182
|
-
## 11. Contact
|
183
|
-
|
184
|
-
For questions, contact:
|
185
|
-
|
186
|
-
**Network Pro Strategies**
|
187
|
-
📧 Email: `support (at) neteng.pro`
|
188
|
-
📞 Phone: (623) 252-4350
|
189
|
-
|
190
|
-
---
|
191
|
-
|
192
|
-
<div style="font-size: 12px; font-weight: bold; text-align: center;">
|
193
|
-
|
194
|
-
[Home](https://netwk.pro) | [Terms of Use](https://netwk.pro/terms-of-use.html)
|
195
|
-
Privacy Policy | [Legal](https://netwk.pro/legal.html)
|
196
|
-
|
197
|
-
</div>
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
<div style="font-size: 12px; text-align: center;">
|
202
|
-
|
203
|
-
Copyright © 2025
|
204
|
-
**[Network Pro Strategies](https://netwk.pro/)** (Network Pro™)
|
205
|
-
|
206
|
-
Network Pro™, the shield logo, and the "Locking Down Networks™" slogan are [trademarks](https://netwk.pro/legal.html#trademark) of Network Pro Strategies.
|
207
|
-
|
208
|
-
Licensed under **[CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)** and the **[GNU GPL](https://spdx.org/licenses/GPL-3.0-or-later.html)**, as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
|
209
|
-
|
210
|
-
</div>
|