@networkpro/web 0.10.0 → 0.10.1
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 +4 -104
- package/css/default.css +31 -5
- package/css/index.css +27 -7
- package/css/style.css +28 -13
- package/index.html +4 -472
- package/index.html.br +0 -0
- package/index.html.gz +0 -0
- package/legal.html +4 -953
- package/legal.html.br +0 -0
- package/legal.html.gz +0 -0
- package/package.json +2 -2
- package/terms-of-use.html +4 -553
- package/terms-of-use.html.br +0 -0
- package/terms-of-use.html.gz +0 -0
package/404.html
CHANGED
|
@@ -1,106 +1,6 @@
|
|
|
1
|
-
<!
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
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
|
|
35
|
-
FITNESS FOR A PARTICULAR PURPOSE.
|
|
36
|
-
|
|
37
|
-
See the GNU General Public License for more details.
|
|
38
|
-
|
|
39
|
-
SPDX Reference: https://spdx.org/licenses/GPL-3.0-or-later.html
|
|
40
|
-
Canonical URL: https://www.gnu.org/licenses/gpl-3.0.html
|
|
41
|
-
|
|
42
|
-
---
|
|
43
|
-
|
|
44
|
-
Author: Scott Lopez
|
|
45
|
-
Email: <contact@neteng.pro>
|
|
46
|
-
Web: <https://bio.neteng.pro>
|
|
47
|
-
-->
|
|
48
|
-
|
|
49
|
-
<title>Page Not Found</title>
|
|
50
|
-
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
51
|
-
|
|
52
|
-
<link rel="canonical" href="https://netwk.pro/404.html" />
|
|
53
|
-
<base href="./404.html" target="_self" />
|
|
54
|
-
|
|
55
|
-
<style>
|
|
56
|
-
* {
|
|
57
|
-
line-height: 1.2;
|
|
58
|
-
margin: 0;
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
html {
|
|
62
|
-
color: #888;
|
|
63
|
-
display: table;
|
|
64
|
-
font-family: sans-serif;
|
|
65
|
-
height: 100%;
|
|
66
|
-
text-align: center;
|
|
67
|
-
width: 100%;
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
body {
|
|
71
|
-
display: table-cell;
|
|
72
|
-
vertical-align: middle;
|
|
73
|
-
margin: 2em auto;
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
h1 {
|
|
77
|
-
color: #555;
|
|
78
|
-
font-size: 2em;
|
|
79
|
-
font-weight: 400;
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
p {
|
|
83
|
-
margin: 0 auto;
|
|
84
|
-
width: 280px;
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
@media only screen and (max-width: 280px) {
|
|
88
|
-
body,
|
|
89
|
-
p {
|
|
90
|
-
width: 95%;
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
h1 {
|
|
94
|
-
font-size: 1.5em;
|
|
95
|
-
margin: 0 0 0.3em;
|
|
96
|
-
}
|
|
97
|
-
}
|
|
98
|
-
</style>
|
|
99
|
-
<script defer src="js/runtime.476456c89f9919bd45a9.js"></script><script defer src="js/app.eeddff1dcc63d8fea0fa.js"></script></head>
|
|
100
|
-
|
|
101
|
-
<body>
|
|
102
|
-
<h1>Page Not Found</h1>
|
|
103
|
-
<p>Sorry, but the page you were trying to view does not exist.</p>
|
|
104
|
-
</body>
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<!--==========================================================================SPDX-License-Identifier: CC-BY-4.0 OR GPL-3.0-or-later
|
|
3
|
+
This file is part of Network Pro.===========================================================================-->
|
|
4
|
+
<html class="no-js" lang="en"> <head> <meta charset="utf-8"> <title>Page Not Found</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="canonical" href="https://netwk.pro/404.html"> <base href="./404.html" target="_self"> <style> * { line-height: 1.2; margin: 0; } html { color: #888; display: table; font-family: sans-serif; height: 100%; text-align: center; width: 100%; } body { display: table-cell; vertical-align: middle; margin: 2em auto; } h1 { color: #555; font-size: 2em; font-weight: 400; } p { margin: 0 auto; width: 280px; } @media only screen and (max-width: 280px) { body, p { width: 95%; } h1 { font-size: 1.5em; margin: 0 0 0.3em; } } </style> </head> <body> <h1>Page Not Found</h1> <p>Sorry, but the page you were trying to view does not exist.</p> </body>
|
|
105
5
|
</html>
|
|
106
6
|
<!-- IE needs 512+ bytes: https://docs.microsoft.com/archive/blogs/ieinternals/friendly-http-error-pages -->
|
package/css/default.css
CHANGED
|
@@ -27,7 +27,15 @@ footer .container,header .container{
|
|
|
27
27
|
margin:0 auto;
|
|
28
28
|
}
|
|
29
29
|
|
|
30
|
-
.soc td
|
|
30
|
+
.soc td{
|
|
31
|
+
border-collapse:collapse;
|
|
32
|
+
font-family:Arial, Helvetica, sans-serif;
|
|
33
|
+
overflow:hidden;
|
|
34
|
+
padding:8px;
|
|
35
|
+
word-break:normal;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.soc th{
|
|
31
39
|
border-collapse:collapse;
|
|
32
40
|
font-family:Arial, Helvetica, sans-serif;
|
|
33
41
|
overflow:hidden;
|
|
@@ -41,8 +49,11 @@ footer .container,header .container{
|
|
|
41
49
|
}
|
|
42
50
|
|
|
43
51
|
@media screen and (width <= 767px){
|
|
52
|
+
.soc{
|
|
53
|
+
width:auto !important;
|
|
54
|
+
}
|
|
44
55
|
|
|
45
|
-
.soc
|
|
56
|
+
.soc col{
|
|
46
57
|
width:auto !important;
|
|
47
58
|
}
|
|
48
59
|
|
|
@@ -58,7 +69,15 @@ footer .container,header .container{
|
|
|
58
69
|
border-spacing:0;
|
|
59
70
|
}
|
|
60
71
|
|
|
61
|
-
.foss td
|
|
72
|
+
.foss td{
|
|
73
|
+
border-collapse:collapse;
|
|
74
|
+
font-family:Arial, Helvetica, sans-serif;
|
|
75
|
+
overflow:hidden;
|
|
76
|
+
padding:10px 5px;
|
|
77
|
+
word-break:normal;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.foss th{
|
|
62
81
|
border-collapse:collapse;
|
|
63
82
|
font-family:Arial, Helvetica, sans-serif;
|
|
64
83
|
overflow:hidden;
|
|
@@ -72,8 +91,11 @@ footer .container,header .container{
|
|
|
72
91
|
}
|
|
73
92
|
|
|
74
93
|
@media screen and (width <= 767px){
|
|
94
|
+
.foss{
|
|
95
|
+
width:auto !important;
|
|
96
|
+
}
|
|
75
97
|
|
|
76
|
-
.foss
|
|
98
|
+
.foss col{
|
|
77
99
|
width:auto !important;
|
|
78
100
|
}
|
|
79
101
|
|
|
@@ -98,10 +120,14 @@ footer .container,header .container{
|
|
|
98
120
|
}
|
|
99
121
|
|
|
100
122
|
.index2{
|
|
123
|
+
font-size:1.5em;
|
|
124
|
+
font-variant:small-caps;
|
|
125
|
+
letter-spacing:-.035em;
|
|
126
|
+
line-height:1.75em;
|
|
101
127
|
text-align:center;
|
|
102
128
|
}
|
|
103
129
|
|
|
104
|
-
.
|
|
130
|
+
.subhead{
|
|
105
131
|
font-size:1.5em;
|
|
106
132
|
font-variant:small-caps;
|
|
107
133
|
letter-spacing:-.035em;
|
package/css/index.css
CHANGED
|
@@ -27,7 +27,15 @@ footer .container,header .container{
|
|
|
27
27
|
margin:0 auto;
|
|
28
28
|
}
|
|
29
29
|
|
|
30
|
-
.gh td
|
|
30
|
+
.gh td{
|
|
31
|
+
border-collapse:collapse;
|
|
32
|
+
font-family:Arial, Helvetica, sans-serif;
|
|
33
|
+
overflow:hidden;
|
|
34
|
+
padding:10px 5px;
|
|
35
|
+
word-break:normal;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.gh th{
|
|
31
39
|
border-collapse:collapse;
|
|
32
40
|
font-family:Arial, Helvetica, sans-serif;
|
|
33
41
|
overflow:hidden;
|
|
@@ -41,8 +49,11 @@ footer .container,header .container{
|
|
|
41
49
|
}
|
|
42
50
|
|
|
43
51
|
@media screen and (width <= 767px){
|
|
52
|
+
.gh{
|
|
53
|
+
width:auto !important;
|
|
54
|
+
}
|
|
44
55
|
|
|
45
|
-
.gh
|
|
56
|
+
.gh col{
|
|
46
57
|
width:auto !important;
|
|
47
58
|
}
|
|
48
59
|
|
|
@@ -58,7 +69,15 @@ footer .container,header .container{
|
|
|
58
69
|
margin:0 auto;
|
|
59
70
|
}
|
|
60
71
|
|
|
61
|
-
.soc td
|
|
72
|
+
.soc td{
|
|
73
|
+
border-collapse:collapse;
|
|
74
|
+
font-family:Arial, Helvetica, sans-serif;
|
|
75
|
+
overflow:hidden;
|
|
76
|
+
padding:8px;
|
|
77
|
+
word-break:normal;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.soc th{
|
|
62
81
|
border-collapse:collapse;
|
|
63
82
|
font-family:Arial, Helvetica, sans-serif;
|
|
64
83
|
overflow:hidden;
|
|
@@ -72,8 +91,11 @@ footer .container,header .container{
|
|
|
72
91
|
}
|
|
73
92
|
|
|
74
93
|
@media screen and (width <= 767px){
|
|
94
|
+
.soc{
|
|
95
|
+
width:auto !important;
|
|
96
|
+
}
|
|
75
97
|
|
|
76
|
-
.soc
|
|
98
|
+
.soc col{
|
|
77
99
|
width:auto !important;
|
|
78
100
|
}
|
|
79
101
|
|
|
@@ -93,9 +115,6 @@ footer .container,header .container{
|
|
|
93
115
|
.index1{
|
|
94
116
|
font-style:italic;
|
|
95
117
|
font-weight:bold;
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
.index1,.index2{
|
|
99
118
|
text-align:center;
|
|
100
119
|
}
|
|
101
120
|
|
|
@@ -104,6 +123,7 @@ footer .container,header .container{
|
|
|
104
123
|
font-variant:small-caps;
|
|
105
124
|
letter-spacing:-.015em;
|
|
106
125
|
line-height:1.625em;
|
|
126
|
+
text-align:center;
|
|
107
127
|
}
|
|
108
128
|
|
|
109
129
|
.join{
|
package/css/style.css
CHANGED
|
@@ -76,18 +76,17 @@ a:visited:hover{
|
|
|
76
76
|
|
|
77
77
|
.center-nav{
|
|
78
78
|
font-size:.875em;
|
|
79
|
+
line-height:1.125em;
|
|
79
80
|
padding:10px;
|
|
80
81
|
text-align:center;
|
|
81
82
|
}
|
|
82
|
-
.block,.center-nav{
|
|
83
|
-
line-height:1.125em;
|
|
84
|
-
}
|
|
85
83
|
.block{
|
|
86
84
|
background:none;
|
|
87
85
|
border:none;
|
|
88
86
|
border-radius:0;
|
|
89
87
|
font-size:.75em;
|
|
90
88
|
height:50vh;
|
|
89
|
+
line-height:1.125em;
|
|
91
90
|
outline:none;
|
|
92
91
|
resize:none;
|
|
93
92
|
width:100%;
|
|
@@ -119,10 +118,17 @@ a:visited:hover{
|
|
|
119
118
|
}
|
|
120
119
|
|
|
121
120
|
.bnav td{
|
|
121
|
+
border-style:none;
|
|
122
|
+
font-family:Arial, Helvetica, sans-serif;
|
|
123
|
+
font-size:.875em;
|
|
122
124
|
font-weight:bold;
|
|
125
|
+
line-height:1.125em;
|
|
126
|
+
overflow:hidden;
|
|
127
|
+
padding:10px;
|
|
128
|
+
word-break:normal;
|
|
123
129
|
}
|
|
124
130
|
|
|
125
|
-
.bnav
|
|
131
|
+
.bnav th{
|
|
126
132
|
border-style:none;
|
|
127
133
|
font-family:Arial, Helvetica, sans-serif;
|
|
128
134
|
font-size:.875em;
|
|
@@ -139,8 +145,11 @@ a:visited:hover{
|
|
|
139
145
|
}
|
|
140
146
|
|
|
141
147
|
@media screen and (width <= 767px){
|
|
148
|
+
.bnav{
|
|
149
|
+
width:auto !important;
|
|
150
|
+
}
|
|
142
151
|
|
|
143
|
-
.bnav
|
|
152
|
+
.bnav col{
|
|
144
153
|
width:auto !important;
|
|
145
154
|
}
|
|
146
155
|
|
|
@@ -158,21 +167,24 @@ a:visited:hover{
|
|
|
158
167
|
}
|
|
159
168
|
|
|
160
169
|
.bnav2 td{
|
|
161
|
-
font-weight:bold;
|
|
162
|
-
padding:10px;
|
|
163
|
-
}
|
|
164
|
-
|
|
165
|
-
.bnav2 td,.bnav2 th{
|
|
166
170
|
border-style:none;
|
|
167
171
|
font-family:Arial, Helvetica, sans-serif;
|
|
168
172
|
font-size:.875em;
|
|
173
|
+
font-weight:bold;
|
|
169
174
|
line-height:1.125em;
|
|
170
175
|
overflow:hidden;
|
|
176
|
+
padding:10px;
|
|
171
177
|
word-break:normal;
|
|
172
178
|
}
|
|
173
179
|
|
|
174
180
|
.bnav2 th{
|
|
181
|
+
border-style:none;
|
|
182
|
+
font-family:Arial, Helvetica, sans-serif;
|
|
183
|
+
font-size:.875em;
|
|
184
|
+
line-height:1.125em;
|
|
185
|
+
overflow:hidden;
|
|
175
186
|
padding:12px;
|
|
187
|
+
word-break:normal;
|
|
176
188
|
}
|
|
177
189
|
|
|
178
190
|
.bnav2 .bnav2-cell{
|
|
@@ -182,8 +194,11 @@ a:visited:hover{
|
|
|
182
194
|
}
|
|
183
195
|
|
|
184
196
|
@media screen and (width <= 767px){
|
|
197
|
+
.bnav2{
|
|
198
|
+
width:auto !important;
|
|
199
|
+
}
|
|
185
200
|
|
|
186
|
-
.bnav2
|
|
201
|
+
.bnav2 col{
|
|
187
202
|
width:auto !important;
|
|
188
203
|
}
|
|
189
204
|
|
|
@@ -275,11 +290,11 @@ a:visited:hover{
|
|
|
275
290
|
|
|
276
291
|
blockquote,pre{
|
|
277
292
|
border:1px solid #999;
|
|
293
|
+
page-break-inside:avoid;
|
|
278
294
|
}
|
|
279
295
|
|
|
280
296
|
|
|
281
|
-
|
|
282
|
-
img,pre,tr{
|
|
297
|
+
img,tr{
|
|
283
298
|
page-break-inside:avoid;
|
|
284
299
|
}
|
|
285
300
|
|