@networkpro/legal 0.2.2 → 0.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/404.html +26 -48
- package/LICENSE.md +14 -16
- package/README.md +2 -2
- package/css/default.css +1 -122
- package/css/normalize.css +1 -152
- package/css/style.css +1 -279
- package/favicon.svg.gz +0 -0
- package/html/CC-BY-4.0.html +176 -457
- package/html/CC-BY-4.0.html.br +0 -0
- package/html/CC-BY-4.0.html.gz +0 -0
- package/html/COPYING.html +107 -271
- package/html/COPYING.html.br +0 -0
- package/html/COPYING.html.gz +0 -0
- package/index.html +45 -46
- package/index.html.br +0 -0
- package/index.html.gz +0 -0
- package/js/app.6f7616e04ac0463f582a.mjs +1 -0
- package/js/runtime.aac6c30edf7d8d569715.mjs +1 -0
- package/package.json +10 -6
- package/sitemap.xml +12 -50
- package/PRIVACY.md +0 -210
- package/TERMS.md +0 -210
- package/html/terms-conditions.html +0 -644
- package/html/terms-conditions.html.br +0 -0
- package/js/app.787b2446c603c390d69b.js +0 -356
- package/js/app.787b2446c603c390d69b.js.br +0 -0
- package/js/runtime.69afa8e03e74c9c3671e.js +0 -45
- package/legal.html +0 -958
- package/legal.html.br +0 -0
- package/terms-of-use.html +0 -556
- package/terms-of-use.html.br +0 -0
package/legal.html.br
DELETED
Binary file
|
package/terms-of-use.html
DELETED
@@ -1,556 +0,0 @@
|
|
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 FITNESS FOR A PARTICULAR PURPOSE.
|
35
|
-
|
36
|
-
See the GNU General Public License for more details.
|
37
|
-
|
38
|
-
SPDX Reference: https://spdx.org/licenses/GPL-3.0-or-later.html
|
39
|
-
Canonical URL: https://www.gnu.org/licenses/gpl-3.0.html
|
40
|
-
|
41
|
-
---
|
42
|
-
|
43
|
-
Author: Scott Lopez
|
44
|
-
Email: <contact@neteng.pro>
|
45
|
-
Web: <https://bio.neteng.pro>
|
46
|
-
-->
|
47
|
-
|
48
|
-
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
49
|
-
<title>Website Terms of Use — Network Pro</title>
|
50
|
-
|
51
|
-
<!-- STYLESHEETS -->
|
52
|
-
<link rel="stylesheet" href="css/normalize.css" type="text/css" />
|
53
|
-
<link rel="stylesheet" href="css/style.css" type="text/css" />
|
54
|
-
<link rel="stylesheet" href="css/default.css" type="text/css" />
|
55
|
-
<!-- Font Awesome solids and brands -->
|
56
|
-
<script
|
57
|
-
src="https://kit.fontawesome.com/f70f03cb45.js"
|
58
|
-
crossorigin="anonymous"></script>
|
59
|
-
|
60
|
-
<meta
|
61
|
-
name="description"
|
62
|
-
content="Website Terms of Use | Security, Networking, Privacy — Network Pro" />
|
63
|
-
<meta name="author" content="Scott Lopez" />
|
64
|
-
<meta
|
65
|
-
name="robots"
|
66
|
-
content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
|
67
|
-
|
68
|
-
<link rel="canonical" href="https://legal.netwk.pro/terms-of-use.html" />
|
69
|
-
<base href="https://legal.netwk.pro/terms-of-use.html" target="_self" />
|
70
|
-
|
71
|
-
<!-- FACEBOOK META TAGS -->
|
72
|
-
<meta property="og:title" content="Website Terms of Use — Network Pro" />
|
73
|
-
<meta property="og:type" content="website" />
|
74
|
-
<meta
|
75
|
-
property="og:url"
|
76
|
-
content="https://legal.netwk.pro/terms-of-use.html" />
|
77
|
-
<meta property="og:image" content="img/banner-og-1200x630.png" />
|
78
|
-
<meta property="og:image:alt" content="Network Pro Strategies" />
|
79
|
-
<meta
|
80
|
-
property="og:description"
|
81
|
-
content="Website Terms of Use | Security, Networking, Privacy — Network Pro" />
|
82
|
-
|
83
|
-
<!-- TWITTER META TAGS -->
|
84
|
-
<meta name="twitter:card" content="summary_large_image" />
|
85
|
-
<meta name="twitter:site" content="@NetEng_Pro" />
|
86
|
-
<meta name="twitter:creator" content="@NetEng_pro" />
|
87
|
-
<meta
|
88
|
-
property="twitter:domain"
|
89
|
-
content="https://legal.netwk.pro/terms-of-use.html" />
|
90
|
-
<meta
|
91
|
-
property="twitter:url"
|
92
|
-
content="https://legal.netwk.pro/terms-of-use.html" />
|
93
|
-
<meta name="twitter:title" content="Website Terms of Use — Network Pro" />
|
94
|
-
<meta
|
95
|
-
name="twitter:description"
|
96
|
-
content="Website Terms of Use | Security, Networking, Privacy — Network Pro" />
|
97
|
-
<meta name="twitter:image" content="img/banner-og-1200x630.png" />
|
98
|
-
<meta name="twitter:image:alt" content="Network Pro Strategies" />
|
99
|
-
<!-- Meta Tags Generated via dnschecker.org -->
|
100
|
-
|
101
|
-
<link rel="icon" href="favicon.ico" sizes="any" type="image/x-icon" />
|
102
|
-
<link rel="icon" href="favicon.svg" type="image/svg+xml" />
|
103
|
-
<link rel="apple-touch-icon" href="favicon-180.png" type="image/png" />
|
104
|
-
|
105
|
-
<link rel="manifest" href="site.webmanifest" />
|
106
|
-
<meta name="theme-color" content="#ffc627" />
|
107
|
-
|
108
|
-
<meta http-equiv="Referrer-Policy" content="no-referrer" />
|
109
|
-
<meta http-equiv="Permissions-Policy" content="interest-cohort=()" />
|
110
|
-
</head>
|
111
|
-
|
112
|
-
<body>
|
113
|
-
<!-- BEGIN HEADER -->
|
114
|
-
<header id="header-nav">
|
115
|
-
<div class="container">
|
116
|
-
<nav class="center-nav">
|
117
|
-
<a rel="noopener noreferrer" href="https://netwk.pro/" target="_self"
|
118
|
-
>home</a
|
119
|
-
>
|
120
|
-
|
|
121
|
-
<a
|
122
|
-
rel="noopener noreferrer"
|
123
|
-
href="https://github.com/netwk-pro/netwk-pro.github.io/blob/master/README.md"
|
124
|
-
target="_blank"
|
125
|
-
>about
|
126
|
-
<sup
|
127
|
-
><span
|
128
|
-
class="fa-solid fa-arrow-up-right-from-square fa-2xs"></span></sup
|
129
|
-
></a>
|
130
|
-
|
|
131
|
-
<a
|
132
|
-
rel="noopener noreferrer"
|
133
|
-
href="https://github.com/netwk-pro/netwk-pro.github.io/discussions"
|
134
|
-
target="_blank"
|
135
|
-
>discussions
|
136
|
-
<sup
|
137
|
-
><span
|
138
|
-
class="fa-solid fa-arrow-up-right-from-square fa-2xs"></span></sup
|
139
|
-
></a>
|
140
|
-
|
|
141
|
-
<a
|
142
|
-
rel="noopener noreferrer"
|
143
|
-
href="https://linktr.ee/neteng_pro"
|
144
|
-
target="_blank"
|
145
|
-
>link hub
|
146
|
-
<sup
|
147
|
-
><span
|
148
|
-
class="fa-solid fa-arrow-up-right-from-square fa-2xs"></span></sup
|
149
|
-
></a>
|
150
|
-
</nav>
|
151
|
-
</div>
|
152
|
-
</header>
|
153
|
-
<!-- END HEADER -->
|
154
|
-
|
155
|
-
<div class="full-width-section">
|
156
|
-
<div class="container">
|
157
|
-
<!-- BEGIN TITLE -->
|
158
|
-
<a name="top"></a>
|
159
|
-
|
160
|
-
<span class="small-text"
|
161
|
-
><a
|
162
|
-
rel="noopener noreferrer"
|
163
|
-
href="https://spdx.dev/learn/handling-license-info/"
|
164
|
-
target="_blank"
|
165
|
-
>SPDX License Identifier</a
|
166
|
-
>: <code>CC-BY-4.0 OR GPL-3.0-or-later</code></span
|
167
|
-
>
|
168
|
-
|
169
|
-
<hgroup id="site-title">
|
170
|
-
<h1>Website Terms of Use</h1>
|
171
|
-
<p
|
172
|
-
><strong>Network Pro Strategies</strong><br />
|
173
|
-
<strong>Effective Date:</strong> April 14, 2025</p
|
174
|
-
>
|
175
|
-
</hgroup>
|
176
|
-
<!-- END TITLE -->
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
<!-- BEGIN MAIN CONTENT -->
|
181
|
-
<section id="main-content">
|
182
|
-
<nav id="toc">
|
183
|
-
<h3>Table of Contents</h3>
|
184
|
-
<ol>
|
185
|
-
<li><a href="#introduction">Introduction</a></li>
|
186
|
-
<li><a href="#platforms">Platforms Covered</a></li>
|
187
|
-
<li><a href="#acceptable-use">Acceptable Use</a></li>
|
188
|
-
<li><a href="#warranty">Disclaimer of Warranties</a></li>
|
189
|
-
<li><a href="#risk">Assumption of Risk</a></li>
|
190
|
-
<li><a href="#liability">Limitation of Liability</a></li>
|
191
|
-
<li><a href="#indemnification">Indemnification</a></li>
|
192
|
-
<li
|
193
|
-
><a href="#jurisdiction">Governing Law and Jurisdiction</a></li
|
194
|
-
>
|
195
|
-
<li><a href="#acceptance">Acceptance of Terms</a></li>
|
196
|
-
<li><a href="#changes">Changes to This Policy</a></li>
|
197
|
-
</ol>
|
198
|
-
</nav>
|
199
|
-
|
200
|
-
<hr />
|
201
|
-
|
202
|
-
<p
|
203
|
-
><strong>Formats Available:</strong> <span
|
204
|
-
style="color: #7f6227"
|
205
|
-
>HTML</span
|
206
|
-
>
|
207
|
-
|
|
208
|
-
<a
|
209
|
-
rel="nooopener noreferrer"
|
210
|
-
href="https://github.com/netwk-pro/netwk-pro-legal/blob/master/TERMS.md"
|
211
|
-
target="_self"
|
212
|
-
>Markdown</a
|
213
|
-
></p
|
214
|
-
>
|
215
|
-
|
216
|
-
<section id="introduction">
|
217
|
-
<h2>1. Introduction</h2>
|
218
|
-
<p
|
219
|
-
>Welcome! By accessing or using any of the platforms operated by
|
220
|
-
Network Pro Strategies ("Company," "we," "us," or "our"), you
|
221
|
-
agree to be bound by these Terms of Use ("Terms"). If you do not
|
222
|
-
agree to these Terms, please refrain from using our services.</p
|
223
|
-
>
|
224
|
-
</section>
|
225
|
-
|
226
|
-
<section id="platforms">
|
227
|
-
<h2>2. Platforms Covered</h2>
|
228
|
-
<p
|
229
|
-
>These Terms of Use apply to all platforms associated with the
|
230
|
-
Company, including but not limited to:
|
231
|
-
<strong
|
232
|
-
>GitHub, our main website (hosted via GitHub Pages),
|
233
|
-
communications on Discord and/or Slack, Stack Overflow Teams,
|
234
|
-
Nextcloud, and our social media presence (e.g., Facebook,
|
235
|
-
Instagram, X, and similar platforms).</strong
|
236
|
-
></p
|
237
|
-
>
|
238
|
-
|
239
|
-
<span class="small-text"><a href="#top">Back to top</a></span>
|
240
|
-
</section>
|
241
|
-
|
242
|
-
<section id="acceptable-use">
|
243
|
-
<h2>3. Acceptable Use</h2>
|
244
|
-
<p
|
245
|
-
>You agree not to use our platforms or services to engage in
|
246
|
-
conduct that is
|
247
|
-
<strong
|
248
|
-
>unlawful, abusive, threatening, harassing, defamatory,
|
249
|
-
deceptive, or otherwise objectionable</strong
|
250
|
-
>. Prohibited activities include but are not limited to:</p
|
251
|
-
>
|
252
|
-
<ul>
|
253
|
-
<li>Unauthorized access or tampering with systems</li>
|
254
|
-
<li>Impersonation or misrepresentation</li>
|
255
|
-
<li>Uploading malicious code or spam</li>
|
256
|
-
<li>Violating third-party rights or laws</li>
|
257
|
-
<li>Interfering with platform functionality or availability</li>
|
258
|
-
</ul>
|
259
|
-
|
260
|
-
<span class="small-text"><a href="#top">Back to top</a></span>
|
261
|
-
</section>
|
262
|
-
|
263
|
-
<section id="warranty">
|
264
|
-
<h2>4. Disclaimer of Warranties</h2>
|
265
|
-
<p
|
266
|
-
>Our platforms and services are provided "as is" and "as
|
267
|
-
available," without any express or implied warranties. We make no
|
268
|
-
guarantees regarding their accuracy, reliability, availability, or
|
269
|
-
security. This disclaimer does not apply to our consulting and
|
270
|
-
implementation services, nor any payment portals or associated
|
271
|
-
services.</p
|
272
|
-
>
|
273
|
-
|
274
|
-
<span class="small-text"><a href="#top">Back to top</a></span>
|
275
|
-
</section>
|
276
|
-
|
277
|
-
<section id="risk">
|
278
|
-
<h2>5. Assumption of Risk</h2>
|
279
|
-
<p
|
280
|
-
>Your use of our platforms is at your own risk. We do not
|
281
|
-
guarantee the security, integrity, or reliability of data stored
|
282
|
-
on external or third-party infrastructure. This disclaimer does
|
283
|
-
not apply to our consulting and implementation services, nor any
|
284
|
-
payment portals or associated services.</p
|
285
|
-
>
|
286
|
-
|
287
|
-
<span class="small-text"><a href="#top">Back to top</a></span>
|
288
|
-
</section>
|
289
|
-
|
290
|
-
<section id="liability">
|
291
|
-
<h2>6. Limitation of Liability</h2>
|
292
|
-
<p
|
293
|
-
>To the fullest extent permitted by law, the Company, its
|
294
|
-
affiliates, owners, operators, and contributors shall not be
|
295
|
-
liable for any direct, indirect, incidental, consequential, or
|
296
|
-
punitive damages, including but not limited to data loss, loss of
|
297
|
-
profits, or damages arising from reliance on or use of our
|
298
|
-
platforms.</p
|
299
|
-
>
|
300
|
-
|
301
|
-
<span class="small-text"><a href="#top">Back to top</a></span>
|
302
|
-
</section>
|
303
|
-
|
304
|
-
<section id="indemnification>">
|
305
|
-
<h2>7. Indemnification</h2>
|
306
|
-
<p
|
307
|
-
>You agree to indemnify, defend, and hold harmless the Company,
|
308
|
-
its affiliates, owners, operators, and contributors from any
|
309
|
-
claims, damages, liabilities, losses, or expenses (including legal
|
310
|
-
fees) arising from or related to your use of our services.</p
|
311
|
-
>
|
312
|
-
|
313
|
-
<span class="small-text"><a href="#top">Back to top</a></span>
|
314
|
-
</section>
|
315
|
-
|
316
|
-
<section id="jurisdiction">
|
317
|
-
<h2>8. Governing Law and Jurisdiction</h2>
|
318
|
-
<p
|
319
|
-
>Network Pro Strategies is based in Maricopa County, Arizona. Any
|
320
|
-
legal action or dispute arising from these Terms of Use shall be
|
321
|
-
subject to the exclusive jurisdiction of the state and federal
|
322
|
-
courts located in Maricopa County, Arizona. These Terms shall be
|
323
|
-
governed by the
|
324
|
-
<strong>Arizona Revised Statutes (A.R.S.)</strong> and applicable
|
325
|
-
provisions of the <strong>United States Code (U.S.C.)</strong>.</p
|
326
|
-
>
|
327
|
-
|
328
|
-
<span class="small-text"><a href="#top">Back to top</a></span>
|
329
|
-
</section>
|
330
|
-
|
331
|
-
<section id="acceptance">
|
332
|
-
<h2>9. Acceptance of Terms</h2>
|
333
|
-
<p
|
334
|
-
>By accessing or using our platforms, you acknowledge and agree to
|
335
|
-
these Terms of Use. Continued use of our services constitutes
|
336
|
-
ongoing acceptance of these Terms.</p
|
337
|
-
>
|
338
|
-
|
339
|
-
<span class="small-text"><a href="#top">Back to top</a></span>
|
340
|
-
</section>
|
341
|
-
|
342
|
-
<section id="changes">
|
343
|
-
<h2>10. Changes to This Policy</h2>
|
344
|
-
<p
|
345
|
-
>We may update these Terms of Use periodically. Updates will be
|
346
|
-
posted on this page with an updated effective date and will
|
347
|
-
reflect any relevant changes in applicable law.</p
|
348
|
-
>
|
349
|
-
|
350
|
-
<span class="small-text"><a href="#top">Back to top</a></span>
|
351
|
-
</section>
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
<section id="moredetails">
|
356
|
-
<p class="bquote"
|
357
|
-
><strong>Note:</strong> For more details regarding our privacy
|
358
|
-
practices, refer to our
|
359
|
-
<a
|
360
|
-
rel="noopener noreferrer"
|
361
|
-
href="https://github.com/netwk-pro/netwk-pro-legal/blob/master/PRIVACY.md"
|
362
|
-
target="_self"
|
363
|
-
>Privacy Policy</a
|
364
|
-
>. For licensing terms and content usage rights, please visit our
|
365
|
-
<a
|
366
|
-
rel="noopener noreferrer"
|
367
|
-
href="https://netwk.pro/legal.html"
|
368
|
-
target="_self"
|
369
|
-
>Legal, Copyright, and Licensing</a
|
370
|
-
>
|
371
|
-
page.</p
|
372
|
-
>
|
373
|
-
</section>
|
374
|
-
</section>
|
375
|
-
<!-- END MAIN CONTENT -->
|
376
|
-
|
377
|
-
|
378
|
-
|
379
|
-
<hr />
|
380
|
-
|
381
|
-
|
382
|
-
|
383
|
-
<!-- BEGIN LEGAL -->
|
384
|
-
<section id="legal">
|
385
|
-
<div class="bnav-wrap">
|
386
|
-
<table class="bnav"
|
387
|
-
><tbody>
|
388
|
-
<tr>
|
389
|
-
<td class="bnav-nav"
|
390
|
-
><span style="color: #7f6227">Terms of Use</span></td
|
391
|
-
>
|
392
|
-
<td class="bnav-nav"
|
393
|
-
><a
|
394
|
-
rel="noopener noreferrer"
|
395
|
-
href="https://github.com/netwk-pro/netwk-pro-legal/blob/master/PRIVACY.md"
|
396
|
-
target="_blank"
|
397
|
-
>Privacy Policy
|
398
|
-
<sup
|
399
|
-
><span
|
400
|
-
class="fa-solid fa-arrow-up-right-from-square fa-2xs"></span></sup
|
401
|
-
></a>
|
402
|
-
</td>
|
403
|
-
</tr>
|
404
|
-
<tr>
|
405
|
-
<td class="bnav-cell" colspan="2">
|
406
|
-
<a
|
407
|
-
rel="noopener noreferrer"
|
408
|
-
href="https://netwk.pro/legal.html"
|
409
|
-
target="_self"
|
410
|
-
>Legal</a
|
411
|
-
></td
|
412
|
-
>
|
413
|
-
</tr>
|
414
|
-
</tbody>
|
415
|
-
</table>
|
416
|
-
</div>
|
417
|
-
</section>
|
418
|
-
<!-- END LEGAL -->
|
419
|
-
|
420
|
-
|
421
|
-
|
422
|
-
<!-- BEGIN BADGES -->
|
423
|
-
<section id="badges">
|
424
|
-
<div class="bnav2-wrap">
|
425
|
-
<table class="bnav2"
|
426
|
-
><tbody>
|
427
|
-
<tr>
|
428
|
-
<td class="bnav2-nav"
|
429
|
-
><a
|
430
|
-
rel="noopener noreferrer"
|
431
|
-
href="https://creativecommons.org/licenses/by/4.0/"
|
432
|
-
target="_blank"
|
433
|
-
><img
|
434
|
-
decoding="async"
|
435
|
-
loading="lazy"
|
436
|
-
src="https://forthebadge.com/images/badges/cc-by.png"
|
437
|
-
style="width: 160px; height: auto"
|
438
|
-
alt="Creative Commons BY" /></a
|
439
|
-
></td>
|
440
|
-
<td class="bnav2-nav"
|
441
|
-
><a
|
442
|
-
rel="noopener noreferrer"
|
443
|
-
href="https://www.gnu.org/licenses/gpl-3.0.html"
|
444
|
-
target="_blank"
|
445
|
-
><img
|
446
|
-
decoding="async"
|
447
|
-
loading="lazy"
|
448
|
-
src="https://img.shields.io/badge/LICENSE-GPLv3-red?style=for-the-badge&labelColor=9b9b9b&color=d0021b"
|
449
|
-
style="width: 120px; height: auto"
|
450
|
-
alt="GPL 3.0 or Later" /></a
|
451
|
-
></td>
|
452
|
-
</tr>
|
453
|
-
</tbody>
|
454
|
-
</table>
|
455
|
-
</div>
|
456
|
-
</section>
|
457
|
-
<!-- END BADGES -->
|
458
|
-
</div>
|
459
|
-
</div>
|
460
|
-
|
461
|
-
|
462
|
-
|
463
|
-
<!-- BEGIN FOOTER -->
|
464
|
-
<footer id="licensing">
|
465
|
-
<div class="container">
|
466
|
-
<div
|
467
|
-
class="copyright"
|
468
|
-
xmlns:cc="http://creativecommons.org/ns#"
|
469
|
-
xmlns:dct="http://purl.org/dc/terms/">
|
470
|
-
<p>
|
471
|
-
Copyright © 2025<br />
|
472
|
-
<a
|
473
|
-
rel="cc:attributionURL dct:creator noopener noreferrer"
|
474
|
-
property="cc:attributionName"
|
475
|
-
href="https://netwk.pro/"
|
476
|
-
target="_blank"
|
477
|
-
><strong>Network Pro Strategies</strong></a
|
478
|
-
>
|
479
|
-
(Network Pro™)</p
|
480
|
-
>
|
481
|
-
|
482
|
-
<p>
|
483
|
-
Network Pro™, the shield logo, and the "Locking Down
|
484
|
-
Networks™" slogan are
|
485
|
-
<a
|
486
|
-
rel="noopener noreferrer"
|
487
|
-
href="https://netwk.pro/legal.html#trademark"
|
488
|
-
target="_self"
|
489
|
-
>trademarks</a
|
490
|
-
>
|
491
|
-
of Network Pro Strategies.
|
492
|
-
</p>
|
493
|
-
|
494
|
-
<p>
|
495
|
-
Licensed under
|
496
|
-
<a
|
497
|
-
href="https://creativecommons.org/licenses/by/4.0/"
|
498
|
-
target="_blank"
|
499
|
-
rel="license noopener noreferrer"
|
500
|
-
style="display: inline-block"
|
501
|
-
><b>CC BY 4.0</b></a
|
502
|
-
>
|
503
|
-
<a
|
504
|
-
href="https://creativecommons.org/licenses/by/4.0/"
|
505
|
-
target="_blank"
|
506
|
-
rel="license noopener noreferrer"
|
507
|
-
style="display: inline-block"
|
508
|
-
><img
|
509
|
-
decoding="async"
|
510
|
-
loading="lazy"
|
511
|
-
style="
|
512
|
-
height: 18px !important;
|
513
|
-
margin-left: 3px;
|
514
|
-
vertical-align: text-bottom;
|
515
|
-
text-decoration: none;
|
516
|
-
"
|
517
|
-
src="https://mirrors.creativecommons.org/presskit/icons/cc.svg"
|
518
|
-
alt="Creative Commons BY" />
|
519
|
-
</a>
|
520
|
-
<a
|
521
|
-
href="https://creativecommons.org/licenses/by/4.0/"
|
522
|
-
target="_blank"
|
523
|
-
rel="license noopener noreferrer"
|
524
|
-
style="display: inline-block"
|
525
|
-
><img
|
526
|
-
decoding="async"
|
527
|
-
loading="lazy"
|
528
|
-
style="
|
529
|
-
height: 18px !important;
|
530
|
-
margin-left: 3px;
|
531
|
-
vertical-align: text-bottom;
|
532
|
-
text-decoration: none;
|
533
|
-
"
|
534
|
-
src="https://mirrors.creativecommons.org/presskit/icons/by.svg"
|
535
|
-
alt="Creative Commons BY"
|
536
|
-
/></a>
|
537
|
-
and the
|
538
|
-
<a
|
539
|
-
href="https://www.gnu.org/licenses/gpl-3.0.html"
|
540
|
-
target="_blank"
|
541
|
-
rel="license noopener noreferrer"
|
542
|
-
><b>GNU GPL</b></a
|
543
|
-
>, as published by the
|
544
|
-
<a rel="noopener noreferrer" href="https://fsf.org" target="_blank"
|
545
|
-
>Free Software Foundation</a
|
546
|
-
>, either version 3 of the License, or (at your option) any later
|
547
|
-
version.
|
548
|
-
</p>
|
549
|
-
</div>
|
550
|
-
</div>
|
551
|
-
</footer>
|
552
|
-
<!-- END FOOTER -->
|
553
|
-
|
554
|
-
<script src="js/app.js"></script>
|
555
|
-
</body>
|
556
|
-
</html>
|
package/terms-of-use.html.br
DELETED
Binary file
|