@networkpro/web 0.5.15

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.
Files changed (70) hide show
  1. package/404.html +106 -0
  2. package/CNAME +1 -0
  3. package/LICENSE.md +304 -0
  4. package/README.md +144 -0
  5. package/css/default.css +85 -0
  6. package/css/index.css +124 -0
  7. package/css/normalize.css +152 -0
  8. package/css/style.css +279 -0
  9. package/favicon-180.png +0 -0
  10. package/favicon-192.png +0 -0
  11. package/favicon-512.png +0 -0
  12. package/favicon.ico +0 -0
  13. package/favicon.svg +550 -0
  14. package/favicon.svg.br +0 -0
  15. package/img/banner-1280x640.png +0 -0
  16. package/img/banner-1440.png +0 -0
  17. package/img/banner-og-1200x630.png +0 -0
  18. package/img/favicon-template.png +0 -0
  19. package/img/fb-cover.png +0 -0
  20. package/img/fb-cover2.png +0 -0
  21. package/img/fsf-member.png +0 -0
  22. package/img/gh-logo.png +0 -0
  23. package/img/gpl3-small.png +0 -0
  24. package/img/gpl3.png +0 -0
  25. package/img/linkedin-banner.png +0 -0
  26. package/img/linkedin-banner2.png +0 -0
  27. package/img/logo-1024x1024.png +0 -0
  28. package/img/logo-alt.png +0 -0
  29. package/img/logo-elevated.png +0 -0
  30. package/img/logo-light-elevated.png +0 -0
  31. package/img/logo-light-slogan.png +0 -0
  32. package/img/logo-light.png +0 -0
  33. package/img/logo-slogan.png +0 -0
  34. package/img/logo-transparent-black-small.png +0 -0
  35. package/img/logo-transparent-black.png +0 -0
  36. package/img/logo-transparent-elevated.png +0 -0
  37. package/img/logo-transparent-slogan.png +0 -0
  38. package/img/logo-transparent.png +0 -0
  39. package/img/logo.png +0 -0
  40. package/img/mastodon-banner.png +0 -0
  41. package/img/netpro-logo-transparent.png +0 -0
  42. package/img/qr/pgp-github.png +0 -0
  43. package/img/qr/pgp-support.png +0 -0
  44. package/img/qr/vcard.png +0 -0
  45. package/img/sd311.png +0 -0
  46. package/img/shield.png +0 -0
  47. package/img/shield.svg +1 -0
  48. package/img/shield.svg.br +0 -0
  49. package/img/shield2.png +0 -0
  50. package/img/shield3-2000x2000.png +0 -0
  51. package/img/shield3-black-1024x1024.png +0 -0
  52. package/img/shield3-black.png +0 -0
  53. package/img/shield3-white.png +0 -0
  54. package/img/trademark.jpg +0 -0
  55. package/index.html +272 -0
  56. package/index.html.br +0 -0
  57. package/js/app.a39beffd45ef9ef01be3.js +10 -0
  58. package/js/runtime.aacedc5fe7f60f6e1917.js +45 -0
  59. package/js/vendor/.gitkeep +0 -0
  60. package/legal/LICENSE.md +304 -0
  61. package/legal/PRIVACY.md +247 -0
  62. package/legal/TERMS.md +187 -0
  63. package/legal.html +372 -0
  64. package/legal.html.br +0 -0
  65. package/package.json +86 -0
  66. package/robots.txt +12 -0
  67. package/site.webmanifest +25 -0
  68. package/sitemap.xml +115 -0
  69. package/terms.html +661 -0
  70. package/terms.html.br +0 -0
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
package/index.html ADDED
@@ -0,0 +1,272 @@
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>
11
+ Locking Down Networks, Unlocking Confidence &mdash; Network Pro
12
+ </title>
13
+
14
+
15
+ <link rel="stylesheet" href="css/normalize.css"/>
16
+ <link rel="stylesheet" href="css/style.css"/>
17
+ <link rel="stylesheet" href="css/index.css"/>
18
+
19
+ <script src="https://kit.fontawesome.com/f70f03cb45.js" crossorigin="anonymous"></script>
20
+
21
+ <meta name="description" content="Locking Down Networks, Unlocking Confidence | Security, Networking, Privacy — Network Pro"/>
22
+ <meta name="author" content="Scott Lopez"/>
23
+ <meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1"/>
24
+
25
+ <link rel="canonical" href="https://netwk.pro/index.html"/>
26
+ <base href="./index.html" target="_self"/>
27
+
28
+
29
+ <meta property="og:title" content="Locking Down Networks, Unlocking Confidence — Network Pro"/>
30
+ <meta property="og:type" content="website"/>
31
+ <meta property="og:url" content="netwk.pro"/>
32
+ <meta property="og:image" content="img/banner-og-1200x630.png"/>
33
+ <meta property="og:image:alt" content="Network Pro Strategies"/>
34
+ <meta property="og:description" content="Locking Down Networks, Unlocking Confidence | Security, Networking, Privacy — Network Pro"/>
35
+
36
+
37
+ <meta name="twitter:card" content="summary_large_image"/>
38
+ <meta name="twitter:site" content="@NetEng_Pro"/>
39
+ <meta name="twitter:creator" content="@NetEng_pro"/>
40
+ <meta property="twitter:domain" content="netwk.pro"/>
41
+ <meta property="twitter:url" content="netwk.pro"/>
42
+ <meta name="twitter:title" content="Locking Down Networks, Unlocking Confidence — Network Pro"/>
43
+ <meta name="twitter:description" content="Locking Down Networks, Unlocking Confidence | Security, Networking, Privacy — Network Pro"/>
44
+ <meta name="twitter:image" content="img/banner-og-1200x630.png"/>
45
+ <meta name="twitter:image:alt" content="Network Pro Strategies"/>
46
+
47
+
48
+ <link rel="icon" href="favicon.ico" sizes="any" type="image/x-icon"/>
49
+ <link rel="icon" href="favicon.svg" type="image/svg+xml"/>
50
+ <link rel="apple-touch-icon" href="favicon-180.png" type="image/png"/>
51
+
52
+ <link rel="manifest" href="site.webmanifest"/>
53
+ <meta name="theme-color" content="#ffc627"/>
54
+
55
+ <meta http-equiv="Referrer-Policy" content="no-referrer"/>
56
+ <meta http-equiv="Permissions-Policy" content="interest-cohort=()"/>
57
+
58
+ <meta name="facebook-domain-verification" content="bx4ham0zkpvzztzu213bhpt76m9siq"/>
59
+ <script defer="defer" src="js/runtime.aacedc5fe7f60f6e1917.js"></script><script defer="defer" src="js/app.a39beffd45ef9ef01be3.js"></script></head>
60
+
61
+ <body>
62
+
63
+ <header id="header-nav">
64
+ <div class="container">
65
+ <nav class="center-nav">
66
+ <a rel="noopener noreferrer" href="https://github.com/netwk-pro/netwk-pro.github.io/blob/master/README.md" target="_blank">about
67
+ <sup><span class="fa-solid fa-arrow-up-right-from-square fa-2xs"></span></sup></a>
68
+ &nbsp; | &nbsp;
69
+ <a rel="noopener noreferrer" href="https://github.com/netwk-pro/netwk-pro.github.io/discussions" target="_blank">discussions
70
+ <sup><span class="fa-solid fa-arrow-up-right-from-square fa-2xs"></span></sup></a>
71
+ &nbsp; | &nbsp;
72
+ <a rel="noopener noreferrer" href="https://linktr.ee/neteng_pro" target="_blank">link hub
73
+ <sup><span class="fa-solid fa-arrow-up-right-from-square fa-2xs"></span></sup></a>
74
+ </nav>
75
+ </div>
76
+ </header>
77
+
78
+
79
+
80
+ <div class="full-width-section">
81
+ <div class="container">
82
+ <hgroup id="site-title">
83
+ <img decoding="async" loading="lazy" class="logo" src="img/logo-transparent.png" alt="Network Pro Strategies" width="250px" height="250px"/>
84
+ <div class="index1">Locking Down Networks,<br/>
85
+ Unlocking Confidence&trade;</div>
86
+ <p>&nbsp;</p>
87
+ <h2 class="index2">Security | Networking | Privacy</h2>
88
+ </hgroup>
89
+
90
+ &nbsp;
91
+
92
+
93
+ <hr class="hr-styled"/>
94
+
95
+
96
+ &nbsp;
97
+
98
+ <section id="main-content">
99
+ <p class="center-text"><strong>Welcome to Network Pro Strategies!</strong></p>
100
+ <p class="center-text">We're building a hub of cutting-edge insights and expert solutions
101
+ in network security, cybersecurity, and digital privacy.</p>
102
+
103
+ <p class="center-text">Stay ahead of evolving threats by following us on social media for
104
+ updates, tips, and industry news.</p>
105
+ <p class="center-text"><em>Big things are coming—stay tuned!</em></p>
106
+
107
+ &nbsp;
108
+
109
+ <div class="gh-wrap">
110
+ <table class="gh">
111
+ <tbody>
112
+ <tr>
113
+ <td class="gh-tcell">
114
+ <p class="join">
115
+ Join us in
116
+ <a rel="noopener noreferrer" href="https://github.com/netwk-pro/netwk-pro.github.io/discussions" target="_blank">GitHub Discussions</a>!
117
+ </p>
118
+ </td>
119
+ </tr>
120
+ <tr>
121
+ <td class="gh-tcell">
122
+ <a rel="noopener noreferrer" href="https://github.com/netwk-pro" target="_blank">
123
+ <img decoding="async" loading="lazy" style="width: auto; height: 80px" src="img/gh-logo.png" alt="GitHub"/></a>
124
+ </td>
125
+ </tr>
126
+ </tbody>
127
+ </table>
128
+ </div>
129
+ </section>
130
+
131
+
132
+ &nbsp;
133
+
134
+
135
+ <section id="social-media">
136
+ <div class="soc-wrap">
137
+ <table class="soc">
138
+ <tbody>
139
+ <tr>
140
+ <td class="soc-fa">
141
+ <p>
142
+ <a rel="noopener noreferrer" href="https://instagram.com/netwk_pro" target="_blank">
143
+ <span class="fa-brands fa-square-instagram fa-2x"></span>
144
+ </a>
145
+ </p>
146
+ </td>
147
+ <td class="soc-fa">
148
+ <p>
149
+ <a rel="noopener noreferrer" href="https://facebook.com/neteng.pro" target="_blank">
150
+ <span class="fa-brands fa-square-facebook fa-2x"></span>
151
+ </a>
152
+ </p>
153
+ </td>
154
+ <td class="soc-fa">
155
+ <p>
156
+ <a rel="noopener noreferrer" href="https://linkedin.com/company/netwk-pro" target="_blank">
157
+ <span class="fa-brands fa-linkedin fa-2x"></span>
158
+ </a>
159
+ </p>
160
+ </td>
161
+ <td class="soc-fa">
162
+ <p>
163
+ <a rel="me noopener noreferrer" href="https://noc.social/@NetEng_Pro" target="_blank">
164
+ <span class="fa-brands fa-mastodon fa-2x"></span>
165
+ </a>
166
+ </p>
167
+ </td>
168
+ <td class="soc-fa">
169
+ <p>
170
+ <a rel="noopener noreferrer" href="https://x.com/NetEng_Pro" target="_blank">
171
+ <span class="fa-brands fa-square-x-twitter fa-2x"></span>
172
+ </a>
173
+ </p>
174
+ </td>
175
+ <td class="soc-fa">
176
+ <p>
177
+ <a rel="noopener noreferrer" href="https://threads.net/netwk_pro" target="_blank"><span class="fa-brands fa-square-threads fa-2x"></span>
178
+ </a>
179
+ </p>
180
+ </td>
181
+ </tr>
182
+ </tbody>
183
+ </table>
184
+ </div>
185
+ </section>
186
+
187
+
188
+ <hr class="hr-styled"/>
189
+
190
+ &nbsp;
191
+
192
+
193
+ <div class="bnav-wrap">
194
+ <table class="bnav"><tbody>
195
+ <tr>
196
+ <td class="bnav-nav"><a rel="noopener noreferrer" href="https://github.com/netwk-pro/netwk-pro-legal/blob/master/TERMS.md" target="_blank">Terms of Use
197
+ <sup><span class="fa-solid fa-arrow-up-right-from-square fa-2xs"></span></sup></a></td>
198
+ <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
199
+ <sup><span class="fa-solid fa-arrow-up-right-from-square fa-2xs"></span></sup></a>
200
+ </td>
201
+ </tr>
202
+ <tr>
203
+ <td class="bnav-cell" colspan="2">
204
+ <a rel="noopener noreferrer" href="https://github.com/netwk-pro/netwk-pro-legal/blob/master/LICENSE.md" target="_blank">Legal
205
+ <sup><span class="fa-solid fa-arrow-up-right-from-square fa-2xs"></span></sup></a></td>
206
+ </tr>
207
+ </tbody>
208
+ </table>
209
+ </div>
210
+
211
+
212
+ &nbsp;
213
+
214
+
215
+ <section id="badges">
216
+ <div class="bnav2-wrap">
217
+ <table class="bnav2"><tbody>
218
+ <tr>
219
+ <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="CC BY 4.0"/></a></td>
220
+ <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>
221
+ </tr>
222
+ </tbody>
223
+ </table>
224
+ </div>
225
+ </section>
226
+
227
+ </div>
228
+ </div>
229
+
230
+ &nbsp;
231
+
232
+
233
+ <footer id="licensing">
234
+ <div class="container">
235
+ <div class="copyright" xmlns:cc="http://creativecommons.org/ns#" xmlns:dct="http://purl.org/dc/terms/">
236
+ <p>
237
+ Copyright &copy; 2025<br/>
238
+ <a rel="cc:attributionURL dct:creator noopener noreferrer" property="cc:attributionName" href="https://netwk.pro/" target="_blank"><strong>Network Pro Strategies</strong></a>
239
+ (Network Pro&trade;)</p>
240
+
241
+ <p>
242
+ Network Pro&trade;, the shield logo, and the "Locking Down Networks"
243
+ slogan are
244
+ <a rel="noopener noreferrer" href="https://github.com/netwk-pro/netwk-pro-legal/blob/master//LICENSE.md#tm" target="_blank">trademarks</a>
245
+ of Network Pro Strategies.
246
+ </p>
247
+
248
+ <p>
249
+ Licensed under
250
+ <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>
251
+ <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;
252
+ margin-left: 3px;
253
+ vertical-align: text-bottom;
254
+ text-decoration: none;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg" alt="CC"/>
255
+ </a>
256
+ <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;
257
+ margin-left: 3px;
258
+ vertical-align: text-bottom;
259
+ text-decoration: none;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg" alt="BY"/></a>
260
+ and the
261
+ <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
262
+ <a rel="noopener noreferrer" href="https://www.fsf.org" target="_blank">Free Software Foundation</a>, either version 3 of the License, or (at your option) any later
263
+ version.
264
+ </p>
265
+ </div>
266
+ </div>
267
+ </footer>
268
+
269
+
270
+ <script src="js/app.js"></script>
271
+ </body>
272
+ </html>
package/index.html.br ADDED
Binary file
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+
3
+ (self.webpackChunk_networkpro_web = self.webpackChunk_networkpro_web || []).push([ [ 524 ], {
4
+ 451: () => {
5
+ (void 0).self;
6
+ }
7
+ }, e => {
8
+ var s;
9
+ s = 451, e(e.s = s);
10
+ } ]);
@@ -0,0 +1,45 @@
1
+ (() => {
2
+ "use strict";
3
+ var r, e = {}, o = {};
4
+ function t(r) {
5
+ var n = o[r];
6
+ if (void 0 !== n) return n.exports;
7
+ var a = o[r] = {
8
+ exports: {}
9
+ };
10
+ return e[r](a, a.exports, t), a.exports;
11
+ }
12
+ t.m = e, r = [], t.O = (e, o, n, a) => {
13
+ if (!o) {
14
+ var i = 1 / 0;
15
+ for (l = 0; l < r.length; l++) {
16
+ for (var [o, n, a] = r[l], p = !0, s = 0; s < o.length; s++) (!1 & a || i >= a) && Object.keys(t.O).every((r => t.O[r](o[s]))) ? o.splice(s--, 1) : (p = !1,
17
+ a < i && (i = a));
18
+ if (p) {
19
+ r.splice(l--, 1);
20
+ var f = n();
21
+ void 0 !== f && (e = f);
22
+ }
23
+ }
24
+ return e;
25
+ }
26
+ a = a || 0;
27
+ for (var l = r.length; l > 0 && r[l - 1][2] > a; l--) r[l] = r[l - 1];
28
+ r[l] = [ o, n, a ];
29
+ }, t.o = (r, e) => Object.prototype.hasOwnProperty.call(r, e), (() => {
30
+ var r = {
31
+ 121: 0
32
+ };
33
+ t.O.j = e => 0 === r[e];
34
+ var e = (e, o) => {
35
+ var n, a, [i, p, s] = o, f = 0;
36
+ if (i.some((e => 0 !== r[e]))) {
37
+ for (n in p) t.o(p, n) && (t.m[n] = p[n]);
38
+ if (s) var l = s(t);
39
+ }
40
+ for (e && e(o); f < i.length; f++) a = i[f], t.o(r, a) && r[a] && r[a][0](), r[a] = 0;
41
+ return t.O(l);
42
+ }, o = self.webpackChunk_networkpro_web = self.webpackChunk_networkpro_web || [];
43
+ o.forEach(e.bind(null, 0)), o.push = e.bind(null, o.push.bind(o));
44
+ })();
45
+ })();
File without changes
@@ -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>