@networkpro/blog 1.0.12 → 1.1.2

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 (69) hide show
  1. package/CODE_OF_CONDUCT.md +173 -0
  2. package/README.md +1 -1
  3. package/cspell.json +10 -1
  4. package/eslint.config.mjs +1 -0
  5. package/mkdocs.yml +11 -4
  6. package/package.json +11 -8
  7. package/postcss.config.mjs +8 -0
  8. package/{docs_raw/contributing.md → src/CODE_OF_CONDUCT.md} +14 -11
  9. package/src/contributing.md +235 -0
  10. package/{docs_raw → src}/manifest.json +2 -2
  11. package/{docs_raw/posts/heliboard.md → src/posts/2025-05-29-heliboard.md} +8 -3
  12. package/{docs_raw/posts/msauth.md → src/posts/2025-05-29-msauth.md} +4 -1
  13. package/src/robots.txt +20 -0
  14. package/src/sitemap.xml +150 -0
  15. package/{docs_raw/styles → src/stylesheets}/default.css +3 -1
  16. package/src/stylesheets/extra.css +23 -0
  17. package/src/stylesheets/global.css +11 -0
  18. package/{docs_raw/styles → src/stylesheets}/normalize.css +3 -1
  19. package/{docs_raw/styles → src/stylesheets}/style.css +3 -1
  20. package/stylelint.config.js +2 -9
  21. package/docs/LICENSE.md +0 -296
  22. package/docs/PRIVACY.md +0 -212
  23. package/docs/README.md +0 -115
  24. package/docs/TERMS-COND.md +0 -277
  25. package/docs/TERMS-USE.md +0 -212
  26. package/docs/license/CC-BY-4.0.html +0 -1235
  27. package/docs/license/CC-BY-4.0.md +0 -367
  28. package/docs/license/CC-BY-4.0.txt +0 -156
  29. package/docs/license/COPYING.html +0 -1413
  30. package/docs/license/COPYING.md +0 -611
  31. package/docs/license/COPYING.txt +0 -232
  32. package/docs_raw/robots.txt +0 -13
  33. package/docs_raw/sitemap.xml +0 -83
  34. package/docs_raw/styles/global.css +0 -3
  35. /package/{docs_raw → src}/ext/__init__.py +0 -0
  36. /package/{docs_raw → src}/ext/slugs.py +0 -0
  37. /package/{docs_raw → src}/favicon.ico +0 -0
  38. /package/{docs_raw → src}/favicon.svg +0 -0
  39. /package/{docs_raw → src}/fontawesome/LICENSE.txt +0 -0
  40. /package/{docs_raw → src}/fontawesome/brands/facebook.svg +0 -0
  41. /package/{docs_raw → src}/fontawesome/brands/instagram.svg +0 -0
  42. /package/{docs_raw → src}/fontawesome/brands/linkedin.svg +0 -0
  43. /package/{docs_raw → src}/fontawesome/brands/mastodon.svg +0 -0
  44. /package/{docs_raw → src}/fontawesome/solid/at.svg +0 -0
  45. /package/{docs_raw → src}/hooks/socialmedia.py +0 -0
  46. /package/{docs_raw → src}/icon-180x180.png +0 -0
  47. /package/{docs_raw → src}/icon-192x192.png +0 -0
  48. /package/{docs_raw → src}/icon-512x512-maskable.png +0 -0
  49. /package/{docs_raw → src}/icon-512x512.png +0 -0
  50. /package/{docs_raw → src}/icon-splash.png +0 -0
  51. /package/{docs_raw → src}/img/acode.png +0 -0
  52. /package/{docs_raw → src}/img/blog-move.png +0 -0
  53. /package/{docs_raw → src}/img/favicon.png +0 -0
  54. /package/{docs_raw → src}/img/heliboard-promo.png +0 -0
  55. /package/{docs_raw → src}/img/heliboard.png +0 -0
  56. /package/{docs_raw → src}/img/linksheet.png +0 -0
  57. /package/{docs_raw → src}/img/logo.png +0 -0
  58. /package/{docs_raw → src}/img/msauth-promo.png +0 -0
  59. /package/{docs_raw → src}/img/pmx.png +0 -0
  60. /package/{docs_raw → src}/img/tosdr.png +0 -0
  61. /package/{docs_raw → src}/img/urlcheck.png +0 -0
  62. /package/{docs_raw → src}/index.md +0 -0
  63. /package/{docs_raw → src}/posts/betterweb.md +0 -0
  64. /package/{docs_raw → src}/posts/live.md +0 -0
  65. /package/{docs_raw → src}/posts/moved.md +0 -0
  66. /package/{docs_raw → src}/posts/pwa.md +0 -0
  67. /package/{docs_raw → src}/posts/secure-secure-shell.md +0 -0
  68. /package/{docs_raw → src}/posts/weblive.md +0 -0
  69. /package/{docs_raw → src}/tags.md +0 -0
@@ -0,0 +1,150 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!-- Last Updated: May 30, 2025 -->
3
+
4
+ <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
5
+
6
+ <url>
7
+
8
+ <loc>https://blog.netwk.pro</loc>
9
+
10
+ <lastmod>2025-05-30</lastmod>
11
+
12
+ <changefreq>weekly</changefreq>
13
+
14
+ <priority>1.0</priority>
15
+
16
+ </url>
17
+
18
+ <url>
19
+
20
+ <loc>https://blog.netwk.pro/2025/05/29/foss-spotlight---heliboard/</loc>
21
+
22
+ <lastmod>2025-05-29</lastmod>
23
+
24
+ <changefreq>monthly</changefreq>
25
+
26
+ <priority>0.8</priority>
27
+
28
+ </url>
29
+
30
+ <url>
31
+
32
+ <loc>https://blog.netwk.pro/2025/05/29/microsoft-authenticator-users---major-change-incoming/</loc>
33
+
34
+ <lastmod>2025-05-29</lastmod>
35
+
36
+ <changefreq>monthly</changefreq>
37
+
38
+ <priority>0.8</priority>
39
+
40
+ </url>
41
+
42
+ <url>
43
+
44
+ <loc>https://blog.netwk.pro/2025/05/26/welcome-to-the-future-of-network-pro/</loc>
45
+
46
+ <lastmod>2025-05-26</lastmod>
47
+
48
+ <changefreq>monthly</changefreq>
49
+
50
+ <priority>0.8</priority>
51
+
52
+ </url>
53
+
54
+ <url>
55
+
56
+ <loc>https://blog.netwk.pro/2025/05/16/progressive-web-app-is-live/</loc>
57
+
58
+ <lastmod>2025-05-16</lastmod>
59
+
60
+ <changefreq>monthly</changefreq>
61
+
62
+ <priority>0.7</priority>
63
+
64
+ </url>
65
+
66
+ <url>
67
+
68
+ <loc>https://blog.netwk.pro/2025/05/15/building-a-better-web-experience/</loc>
69
+
70
+ <lastmod>2025-05-15</lastmod>
71
+
72
+ <changefreq>monthly</changefreq>
73
+
74
+ <priority>0.7</priority>
75
+
76
+ </url>
77
+
78
+ <url>
79
+
80
+ <loc>https://blog.netwk.pro/2025/05/11/the-network-pro-blog-has-moved/</loc>
81
+
82
+ <lastmod>2025-05-11</lastmod>
83
+
84
+ <changefreq>monthly</changefreq>
85
+
86
+ <priority>0.7</priority>
87
+
88
+ </url>
89
+
90
+ <url>
91
+
92
+ <loc>https://blog.netwk.pro/2025/04/30/our-blog-is-live/</loc>
93
+
94
+ <lastmod>2025-05-11</lastmod>
95
+
96
+ <changefreq>monthly</changefreq>
97
+
98
+ <priority>0.6</priority>
99
+
100
+ </url>
101
+
102
+ <url>
103
+
104
+ <loc>https://blog.netwk.pro/archive/2025/</loc>
105
+
106
+ <lastmod>2025-05-30</lastmod>
107
+
108
+ <changefreq>weekly</changefreq>
109
+
110
+ <priority>0.5</priority>
111
+
112
+ </url>
113
+
114
+ <url>
115
+
116
+ <loc>https://blog.netwk.pro/tags</loc>
117
+
118
+ <lastmod>2025-05-11</lastmod>
119
+
120
+ <changefreq>weekly</changefreq>
121
+
122
+ <priority>0.5</priority>
123
+
124
+ </url>
125
+
126
+ <url>
127
+
128
+ <loc>https://blog.netwk.pro/2015/01/04/secure-secure-shell/</loc>
129
+
130
+ <lastmod>2025-05-11</lastmod>
131
+
132
+ <changefreq>yearly</changefreq>
133
+
134
+ <priority>0.4</priority>
135
+
136
+ </url>
137
+
138
+ <url>
139
+
140
+ <loc>https://blog.netwk.pro/contributing</loc>
141
+
142
+ <lastmod>2025-05-11</lastmod>
143
+
144
+ <changefreq>monthly</changefreq>
145
+
146
+ <priority>0.4</priority>
147
+
148
+ </url>
149
+
150
+ </urlset>
@@ -1,5 +1,7 @@
1
1
  /*! ==========================================================================
2
- Copyright © 2025 Network Pro Strategies (Network Pro)
2
+ src/stylesheets/default.css
3
+
4
+ Copyright © 2025 Network Pro Strategies (Network Pro™)
3
5
  SPDX-License-Identifier: CC-BY-4.0 OR GPL-3.0-or-later
4
6
  This file is part of Network Pro.
5
7
  =========================================================================== */
@@ -0,0 +1,23 @@
1
+ /*! ==========================================================================
2
+ src/stylesheets/extra.css
3
+
4
+ Copyright © 2025 Network Pro Strategies (Network Pro™)
5
+ SPDX-License-Identifier: CC-BY-4.0 OR GPL-3.0-or-later
6
+ This file is part of Network Pro.
7
+ =========================================================================== */
8
+
9
+ .poster-figure {
10
+ text-align: center;
11
+ margin-top: 2rem;
12
+ }
13
+
14
+ .poster-figure img {
15
+ border-radius: 8px;
16
+ max-width: 100%;
17
+ }
18
+
19
+ .poster-figure figcaption {
20
+ color: #666;
21
+ font-style: italic;
22
+ margin-top: 0.5rem;
23
+ }
@@ -0,0 +1,11 @@
1
+ /*! ==========================================================================
2
+ src/stylesheets/global.css
3
+
4
+ Copyright © 2025 Network Pro Strategies (Network Pro™)
5
+ SPDX-License-Identifier: CC-BY-4.0 OR GPL-3.0-or-later
6
+ This file is part of Network Pro.
7
+ =========================================================================== */
8
+
9
+ @import "./normalize.css";
10
+ @import "./style.css";
11
+ @import "./default.css";
@@ -1,5 +1,7 @@
1
1
  /* ===========================================================================
2
- Copyright © 2025 Network Pro Strategies (Network Pro)
2
+ src/stylesheets/normalize.css
3
+
4
+ Copyright © 2025 Network Pro Strategies (Network Pro™)
3
5
  SPDX-License-Identifier: CC-BY-4.0 OR GPL-3.0-or-later
4
6
  This file is part of Network Pro.
5
7
  =========================================================================== */
@@ -1,5 +1,7 @@
1
1
  /* ==========================================================================
2
- Copyright © 2025 Network Pro Strategies (Network Pro)
2
+ src/stylesheets/style.css
3
+
4
+ Copyright © 2025 Network Pro Strategies (Network Pro™)
3
5
  SPDX-License-Identifier: CC-BY-4.0 OR GPL-3.0-or-later
4
6
  This file is part of Network Pro.
5
7
  =========================================================================== */
@@ -13,15 +13,6 @@ export default {
13
13
  "stylelint-config-html", // Added from provided config for linting HTML
14
14
  ],
15
15
  plugins: ["stylelint-order"], // Add stylelint-order plugin
16
- overrides: [
17
- {
18
- files: ["**/*.html"], // Use postcss-html for HTML files
19
- customSyntax: "postcss-html",
20
- },
21
- {
22
- files: ["**/*.css"], // Ensure CSS-specific configurations
23
- },
24
- ],
25
16
  rules: {
26
17
  "property-no-vendor-prefix": null, // Allow vendor prefixes
27
18
  "selector-no-vendor-prefix": null,
@@ -107,3 +98,5 @@ export default {
107
98
  reportNeedlessDisables: true, // Report unnecessary disables
108
99
  ignoreFiles: ["public/**"], // Ignore the build directory
109
100
  };
101
+
102
+ // cspell:ignore descriptionless
package/docs/LICENSE.md DELETED
@@ -1,296 +0,0 @@
1
- <!-- =========================================================================
2
- LICENSE.md
3
-
4
- SPDX-License-Identifier: CC-BY-4.0 OR GPL-3.0-or-later
5
- This file is part of Network Pro.
6
- ========================================================================== -->
7
-
8
- <!--
9
- Copyright © 2025 Network Pro Strategies (Network Pro)
10
-
11
- ---
12
-
13
- I. Creative Commons Attribution 4.0 International
14
-
15
- 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/.
16
-
17
- 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.
18
-
19
- 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.
20
-
21
- Permissions beyond the scope of this License—or instead of those permitted by this License—may be available as further defined within this document.
22
-
23
- SPDX Reference: https://spdx.org/licenses/CC-BY-4.0.html
24
- Canonical URL: https://creativecommons.org/licenses/by/4.0/
25
-
26
- ---
27
-
28
- II. GNU General Public License
29
-
30
- 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.
31
-
32
- 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.
33
-
34
- See the GNU General Public License for more details.
35
-
36
- SPDX Reference: https://spdx.org/licenses/GPL-3.0-or-later.html
37
- Canonical URL: https://www.gnu.org/licenses/gpl-3.0.html
38
-
39
- ---
40
-
41
- Author: Scott Lopez
42
- Email: <contact@neteng.pro>
43
- Web: <https://bio.neteng.pro>
44
- -->
45
-
46
- [SPDX-License-Identifier](https://spdx.dev/learn/handling-license-info/):
47
- `CC-BY-4.0 OR GPL-3.0-or-later`
48
-
49
- <a name="top"></a>
50
-
51
- # Legal, Copyright, and Licensing
52
-
53
- **Network Pro Strategies**
54
- **Effective Date:** April 21, 2025
55
-
56
- &nbsp;
57
-
58
- <!-- markdownlint-disable MD001 -->
59
-
60
- ### Table of Contents
61
-
62
- <!-- markdownlint-enable MD001 -->
63
-
64
- 1. [Copyright](#ownership)
65
- 2. [Trademark Ownership](#trademark)
66
- 3. [Restrictions on Branding and Graphics](#branding)
67
- 4. [Licensed Material Definition](#licensed-material)
68
- 5. [License Terms](#licenses)
69
- 6. [Dual Licensing Notes](#dlnotes)
70
- 7. [Creative Commons License (CC BY 4.0)](#cc-by)
71
- 8. [GNU General Public License (GPL)](#gnu-gpl)
72
- 9. [Third-Party Code and Licenses](#third-party)
73
- 10. [Prohibited Uses](#prohibited-uses)
74
- 11. [Modifications and Liability Disclaimer](#disclaimer)
75
- 12. [Contact](#contact)
76
- 13. [Revisions](#revisions)
77
- 14. [Attribution](#attribution)
78
-
79
- ---
80
-
81
- **Formats Available:** [HTML](https://docs.netwk.pro/legal) | Markdown
82
-
83
- <a name="ownership"></a>
84
-
85
- ## 1. Copyright
86
-
87
- All content—including text, software, logos, graphics, documentation, and other materials—provided by **Network Pro Strategies** (“Network Pro”, “Company”, “Licensor”) is protected by U.S. and international copyright laws.
88
-
89
- Copyright &copy; 2025 **[Network Pro Strategies](https://netwk.pro)** (Network Pro&trade;)
90
-
91
- <a name="trademark"></a>
92
-
93
- ## 2. Trademark Ownership
94
-
95
- The following trademarks are the exclusive property of the Company:
96
-
97
- - **Brand Name:** Network Pro&trade;
98
- - **Domain Names:** netwk.pro, neteng.pro, neteng.cc
99
- - **Logo:** The shield logo displayed on our homepage
100
- - **Slogan:** "Locking Down Networks, Unlocking Confidence&trade;"
101
-
102
- Unauthorized use—including use likely to cause confusion, misrepresentation, or disparagement—is strictly prohibited.
103
-
104
- <sub>[Back to top](#top)</sub>
105
-
106
- <a name="branding"></a>
107
-
108
- ## 3. Restrictions on Branding and Graphics
109
-
110
- Licensing under CC BY 4.0 or the GNU GPL **expressly excludes** any rights to use the Company’s trademarks, trade dress, logos, visual branding, or other proprietary identifiers.
111
-
112
- **Such elements are not part of the Licensed Material and remain the exclusive property of the Company.** Any use of these elements—including within derivative works or promotional content—requires the Company’s prior written consent.
113
-
114
- <sub>[Back to top](#top)</sub>
115
-
116
- <a name="licensed-material"></a>
117
-
118
- ## 4. Licensed Material Definition
119
-
120
- “Licensed Material” refers solely to the publicly available code and documentation distributed through the Company’s open repositories and websites. It expressly excludes all third-party content, proprietary brand assets (including logos, trademarks, and visual designs), and any internal or commercial backend systems.
121
-
122
- For clarity, the Company itself is not licensed under, nor subject to, the terms of the open-source or content licenses described in this document.
123
-
124
- <sub>[Back to top](#top)</sub>
125
-
126
- <a name="licenses"></a>
127
-
128
- ## 5. License Terms
129
-
130
- This work is dual-licensed under:
131
-
132
- - [Creative Commons Attribution 4.0 International (CC BY 4.0)](#cc-by)
133
- - [GNU General Public License v3.0 or later (GNU GPL)](#gnu-gpl)
134
-
135
- <a name="dlnotes"></a>
136
-
137
- ## 6. Dual Licensing Notes
138
-
139
- - You may choose to use the work under either license, or both where appropriate.
140
- - See Creative Commons FAQ: [Separate agreements](https://creativecommons.org/faq/#can-i-enter-into-separate-or-supplemental-agreements-with-users-of-my-work)
141
- - See GPL compatibility: [GPL FAQ](https://www.gnu.org/licenses/gpl-faq.html#WhatDoesCompatMean)
142
-
143
- <sub>[Back to top](#top)</sub>
144
-
145
- <a name="cc-by"></a>
146
-
147
- ## 6. Creative Commons License (CC BY 4.0)
148
-
149
- <sup>Formats: [HTML](https://legal.netwk.pro/html/CC-BY-4.0.html) | [Markdown](https://github.com/netwk-pro/netwk-pro-legal/blob/master/assets/license/CC-BY-4.0.md) | [Text](https://github.com/netwk-pro/netwk-pro-legal/blob/master/assets/license/CC-BY-4.0.txt) | [RDFa](https://github.com/netwk-pro/netwk-pro-legal/blob/master/assets/license/CC-BY-4.0-rdfa.xml) | [XMP](https://github.com/netwk-pro/netwk-pro-legal/blob/master/assets/license/CC-BY-4.0.xml)</sup>
150
-
151
- Network Pro&trade; (the "Licensed Material") is licensed under **Creative
152
- Commons Attribution 4.0 International** (CC BY 4.0)
153
- [<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="Creative Commons BY" />](https://creativecommons.org/licenses/by/4.0/)
154
- [<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="Creative Commons BY" />](https://creativecommons.org/licenses/by/4.0/).
155
-
156
- 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.
157
-
158
- Permissions beyond the scope of this License—or instead of those permitted by this License—may be available as further defined within this document.
159
-
160
- <code style="background: none; border: none; border-radius: 0; height: 50vh; outline: none; resize: none; width: 100%;">
161
-
162
- - SPDX Reference:
163
- [https://spdx.org/licenses/CC-BY-4.0.html](https://spdx.org/licenses/CC-BY-4.0.html)
164
- - Canonical URL:
165
- [https://creativecommons.org/licenses/by/4.0/](https://creativecommons.org/licenses/by/4.0/)
166
-
167
- </code>
168
-
169
- <sub>[Back to top](#top)</sub>
170
-
171
- <a name="gnu-gpl"></a>
172
-
173
- ## 7. GNU General Public License (GPL)
174
-
175
- <sup>Formats: [HTML](https://legal.netwk.pro/html/COPYING.html) | [Markdown](https://github.com/netwk-pro/netwk-pro-legal/blob/master/assets/license/COPYING.md) | [Text](https://github.com/netwk-pro/netwk-pro-legal/blob/master/assets/license/COPYING.txt) | [RDFa](https://github.com/netwk-pro/netwk-pro-legal/blob/master/assets/license/COPYING-rdfa.xml) | [ODT](https://github.com/netwk-pro/netwk-pro-legal/raw/refs/heads/master/assets/license/COPYING.odt)</sup>
176
-
177
- Network Pro&trade; 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](https://www.fsf.org/), either version 3 of the License, or (at your option) any later version.
178
-
179
- You should have received a copy of the GNU General Public License along with this material. If not, see <[https://www.gnu.org/licenses/](https://www.gnu.org/licenses/)>.
180
-
181
- <code style="background: none; border: none; border-radius: 0; height: 50vh; outline: none; resize: none; width: 100%;">
182
-
183
- - SPDX Reference:
184
- [https://spdx.org/licenses/GPL-3.0-or-later.html](https://spdx.org/licenses/GPL-3.0-or-later.html)
185
- - Canonical URL:
186
- [https://www.gnu.org/licenses/gpl-3.0.html](https://www.gnu.org/licenses/gpl-3.0.html)
187
-
188
- </code>
189
-
190
- <sub>[Back to top](#top)</sub>
191
-
192
- <a name="third-party"></a>
193
-
194
- ## 9. Third-Party Code and Licenses
195
-
196
- Some components of the Licensed Material may include or interface with third-party libraries, frameworks, or assets. **Each third-party component is governed solely by its own license terms** and is expressly excluded from the scope of this document.
197
-
198
- The inclusion, reference, or linking of any third-party content **does not constitute endorsement, approval, or warranty** by the Company.
199
-
200
- **It is the user's responsibility** to review, understand, and comply with all applicable third-party licenses before use, modification, or distribution.
201
-
202
- <sub>[Back to top](#top)</sub>
203
-
204
- <a name="prohibited-uses"></a>
205
-
206
- ## 9. Prohibited Uses
207
-
208
- **The following activities are strictly prohibited and may constitute infringement or unfair competition under applicable law, unless explicitly authorized in writing by the Company:**
209
-
210
- - Use of any Company trademarks, logos, domain names, slogans, or other brand identifiers
211
- - Any representation—explicit or implied—that suggests endorsement, affiliation, or partnership with the Company
212
- - Misuse, unauthorized use, or misrepresentation of the Company’s intellectual property
213
- - Incorporation of any Company branding or protected identifiers into derivative works, forks, distributions, or promotional materials
214
-
215
- <sub>[Back to top](#top)</sub>
216
-
217
- <a name="disclaimer"></a>
218
-
219
- ## 10. Modifications and Liability Disclaimer
220
-
221
- Modifications, redistribution, or any use of the Licensed Material are performed entirely at your own risk.
222
-
223
- > THE LICENSED MATERIAL IS PROVIDED “AS IS” AND “AS AVAILABLE,” WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES. TO THE MAXIMUM EXTENT PERMITTED BY LAW, THE COMPANY DISCLAIMS ALL WARRANTIES, INCLUDING BUT NOT LIMITED TO IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, AND ACCURACY.
224
-
225
- **The Company shall not be liable for any direct, indirect, incidental, consequential, special, exemplary, or punitive damages arising from or related to the use, reproduction, modification, or distribution of the Licensed Material**—including, without limitation, any claims or disputes brought by third parties, whether in contract, tort, or otherwise.
226
-
227
- <sub>[Back to top](#top)</sub>
228
-
229
- <a name="contact"></a>
230
-
231
- ## 11. Contact
232
-
233
- The Company may be contacted via our [contact form](https://contact.neteng.pro) or by email at:
234
- 📧 `support (at) neteng.pro`
235
-
236
- <sub>[Back to top](#top)</sub>
237
-
238
- <a name="revisions"></a>
239
-
240
- ## 12. Revisions
241
-
242
- This legal page may be updated to comply with legal or operational changes. The current effective date is listed at the top of this document.
243
-
244
- <sub>[Back to top](#top)</sub>
245
-
246
- <a name="attribution"></a>
247
-
248
- ## 13. Attribution
249
-
250
- Website base structure provided by HTML5 Boilerplate:
251
- &lt;[https://html5boilerplate.com/](https://html5boilerplate.com/)>&gt;
252
-
253
- ```markdown
254
- Copyright (c) HTML5 Boilerplate
255
-
256
- Permission is hereby granted, free of charge, to any person obtaining a copy of
257
- this software and associated documentation files (the "Software"), to deal in
258
- the Software without restriction, including without limitation the rights to
259
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
260
- the Software, and to permit persons to whom the Software is furnished to do so,
261
- subject to the following conditions:
262
-
263
- The above copyright notice and this permission notice shall be included in all
264
- copies or substantial portions of the Software.
265
-
266
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
267
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
268
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
269
- COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
270
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
271
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
272
- ```
273
-
274
- <sub>[Back to top](#top)</sub>
275
-
276
- ---
277
-
278
- <div style="font-size: 12px; font-weight: bold; text-align: center;">
279
-
280
- [Home](https://netwk.pro/) &nbsp; | &nbsp; [Terms of Use](https://netwk.pro/terms-of-use.html)
281
- [Privacy Policy](https://netwk.pro/privacy.html) &nbsp; | &nbsp; Legal
282
-
283
- </div>
284
-
285
- &nbsp;
286
-
287
- <div style="font-size: 12px; text-align: center;">
288
-
289
- Copyright &copy; 2025
290
- **[Network Pro Strategies](https://netwk.pro/)** (Network Pro&trade;)
291
-
292
- Network Pro&trade;, the shield logo, and the "Locking Down Networks&trade;" slogan are [trademarks](#trademark) of Network Pro Strategies.
293
-
294
- Licensed under **[CC BY 4.0](#cc-by)** and the **[GNU GPL](#gnu-gpl)**, as published by the [Free Software Foundation](https://www.fsf.org), either version 3 of the License, or (at your option) any later version.
295
-
296
- </div>