@networkpro/web 0.10.1 → 0.10.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@networkpro/web",
3
- "version": "0.10.1",
3
+ "version": "0.10.6",
4
4
  "private": false,
5
5
  "description": "Locking Down Networks, Unlocking Confidence | Security, Networking, Privacy — Network Pro Strategies",
6
6
  "keywords": [
@@ -33,23 +33,24 @@
33
33
  "scripts": {
34
34
  "test": "mocha test/**/*.mjs",
35
35
  "test:coverage": "c8 mocha test/**/*.mjs",
36
- "lint": "npx eslint && prettier --check .",
36
+ "lint": "eslint .",
37
+ "format": "prettier --check .",
38
+ "lint:format": "eslint . && prettier --check .",
37
39
  "fix": "npx eslint --fix && prettier --write .",
38
40
  "clean": "rm -rf dist/* && npm update",
39
41
  "ci": "rm -rf dist/* node_modules package-lock.json && npm install",
40
42
  "start": "webpack serve --open --config webpack.config.dev.mjs",
41
- "build": "webpack --config webpack.config.prod.mjs && node scripts/optimize-html.js",
43
+ "build": "webpack --config webpack.config.prod.mjs",
42
44
  "prepare": "husky"
43
45
  },
44
46
  "dependencies": {
45
47
  "@babel/runtime": "^7.27.0",
46
48
  "astroturf": "^1.2.0",
47
49
  "astroturf-loader": "^1.0.0",
48
- "autoprefixer": "^10.4.20",
49
50
  "browserslist": "^4.24.4",
50
51
  "glob": "^11.0.1",
52
+ "globalthis": "^1.0.4",
51
53
  "normalize.css": "^8.0.1",
52
- "postcss-cli": "^11.0.0",
53
54
  "safe-stable-stringify": "^2.5.0"
54
55
  },
55
56
  "devDependencies": {
@@ -57,6 +58,7 @@
57
58
  "@babel/plugin-transform-runtime": "^7.26.10",
58
59
  "@babel/preset-env": "^7.26.9",
59
60
  "@eslint/js": "^9.20.0",
61
+ "autoprefixer": "^10.4.21",
60
62
  "babel-loader": "^9.2.1",
61
63
  "c8": "^10.1.3",
62
64
  "chai": "^5.2.0",
@@ -72,8 +74,9 @@
72
74
  "husky": "^9.1.7",
73
75
  "markdownlint": "^0.37.4",
74
76
  "markdownlint-cli2": "^0.17.2",
77
+ "mini-css-extract-plugin": "^2.9.2",
75
78
  "mocha": "^11.0.1",
76
- "postcss": "^8.5.1",
79
+ "postcss": "^8.5.3",
77
80
  "postcss-loader": "^8.1.1",
78
81
  "prettier": "^3.4.2",
79
82
  "style-loader": "^4.0.0",
@@ -85,6 +88,7 @@
85
88
  "webpack": "^5.98.0",
86
89
  "webpack-cli": "^6.0.1",
87
90
  "webpack-dev-server": "^5.2.0",
88
- "webpack-merge": "^5.10.0"
91
+ "webpack-merge": "^5.10.0",
92
+ "workbox-webpack-plugin": "^7.3.0"
89
93
  }
90
94
  }
package/terms-of-use.html CHANGED
@@ -1,5 +1,326 @@
1
- <!DOCTYPE html>
2
- <!--==========================================================================SPDX-License-Identifier: CC-BY-4.0 OR GPL-3.0-or-later
3
- This file is part of Network Pro.===========================================================================-->
4
- <html class="no-js" lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Website Terms of Use &mdash; Network Pro</title> <!-- STYLESHEETS --> <link rel="stylesheet" href="css/normalize.css"> <link rel="stylesheet" href="css/style.css"> <link rel="stylesheet" href="css/default.css"> <!-- Font Awesome solids and brands --> <script src="https://kit.fontawesome.com/f70f03cb45.js" crossorigin="anonymous"></script> <meta name="description" content="Website Terms of Use | Security, Networking, Privacy — Network Pro"> <meta name="author" content="Scott Lopez"> <meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1"> <link rel="canonical" href="https://netwk.pro/terms-of-use.html"> <base href="https://netwk.pro/terms-of-use.html" target="_self"> <!-- FACEBOOK META TAGS --> <meta property="og:title" content="Website Terms of Use — Network Pro"> <meta property="og:type" content="website"> <meta property="og:url" content="https://netwk.pro/terms-of-use.html"> <meta property="og:image" content="img/banner-og-1200x630.png"> <meta property="og:image:alt" content="Network Pro Strategies"> <meta property="og:description" content="Website Terms of Use | Security, Networking, Privacy — Network Pro"> <!-- TWITTER META TAGS --> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:site" content="@NetEng_Pro"> <meta name="twitter:creator" content="@NetEng_pro"> <meta property="twitter:domain" content="https://netwk.pro/terms-of-use.html"> <meta property="twitter:url" content="https://netwk.pro/terms-of-use.html"> <meta name="twitter:title" content="Website Terms of Use — Network Pro"> <meta name="twitter:description" content="Website Terms of Use | Security, Networking, Privacy — Network Pro"> <meta name="twitter:image" content="img/banner-og-1200x630.png"> <meta name="twitter:image:alt" content="Network Pro Strategies"> <!-- Meta Tags Generated via dnschecker.org --> <link rel="icon" href="favicon.ico" sizes="any" type="image/x-icon"> <link rel="icon" href="favicon.svg" type="image/svg+xml"> <link rel="apple-touch-icon" href="favicon-180.png" type="image/png"> <link rel="manifest" href="site.webmanifest"> <meta name="theme-color" content="#ffc627"> <meta http-equiv="Referrer-Policy" content="no-referrer"> <meta http-equiv="Permissions-Policy" content="interest-cohort=()"> </head> <body> <!-- BEGIN HEADER --> <header id="header-nav"> <div class="container"> <nav class="center-nav"> <a rel="noopener noreferrer" href="https://netwk.pro/" target="_self" >home</a > &nbsp; | &nbsp; <a rel="noopener noreferrer" href="https://github.com/netwk-pro/netwk-pro.github.io/blob/master/README.md" target="_blank" >about <sup ><span class="fa-solid fa-arrow-up-right-from-square fa-2xs"></span></sup ></a> &nbsp; | &nbsp; <a rel="noopener noreferrer" href="https://github.com/netwk-pro/netwk-pro.github.io/discussions" target="_blank" >discussions <sup ><span class="fa-solid fa-arrow-up-right-from-square fa-2xs"></span></sup ></a> &nbsp; | &nbsp; <a rel="noopener noreferrer" href="https://linktr.ee/neteng_pro" target="_blank" >link hub <sup ><span class="fa-solid fa-arrow-up-right-from-square fa-2xs"></span></sup ></a> </nav> </div> </header> <!-- END HEADER --> <div class="full-width-section"> <div class="container"> <!-- BEGIN TITLE --> <a name="top"></a> <span class="small-text" ><a rel="noopener noreferrer" href="https://spdx.dev/learn/handling-license-info/" target="_blank" >SPDX License Identifier</a >: &nbsp;<code>CC-BY-4.0 OR GPL-3.0-or-later</code></span > <hgroup id="site-title"> <h1>Website Terms of Use</h1> <p ><strong>Network Pro Strategies</strong><br> <strong>Effective Date:</strong> April 14, 2025</p > </hgroup> <!-- END TITLE --> &nbsp; <!-- BEGIN MAIN CONTENT --> <section id="main-content"> <nav id="toc"> <h3>Table of Contents</h3> <ol> <li><a href="#introduction">Introduction</a></li> <li><a href="#platforms">Platforms Covered</a></li> <li><a href="#acceptable-use">Acceptable Use</a></li> <li><a href="#warranty">Disclaimer of Warranties</a></li> <li><a href="#risk">Assumption of Risk</a></li> <li><a href="#liability">Limitation of Liability</a></li> <li><a href="#indemnification">Indemnification</a></li> <li ><a href="#jurisdiction">Governing Law and Jurisdiction</a></li > <li><a href="#acceptance">Acceptance of Terms</a></li> <li><a href="#changes">Changes to This Policy</a></li> </ol> </nav> <hr> <p ><strong>Formats Available:</strong> &nbsp;<span style="color: #7f6227" >HTML</span > | <a rel="nooopener noreferrer" href="https://github.com/netwk-pro/netwk-pro-legal/blob/master/TERMS.md" target="_self" >Markdown</a ></p > <section id="introduction"> <h2>1. Introduction</h2> <p >Welcome! By accessing or using any of the platforms operated by Network Pro Strategies ("Company," "we," "us," or "our"), you agree to be bound by these Terms of Use ("Terms"). If you do not agree to these Terms, please refrain from using our services.</p > </section> <section id="platforms"> <h2>2. Platforms Covered</h2> <p >These Terms of Use apply to all platforms associated with the Company, including but not limited to: <strong >GitHub, our main website (hosted via GitHub Pages), communications on Discord and/or Slack, Stack Overflow Teams, Nextcloud, and our social media presence (e.g., Facebook, Instagram, X, and similar platforms).</strong ></p > <span class="small-text"><a href="#top">Back to top</a></span> </section> <section id="acceptable-use"> <h2>3. Acceptable Use</h2> <p >You agree not to use our platforms or services to engage in conduct that is <strong >unlawful, abusive, threatening, harassing, defamatory, deceptive, or otherwise objectionable</strong >. Prohibited activities include but are not limited to:</p > <ul> <li>Unauthorized access or tampering with systems</li> <li>Impersonation or misrepresentation</li> <li>Uploading malicious code or spam</li> <li>Violating third-party rights or laws</li> <li>Interfering with platform functionality or availability</li> </ul> <span class="small-text"><a href="#top">Back to top</a></span> </section> <section id="warranty"> <h2>4. Disclaimer of Warranties</h2> <p >Our platforms and services are provided "as is" and "as available," without any express or implied warranties. We make no guarantees regarding their accuracy, reliability, availability, or security. This disclaimer does not apply to our consulting and implementation services, nor any payment portals or associated services.</p > <span class="small-text"><a href="#top">Back to top</a></span> </section> <section id="risk"> <h2>5. Assumption of Risk</h2> <p >Your use of our platforms is at your own risk. We do not guarantee the security, integrity, or reliability of data stored on external or third-party infrastructure. This disclaimer does not apply to our consulting and implementation services, nor any payment portals or associated services.</p > <span class="small-text"><a href="#top">Back to top</a></span> </section> <section id="liability"> <h2>6. Limitation of Liability</h2> <p >To the fullest extent permitted by law, the Company, its affiliates, owners, operators, and contributors shall not be liable for any direct, indirect, incidental, consequential, or punitive damages, including but not limited to data loss, loss of profits, or damages arising from reliance on or use of our platforms.</p > <span class="small-text"><a href="#top">Back to top</a></span> </section> <section id="indemnification>"> <h2>7. Indemnification</h2> <p >You agree to indemnify, defend, and hold harmless the Company, its affiliates, owners, operators, and contributors from any claims, damages, liabilities, losses, or expenses (including legal fees) arising from or related to your use of our services.</p > <span class="small-text"><a href="#top">Back to top</a></span> </section> <section id="jurisdiction"> <h2>8. Governing Law and Jurisdiction</h2> <p >Network Pro Strategies is based in Maricopa County, Arizona. Any legal action or dispute arising from these Terms of Use shall be subject to the exclusive jurisdiction of the state and federal courts located in Maricopa County, Arizona. These Terms shall be governed by the <strong>Arizona Revised Statutes (A.R.S.)</strong> and applicable provisions of the <strong>United States Code (U.S.C.)</strong>.</p > <span class="small-text"><a href="#top">Back to top</a></span> </section> <section id="acceptance"> <h2>9. Acceptance of Terms</h2> <p >By accessing or using our platforms, you acknowledge and agree to these Terms of Use. Continued use of our services constitutes ongoing acceptance of these Terms.</p > <span class="small-text"><a href="#top">Back to top</a></span> </section> <section id="changes"> <h2>10. Changes to This Policy</h2> <p >We may update these Terms of Use periodically. Updates will be posted on this page with an updated effective date and will reflect any relevant changes in applicable law.</p > <span class="small-text"><a href="#top">Back to top</a></span> </section> &nbsp; <section id="moredetails"> <p class="bquote" ><strong>Note:</strong> For more details regarding our privacy practices, refer to our <a rel="noopener noreferrer" href="https://github.com/netwk-pro/netwk-pro-legal/blob/master/PRIVACY.md" target="_self" >Privacy Policy</a >. For licensing terms and content usage rights, please visit our <a rel="noopener noreferrer" href="https://netwk.pro/legal.html" target="_self" >Legal, Copyright, and Licensing</a > page.</p > </section> </section> <!-- END MAIN CONTENT --> &nbsp; <hr> &nbsp; <!-- BEGIN LEGAL --> <section id="legal"> <div class="bnav-wrap"> <table class="bnav" ><tbody> <tr> <td class="bnav-nav" ><span style="color: #7f6227">Terms of Use</span></td > <td class="bnav-nav" ><a rel="noopener noreferrer" href="https://github.com/netwk-pro/netwk-pro-legal/blob/master/PRIVACY.md" target="_blank" >Privacy Policy <sup ><span class="fa-solid fa-arrow-up-right-from-square fa-2xs"></span></sup ></a> </td> </tr> <tr> <td class="bnav-cell" colspan="2"> <a rel="noopener noreferrer" href="https://netwk.pro/legal.html" target="_self" >Legal</a ></td > </tr> </tbody> </table> </div> </section> <!-- END LEGAL --> &nbsp; <!-- BEGIN BADGES --> <section id="badges"> <div class="bnav2-wrap"> <table class="bnav2" ><tbody> <tr> <td class="bnav2-nav" ><a rel="noopener noreferrer" href="https://creativecommons.org/licenses/by/4.0/" target="_blank" ><img decoding="async" loading="lazy" src="https://forthebadge.com/images/badges/cc-by.png" style="width: 160px; height: auto" alt="Creative Commons BY"></a ></td> <td class="bnav2-nav" ><a rel="noopener noreferrer" href="https://www.gnu.org/licenses/gpl-3.0.html" 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> </tr> </tbody> </table> </div> </section> <!-- END BADGES --> </div> </div> &nbsp; <!-- BEGIN FOOTER --> <footer id="licensing"> <div class="container"> <div class="copyright" xmlns:cc="http://creativecommons.org/ns#" xmlns:dct="http://purl.org/dc/terms/"> <p> Copyright &copy; 2025<br> <a rel="cc:attributionURL dct:creator noopener noreferrer" property="cc:attributionName" href="https://netwk.pro/" target="_blank" ><strong>Network Pro Strategies</strong></a > (Network Pro&trade;)</p > <p> Network Pro&trade;, the shield logo, and the "Locking Down Networks&trade;" slogan are <a rel="noopener noreferrer" href="https://netwk.pro/legal.html#trademark" target="_self" >trademarks</a > of Network Pro Strategies. </p> <p> Licensed under <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank" rel="license noopener noreferrer" style="display: inline-block" ><b>CC BY 4.0</b></a > <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; margin-left: 3px; vertical-align: text-bottom; text-decoration: none; " src="https://mirrors.creativecommons.org/presskit/icons/cc.svg" alt="Creative Commons BY"> </a> <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; margin-left: 3px; vertical-align: text-bottom; text-decoration: none; " src="https://mirrors.creativecommons.org/presskit/icons/by.svg" alt="Creative Commons BY"></a> and the <a href="https://www.gnu.org/licenses/gpl-3.0.html" target="_blank" rel="license noopener noreferrer" ><b>GNU GPL</b></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> </div> </div> </footer> <!-- END FOOTER --> <script src="js/app.js"></script> </body>
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>Website Terms of Use &mdash; 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="Website Terms of Use | 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://netwk.pro/terms-of-use.html">
24
+ <base href="https://netwk.pro/terms-of-use.html" target="_self">
25
+
26
+
27
+ <meta property="og:title" content="Website Terms of Use — Network Pro">
28
+ <meta property="og:type" content="website">
29
+ <meta property="og:url" content="https://netwk.pro/terms-of-use.html">
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="Website Terms of Use | 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://netwk.pro/terms-of-use.html">
39
+ <meta property="twitter:url" content="https://netwk.pro/terms-of-use.html">
40
+ <meta name="twitter:title" content="Website Terms of Use — Network Pro">
41
+ <meta name="twitter:description" content="Website Terms of Use | 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
+
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.52b1ac291305b90de3df.js"></script><script defer="defer" src="js/app.2f84ee2b7813ca71b913.js"></script></head>
56
+
57
+ <body>
58
+
59
+ <header id="header-nav">
60
+ <div class="container">
61
+ <nav class="center-nav">
62
+ <a rel="noopener noreferrer" href="https://netwk.pro/" target="_self">home</a>
63
+ &nbsp; | &nbsp;
64
+ <a rel="noopener noreferrer" href="https://github.com/netwk-pro/netwk-pro.github.io/blob/master/README.md" target="_blank">about
65
+ <sup><span class="fa-solid fa-arrow-up-right-from-square fa-2xs"></span></sup></a>
66
+ &nbsp; | &nbsp;
67
+ <a rel="noopener noreferrer" href="https://github.com/netwk-pro/netwk-pro.github.io/discussions" target="_blank">discussions
68
+ <sup><span class="fa-solid fa-arrow-up-right-from-square fa-2xs"></span></sup></a>
69
+ &nbsp; | &nbsp;
70
+ <a rel="noopener noreferrer" href="https://linktr.ee/neteng_pro" target="_blank">link hub
71
+ <sup><span class="fa-solid fa-arrow-up-right-from-square fa-2xs"></span></sup></a>
72
+ </nav>
73
+ </div>
74
+ </header>
75
+
76
+
77
+ <div class="full-width-section">
78
+ <div class="container">
79
+
80
+ <a name="top"></a>
81
+
82
+ <span class="small-text"><a rel="noopener noreferrer" href="https://spdx.dev/learn/handling-license-info/" target="_blank">SPDX License Identifier</a>: &nbsp;<code>CC-BY-4.0 OR GPL-3.0-or-later</code></span>
83
+
84
+ <hgroup id="site-title">
85
+ <h1>Website Terms of Use</h1>
86
+ <p><strong>Network Pro Strategies</strong><br>
87
+ <strong>Effective Date:</strong> April 14, 2025</p>
88
+ </hgroup>
89
+
90
+
91
+ &nbsp;
92
+
93
+
94
+ <section id="main-content">
95
+ <nav id="toc">
96
+ <h3>Table of Contents</h3>
97
+ <ol>
98
+ <li><a href="#introduction">Introduction</a></li>
99
+ <li><a href="#platforms">Platforms Covered</a></li>
100
+ <li><a href="#acceptable-use">Acceptable Use</a></li>
101
+ <li><a href="#warranty">Disclaimer of Warranties</a></li>
102
+ <li><a href="#risk">Assumption of Risk</a></li>
103
+ <li><a href="#liability">Limitation of Liability</a></li>
104
+ <li><a href="#indemnification">Indemnification</a></li>
105
+ <li><a href="#jurisdiction">Governing Law and Jurisdiction</a></li>
106
+ <li><a href="#acceptance">Acceptance of Terms</a></li>
107
+ <li><a href="#changes">Changes to This Policy</a></li>
108
+ </ol>
109
+ </nav>
110
+
111
+ <hr>
112
+
113
+ <p><strong>Formats Available:</strong> &nbsp;<span style="color: #7f6227">HTML</span>
114
+ |
115
+ <a rel="nooopener noreferrer" href="https://github.com/netwk-pro/netwk-pro-legal/blob/master/TERMS.md" target="_self">Markdown</a></p>
116
+
117
+ <section id="introduction">
118
+ <h2>1. Introduction</h2>
119
+ <p>Welcome! By accessing or using any of the platforms operated by
120
+ Network Pro Strategies ("Company," "we," "us," or "our"), you
121
+ agree to be bound by these Terms of Use ("Terms"). If you do not
122
+ agree to these Terms, please refrain from using our services.</p>
123
+ </section>
124
+
125
+ <section id="platforms">
126
+ <h2>2. Platforms Covered</h2>
127
+ <p>These Terms of Use apply to all platforms associated with the
128
+ Company, including but not limited to:
129
+ <strong>GitHub, our main website (hosted via GitHub Pages),
130
+ communications on Discord and/or Slack, Stack Overflow Teams,
131
+ Nextcloud, and our social media presence (e.g., Facebook,
132
+ Instagram, X, and similar platforms).</strong></p>
133
+
134
+ <span class="small-text"><a href="#top">Back to top</a></span>
135
+ </section>
136
+
137
+ <section id="acceptable-use">
138
+ <h2>3. Acceptable Use</h2>
139
+ <p>You agree not to use our platforms or services to engage in
140
+ conduct that is
141
+ <strong>unlawful, abusive, threatening, harassing, defamatory,
142
+ deceptive, or otherwise objectionable</strong>. Prohibited activities include but are not limited to:</p>
143
+ <ul>
144
+ <li>Unauthorized access or tampering with systems</li>
145
+ <li>Impersonation or misrepresentation</li>
146
+ <li>Uploading malicious code or spam</li>
147
+ <li>Violating third-party rights or laws</li>
148
+ <li>Interfering with platform functionality or availability</li>
149
+ </ul>
150
+
151
+ <span class="small-text"><a href="#top">Back to top</a></span>
152
+ </section>
153
+
154
+ <section id="warranty">
155
+ <h2>4. Disclaimer of Warranties</h2>
156
+ <p>Our platforms and services are provided "as is" and "as
157
+ available," without any express or implied warranties. We make no
158
+ guarantees regarding their accuracy, reliability, availability, or
159
+ security. This disclaimer does not apply to our consulting and
160
+ implementation services, nor any payment portals or associated
161
+ services.</p>
162
+
163
+ <span class="small-text"><a href="#top">Back to top</a></span>
164
+ </section>
165
+
166
+ <section id="risk">
167
+ <h2>5. Assumption of Risk</h2>
168
+ <p>Your use of our platforms is at your own risk. We do not
169
+ guarantee the security, integrity, or reliability of data stored
170
+ on external or third-party infrastructure. This disclaimer does
171
+ not apply to our consulting and implementation services, nor any
172
+ payment portals or associated services.</p>
173
+
174
+ <span class="small-text"><a href="#top">Back to top</a></span>
175
+ </section>
176
+
177
+ <section id="liability">
178
+ <h2>6. Limitation of Liability</h2>
179
+ <p>To the fullest extent permitted by law, the Company, its
180
+ affiliates, owners, operators, and contributors shall not be
181
+ liable for any direct, indirect, incidental, consequential, or
182
+ punitive damages, including but not limited to data loss, loss of
183
+ profits, or damages arising from reliance on or use of our
184
+ platforms.</p>
185
+
186
+ <span class="small-text"><a href="#top">Back to top</a></span>
187
+ </section>
188
+
189
+ <section id="indemnification>">
190
+ <h2>7. Indemnification</h2>
191
+ <p>You agree to indemnify, defend, and hold harmless the Company,
192
+ its affiliates, owners, operators, and contributors from any
193
+ claims, damages, liabilities, losses, or expenses (including legal
194
+ fees) arising from or related to your use of our services.</p>
195
+
196
+ <span class="small-text"><a href="#top">Back to top</a></span>
197
+ </section>
198
+
199
+ <section id="jurisdiction">
200
+ <h2>8. Governing Law and Jurisdiction</h2>
201
+ <p>Network Pro Strategies is based in Maricopa County, Arizona. Any
202
+ legal action or dispute arising from these Terms of Use shall be
203
+ subject to the exclusive jurisdiction of the state and federal
204
+ courts located in Maricopa County, Arizona. These Terms shall be
205
+ governed by the
206
+ <strong>Arizona Revised Statutes (A.R.S.)</strong> and applicable
207
+ provisions of the <strong>United States Code (U.S.C.)</strong>.</p>
208
+
209
+ <span class="small-text"><a href="#top">Back to top</a></span>
210
+ </section>
211
+
212
+ <section id="acceptance">
213
+ <h2>9. Acceptance of Terms</h2>
214
+ <p>By accessing or using our platforms, you acknowledge and agree to
215
+ these Terms of Use. Continued use of our services constitutes
216
+ ongoing acceptance of these Terms.</p>
217
+
218
+ <span class="small-text"><a href="#top">Back to top</a></span>
219
+ </section>
220
+
221
+ <section id="changes">
222
+ <h2>10. Changes to This Policy</h2>
223
+ <p>We may update these Terms of Use periodically. Updates will be
224
+ posted on this page with an updated effective date and will
225
+ reflect any relevant changes in applicable law.</p>
226
+
227
+ <span class="small-text"><a href="#top">Back to top</a></span>
228
+ </section>
229
+
230
+ &nbsp;
231
+
232
+ <section id="moredetails">
233
+ <p class="bquote"><strong>Note:</strong> For more details regarding our privacy
234
+ practices, refer to our
235
+ <a rel="noopener noreferrer" href="https://github.com/netwk-pro/netwk-pro-legal/blob/master/PRIVACY.md" target="_self">Privacy Policy</a>. For licensing terms and content usage rights, please visit our
236
+ <a rel="noopener noreferrer" href="https://netwk.pro/legal.html" target="_self">Legal, Copyright, and Licensing</a>
237
+ page.</p>
238
+ </section>
239
+ </section>
240
+
241
+
242
+ &nbsp;
243
+
244
+ <hr>
245
+
246
+ &nbsp;
247
+
248
+
249
+ <section id="legal">
250
+ <div class="bnav-wrap">
251
+ <table class="bnav"><tbody>
252
+ <tr>
253
+ <td class="bnav-nav"><span style="color: #7f6227">Terms of Use</span></td>
254
+ <td class="bnav-nav"><a rel="noopener noreferrer" href="https://github.com/netwk-pro/netwk-pro-legal/blob/master/PRIVACY.md" target="_blank">Privacy Policy
255
+ <sup><span class="fa-solid fa-arrow-up-right-from-square fa-2xs"></span></sup></a>
256
+ </td>
257
+ </tr>
258
+ <tr>
259
+ <td class="bnav-cell" colspan="2">
260
+ <a rel="noopener noreferrer" href="https://netwk.pro/legal.html" target="_self">Legal</a></td>
261
+ </tr>
262
+ </tbody>
263
+ </table>
264
+ </div>
265
+ </section>
266
+
267
+
268
+ &nbsp;
269
+
270
+
271
+ <section id="badges">
272
+ <div class="bnav2-wrap">
273
+ <table class="bnav2"><tbody>
274
+ <tr>
275
+ <td class="bnav2-nav"><a rel="noopener noreferrer" href="https://creativecommons.org/licenses/by/4.0/" target="_blank"><img decoding="async" loading="lazy" src="https://forthebadge.com/images/badges/cc-by.png" style="width: 160px; height: auto" alt="Creative Commons BY"></a></td>
276
+ <td class="bnav2-nav"><a rel="noopener noreferrer" href="https://www.gnu.org/licenses/gpl-3.0.html" 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>
277
+ </tr>
278
+ </tbody>
279
+ </table>
280
+ </div>
281
+ </section>
282
+
283
+ </div>
284
+ </div>
285
+
286
+ &nbsp;
287
+
288
+
289
+ <footer id="licensing">
290
+ <div class="container">
291
+ <div class="copyright" xmlns:cc="http://creativecommons.org/ns#" xmlns:dct="http://purl.org/dc/terms/">
292
+ <p>
293
+ Copyright &copy; 2025<br>
294
+ <a rel="cc:attributionURL dct:creator noopener noreferrer" property="cc:attributionName" href="https://netwk.pro/" target="_blank"><strong>Network Pro Strategies</strong></a>
295
+ (Network Pro&trade;)</p>
296
+
297
+ <p>
298
+ Network Pro&trade;, the shield logo, and the "Locking Down
299
+ Networks&trade;" slogan are
300
+ <a rel="noopener noreferrer" href="https://netwk.pro/legal.html#trademark" target="_self">trademarks</a>
301
+ of Network Pro Strategies.
302
+ </p>
303
+
304
+ <p>
305
+ Licensed under
306
+ <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank" rel="license noopener noreferrer" style="display: inline-block"><b>CC BY 4.0</b></a>
307
+ <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;
308
+ margin-left: 3px;
309
+ vertical-align: text-bottom;
310
+ text-decoration: none;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg" alt="Creative Commons BY">
311
+ </a>
312
+ <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;
313
+ margin-left: 3px;
314
+ vertical-align: text-bottom;
315
+ text-decoration: none;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg" alt="Creative Commons BY"></a>
316
+ and the
317
+ <a href="https://www.gnu.org/licenses/gpl-3.0.html" target="_blank" rel="license noopener noreferrer"><b>GNU GPL</b></a>, as published by the
318
+ <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
319
+ version.
320
+ </p>
321
+ </div>
322
+ </div>
323
+ </footer>
324
+
325
+ </body>
5
326
  </html>
Binary file
Binary file
@@ -1,120 +0,0 @@
1
- "use strict"
2
- ;(self.webpackChunk_networkpro_web=self.webpackChunk_networkpro_web||[]).push([[524],{
3
- 68:(t,n)=>{const{hasOwnProperty:e}=Object.prototype,r=g()
4
- ;r.configure=g,r.stringify=r,r.default=r,n.stringify=r,n.configure=g,t.exports=r
5
- ;const i=/[\u0000-\u001f\u0022\u005c\ud800-\udfff]/;function o(t){
6
- return t.length<5e3&&!i.test(t)?`"${t}"`:JSON.stringify(t)}function u(t,n){
7
- if(t.length>200||n)return t.sort(n);for(let n=1;n<t.length;n++){const e=t[n]
8
- ;let r=n;for(;0!==r&&t[r-1]>e;)t[r]=t[r-1],r--;t[r]=e}return t}
9
- const l=Object.getOwnPropertyDescriptor(Object.getPrototypeOf(Object.getPrototypeOf(new Int8Array)),Symbol.toStringTag).get
10
- ;function f(t){return void 0!==l.call(t)&&0!==t.length}function c(t,n,e){
11
- t.length<e&&(e=t.length);const r=","===n?"":" ";let i=`"0":${r}${t[0]}`
12
- ;for(let o=1;o<e;o++)i+=`${n}"${o}":${r}${t[o]}`;return i}function s(t,n){let r
13
- ;if(e.call(t,n)){
14
- if(r=t[n],"number"!=typeof r)throw new TypeError(`The "${n}" argument must be of type number`)
15
- ;if(!Number.isInteger(r))throw new TypeError(`The "${n}" argument must be an integer`)
16
- ;if(r<1)throw new RangeError(`The "${n}" argument must be >= 1`)}
17
- return void 0===r?Infinity:r}function a(t){return 1===t?"1 item":`${t} items`}
18
- function g(t){const n=function(t){if(e.call(t,"strict")){const n=t.strict
19
- ;if("boolean"!=typeof n)throw new TypeError('The "strict" argument must be of type boolean')
20
- ;if(n)return t=>{
21
- let n="Object can not safely be stringified. Received type "+typeof t
22
- ;throw"function"!=typeof t&&(n+=` (${t.toString()})`),new Error(n)}}}(t={...t})
23
- ;n&&(void 0===t.bigint&&(t.bigint=!1),
24
- "circularValue"in t||(t.circularValue=Error));const r=function(t){
25
- if(e.call(t,"circularValue")){const n=t.circularValue
26
- ;if("string"==typeof n)return`"${n}"`;if(null==n)return n
27
- ;if(n===Error||n===TypeError)return{toString(){
28
- throw new TypeError("Converting circular structure to JSON")}}
29
- ;throw new TypeError('The "circularValue" argument must be of type string or the value null or undefined')
30
- }return'"[Circular]"'}(t),i=function(t,n){let r
31
- ;if(e.call(t,n)&&(r=t[n],"boolean"!=typeof r))throw new TypeError(`The "${n}" argument must be of type boolean`)
32
- ;return void 0===r||r}(t,"bigint"),l=function(t){let n
33
- ;if(e.call(t,"deterministic")&&(n=t.deterministic,
34
- "boolean"!=typeof n&&"function"!=typeof n))throw new TypeError('The "deterministic" argument must be of type boolean or comparator function')
35
- ;return void 0===n||n
36
- }(t),g="function"==typeof l?l:void 0,h=s(t,"maximumDepth"),p=s(t,"maximumBreadth")
37
- ;function $(t,e,c,s,y,b){let d=e[t]
38
- ;switch("object"==typeof d&&null!==d&&"function"==typeof d.toJSON&&(d=d.toJSON(t)),
39
- d=s.call(e,t,d),typeof d){case"string":return o(d);case"object":{
40
- if(null===d)return"null";if(-1!==c.indexOf(d))return r;let t="",n=",";const e=b
41
- ;if(Array.isArray(d)){if(0===d.length)return"[]"
42
- ;if(h<c.length+1)return'"[Array]"'
43
- ;c.push(d),""!==y&&(t+=`\n${b+=y}`,n=`,\n${b}`);const r=Math.min(d.length,p)
44
- ;let i=0;for(;i<r-1;i++){const e=$(String(i),d,c,s,y,b)
45
- ;t+=void 0!==e?e:"null",t+=n}const o=$(String(i),d,c,s,y,b)
46
- ;return t+=void 0!==o?o:"null",
47
- d.length-1>p&&(t+=`${n}"... ${a(d.length-p-1)} not stringified"`),
48
- ""!==y&&(t+=`\n${e}`),c.pop(),`[${t}]`}let i=Object.keys(d);const m=i.length
49
- ;if(0===m)return"{}";if(h<c.length+1)return'"[Object]"';let w="",S=""
50
- ;""!==y&&(n=`,\n${b+=y}`,w=" ");const O=Math.min(m,p)
51
- ;l&&!f(d)&&(i=u(i,g)),c.push(d);for(let e=0;e<O;e++){
52
- const r=i[e],u=$(r,d,c,s,y,b);void 0!==u&&(t+=`${S}${o(r)}:${w}${u}`,S=n)}
53
- return m>p&&(t+=`${S}"...":${w}"${a(m-p)} not stringified"`,
54
- S=n),""!==y&&S.length>1&&(t=`\n${b}${t}\n${e}`),c.pop(),`{${t}}`}case"number":
55
- return isFinite(d)?String(d):n?n(d):"null";case"boolean":
56
- return!0===d?"true":"false";case"undefined":return;case"bigint":
57
- if(i)return String(d);default:return n?n(d):void 0}}function y(t,e,u,l,f,c){
58
- switch("object"==typeof e&&null!==e&&"function"==typeof e.toJSON&&(e=e.toJSON(t)),
59
- typeof e){case"string":return o(e);case"object":{if(null===e)return"null"
60
- ;if(-1!==u.indexOf(e))return r;const t=c;let n="",i=",";if(Array.isArray(e)){
61
- if(0===e.length)return"[]";if(h<u.length+1)return'"[Array]"'
62
- ;u.push(e),""!==f&&(n+=`\n${c+=f}`,i=`,\n${c}`);const r=Math.min(e.length,p)
63
- ;let o=0;for(;o<r-1;o++){const t=y(String(o),e[o],u,l,f,c)
64
- ;n+=void 0!==t?t:"null",n+=i}const s=y(String(o),e[o],u,l,f,c)
65
- ;return n+=void 0!==s?s:"null",
66
- e.length-1>p&&(n+=`${i}"... ${a(e.length-p-1)} not stringified"`),
67
- ""!==f&&(n+=`\n${t}`),u.pop(),`[${n}]`}u.push(e);let s=""
68
- ;""!==f&&(i=`,\n${c+=f}`,s=" ");let g="";for(const t of l){
69
- const r=y(t,e[t],u,l,f,c);void 0!==r&&(n+=`${g}${o(t)}:${s}${r}`,g=i)}
70
- return""!==f&&g.length>1&&(n=`\n${c}${n}\n${t}`),u.pop(),`{${n}}`}case"number":
71
- return isFinite(e)?String(e):n?n(e):"null";case"boolean":
72
- return!0===e?"true":"false";case"undefined":return;case"bigint":
73
- if(i)return String(e);default:return n?n(e):void 0}}function b(t,e,s,$,y){
74
- switch(typeof e){case"string":return o(e);case"object":{if(null===e)return"null"
75
- ;if("function"==typeof e.toJSON){
76
- if("object"!=typeof(e=e.toJSON(t)))return b(t,e,s,$,y);if(null===e)return"null"}
77
- if(-1!==s.indexOf(e))return r;const n=y;if(Array.isArray(e)){
78
- if(0===e.length)return"[]";if(h<s.length+1)return'"[Array]"';s.push(e)
79
- ;let t=`\n${y+=$}`;const r=`,\n${y}`,i=Math.min(e.length,p);let o=0
80
- ;for(;o<i-1;o++){const n=b(String(o),e[o],s,$,y);t+=void 0!==n?n:"null",t+=r}
81
- const u=b(String(o),e[o],s,$,y)
82
- ;return t+=void 0!==u?u:"null",e.length-1>p&&(t+=`${r}"... ${a(e.length-p-1)} not stringified"`),
83
- t+=`\n${n}`,s.pop(),`[${t}]`}let i=Object.keys(e);const d=i.length
84
- ;if(0===d)return"{}";if(h<s.length+1)return'"[Object]"';const m=`,\n${y+=$}`
85
- ;let w="",S="",O=Math.min(d,p)
86
- ;f(e)&&(w+=c(e,m,p),i=i.slice(e.length),O-=e.length,S=m),l&&(i=u(i,g)),s.push(e)
87
- ;for(let t=0;t<O;t++){const n=i[t],r=b(n,e[n],s,$,y)
88
- ;void 0!==r&&(w+=`${S}${o(n)}: ${r}`,S=m)}
89
- return d>p&&(w+=`${S}"...": "${a(d-p)} not stringified"`,
90
- S=m),""!==S&&(w=`\n${y}${w}\n${n}`),s.pop(),`{${w}}`}case"number":
91
- return isFinite(e)?String(e):n?n(e):"null";case"boolean":
92
- return!0===e?"true":"false";case"undefined":return;case"bigint":
93
- if(i)return String(e);default:return n?n(e):void 0}}function d(t,e,s){
94
- switch(typeof e){case"string":return o(e);case"object":{if(null===e)return"null"
95
- ;if("function"==typeof e.toJSON){
96
- if("object"!=typeof(e=e.toJSON(t)))return d(t,e,s);if(null===e)return"null"}
97
- if(-1!==s.indexOf(e))return r;let n="";const i=void 0!==e.length
98
- ;if(i&&Array.isArray(e)){if(0===e.length)return"[]"
99
- ;if(h<s.length+1)return'"[Array]"';s.push(e);const t=Math.min(e.length,p)
100
- ;let r=0;for(;r<t-1;r++){const t=d(String(r),e[r],s)
101
- ;n+=void 0!==t?t:"null",n+=","}const i=d(String(r),e[r],s)
102
- ;return n+=void 0!==i?i:"null",
103
- e.length-1>p&&(n+=`,"... ${a(e.length-p-1)} not stringified"`),s.pop(),`[${n}]`}
104
- let $=Object.keys(e);const y=$.length;if(0===y)return"{}"
105
- ;if(h<s.length+1)return'"[Object]"';let b="",m=Math.min(y,p)
106
- ;i&&f(e)&&(n+=c(e,",",p),
107
- $=$.slice(e.length),m-=e.length,b=","),l&&($=u($,g)),s.push(e)
108
- ;for(let t=0;t<m;t++){const r=$[t],i=d(r,e[r],s)
109
- ;void 0!==i&&(n+=`${b}${o(r)}:${i}`,b=",")}
110
- return y>p&&(n+=`${b}"...":"${a(y-p)} not stringified"`),s.pop(),`{${n}}`}
111
- case"number":return isFinite(e)?String(e):n?n(e):"null";case"boolean":
112
- return!0===e?"true":"false";case"undefined":return;case"bigint":
113
- if(i)return String(e);default:return n?n(e):void 0}}return function(t,n,e){
114
- if(arguments.length>1){let r=""
115
- ;if("number"==typeof e?r=" ".repeat(Math.min(e,10)):"string"==typeof e&&(r=e.slice(0,10)),
116
- null!=n){if("function"==typeof n)return $("",{"":t},[],n,r,"")
117
- ;if(Array.isArray(n))return y("",t,[],function(t){const n=new Set
118
- ;for(const e of t)"string"!=typeof e&&"number"!=typeof e||n.add(String(e))
119
- ;return n}(n),r,"")}if(0!==r.length)return b("",t,[],r,"")}return d("",t,[])}}},
120
- 482:(t,n,e)=>{e(68).configure,globalThis.self}},t=>{t(t.s=482)}]);
@@ -1,13 +0,0 @@
1
- (()=>{"use strict";var r,e={},o={};function n(r){var t=o[r]
2
- ;if(void 0!==t)return t.exports;var i=o[r]={exports:{}}
3
- ;return e[r](i,i.exports,n),i.exports}n.m=e,r=[],n.O=(e,o,t,i)=>{if(!o){
4
- var a=Infinity;for(l=0;l<r.length;l++){
5
- for(var[o,t,i]=r[l],f=!0,p=0;p<o.length;p++)(!1&i||a>=i)&&Object.keys(n.O).every((r=>n.O[r](o[p])))?o.splice(p--,1):(f=!1,
6
- i<a&&(a=i));if(f){r.splice(l--,1);var s=t();void 0!==s&&(e=s)}}return e}i=i||0
7
- ;for(var l=r.length;l>0&&r[l-1][2]>i;l--)r[l]=r[l-1];r[l]=[o,t,i]
8
- },n.o=(r,e)=>Object.prototype.hasOwnProperty.call(r,e),(()=>{var r={121:0}
9
- ;n.O.j=e=>0===r[e];var e=(e,o)=>{var t,i,[a,f,p]=o,s=0
10
- ;if(a.some((e=>0!==r[e]))){for(t in f)n.o(f,t)&&(n.m[t]=f[t]);if(p)var l=p(n)}
11
- for(e&&e(o);s<a.length;s++)i=a[s],n.o(r,i)&&r[i]&&r[i][0](),r[i]=0;return n.O(l)
12
- },o=self.webpackChunk_networkpro_web=self.webpackChunk_networkpro_web||[]
13
- ;o.forEach(e.bind(null,0)),o.push=e.bind(null,o.push.bind(o))})()})();