@networkpro/legal 0.0.1 → 0.0.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.
- package/README.md +2 -2
- package/index.html +3 -3
- package/index.html.br +0 -0
- package/package.json +2 -2
package/README.md
CHANGED
@@ -57,8 +57,8 @@ Repository of legal documents for Network Pro Strategies (Network Pro™).
|
|
57
57
|
|
58
58
|
<span style="font-size: 12px; font-weight: bold; text-align: center;">
|
59
59
|
|
60
|
-
[Home](https://netwk.pro) | [Terms of Use](https://github.com/netwk-pro/netwk-pro
|
61
|
-
[Privacy Policy](https://github.com/netwk-pro/netwk-pro
|
60
|
+
[Home](https://netwk.pro) | [Terms of Use](https://github.com/netwk-pro/netwk-pro-legal/blob/master/TERMS.md)
|
61
|
+
[Privacy Policy](https://github.com/netwk-pro/netwk-pro-legal/blob/master/PRIVACY.md) | [Legal](https://github.com/netwk-pro/netwk-pro-legal/blob/master/LICENSE.md)
|
62
62
|
|
63
63
|
</span>
|
64
64
|
|
package/index.html
CHANGED
@@ -96,10 +96,10 @@
|
|
96
96
|
|
97
97
|
|
98
98
|
|
99
|
-
<p class="center-text"><a rel="noopener noreferrer" href="
|
99
|
+
<p class="center-text"><a rel="noopener noreferrer" href="https://github.com/netwk-pro/netwk-pro-legal/blob/master/TERMS.md">Website Terms of Use</a></p>
|
100
100
|
|
101
|
-
<p class="center-text"><a rel="noopener noreferrer" href="
|
102
|
-
<p class="center-text"><a rel="noopener noreferrer" href="
|
101
|
+
<p class="center-text"><a rel="noopener noreferrer" href="https://github.com/netwk-pro/netwk-pro-legal/blob/master/PRIVACY.md">Privacy Policy</a></p>
|
102
|
+
<p class="center-text"><a rel="noopener noreferrer" href="https://github.com/netwk-pro/netwk-pro-legal/blob/master/LICENSE.md">Legal, Copyright, and Licensing</a></p>
|
103
103
|
|
104
104
|
<p class="center-text"><a rel="noopener noreferrer" href="./terms.html">Consulting and Implementation: Terms and Conditions</a></p>
|
105
105
|
|
package/index.html.br
CHANGED
Binary file
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@networkpro/legal",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.2",
|
4
4
|
"private": false,
|
5
5
|
"description": "Legal Document Repository — Network Pro",
|
6
6
|
"keywords": [
|
@@ -18,7 +18,7 @@
|
|
18
18
|
},
|
19
19
|
"repository": {
|
20
20
|
"type": "git",
|
21
|
-
"url": "git+https://github.com/netwk-pro/netwk-pro-legal.
|
21
|
+
"url": "git+https://github.com/netwk-pro/netwk-pro-legal.git"
|
22
22
|
},
|
23
23
|
"license": "CC-BY-4.0 OR GPL-3.0-or-later",
|
24
24
|
"author": {
|