@networkpro/legal 0.0.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 ADDED
@@ -0,0 +1,106 @@
1
+ <!doctype html>
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
+ <html class="no-js" lang="en">
7
+ <head>
8
+ <meta charset="utf-8" />
9
+
10
+ <!--
11
+ Copyright © 2025 Network Pro Strategies (Network Pro)
12
+
13
+ ---
14
+
15
+ I. Creative Commons Attribution 4.0 International
16
+
17
+ 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/.
18
+
19
+ 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.
20
+
21
+ 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.
22
+
23
+ Permissions beyond the scope of this License—or instead of those permitted by this License—may be available as further defined within this document.
24
+
25
+ SPDX Reference: https://spdx.org/licenses/CC-BY-4.0.html
26
+ Canonical URL: https://creativecommons.org/licenses/by/4.0/
27
+
28
+ ---
29
+
30
+ II. GNU General Public License
31
+
32
+ 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.
33
+
34
+ This material is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
35
+ FITNESS FOR A PARTICULAR PURPOSE.
36
+
37
+ See the GNU General Public License for more details.
38
+
39
+ SPDX Reference: https://spdx.org/licenses/GPL-3.0-or-later.html
40
+ Canonical URL: https://www.gnu.org/licenses/gpl-3.0.html
41
+
42
+ ---
43
+
44
+ Author: Scott Lopez
45
+ Email: <contact@neteng.pro>
46
+ Web: <https://bio.neteng.pro>
47
+ -->
48
+
49
+ <title>Page Not Found</title>
50
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
51
+
52
+ <link rel="canonical" href="https://legal.netwk.pro/404.html" />
53
+ <base href="./404.html" target="_self" />
54
+
55
+ <style>
56
+ * {
57
+ line-height: 1.2;
58
+ margin: 0;
59
+ }
60
+
61
+ html {
62
+ color: #888;
63
+ display: table;
64
+ font-family: sans-serif;
65
+ height: 100%;
66
+ text-align: center;
67
+ width: 100%;
68
+ }
69
+
70
+ body {
71
+ display: table-cell;
72
+ vertical-align: middle;
73
+ margin: 2em auto;
74
+ }
75
+
76
+ h1 {
77
+ color: #555;
78
+ font-size: 2em;
79
+ font-weight: 400;
80
+ }
81
+
82
+ p {
83
+ margin: 0 auto;
84
+ width: 280px;
85
+ }
86
+
87
+ @media only screen and (max-width: 280px) {
88
+ body,
89
+ p {
90
+ width: 95%;
91
+ }
92
+
93
+ h1 {
94
+ font-size: 1.5em;
95
+ margin: 0 0 0.3em;
96
+ }
97
+ }
98
+ </style>
99
+ </head>
100
+
101
+ <body>
102
+ <h1>Page Not Found</h1>
103
+ <p>Sorry, but the page you were trying to view does not exist.</p>
104
+ </body>
105
+ </html>
106
+ <!-- IE needs 512+ bytes: https://docs.microsoft.com/archive/blogs/ieinternals/friendly-http-error-pages -->
package/CNAME ADDED
@@ -0,0 +1 @@
1
+ legal.netwk.pro
package/LICENSE.md ADDED
@@ -0,0 +1,304 @@
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
+ # Legal
50
+
51
+ **Network Pro Strategies**
52
+ **Effective Date:** 4/5/2025
53
+
54
+ &nbsp;
55
+
56
+ ## Contents
57
+
58
+ 1. [Ownership of Copyrights and Trademarks](#copyright)
59
+ - [Copyright Usage & Restrictions](#usage)
60
+ - [Trademarks](#trade)
61
+ 2. [Use of Brand Name](#netwk-pro)
62
+ 3. [Licensed Material](#lmaterial)
63
+ 4. [Licensing](#licensing)
64
+ - [Are you sure you can do that?](#questions)
65
+ - [Contact](#contact)
66
+ 5. [CC BY 4.0](#cc-by)
67
+ 6. [GNU GPL](#gnu-gpl)
68
+ 7. [Changes to Legal Information](#changes)
69
+ 8. [Attribution](#attribute)
70
+
71
+ ---
72
+
73
+ <a name="copyright"></a>
74
+
75
+ ## 1. Ownership of Copyrights and Trademarks
76
+
77
+ All content on this website—including text, graphics, logos, icons, images, audio clips, and software—is the exclusive property of **Network Pro Strategies** ("Company," "The Licensor," "we," "us," or "our") and protected under U.S. and international copyright laws. Any software used on this site is either owned by **Network Pro Strategies** or licensed from third-party suppliers, also subject to copyright protection.
78
+
79
+ <a name="usage"></a>
80
+
81
+ ### **Copyright Usage & Restrictions**
82
+
83
+ The content and software on this site may be used solely for informational, shopping, or news-related purposes. Any other use—including, but not limited to, reproduction, modification, distribution, transmission, republication, display, or performance—is strictly prohibited without prior written permission. **_Use of any text, content, or software is governed by the applicable license terms._**
84
+
85
+ To request permission for any other use, please refer to the [Contact](#contact) section.
86
+
87
+ &nbsp;
88
+
89
+ **Copyright &copy; 2025 [Network Pro Strategies](https://netwk.pro/)** (Network Pro&trade;)
90
+
91
+ **Disclaimer:** Network Pro Strategies is provided **_as is_** and **_as available_**, without any express or implied warranties. The Licensor makes no representations or guarantees regarding the Licensed Material and assumes no liability for its use.
92
+
93
+ > _Unless otherwise noted, Network Pro Strategies (Network Pro&trade;) in its entirety is available exclusively under the licenses outlined herein._
94
+
95
+ <a name="trade"></a>
96
+
97
+ ### **Trademarks**
98
+
99
+ The following trademarks are the exclusive property of **Network Pro Strategies**:
100
+
101
+ - **Domain Names:** "netwk.pro," "neteng.pro," "neteng.cc"
102
+ - **Brand Name:** Network Pro&trade;
103
+ - **Logo:** The "shield logo" displayed on our homepage
104
+ - **Slogan:** _Locking Down Networks, Unlocking Confidence&trade;_
105
+
106
+ "netwk.pro" and all associated marks are registered or common law trademarks in the United States and other countries. Unauthorized use—including any use likely to cause confusion, misrepresentation, or disparagement—is strictly prohibited.
107
+
108
+ <sub>[Back to top](#top)</sub>
109
+
110
+ <a name="netwk-pro"></a>
111
+
112
+ ## 2. Use of Brand Name
113
+
114
+ For clarity, our _full business name_, **Network Pro Strategies**, and our brand name, **Network Pro&trade;**, are legally equivalent. All references to "Network Pro&trade;," whether in text or code, shall be interpreted as references to the full business name with equal authority.
115
+
116
+ **_This equivalency applies across all media and contexts, including but not
117
+ limited to: legal notices, website content, GitHub repositories and code, as
118
+ well as any business-related documentation._**
119
+
120
+ <sub>[Back to top](#top)</sub>
121
+
122
+ <a name="lmaterial"></a>
123
+
124
+ ## 3. Licensed Material
125
+
126
+ For copyright and licensing purposes, _"Licensed Material"_ includes all public websites and repositories, encompassing text and associated code (e.g., HTML, CSS, JavaScript, Markdown). **This definition explicitly excludes the Network Pro Strategies company as a whole.**
127
+
128
+ The Network Pro Strategies public website serves primarily as an advocacy and awareness platform. While it is referred to as Network Pro&trade;, the company itself remains a distinct and separate entity.
129
+
130
+ <sub>[Back to top](#top)</sub>
131
+
132
+ <a name="licensing"></a>
133
+
134
+ ## 4. Licensing
135
+
136
+ Network Pro Strategies is available under the following licenses:
137
+
138
+ - **[Creative Commons Attribution 4.0 International](#cc-by)** ("CC BY 4.0")
139
+ - **[GNU General Public License](#gnu-gpl)** ("GNU GPL"), either version 3 of
140
+ the license, or (at your option) any later version
141
+
142
+ &nbsp;
143
+
144
+ <!-- markdownlint-disable MD001 -->
145
+
146
+ <a name="questions"></a>
147
+
148
+ ### **Are you sure you can do that?**
149
+
150
+ <!-- markdownlint-enable MD001 -->
151
+
152
+ - "You may offer the licensed material under other licenses in addition to the
153
+ CC license (a practice commonly referred to as 'dual licensing')."
154
+
155
+ _[Separate agreements | Creative Commons FAQ](https://creativecommons.org/faq/#can-i-enter-into-separate-or-supplemental-agreements-with-users-of-my-work)_
156
+
157
+ - Both the [GNU GPL](https://www.gnu.org/licenses/license-list.html#GPLOther)
158
+ and [CC BY 4.0](https://www.gnu.org/licenses/license-list.html#ccby) are
159
+ categorized as "free licenses, compatible with the GNU GPL."
160
+
161
+ _[Licenses for Other Works | GNU - Various Licenses and Comments About Them](https://www.gnu.org/licenses/license-list.html#OtherLicenses)_
162
+
163
+ - [What does it mean to say a license is “compatible with the GPL?" | GNU GPL FAQ](https://www.gnu.org/licenses/gpl-faq.html#WhatDoesCompatMean)
164
+
165
+ &nbsp;
166
+
167
+ <a name="contact"></a>
168
+
169
+ ### **Contact**
170
+
171
+ For any inquiries not covered in this notice, or to request permission to use content beyond the scope permitted by applicable licenses, please contact us through our [contact form](https://contact.neteng.pro) or by emailing `support (at) neteng.pro`.
172
+
173
+ <sub>[Back to top](#top)</sub>
174
+
175
+ <a name="cc-by"></a>
176
+
177
+ ## 5. Creative Commons Attribution 4.0 International
178
+
179
+ <sup>Formats:
180
+ [Markdown](https://github.com/netwk-pro/netwk-pro.github.io/blob/master/assets/license/CC-BY-4.0.md) | [Text](https://github.com/netwk-pro/netwk-pro.github.io/blob/master/assets/license/CC-BY-4.0.txt) | [RDFa](https://raw.githubusercontent.com/netwk-pro/netwk-pro.github.io/refs/heads/master/assets/license/CC-BY-4.0-rdfa.xml) | [XMP](https://raw.githubusercontent.com/netwk-pro/netwk-pro.github.io/refs/heads/master/assets/license/CC-BY-4.0.xml)</sup>
181
+
182
+ Network Pro Strategies (the "Licensed Material") is licensed under **Creative
183
+ Commons Attribution 4.0 International** ("CC BY 4.0")
184
+ [<img decoding="async" loading="lazy" style="display: inline-block; height: 18px !important; margin-left: 3px; vertical-align: text-bottom; text-decoration: none;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg" alt="CC" />](https://creativecommons.org/licenses/by/4.0/)
185
+ [<img decoding="async" loading="lazy" style="display: inline-block; height: 18px !important; margin-left: 3px; vertical-align: text-bottom; text-decoration: none;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg" alt="BY" />](https://creativecommons.org/licenses/by/4.0/).
186
+
187
+ Per the terms of the License, you are free to distribute, remix, adapt, and
188
+ build upon the Licensed Material for any purpose, even commercially. You must
189
+ give appropriate credit, provide a link to the License, and indicate if changes
190
+ were made.
191
+
192
+ The Licensor offers the Licensed Material as-is and as-available, and makes no
193
+ representations or warranties of any kind concerning the Licensed Material,
194
+ whether express, implied, statutory, or other. This includes, without
195
+ limitation, warranties of title, merchantability, fitness for a particular
196
+ purpose, non-infringement, absence of latent or other defects, accuracy, or the
197
+ presence or absence of errors, whether or not known or discoverable.
198
+
199
+ Permissions beyond the scope of this License—or instead of those permitted by
200
+ this License—may be available as further defined within this document.
201
+
202
+ <code style="background: none; border: none; border-radius: 0; height: 50vh; outline: none; resize: none; width: 100%;">
203
+
204
+ - SPDX Reference:
205
+ <https://spdx.org/licenses/CC-BY-4.0.html>
206
+ - Canonical URL:
207
+ <https://creativecommons.org/licenses/by/4.0/>
208
+
209
+ </code>
210
+
211
+ <sub>[Back to top](#top)</sub>
212
+
213
+ <a name="gnu-gpl"></a>
214
+
215
+ ## 6. GNU General Public License
216
+
217
+ <sup>Formats:
218
+ [Markdown](https://github.com/netwk-pro/netwk-pro.github.io/blob/master/assets/license/COPYING.md) | [Text](https://github.com/netwk-pro/netwk-pro.github.io/blob/master/assets/license/COPYING.txt) | [RDFa](https://github.com/netwk-pro/netwk-pro.github.io/blob/master/assets/license/COPYING-rdfa.xml) | [ODT](https://github.com/netwk-pro/netwk-pro.github.io/raw/refs/heads/master/assets/license/COPYING.odt)</sup>
219
+
220
+ Network Pro Strategies (Network Pro&trade;) is free software: you can redistribute it
221
+ and/or modify it under the terms of the **GNU General Public License** ("GNU
222
+ GPL") as published by the [Free Software Foundation](https://www.fsf.org/),
223
+ either version 3 of the License, or (at your option) any later version.
224
+
225
+ This material is distributed in the hope that it will be useful, but WITHOUT ANY
226
+ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
227
+ PARTICULAR PURPOSE. See the GNU General Public License for more details.
228
+
229
+ You should have received a copy of the GNU General Public License along with
230
+ this material. If not, see
231
+ <[https://www.gnu.org/licenses/](https://www.gnu.org/licenses/)>.
232
+
233
+ <code style="background: none; border: none; border-radius: 0; height: 50vh; outline: none; resize: none; width: 100%;">
234
+
235
+ - SPDX Reference:
236
+ <https://spdx.org/licenses/GPL-3.0-or-later.html>
237
+ - Canonical URL:
238
+ <https://www.gnu.org/licenses/gpl-3.0.html>
239
+
240
+ </code>
241
+
242
+ <sub>[Back to top](#top)</sub>
243
+
244
+ <a name="changes"></a>
245
+
246
+ ## 7. Changes to Legal Information
247
+
248
+ We may update this Legal Information periodically. Any changes will be posted on this page with the revised effective date. Updates will align with applicable amendments to the **Arizona Revised Statutes** and **United States Code**.
249
+
250
+ <sub>[Back to top](#top)</sub>
251
+
252
+ <a name="attribute"></a>
253
+
254
+ ## 8. Attribution
255
+
256
+ Website base structure provided by HTML5 Boilerplate:
257
+ <https://html5boilerplate.com/>
258
+
259
+ ```markdown
260
+ ################################################################################
261
+
262
+ Copyright (c) HTML5 Boilerplate
263
+
264
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
265
+ this software and associated documentation files (the "Software"), to deal in
266
+ the Software without restriction, including without limitation the rights to
267
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
268
+ the Software, and to permit persons to whom the Software is furnished to do so,
269
+ subject to the following conditions:
270
+
271
+ The above copyright notice and this permission notice shall be included in all
272
+ copies or substantial portions of the Software.
273
+
274
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
275
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
276
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
277
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
278
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
279
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
280
+ ```
281
+
282
+ <sub>[Back to top](#top)</sub>
283
+
284
+ ---
285
+
286
+ <div style="font-size: 12px; font-weight: bold; text-align: center;">
287
+
288
+ [Home](https://netwk.pro) &nbsp; | &nbsp; [Terms of Use](https://github.com/netwk-pro/netwk-pro.github.io/blob/master/legal/TERMS.md)
289
+ [Privacy Policy](https://github.com/netwk-pro/netwk-pro.github.io/blob/master/legal/PRIVACY.md) &nbsp; | &nbsp; Legal
290
+
291
+ </div>
292
+
293
+ &nbsp;
294
+
295
+ <div style="font-size: 12px; text-align: center;">
296
+
297
+ Copyright &copy; 2025
298
+ **[Network Pro Strategies](https://netwk.pro/)** (Network Pro&trade;)
299
+
300
+ Network Pro&trade;, the shield logo, and the "Locking Down Networks" slogan are trademarks of Network Pro Strategies.
301
+
302
+ 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](https://www.fsf.org), either version 3 of the License, or (at your option) any later version.
303
+
304
+ </div>
package/PRIVACY.md ADDED
@@ -0,0 +1,247 @@
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 id="top"></a>
48
+
49
+ # Privacy Policy
50
+
51
+ **Network Pro Strategies**
52
+ **Effective Date:** 3/29/2025
53
+
54
+ &nbsp;
55
+
56
+ ## Contents
57
+
58
+ 1. [Introduction](#intro)
59
+ 2. [Information We Collect](#collect)
60
+ - [Credit Card Information](#cc)
61
+ 3. [New Technology](#newtech)
62
+ 4. [How We Use Your Information](#use)
63
+ 5. [Sharing and Disclosure](#sharing)
64
+ 6. [Data Security](#security)
65
+ 7. [Your Rights and Choices](#rights)
66
+ 8. [Third-Party Links](#links)
67
+ 9. [Disclaimers](#disclaim)
68
+ 10. [Changes to This Policy](#changes)
69
+ 11. [More Information](#more)
70
+
71
+ ---
72
+
73
+ <a name="intro"></a>
74
+
75
+ ## 1. Introduction
76
+
77
+ Network Pro Strategies ("Company," "we," "us," or "our") is committed to protecting the privacy of our clients and website visitors. This Privacy Policy explains how we collect, use, disclose, and safeguard your information when you visit our website or engage our security and privacy consulting services.
78
+
79
+ This policy complies with applicable laws and regulations in Maricopa County, Arizona, including the **[Arizona Revised Statutes](https://www.azleg.gov/arstitle/) (A.R.S.)** and relevant federal laws under the **[United States Code](https://uscode.house.gov/) (U.S.C.)** as interpreted by the United States District Court for the District of Arizona.
80
+
81
+ <sub>[Back to top](#top)</sub>
82
+
83
+ <a name="collect"></a>
84
+
85
+ ## 2. Information We Collect
86
+
87
+ We may collect and process the following types of information:
88
+
89
+ - **Personal Information**: Name, email address, phone number, and other contact details.
90
+ - **Business Information**: Company name, job title, and industry.
91
+ - **Technical Data**: IP address, browser type, device information, and analytics data.
92
+ - **Client Data**: Information provided in connection with our consulting services.
93
+
94
+ <a name="cc"></a>
95
+
96
+ ### **Credit Card Information**
97
+
98
+ In certain cases, we may collect credit card details, including expiration dates, when processing invoices.
99
+
100
+ All submitted credit card information is encrypted and protected using TLS encryption. We use this information solely to process and complete transactions, sharing it with third parties only as necessary for payment processing.
101
+
102
+ Once a payment is completed and funds are verified, all payment data is securely disposed of within **90 days**.
103
+
104
+ <sub>[Back to top](#top)</sub>
105
+
106
+ <a name="newtech"></a>
107
+
108
+ ## 3. New Technology
109
+
110
+ Technology on the internet is constantly evolving, and so is our use of new technology. We encourage users to review this privacy policy periodically for updates on how we implement and utilize emerging technologies.
111
+
112
+ By using any of our websites or platforms, you acknowledge and accept our Privacy Policy.
113
+
114
+ <sub>[Back to top](#top)</sub>
115
+
116
+ <a name="use"></a>
117
+
118
+ ## 4. How We Use Your Information
119
+
120
+ We use the information we collect to:
121
+
122
+ - Provide, operate, and improve our services.
123
+ - Communicate with you regarding inquiries, contracts, and service updates.
124
+ - Process payment information for services rendered.
125
+ - Ensure security and compliance with legal obligations under **A.R.S. Title 18, § 18-551 and § 18-552** (Arizona Data Breach Notification Law).
126
+ - Improve website functionality and user experience.
127
+ - Conduct analytics and business development.
128
+
129
+ <sub>[Back to top](#top)</sub>
130
+
131
+ <a name="sharing"></a>
132
+
133
+ ## 5. Sharing and Disclosure
134
+
135
+ <!-- markdownlint-disable MD036 -->
136
+
137
+ **Data Sharing Policy**
138
+
139
+ <!-- markdownlint-enable MD036 -->
140
+
141
+ We do not sell or rent personal information. However, we may share your data in the following circumstances:
142
+
143
+ - **With Service Providers**: We may share information with trusted third-party vendors who assist in our business operations, such as payment processing, analytics, and customer support.
144
+
145
+ - **Legal Compliance**: We may disclose information if required by law, subpoena, or government request, including to comply with **A.R.S. Title 13** and applicable provisions of **Title 18 of the U.S.C.**.
146
+
147
+ - **Business Transfers**: If our company undergoes a merger, acquisition, or sale of assets, we will make every reasonable effort to prevent the sharing of personal information. If a transfer of data is unavoidable, we will take all necessary steps to ensure continued protection and compliance with our privacy commitments.
148
+
149
+ <sub>[Back to top](#top)</sub>
150
+
151
+ <a name="security"></a>
152
+
153
+ ## 6. Data Security
154
+
155
+ 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.
156
+
157
+ <sub>[Back to top](#top)</sub>
158
+
159
+ <a name="rights"></a>
160
+
161
+ ## 7. Your Rights and Choices
162
+
163
+ <!-- markdownlint-disable MD036 -->
164
+
165
+ **Your Data Rights**
166
+
167
+ <!-- markdownlint-enable MD036 -->
168
+
169
+ Under applicable state and federal law, you may have the following rights regarding your personal data:
170
+
171
+ - **Access, update, or delete** your personal information, subject to legal and contractual limitations.
172
+ - **Opt out of marketing communications** at any time.
173
+ - **Restrict or object to data processing** under certain conditions, as permitted by law.
174
+
175
+ To exercise these rights, please use our [contact form](https://contact.neteng.pro) or email us at `support (at) neteng.pro`.
176
+
177
+ <sub>[Back to top](#top)</sub>
178
+
179
+ <a name="links"></a>
180
+
181
+ ## 8. Third-Party Links
182
+
183
+ Our website may contain links to third-party sites. We are not responsible for the privacy practices of these external websites.
184
+
185
+ <sub>[Back to top](#top)</sub>
186
+
187
+ <a name="disclaim"></a>
188
+
189
+ ## 9. Disclaimers
190
+
191
+ - **No Legal or Professional Liability**: Network Pro Strategies provides information and recommendations based on industry best practices and expertise. However, we do not guarantee the accuracy, effectiveness, or completeness of our public advocacy and awareness efforts and are not liable for any decisions made based on our advice.
192
+
193
+ **_This limitation does not apply to our consulting and implementation services._**
194
+
195
+ - **No Guarantees**: While we strive to provide high-quality security and privacy consulting, we do not guarantee specific outcomes or results from our services unless otherwise specified.
196
+
197
+ **_This clause does not apply to specific outcomes or results if they are defined within the scope of work._**
198
+
199
+ - **Limitation of Liability**: Network Pro Strategies shall not be held liable for any direct, indirect, incidental, or consequential damages arising from the use of our services.
200
+
201
+ - **Third-Party Services**: We may recommend or integrate third-party vendors for certain services. However, we are not responsible for the actions, policies, or reliability of these third parties.
202
+
203
+ <sub>[Back to top](#top)</sub>
204
+
205
+ <a name="changes"></a>
206
+
207
+ ## 10. Changes to This Policy
208
+
209
+ We may update this Privacy Policy periodically. Changes will be posted on this page with an updated effective date. Updates will comply with applicable changes to the **Arizona Revised Statutes** and **United States Code**.
210
+
211
+ <sub>[Back to top](#top)</sub>
212
+
213
+ <a name="more"></a>
214
+
215
+ ## 11. More Information
216
+
217
+ For more information about protecting your privacy, you may wish to visit <https://www.privacyalliance.org/>.
218
+
219
+ For any questions or concerns regarding this Privacy Policy, please contact us at:
220
+
221
+ Network Pro Strategies
222
+ `support (at) neteng.pro`
223
+ (623) 252-4350
224
+
225
+ <sub>[Back to top](#top)</sub>
226
+
227
+ ---
228
+
229
+ <div style="font-size: 12px; font-weight: bold; text-align: center;">
230
+
231
+ [Home](https://netwk.pro) &nbsp; | &nbsp; [Terms of Use](https://github.com/netwk-pro/netwk-pro.github.io/blob/master/legal/TERMS.md)
232
+ Privacy Policy &nbsp; | &nbsp; [Legal](https://github.com/netwk-pro/netwk-pro.github.io/blob/master/LICENSE.md)
233
+
234
+ </div>
235
+
236
+ &nbsp;
237
+
238
+ <div style="font-size: 12px; text-align: center;">
239
+
240
+ Copyright &copy; 2025
241
+ **[Network Pro Strategies](https://netwk.pro/)** (Network Pro&trade;)
242
+
243
+ Network Pro&trade;, the shield logo, and the "Locking Down Networks" slogan are trademarks of Network Pro Strategies.
244
+
245
+ 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.
246
+
247
+ </div>