@networkpro/web 0.13.2 → 1.0.0
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/CODE_OF_CONDUCT.md +172 -0
- package/LICENSE.md +4 -4
- package/README.md +11 -10
- package/assets/bin/contact.vcf +13 -0
- package/assets/bin/contact@s.neteng.pro.aexpk +17 -0
- package/assets/bin/contact@s.neteng.pro.asc +17 -0
- package/assets/bin/github@sl.neteng.cc.aexpk +29 -0
- package/assets/bin/github@sl.neteng.cc.asc +29 -0
- package/assets/bin/linksheet.json +8 -0
- package/assets/bin/support@neteng.pro.aexpk +47 -0
- package/assets/bin/support@neteng.pro.asc +47 -0
- package/assets/consulting-terms.pdf +0 -0
- package/eslint.config.mjs +112 -0
- package/jsconfig.json +28 -0
- package/netlify.toml +13 -0
- package/package.json +64 -61
- package/playwright.config.js +79 -0
- package/postcss.config.mjs +14 -0
- package/scripts/bundleCss.js +40 -0
- package/src/app.d.ts +15 -0
- package/src/app.html +81 -0
- package/src/demo.spec.js +14 -0
- package/src/lib/components/Badges.svelte +74 -0
- package/src/lib/components/ContainerSection.svelte +19 -0
- package/src/lib/components/FullWidthSection.svelte +13 -0
- package/src/lib/components/LegalNav.svelte +75 -0
- package/src/lib/components/Logo.svelte +110 -0
- package/src/lib/components/SocialMedia.svelte +70 -0
- package/src/lib/components/foss/FossFeatures.svelte +24 -0
- package/src/lib/components/foss/FossItemContent.svelte +153 -0
- package/src/lib/components/layout/Footer.svelte +188 -0
- package/src/lib/components/layout/HeaderDefault.svelte +86 -0
- package/src/lib/components/layout/HeaderHome.svelte +84 -0
- package/src/lib/data/fossData.js +233 -0
- package/src/lib/images.js +77 -0
- package/src/lib/img/badges/cc-by-badge.png +0 -0
- package/src/lib/img/badges/gpl-badge.svg +1 -0
- package/src/lib/img/by.svg +1 -0
- package/src/lib/img/cc.svg +1 -0
- package/src/lib/img/logo-web.png +0 -0
- package/src/lib/img/logo-web.webp +0 -0
- package/src/lib/img/obtainium.webp +0 -0
- package/src/lib/img/posts/acode.png +0 -0
- package/src/lib/img/posts/acode.webp +0 -0
- package/src/lib/img/posts/linksheet.png +0 -0
- package/src/lib/img/posts/linksheet.webp +0 -0
- package/src/lib/img/posts/pmx.png +0 -0
- package/src/lib/img/posts/pmx.webp +0 -0
- package/src/lib/img/posts/tosdr.png +0 -0
- package/src/lib/img/posts/tosdr.webp +0 -0
- package/src/lib/img/posts/urlcheck.png +0 -0
- package/src/lib/img/posts/urlcheck.webp +0 -0
- package/src/lib/index.js +43 -0
- package/src/lib/pages/AboutContent.svelte +294 -0
- package/src/lib/pages/FossContent.svelte +109 -0
- package/src/lib/pages/HomeContent.svelte +120 -0
- package/src/lib/pages/LicenseContent.svelte +486 -0
- package/src/lib/pages/PrivacyContent.svelte +249 -0
- package/src/lib/pages/TermsConditionsContent.svelte +240 -0
- package/src/lib/pages/TermsUseContent.svelte +236 -0
- package/src/lib/registerServiceWorker.js +65 -0
- package/src/lib/styles/css/brands.css +76 -0
- package/src/lib/styles/css/brands.min.css +6 -0
- package/src/lib/styles/css/default.css +454 -0
- package/src/lib/styles/css/fontawesome.min.css +9 -0
- package/src/lib/styles/css/global.css +10 -0
- package/src/lib/styles/css/normalize.css +349 -0
- package/src/lib/styles/css/offline.css +120 -0
- package/src/lib/styles/css/solid.min.css +6 -0
- package/src/lib/styles/css/style.css +310 -0
- package/src/lib/styles/fa-global.css +10 -0
- package/src/lib/styles/global.min.css +9 -0
- package/src/lib/styles/index.js +11 -0
- package/src/lib/styles/webfonts/fa-brands-400.ttf +0 -0
- package/src/lib/styles/webfonts/fa-brands-400.woff2 +0 -0
- package/src/lib/styles/webfonts/fa-solid-900.ttf +0 -0
- package/src/lib/styles/webfonts/fa-solid-900.woff2 +0 -0
- package/src/routes/+error.svelte +43 -0
- package/src/routes/+layout.js +94 -0
- package/src/routes/+layout.svelte +110 -0
- package/src/routes/+page.svelte +77 -0
- package/src/routes/about/+page.svelte +61 -0
- package/src/routes/contact/+page.server.js +24 -0
- package/src/routes/example.svx +9 -0
- package/src/routes/foss-spotlight/+page.svelte +63 -0
- package/src/routes/license/+page.svelte +63 -0
- package/src/routes/page.svelte.test.js +18 -0
- package/src/routes/privacy-policy/+page.svelte +63 -0
- package/src/routes/privacy-rights/+page.server.js +24 -0
- package/src/routes/terms-conditions/+page.svelte +63 -0
- package/src/routes/terms-of-use/+page.svelte +63 -0
- package/src/service-worker.d.ts +4 -0
- package/src/service-worker.js +90 -0
- package/static/icon-512x512-maskable.png +0 -0
- package/static/icon-contact.png +0 -0
- package/static/icon-services.png +0 -0
- package/static/img/svelte.png +0 -0
- package/static/manifest.json +64 -0
- package/static/offline.html +79 -0
- package/static/offline.min.css +7 -0
- package/{robots.txt → static/robots.txt} +0 -2
- package/static/sitemap.xml +102 -0
- package/stylelint.config.js +118 -0
- package/svelte.config.js +56 -0
- package/tests/app.spec.js +67 -0
- package/tests/mobile.spec.js +58 -0
- package/tests-examples/demo-todo-app.spec.js +504 -0
- package/tsconfig.custom.json +39 -0
- package/vite.config.js +19 -0
- package/vitest-setup-client.js +33 -0
- package/vitest.config.client.js +34 -0
- package/vitest.config.server.js +30 -0
- package/404.html +0 -84
- package/about.html +0 -334
- package/about.html.br +0 -0
- package/about.html.gz +0 -0
- package/css/default.css +0 -1
- package/css/normalize.css +0 -1
- package/css/style.css +0 -1
- package/docs/404.html +0 -1187
- package/docs/assets/external/avatars.githubusercontent.com/u/170266279.png +0 -0
- package/docs/assets/external/img.shields.io/badge/GitHub_Package_Registry-white.ed8def48.svg +0 -1
- package/docs/assets/external/img.shields.io/badge/npmjs-white.681714c1.svg +0 -1
- package/docs/assets/external/mirrors.creativecommons.org/presskit/icons/by.svg +0 -20
- package/docs/assets/external/mirrors.creativecommons.org/presskit/icons/cc.svg +0 -27
- package/docs/assets/external/unpkg.com/mermaid@11/dist/mermaid.min.js +0 -2607
- package/docs/assets/images/favicon.png +0 -0
- package/docs/assets/javascripts/bundle.c8b220af.min.js +0 -16
- package/docs/assets/javascripts/bundle.c8b220af.min.js.map +0 -7
- package/docs/assets/javascripts/lunr/min/lunr.ar.min.js +0 -1
- package/docs/assets/javascripts/lunr/min/lunr.da.min.js +0 -18
- package/docs/assets/javascripts/lunr/min/lunr.de.min.js +0 -18
- package/docs/assets/javascripts/lunr/min/lunr.du.min.js +0 -18
- package/docs/assets/javascripts/lunr/min/lunr.el.min.js +0 -1
- package/docs/assets/javascripts/lunr/min/lunr.es.min.js +0 -18
- package/docs/assets/javascripts/lunr/min/lunr.fi.min.js +0 -18
- package/docs/assets/javascripts/lunr/min/lunr.fr.min.js +0 -18
- package/docs/assets/javascripts/lunr/min/lunr.he.min.js +0 -1
- package/docs/assets/javascripts/lunr/min/lunr.hi.min.js +0 -1
- package/docs/assets/javascripts/lunr/min/lunr.hu.min.js +0 -18
- package/docs/assets/javascripts/lunr/min/lunr.hy.min.js +0 -1
- package/docs/assets/javascripts/lunr/min/lunr.it.min.js +0 -18
- package/docs/assets/javascripts/lunr/min/lunr.ja.min.js +0 -1
- package/docs/assets/javascripts/lunr/min/lunr.jp.min.js +0 -1
- package/docs/assets/javascripts/lunr/min/lunr.kn.min.js +0 -1
- package/docs/assets/javascripts/lunr/min/lunr.ko.min.js +0 -1
- package/docs/assets/javascripts/lunr/min/lunr.multi.min.js +0 -1
- package/docs/assets/javascripts/lunr/min/lunr.nl.min.js +0 -18
- package/docs/assets/javascripts/lunr/min/lunr.no.min.js +0 -18
- package/docs/assets/javascripts/lunr/min/lunr.pt.min.js +0 -18
- package/docs/assets/javascripts/lunr/min/lunr.ro.min.js +0 -18
- package/docs/assets/javascripts/lunr/min/lunr.ru.min.js +0 -18
- package/docs/assets/javascripts/lunr/min/lunr.sa.min.js +0 -1
- package/docs/assets/javascripts/lunr/min/lunr.stemmer.support.min.js +0 -1
- package/docs/assets/javascripts/lunr/min/lunr.sv.min.js +0 -18
- package/docs/assets/javascripts/lunr/min/lunr.ta.min.js +0 -1
- package/docs/assets/javascripts/lunr/min/lunr.te.min.js +0 -1
- package/docs/assets/javascripts/lunr/min/lunr.th.min.js +0 -1
- package/docs/assets/javascripts/lunr/min/lunr.tr.min.js +0 -18
- package/docs/assets/javascripts/lunr/min/lunr.vi.min.js +0 -1
- package/docs/assets/javascripts/lunr/min/lunr.zh.min.js +0 -1
- package/docs/assets/javascripts/lunr/tinyseg.js +0 -206
- package/docs/assets/javascripts/lunr/wordcut.js +0 -6708
- package/docs/assets/javascripts/workers/search.f8cc74c7.min.js +0 -42
- package/docs/assets/javascripts/workers/search.f8cc74c7.min.js.map +0 -7
- package/docs/assets/stylesheets/main.2afb09e1.min.css +0 -1
- package/docs/assets/stylesheets/main.2afb09e1.min.css.map +0 -1
- package/docs/assets/stylesheets/palette.06af60db.min.css +0 -1
- package/docs/assets/stylesheets/palette.06af60db.min.css.map +0 -1
- package/docs/blog/2015/01/04/secure-secure-shell/index.html +0 -1771
- package/docs/blog/2025/04/30/our-blog-is-live/index.html +0 -1436
- package/docs/blog/archive/2015/index.html +0 -1303
- package/docs/blog/archive/2025/index.html +0 -1291
- package/docs/blog/category/security/index.html +0 -1303
- package/docs/blog/index.html +0 -1350
- package/docs/conduct/index.html +0 -1509
- package/docs/feed_json_created.json +0 -1
- package/docs/feed_json_updated.json +0 -1
- package/docs/feed_rss_created.xml +0 -1
- package/docs/feed_rss_updated.xml +0 -1
- package/docs/fontawesome/LICENSE.txt +0 -165
- package/docs/fontawesome/brands/facebook.svg +0 -1
- package/docs/fontawesome/brands/instagram.svg +0 -1
- package/docs/fontawesome/brands/linkedin.svg +0 -1
- package/docs/fontawesome/brands/mastodon.svg +0 -1
- package/docs/fontawesome/solid/at.svg +0 -1
- package/docs/index.html +0 -1395
- package/docs/legal/index.html +0 -1740
- package/docs/privacy/index.html +0 -1615
- package/docs/search/search_index.json +0 -1
- package/docs/sitemap.xml +0 -55
- package/docs/sitemap.xml.gz +0 -0
- package/docs/tags/index.html +0 -2084
- package/docs/terms-conditions/index.html +0 -1655
- package/docs/terms-use/index.html +0 -1584
- package/favicon-192.png +0 -0
- package/favicon-512.png +0 -0
- package/favicon.svg.br +0 -0
- package/favicon.svg.gz +0 -0
- package/html/spotlight.html +0 -516
- package/html/spotlight.html.br +0 -0
- package/html/spotlight.html.gz +0 -0
- package/img/banner-1280x640.png +0 -0
- package/img/banner-1440.png +0 -0
- package/img/banner-og-1200x630.png +0 -0
- package/img/favicon-template.png +0 -0
- package/img/fb-cover.png +0 -0
- package/img/fb-cover2.png +0 -0
- package/img/fsf-member.png +0 -0
- package/img/gh-logo.png +0 -0
- package/img/gpl3-small.png +0 -0
- package/img/gpl3.png +0 -0
- package/img/linkedin-banner-new.png +0 -0
- package/img/linkedin-banner.png +0 -0
- package/img/linkedin-banner2.png +0 -0
- package/img/logo-1024x1024.png +0 -0
- package/img/logo-alt.png +0 -0
- package/img/logo-elevated.png +0 -0
- package/img/logo-light-elevated.png +0 -0
- package/img/logo-light-slogan.png +0 -0
- package/img/logo-light.png +0 -0
- package/img/logo-slogan.png +0 -0
- package/img/logo-transparent-black-small.png +0 -0
- package/img/logo-transparent-black.png +0 -0
- package/img/logo-transparent-elevated.png +0 -0
- package/img/logo-transparent-slogan.png +0 -0
- package/img/mastodon-banner.png +0 -0
- package/img/netpro-logo-transparent.png +0 -0
- package/img/posts/acode.png +0 -0
- package/img/posts/linksheet.png +0 -0
- package/img/posts/pmx.png +0 -0
- package/img/posts/tosdr.png +0 -0
- package/img/posts/urlcheck.png +0 -0
- package/img/qr/pgp-contact.png +0 -0
- package/img/qr/pgp-support.png +0 -0
- package/img/qr/vcard.png +0 -0
- package/img/sd311.png +0 -0
- package/img/shield.png +0 -0
- package/img/shield.svg +0 -1
- package/img/shield.svg.br +0 -0
- package/img/shield.svg.gz +0 -0
- package/img/shield2.png +0 -0
- package/img/shield3-2000x2000.png +0 -0
- package/img/shield3-black-1024x1024.png +0 -0
- package/img/shield3-black.png +0 -0
- package/img/shield3-white.png +0 -0
- package/img/trademark.jpg +0 -0
- package/index.html +0 -268
- package/index.html.br +0 -0
- package/index.html.gz +0 -0
- package/js/app.d544156ea2ba85a7d486.mjs +0 -1
- package/js/runtime.52b1ac291305b90de3df.mjs +0 -1
- package/js/vendor/.gitkeep +0 -0
- package/legal.html +0 -535
- package/legal.html.br +0 -0
- package/legal.html.gz +0 -0
- package/privacy.html +0 -404
- package/privacy.html.br +0 -0
- package/privacy.html.gz +0 -0
- package/site.webmanifest +0 -25
- package/sitemap.xml +0 -177
- package/terms-and-conditions.html +0 -409
- package/terms-and-conditions.html.br +0 -0
- package/terms-and-conditions.html.gz +0 -0
- package/terms-of-use.html +0 -380
- package/terms-of-use.html.br +0 -0
- package/terms-of-use.html.gz +0 -0
- /package/{docs/assets/external/raw.githubusercontent.com/netwk-pro/netwk-pro.github.io/refs/heads/master/assets → assets}/nsa-happy-dance.png +0 -0
- /package/{favicon.svg → src/lib/img/favicon.svg} +0 -0
- /package/{favicon-180.png → src/lib/img/icon-180x180.png} +0 -0
- /package/{img/badge_obtainium.png → src/lib/img/obtainium.png} +0 -0
- /package/{docs/assets/external/raw.githubusercontent.com/netwk-pro/netwk-pro.github.io/refs/heads/master → src/lib}/img/qr/pgp-contact.png +0 -0
- /package/{img → src/lib/img}/qr/pgp-github.png +0 -0
- /package/{docs/assets/external/raw.githubusercontent.com/netwk-pro/netwk-pro.github.io/refs/heads/master → src/lib}/img/qr/pgp-support.png +0 -0
- /package/{docs/assets/external/raw.githubusercontent.com/netwk-pro/netwk-pro.github.io/refs/heads/master → src/lib}/img/qr/vcard.png +0 -0
- /package/{CNAME → static/CNAME} +0 -0
- /package/{favicon.ico → static/favicon.ico} +0 -0
- /package/{docs/img/favicon.png → static/icon-192x192.png} +0 -0
- /package/{docs/img/logo.png → static/icon-512x512.png} +0 -0
- /package/{favicon-splash.png → static/icon-splash.png} +0 -0
- /package/{img → static/img}/logo-transparent.png +0 -0
- /package/{img → static/img}/logo.png +0 -0
|
@@ -1,409 +0,0 @@
|
|
|
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>Consulting Terms and Conditions — Network Pro</title>
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
<link rel="stylesheet" href="css/normalize.css" type="text/css">
|
|
14
|
-
<link rel="stylesheet" href="css/style.css" type="text/css">
|
|
15
|
-
<link rel="stylesheet" href="css/default.css" type="text/css">
|
|
16
|
-
|
|
17
|
-
<script src="https://kit.fontawesome.com/f70f03cb45.js" crossorigin="anonymous"></script>
|
|
18
|
-
|
|
19
|
-
<meta name="description" content="Terms and Conditions | Security, Networking, Privacy — Network Pro">
|
|
20
|
-
<meta name="author" content="Scott Lopez">
|
|
21
|
-
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1">
|
|
22
|
-
|
|
23
|
-
<link rel="canonical" href="https://netwk.pro/terms-and-conditions.html">
|
|
24
|
-
<base href="./terms-and-conditions.html" target="_self">
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
<meta property="og:title" content="Terms and Conditions — Network Pro">
|
|
28
|
-
<meta property="og:type" content="website">
|
|
29
|
-
<meta property="og:url" content="https://netwk.pro/">
|
|
30
|
-
<meta property="og:image" content="img/banner-og-1200x630.png">
|
|
31
|
-
<meta property="og:image:alt" content="Network Pro Strategies">
|
|
32
|
-
<meta property="og:description" content="Terms and Conditions | Security, Networking, Privacy — Network Pro">
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
<meta name="twitter:card" content="summary_large_image">
|
|
36
|
-
<meta name="twitter:site" content="@NetEng_Pro">
|
|
37
|
-
<meta name="twitter:creator" content="@NetEng_pro">
|
|
38
|
-
<meta property="twitter:domain" content="https://netwk.pro/">
|
|
39
|
-
<meta property="twitter:url" content="https://netwk.pro/">
|
|
40
|
-
<meta name="twitter:title" content="Terms and Conditions — Network Pro">
|
|
41
|
-
<meta name="twitter:description" content="Terms and Conditions | Security, Networking, Privacy — Network Pro">
|
|
42
|
-
<meta name="twitter:image" content="img/banner-og-1200x630.png">
|
|
43
|
-
<meta name="twitter:image:alt" content="Network Pro Strategies">
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
<link rel="icon" href="favicon.ico" sizes="any" type="image/x-icon">
|
|
47
|
-
<link rel="icon" href="favicon.svg" type="image/svg+xml">
|
|
48
|
-
<link rel="apple-touch-icon" href="favicon-180.png" type="image/png">
|
|
49
|
-
|
|
50
|
-
<link rel="manifest" href="site.webmanifest">
|
|
51
|
-
<meta name="theme-color" content="#ffc627">
|
|
52
|
-
<script defer="defer" src="js/runtime.52b1ac291305b90de3df.mjs"></script><script defer="defer" src="js/app.d544156ea2ba85a7d486.mjs"></script></head>
|
|
53
|
-
|
|
54
|
-
<body>
|
|
55
|
-
|
|
56
|
-
<header id="header-nav">
|
|
57
|
-
<div class="container">
|
|
58
|
-
<nav class="center-nav">
|
|
59
|
-
<a rel="noopener noreferrer" href="./" target="_self">home</a>
|
|
60
|
-
|
|
|
61
|
-
<a rel="noopener noreferrer" href="./about.html" target="_self">about</a>
|
|
62
|
-
|
|
|
63
|
-
<a rel="noopener noreferrer" href="./docs/blog/" target="_self">blog</a><br>
|
|
64
|
-
<a rel="noopener noreferrer" href="https://github.com/netwk-pro/netwk-pro.github.io/discussions" target="_blank">discussions
|
|
65
|
-
<sup><span class="fas fa-arrow-up-right-from-square fa-2xs"></span></sup></a>
|
|
66
|
-
|
|
|
67
|
-
<a rel="noopener noreferrer" href="https://linktr.ee/neteng_pro" target="_blank">link hub
|
|
68
|
-
<sup><span class="fas fa-arrow-up-right-from-square fa-2xs"></span></sup></a>
|
|
69
|
-
</nav>
|
|
70
|
-
</div>
|
|
71
|
-
</header>
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
<div class="full-width-section">
|
|
75
|
-
<div class="container">
|
|
76
|
-
|
|
77
|
-
<section id="top">
|
|
78
|
-
<span class="small-text"><a rel="noopener noreferrer" href="https://spdx.dev/learn/handling-license-info/">SPDX License Identifier</a>: <code>CC-BY-4.0 OR GPL-3.0-or-later</code></span>
|
|
79
|
-
</section>
|
|
80
|
-
|
|
81
|
-
<section id="site-title">
|
|
82
|
-
<h1>Consulting Terms and Conditions</h1>
|
|
83
|
-
|
|
84
|
-
<p><strong>Network Pro Strategies<br>
|
|
85
|
-
Effective Date:</strong>
|
|
86
|
-
April 20, 2025</p>
|
|
87
|
-
</section>
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
<section id="main-content">
|
|
94
|
-
<nav id="toc">
|
|
95
|
-
<h2>Table of Contents</h2>
|
|
96
|
-
<ol>
|
|
97
|
-
<li><a href="#intro">Introduction</a></li>
|
|
98
|
-
<li><a href="#scope">Scope of Services</a></li>
|
|
99
|
-
<li><a href="#warranties">Disclaimer of Warranties</a></li>
|
|
100
|
-
<li><a href="#risk">Assumption of Risk</a></li>
|
|
101
|
-
<li><a href="#liability">Limitation of Liability</a></li>
|
|
102
|
-
<li><a href="#indemnify">Indemnification</a></li>
|
|
103
|
-
<li><a href="#client">Client Responsibilities</a></li>
|
|
104
|
-
<li><a href="#law">Governing Law and Jurisdiction</a></li>
|
|
105
|
-
<li><a href="#accept">Acceptance of Terms</a></li>
|
|
106
|
-
<li><a href="#exceptions">Exceptions and Negotiation</a></li>
|
|
107
|
-
<li><a href="#changes">Changes to These Terms</a></li>
|
|
108
|
-
</ol>
|
|
109
|
-
</nav>
|
|
110
|
-
|
|
111
|
-
<p class="bquote">These Terms and Conditions apply exclusively to the provision of
|
|
112
|
-
our consulting and implementation services. For all other uses of
|
|
113
|
-
our website and associated platforms, please refer to the applicable
|
|
114
|
-
<a rel="noopener noreferrer" href="./terms-of-use.html" target="_self">Website Terms of Use</a>.</p>
|
|
115
|
-
|
|
116
|
-
<hr>
|
|
117
|
-
|
|
118
|
-
<section id="formats">
|
|
119
|
-
<p><strong>Formats Available:</strong> <span class="visited">HTML</span>
|
|
120
|
-
|
|
|
121
|
-
<a rel="nooopener noreferrer" href="https://netwk.pro/docs/terms-conditions/" target="_self">Markdown</a>
|
|
122
|
-
|
|
|
123
|
-
<a rel="noopener noreferrer" href="https://raw.githubusercontent.com/netwk-pro/netwk-pro-legal/refs/heads/master/assets/onboard/consulting-terms.pdf" target="_blank">PDF <span class="fas fa-file-arrow-down"></span></a></p>
|
|
124
|
-
</section>
|
|
125
|
-
|
|
126
|
-
<section id="intro">
|
|
127
|
-
<h2>1. Introduction</h2>
|
|
128
|
-
|
|
129
|
-
<p>By engaging with the information security, network security,
|
|
130
|
-
cybersecurity, and digital privacy consulting and implementation
|
|
131
|
-
services provided by Network Pro Strategies ("Company," "we,"
|
|
132
|
-
"us," or "our"), you ("Client") agree to be bound by these Terms
|
|
133
|
-
and Conditions ("Terms").
|
|
134
|
-
<strong>These Terms govern all engagements except where explicitly
|
|
135
|
-
superseded by a separate written agreement or Statement of Work
|
|
136
|
-
(SOW)</strong>. If you do not agree to these Terms, please do not engage our
|
|
137
|
-
services.</p>
|
|
138
|
-
|
|
139
|
-
<span class="small-text"><a href="#top">Back to top</a></span>
|
|
140
|
-
</section>
|
|
141
|
-
|
|
142
|
-
<section id="scope">
|
|
143
|
-
<h2>2. Scope of Services</h2>
|
|
144
|
-
|
|
145
|
-
<p>These Terms apply to all consulting and implementation services
|
|
146
|
-
offered by the Company, including but not limited to assessment,
|
|
147
|
-
planning, risk analysis, technical implementation, and
|
|
148
|
-
configuration of third-party cybersecurity tools and systems.
|
|
149
|
-
Services may be delivered in-person, remotely, or via digital
|
|
150
|
-
communication platforms.
|
|
151
|
-
<strong>All deliverables and timelines will be governed by individual
|
|
152
|
-
SOWs when applicable.</strong></p>
|
|
153
|
-
|
|
154
|
-
<span class="small-text"><a href="#top">Back to top</a></span>
|
|
155
|
-
</section>
|
|
156
|
-
|
|
157
|
-
<section id="warranties">
|
|
158
|
-
<h2>3. Disclaimer of Warranties</h2>
|
|
159
|
-
|
|
160
|
-
<p>All services are provided "as is" and "as available" without
|
|
161
|
-
warranties of any kind, whether express, implied, statutory, or
|
|
162
|
-
otherwise. The Company expressly disclaims all implied warranties,
|
|
163
|
-
including but not limited to merchantability, fitness for a
|
|
164
|
-
particular purpose, and non-infringement. We do not warrant that
|
|
165
|
-
our services or recommendations will detect or prevent all
|
|
166
|
-
security threats or achieve legal or regulatory compliance unless
|
|
167
|
-
specifically agreed in writing.</p>
|
|
168
|
-
|
|
169
|
-
<span class="small-text"><a href="#top">Back to top</a></span>
|
|
170
|
-
</section>
|
|
171
|
-
|
|
172
|
-
<section id="risk">
|
|
173
|
-
<h2>4. Assumption of Risk</h2>
|
|
174
|
-
|
|
175
|
-
<p>Client acknowledges that cybersecurity and privacy-related
|
|
176
|
-
services inherently involve risk. The Company does not guarantee
|
|
177
|
-
uninterrupted service, error-free implementation, or complete
|
|
178
|
-
immunity from breaches or attacks. Client assumes full
|
|
179
|
-
responsibility for decisions based on our recommendations and
|
|
180
|
-
agrees to maintain appropriate internal controls and backup
|
|
181
|
-
protocols.</p>
|
|
182
|
-
|
|
183
|
-
<span class="small-text"><a href="#top">Back to top</a></span>
|
|
184
|
-
</section>
|
|
185
|
-
|
|
186
|
-
<section id="liability">
|
|
187
|
-
<h2>5. Limitation of Liability</h2>
|
|
188
|
-
|
|
189
|
-
<p>To the maximum extent permitted by law, the Company shall not be
|
|
190
|
-
liable for any indirect, incidental, consequential, special, or
|
|
191
|
-
punitive damages, including without limitation loss of profits,
|
|
192
|
-
data, business interruption, or reputational harm, arising from or
|
|
193
|
-
related to the use or performance of the services, even if advised
|
|
194
|
-
of the possibility of such damages. Direct damages, if any, shall
|
|
195
|
-
be limited to the amount paid by Client for the specific services
|
|
196
|
-
giving rise to the claim.</p>
|
|
197
|
-
|
|
198
|
-
<span class="small-text"><a href="#top">Back to top</a></span>
|
|
199
|
-
</section>
|
|
200
|
-
|
|
201
|
-
<section id="indemnify">
|
|
202
|
-
<h2>6. Indemnification</h2>
|
|
203
|
-
|
|
204
|
-
<p>Client agrees to indemnify, defend, and hold harmless the
|
|
205
|
-
Company, its officers, employees, contractors, and affiliates from
|
|
206
|
-
and against any claims, damages, liabilities, losses, and expenses
|
|
207
|
-
(including reasonable legal fees) arising out of or related to (i)
|
|
208
|
-
Client's misuse of the services, (ii) misconfiguration of systems
|
|
209
|
-
by Client, or (iii) third-party claims related to services
|
|
210
|
-
rendered under these Terms.</p>
|
|
211
|
-
|
|
212
|
-
<span class="small-text"><a href="#top">Back to top</a></span>
|
|
213
|
-
</section>
|
|
214
|
-
|
|
215
|
-
<section id="client">
|
|
216
|
-
<h2>7. Client Responsibilities</h2>
|
|
217
|
-
|
|
218
|
-
<p><strong>Client shall provide valid, secure, and licensed
|
|
219
|
-
infrastructure, access credentials, and third-party tools
|
|
220
|
-
necessary for service delivery</strong>. The Company shall operate exclusively within client-owned or
|
|
221
|
-
designated environments and shall not independently host, process,
|
|
222
|
-
or store client data. Compliance with any regulatory frameworks
|
|
223
|
-
(e.g., HIPAA, GDPR, PCI-DSS) is the sole responsibility of the
|
|
224
|
-
Client unless explicitly agreed otherwise in a separate written
|
|
225
|
-
agreement.</p>
|
|
226
|
-
|
|
227
|
-
<span class="small-text"><a href="#top">Back to top</a></span>
|
|
228
|
-
</section>
|
|
229
|
-
|
|
230
|
-
<section id="law">
|
|
231
|
-
<h2>8. Governing Law and Jurisdiction</h2>
|
|
232
|
-
|
|
233
|
-
<p>These Terms shall be governed by and construed under the laws of
|
|
234
|
-
the State of Arizona and applicable U.S. federal laws. Any
|
|
235
|
-
disputes shall be resolved exclusively in the state or federal
|
|
236
|
-
courts located in Maricopa County, Arizona, and both parties
|
|
237
|
-
consent to such jurisdiction and venue.</p>
|
|
238
|
-
|
|
239
|
-
<span class="small-text"><a href="#top">Back to top</a></span>
|
|
240
|
-
</section>
|
|
241
|
-
|
|
242
|
-
<section id="accept">
|
|
243
|
-
<h2>9. Acceptance of Terms</h2>
|
|
244
|
-
|
|
245
|
-
<p>Engagement with the Company's services constitutes acceptance of
|
|
246
|
-
these Terms. Continued use of services after any updates indicates
|
|
247
|
-
continued acceptance. These Terms are effective unless and until
|
|
248
|
-
terminated or modified in writing by mutual agreement.</p>
|
|
249
|
-
|
|
250
|
-
<span class="small-text"><a href="#top">Back to top</a></span>
|
|
251
|
-
</section>
|
|
252
|
-
|
|
253
|
-
<section id="exceptions">
|
|
254
|
-
<h2>10. Exceptions and Negotiations</h2>
|
|
255
|
-
|
|
256
|
-
<p><strong>The Company is open to negotiating specific terms upon mutual
|
|
257
|
-
agreement.</strong>
|
|
258
|
-
Exceptions to these Terms must be documented in writing and signed
|
|
259
|
-
by both parties. Flexibility may be offered provided such changes
|
|
260
|
-
do not impose undue liability or regulatory obligations on the
|
|
261
|
-
Company.</p>
|
|
262
|
-
|
|
263
|
-
<span class="small-text"><a href="#top">Back to top</a></span>
|
|
264
|
-
</section>
|
|
265
|
-
|
|
266
|
-
<section id="changes">
|
|
267
|
-
<h2>11. Changes to These Terms</h2>
|
|
268
|
-
|
|
269
|
-
<p>The Company reserves the right to revise these Terms at any time.
|
|
270
|
-
Updated versions will be posted on our website or delivered via
|
|
271
|
-
direct notice. Clients are responsible for reviewing Terms
|
|
272
|
-
periodically for updates.</p>
|
|
273
|
-
|
|
274
|
-
<span class="small-text"><a href="#top">Back to top</a></span>
|
|
275
|
-
</section>
|
|
276
|
-
</section>
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
<section id="social-media">
|
|
283
|
-
<div class="soc-wrap">
|
|
284
|
-
<table class="soc">
|
|
285
|
-
<tbody>
|
|
286
|
-
<tr>
|
|
287
|
-
<td class="soc-fa">
|
|
288
|
-
<p>
|
|
289
|
-
<a rel="noopener noreferrer" href="https://instagram.com/netwk_pro" target="_blank">
|
|
290
|
-
<span class="fab fa-square-instagram fa-2x"></span>
|
|
291
|
-
</a>
|
|
292
|
-
</p>
|
|
293
|
-
</td>
|
|
294
|
-
<td class="soc-fa">
|
|
295
|
-
<p>
|
|
296
|
-
<a rel="noopener noreferrer" href="https://facebook.com/neteng.pro" target="_blank">
|
|
297
|
-
<span class="fab fa-square-facebook fa-2x"></span>
|
|
298
|
-
</a>
|
|
299
|
-
</p>
|
|
300
|
-
</td>
|
|
301
|
-
<td class="soc-fa">
|
|
302
|
-
<p>
|
|
303
|
-
<a rel="noopener noreferrer" href="https://linkedin.com/company/netwk-pro" target="_blank">
|
|
304
|
-
<span class="fab fa-linkedin fa-2x"></span>
|
|
305
|
-
</a>
|
|
306
|
-
</p>
|
|
307
|
-
</td>
|
|
308
|
-
<td class="soc-fa">
|
|
309
|
-
<p>
|
|
310
|
-
<a rel="me noopener noreferrer" href="https://noc.social/@NetEng_Pro" target="_blank">
|
|
311
|
-
<span class="fab fa-mastodon fa-2x"></span>
|
|
312
|
-
</a>
|
|
313
|
-
</p>
|
|
314
|
-
</td>
|
|
315
|
-
<td class="soc-fa">
|
|
316
|
-
<p>
|
|
317
|
-
<a rel="noopener noreferrer" href="https://github.com/netwk-pro/" target="_blank">
|
|
318
|
-
<span class="fab fa-square-github fa-2x"></span>
|
|
319
|
-
</a>
|
|
320
|
-
</p>
|
|
321
|
-
</td>
|
|
322
|
-
</tr>
|
|
323
|
-
</tbody>
|
|
324
|
-
</table>
|
|
325
|
-
</div>
|
|
326
|
-
</section>
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
<hr>
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
<section id="legal">
|
|
335
|
-
<div class="bnav-wrap">
|
|
336
|
-
<table class="bnav"><tbody>
|
|
337
|
-
<tr>
|
|
338
|
-
<td class="bnav-nav"><a rel="noopener noreferrer" href="./terms-of-use.html" target="_self">Terms of Use</a>
|
|
339
|
-
</td>
|
|
340
|
-
<td class="bnav-nav"><a rel="noopener noreferrer" href="./privacy.html" target="_self">Privacy Policy</a>
|
|
341
|
-
</td>
|
|
342
|
-
</tr>
|
|
343
|
-
<tr>
|
|
344
|
-
<td class="bnav-cell" colspan="2">
|
|
345
|
-
<a rel="noopener noreferrer" href="./legal.html" target="_self">Legal</a></td>
|
|
346
|
-
</tr>
|
|
347
|
-
</tbody>
|
|
348
|
-
</table>
|
|
349
|
-
</div>
|
|
350
|
-
</section>
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
<section id="badges">
|
|
357
|
-
<div class="bnav2-wrap">
|
|
358
|
-
<table class="bnav2"><tbody>
|
|
359
|
-
<tr>
|
|
360
|
-
<td class="bnav2-nav"><a rel="noopener noreferrer" href="./legal.html#cc-by" target="_self"><img decoding="async" loading="lazy" src="https://forthebadge.com/images/badges/cc-by.png" style="height: auto; width: 160px" alt="Creative Commons BY"></a></td>
|
|
361
|
-
<td class="bnav2-nav"><a rel="noopener noreferrer" href="./legal.html#gnu-gpl" target="_self"><img decoding="async" loading="lazy" src="https://img.shields.io/badge/LICENSE-GPLv3-red?style=for-the-badge&labelColor=9b9b9b&color=d0021b" style="height: auto; width: 120px" alt="GPL 3.0 or Later"></a></td>
|
|
362
|
-
</tr>
|
|
363
|
-
</tbody>
|
|
364
|
-
</table>
|
|
365
|
-
</div>
|
|
366
|
-
</section>
|
|
367
|
-
|
|
368
|
-
</div>
|
|
369
|
-
</div>
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
<footer id="licensing">
|
|
373
|
-
<div class="container">
|
|
374
|
-
<div class="copyright" xmlns:cc="http://creativecommons.org/ns#" xmlns:dct="http://purl.org/dc/terms/">
|
|
375
|
-
<p>
|
|
376
|
-
Copyright © 2025<br>
|
|
377
|
-
<a rel="cc:attributionURL dct:creator noopener noreferrer" property="cc:attributionName" href="https://netwk.pro/" target="_blank"><strong>Network Pro Strategies</strong></a>
|
|
378
|
-
(Network Pro™)</p>
|
|
379
|
-
|
|
380
|
-
<p>
|
|
381
|
-
Network Pro™, the shield logo, and the "Locking Down
|
|
382
|
-
Networks™" slogan are
|
|
383
|
-
<a rel="noopener noreferrer" href="./legal.html#trademark" target="_self">trademarks</a>
|
|
384
|
-
of Network Pro Strategies.
|
|
385
|
-
</p>
|
|
386
|
-
|
|
387
|
-
<p>
|
|
388
|
-
Licensed under
|
|
389
|
-
<a href="./legal.html#cc-by" target="_self" rel="license noopener noreferrer" style="display: inline-block"><b>CC BY 4.0</b></a>
|
|
390
|
-
<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;
|
|
391
|
-
margin-left: 3px;
|
|
392
|
-
text-decoration: none;
|
|
393
|
-
vertical-align: text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg" alt="Creative Commons BY">
|
|
394
|
-
</a>
|
|
395
|
-
<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;
|
|
396
|
-
margin-left: 3px;
|
|
397
|
-
text-decoration: none;
|
|
398
|
-
vertical-align: text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg" alt="Creative Commons BY"></a>
|
|
399
|
-
and the
|
|
400
|
-
<a href="./legal.html#gnu-gpl" target="_self" rel="license noopener noreferrer"><b>GNU GPL</b></a>, as published by the
|
|
401
|
-
<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
|
|
402
|
-
version.
|
|
403
|
-
</p>
|
|
404
|
-
</div>
|
|
405
|
-
</div>
|
|
406
|
-
</footer>
|
|
407
|
-
|
|
408
|
-
</body>
|
|
409
|
-
</html>
|
|
Binary file
|
|
Binary file
|