@networkpro/web 0.10.1 → 0.10.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/404.html CHANGED
@@ -1,6 +1,106 @@
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>
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
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
+ </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>
5
105
  </html>
6
106
  <!-- IE needs 512+ bytes: https://docs.microsoft.com/archive/blogs/ieinternals/friendly-http-error-pages -->
package/css/default.css CHANGED
@@ -10,12 +10,10 @@
10
10
  max-width:1200px;
11
11
  padding:0 12px;
12
12
  }
13
-
14
13
  footer,header{
15
14
  width:100%;
16
15
  }
17
16
 
18
-
19
17
  footer .container,header .container{
20
18
  margin:0 auto;
21
19
  max-width:1200px;
@@ -27,17 +25,9 @@ footer .container,header .container{
27
25
  margin:0 auto;
28
26
  }
29
27
 
30
- .soc td{
28
+ .soc td,.soc th{
31
29
  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{
39
- border-collapse:collapse;
40
- font-family:Arial, Helvetica, sans-serif;
30
+ font-family:Arial,Helvetica,sans-serif;
41
31
  overflow:hidden;
42
32
  padding:8px;
43
33
  word-break:normal;
@@ -49,11 +39,8 @@ footer .container,header .container{
49
39
  }
50
40
 
51
41
  @media screen and (width <= 767px){
52
- .soc{
53
- width:auto !important;
54
- }
55
42
 
56
- .soc col{
43
+ .soc,.soc col{
57
44
  width:auto !important;
58
45
  }
59
46
 
@@ -69,17 +56,9 @@ footer .container,header .container{
69
56
  border-spacing:0;
70
57
  }
71
58
 
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{
59
+ .foss td,.foss th{
81
60
  border-collapse:collapse;
82
- font-family:Arial, Helvetica, sans-serif;
61
+ font-family:Arial,Helvetica,sans-serif;
83
62
  overflow:hidden;
84
63
  padding:10px 5px;
85
64
  word-break:normal;
@@ -91,11 +70,8 @@ footer .container,header .container{
91
70
  }
92
71
 
93
72
  @media screen and (width <= 767px){
94
- .foss{
95
- width:auto !important;
96
- }
97
73
 
98
- .foss col{
74
+ .foss,.foss col{
99
75
  width:auto !important;
100
76
  }
101
77
 
@@ -113,21 +89,17 @@ footer .container,header .container{
113
89
 
114
90
  .index1{
115
91
  font-style:italic;
116
- font-weight:bold;
92
+ font-weight:700;
117
93
  letter-spacing:-.035em;
118
94
  line-height:2.125rem;
119
95
  text-align:center;
120
96
  }
121
97
 
122
98
  .index2{
123
- font-size:1.5em;
124
- font-variant:small-caps;
125
- letter-spacing:-.035em;
126
- line-height:1.75em;
127
99
  text-align:center;
128
100
  }
129
101
 
130
- .subhead{
102
+ .index2,.subhead{
131
103
  font-size:1.5em;
132
104
  font-variant:small-caps;
133
105
  letter-spacing:-.035em;
@@ -136,7 +108,7 @@ footer .container,header .container{
136
108
 
137
109
  .bolditalic{
138
110
  font-style:italic;
139
- font-weight:bold;
111
+ font-weight:700;
140
112
  }
141
113
 
142
114
  .bquote{
package/css/index.css CHANGED
@@ -10,12 +10,10 @@
10
10
  max-width:1200px;
11
11
  padding:0 12px;
12
12
  }
13
-
14
13
  footer,header{
15
14
  width:100%;
16
15
  }
17
16
 
18
-
19
17
  footer .container,header .container{
20
18
  margin:0 auto;
21
19
  max-width:1200px;
@@ -27,17 +25,9 @@ footer .container,header .container{
27
25
  margin:0 auto;
28
26
  }
29
27
 
30
- .gh td{
28
+ .gh td,.gh th{
31
29
  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{
39
- border-collapse:collapse;
40
- font-family:Arial, Helvetica, sans-serif;
30
+ font-family:Arial,Helvetica,sans-serif;
41
31
  overflow:hidden;
42
32
  padding:10px 5px;
43
33
  word-break:normal;
@@ -49,11 +39,8 @@ footer .container,header .container{
49
39
  }
50
40
 
51
41
  @media screen and (width <= 767px){
52
- .gh{
53
- width:auto !important;
54
- }
55
42
 
56
- .gh col{
43
+ .gh,.gh col{
57
44
  width:auto !important;
58
45
  }
59
46
 
@@ -69,17 +56,9 @@ footer .container,header .container{
69
56
  margin:0 auto;
70
57
  }
71
58
 
72
- .soc td{
59
+ .soc td,.soc th{
73
60
  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{
81
- border-collapse:collapse;
82
- font-family:Arial, Helvetica, sans-serif;
61
+ font-family:Arial,Helvetica,sans-serif;
83
62
  overflow:hidden;
84
63
  padding:8px;
85
64
  word-break:normal;
@@ -91,11 +70,8 @@ footer .container,header .container{
91
70
  }
92
71
 
93
72
  @media screen and (width <= 767px){
94
- .soc{
95
- width:auto !important;
96
- }
97
73
 
98
- .soc col{
74
+ .soc,.soc col{
99
75
  width:auto !important;
100
76
  }
101
77
 
@@ -114,7 +90,10 @@ footer .container,header .container{
114
90
 
115
91
  .index1{
116
92
  font-style:italic;
117
- font-weight:bold;
93
+ font-weight:700;
94
+ }
95
+
96
+ .index1,.index2{
118
97
  text-align:center;
119
98
  }
120
99
 
@@ -123,11 +102,10 @@ footer .container,header .container{
123
102
  font-variant:small-caps;
124
103
  letter-spacing:-.015em;
125
104
  line-height:1.625em;
126
- text-align:center;
127
105
  }
128
106
 
129
107
  .join{
130
- font-weight:bold;
108
+ font-weight:700;
131
109
  text-align:center;
132
110
  }
133
111
 
package/css/normalize.css CHANGED
@@ -20,7 +20,7 @@ hr{
20
20
  }
21
21
 
22
22
  pre{
23
- font-family:monospace, monospace;
23
+ font-family:monospace,monospace;
24
24
  font-size:1em;
25
25
  }
26
26
 
@@ -34,15 +34,12 @@ abbr[title]{
34
34
  text-decoration:underline dotted;
35
35
  }
36
36
 
37
- b,
38
- strong{
37
+ b,strong{
39
38
  font-weight:bolder;
40
39
  }
41
40
 
42
- code,
43
- kbd,
44
- samp{
45
- font-family:monospace, monospace;
41
+ code,kbd,samp{
42
+ font-family:monospace,monospace;
46
43
  font-size:1em;
47
44
  }
48
45
 
@@ -50,8 +47,7 @@ small{
50
47
  font-size:80%;
51
48
  }
52
49
 
53
- sub,
54
- sup{
50
+ sub,sup{
55
51
  font-size:75%;
56
52
  line-height:0;
57
53
  position:relative;
@@ -70,46 +66,31 @@ img{
70
66
  border-style:none;
71
67
  }
72
68
 
73
- button,
74
- input,
75
- optgroup,
76
- select,
77
- textarea{
69
+ button,input,optgroup,select,textarea{
78
70
  font-family:inherit;
79
71
  font-size:100%;
80
72
  line-height:1.15;
81
73
  margin:0;
82
74
  }
83
75
 
84
- button,
85
- input{
76
+ button,input{
86
77
  overflow:visible;
87
78
  }
88
79
 
89
- button,
90
- select{
80
+ button,select{
91
81
  text-transform:none;
92
82
  }
93
-
94
- [type="button"],
95
- [type="reset"],
96
- [type="submit"],button{
83
+ [type=button],[type=reset],[type=submit],button{
97
84
  -webkit-appearance:button;
98
85
  appearance:button;
99
86
  }
100
87
 
101
-
102
- [type="button"]::-moz-focus-inner,
103
- [type="reset"]::-moz-focus-inner,
104
- [type="submit"]::-moz-focus-inner,button::-moz-focus-inner{
88
+ [type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{
105
89
  border-style:none;
106
90
  padding:0;
107
91
  }
108
92
 
109
-
110
- [type="button"]:-moz-focusring,
111
- [type="reset"]:-moz-focusring,
112
- [type="submit"]:-moz-focusring,button:-moz-focusring{
93
+ [type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{
113
94
  outline:1px dotted ButtonText;
114
95
  }
115
96
 
@@ -134,24 +115,22 @@ textarea{
134
115
  overflow:auto;
135
116
  }
136
117
 
137
- [type="checkbox"],
138
- [type="radio"]{
118
+ [type=checkbox],[type=radio]{
139
119
  box-sizing:border-box;
140
120
  padding:0;
141
121
  }
142
122
 
143
- [type="number"]::-webkit-inner-spin-button,
144
- [type="number"]::-webkit-outer-spin-button{
123
+ [type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{
145
124
  height:auto;
146
125
  }
147
126
 
148
- [type="search"]{
127
+ [type=search]{
149
128
  -webkit-appearance:textfield;
150
129
  appearance:textfield;
151
130
  outline-offset:-2px;
152
131
  }
153
132
 
154
- [type="search"]::-webkit-search-decoration{
133
+ [type=search]::-webkit-search-decoration{
155
134
  -webkit-appearance:none;
156
135
  }
157
136
 
package/css/style.css CHANGED
@@ -24,12 +24,7 @@ hr{
24
24
  padding:0;
25
25
  }
26
26
 
27
- audio,
28
- canvas,
29
- iframe,
30
- img,
31
- svg,
32
- video{
27
+ audio,canvas,iframe,img,svg,video{
33
28
  vertical-align:middle;
34
29
  }
35
30
 
@@ -46,7 +41,7 @@ textarea{
46
41
  body{
47
42
  background-color:#191919;
48
43
  color:#fafafa;
49
- font-family:Arial, Helvetica, sans-serif;
44
+ font-family:Arial,Helvetica,sans-serif;
50
45
  margin:10px;
51
46
  }
52
47
  a{
@@ -76,17 +71,18 @@ a:visited:hover{
76
71
 
77
72
  .center-nav{
78
73
  font-size:.875em;
79
- line-height:1.125em;
80
74
  padding:10px;
81
75
  text-align:center;
82
76
  }
77
+ .block,.center-nav{
78
+ line-height:1.125em;
79
+ }
83
80
  .block{
84
81
  background:none;
85
82
  border:none;
86
83
  border-radius:0;
87
84
  font-size:.75em;
88
85
  height:50vh;
89
- line-height:1.125em;
90
86
  outline:none;
91
87
  resize:none;
92
88
  width:100%;
@@ -99,7 +95,7 @@ a:visited:hover{
99
95
 
100
96
  .emphasis{
101
97
  font-style:italic;
102
- font-weight:bold;
98
+ font-weight:700;
103
99
  }
104
100
 
105
101
  .hr-styled{
@@ -118,19 +114,12 @@ a:visited:hover{
118
114
  }
119
115
 
120
116
  .bnav td{
121
- border-style:none;
122
- font-family:Arial, Helvetica, sans-serif;
123
- font-size:.875em;
124
- font-weight:bold;
125
- line-height:1.125em;
126
- overflow:hidden;
127
- padding:10px;
128
- word-break:normal;
117
+ font-weight:700;
129
118
  }
130
119
 
131
- .bnav th{
120
+ .bnav td,.bnav th{
132
121
  border-style:none;
133
- font-family:Arial, Helvetica, sans-serif;
122
+ font-family:Arial,Helvetica,sans-serif;
134
123
  font-size:.875em;
135
124
  line-height:1.125em;
136
125
  overflow:hidden;
@@ -145,11 +134,8 @@ a:visited:hover{
145
134
  }
146
135
 
147
136
  @media screen and (width <= 767px){
148
- .bnav{
149
- width:auto !important;
150
- }
151
137
 
152
- .bnav col{
138
+ .bnav,.bnav col{
153
139
  width:auto !important;
154
140
  }
155
141
 
@@ -167,24 +153,21 @@ a:visited:hover{
167
153
  }
168
154
 
169
155
  .bnav2 td{
156
+ font-weight:700;
157
+ padding:10px;
158
+ }
159
+
160
+ .bnav2 td,.bnav2 th{
170
161
  border-style:none;
171
- font-family:Arial, Helvetica, sans-serif;
162
+ font-family:Arial,Helvetica,sans-serif;
172
163
  font-size:.875em;
173
- font-weight:bold;
174
164
  line-height:1.125em;
175
165
  overflow:hidden;
176
- padding:10px;
177
166
  word-break:normal;
178
167
  }
179
168
 
180
169
  .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;
186
170
  padding:12px;
187
- word-break:normal;
188
171
  }
189
172
 
190
173
  .bnav2 .bnav2-cell{
@@ -194,11 +177,8 @@ a:visited:hover{
194
177
  }
195
178
 
196
179
  @media screen and (width <= 767px){
197
- .bnav2{
198
- width:auto !important;
199
- }
200
180
 
201
- .bnav2 col{
181
+ .bnav2,.bnav2 col{
202
182
  width:auto !important;
203
183
  }
204
184
 
@@ -215,8 +195,7 @@ a:visited:hover{
215
195
  text-align:center;
216
196
  }
217
197
 
218
- .hidden,
219
- [hidden]{
198
+ .hidden,[hidden]{
220
199
  display:none !important;
221
200
  }
222
201
 
@@ -232,8 +211,7 @@ a:visited:hover{
232
211
  width:1px;
233
212
  }
234
213
 
235
- .visually-hidden.focusable:active,
236
- .visually-hidden.focusable:focus{
214
+ .visually-hidden.focusable:active,.visually-hidden.focusable:focus{
237
215
  clip:auto;
238
216
  height:auto;
239
217
  margin:0;
@@ -247,39 +225,34 @@ a:visited:hover{
247
225
  visibility:hidden;
248
226
  }
249
227
 
250
-
251
- .clearfix::after,.clearfix::before{
228
+ .clearfix:after,.clearfix:before{
252
229
  content:"";
253
230
  display:table;
254
231
  }
255
232
 
256
- .clearfix::after{
233
+ .clearfix:after{
257
234
  clear:both;
258
235
  }
259
236
  @media print{
260
- *,
261
- *::after,
262
- *::before{
237
+ *,:after,:before{
263
238
  background:#fff !important;
264
- color:#000 !important;
265
239
  box-shadow:none !important;
240
+ color:#000 !important;
266
241
  text-shadow:none !important;
267
242
  }
268
243
 
269
- a,
270
- a:visited{
244
+ a,a:visited{
271
245
  text-decoration:underline;
272
246
  }
273
247
 
274
- a[href]::after{
248
+ a[href]:after{
275
249
  content:" (" attr(href) ")";
276
250
  }
277
251
 
278
- abbr[title]::after{
252
+ abbr[title]:after{
279
253
  content:" (" attr(title) ")";
280
254
  }
281
- a[href^="#"]::after,
282
- a[href^="javascript:"]::after{
255
+ a[href^="#"]:after,a[href^="javascript:"]:after{
283
256
  content:"";
284
257
  }
285
258
 
@@ -287,26 +260,20 @@ a:visited:hover{
287
260
  white-space:pre-wrap !important;
288
261
  }
289
262
 
290
-
291
263
  blockquote,pre{
292
264
  border:1px solid #999;
293
- page-break-inside:avoid;
294
265
  }
295
266
 
296
-
297
- img,tr{
267
+ blockquote,img,pre,tr{
298
268
  page-break-inside:avoid;
299
269
  }
300
270
 
301
-
302
- h2,
303
- h3,p{
271
+ h2,h3,p{
304
272
  orphans:3;
305
273
  widows:3;
306
274
  }
307
275
 
308
- h2,
309
- h3{
276
+ h2,h3{
310
277
  page-break-after:avoid;
311
278
  }
312
279
  }
@@ -587,8 +587,6 @@ This file is part of Network Pro.
587
587
  </div>
588
588
  </footer>
589
589
  <!-- END FOOTER -->
590
-
591
- <script src="https://netwk.pro/js/app.js"></script>
592
590
  </div>
593
591
  </body>
594
592
  </html>
Binary file
Binary file