@networkpro/web 0.7.0 → 0.7.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/css/default.css CHANGED
@@ -51,6 +51,36 @@ footer .container,header .container{
51
51
  }
52
52
  }
53
53
 
54
+ .foss{
55
+ border-collapse:collapse;
56
+ border-spacing:0;
57
+ }
58
+
59
+ .foss td,.foss th{
60
+ border-collapse:collapse;
61
+ font-family:Arial,Helvetica,sans-serif;
62
+ overflow:hidden;
63
+ padding:10px 5px;
64
+ word-break:normal;
65
+ }
66
+
67
+ .foss .foss-cell{
68
+ text-align:center;
69
+ vertical-align:middle;
70
+ }
71
+
72
+ @media screen and (width <= 767px){
73
+
74
+ .foss,.foss col{
75
+ width:auto !important;
76
+ }
77
+
78
+ .foss-wrap{
79
+ -webkit-overflow-scrolling:touch;
80
+ overflow-x:auto;
81
+ }
82
+ }
83
+
54
84
  .logo{
55
85
  display:block;
56
86
  margin-left:auto;
@@ -60,18 +90,27 @@ footer .container,header .container{
60
90
  .index1{
61
91
  font-style:italic;
62
92
  font-weight:700;
93
+ letter-spacing:-.035em;
94
+ line-height:2.125rem;
95
+ text-align:center;
63
96
  }
64
97
 
65
- .index1,.index2{
98
+ .index2{
66
99
  text-align:center;
67
100
  }
68
101
 
69
- .index2{
70
- font-size:1.375em;
102
+ .index2,.subhead{
103
+ font-size:1.5em;
71
104
  font-variant:small-caps;
105
+ letter-spacing:-.035em;
72
106
  line-height:1.75em;
73
107
  }
74
108
 
109
+ .bolditalic{
110
+ font-style:italic;
111
+ font-weight:700;
112
+ }
113
+
75
114
  .bquote{
76
115
  border-left:3px solid #9e9e9e;
77
116
  font-style:italic;
Binary file
Binary file
Binary file
package/index.html CHANGED
@@ -98,11 +98,11 @@
98
98
  <section id="main-content">
99
99
  <p class="center-text"><strong>Welcome to Network Pro Strategies!</strong></p>
100
100
  <p class="center-text">We're building a hub of cutting-edge insights and expert solutions
101
- in network security, cybersecurity, and digital privacy.</p>
102
-
103
- <p class="center-text">Stay ahead of evolving threats by following us on social media for
101
+ in network security, cybersecurity, and digital privacy.<br/>
102
+ Stay ahead of evolving threats by following us on social media for
104
103
  updates, tips, and industry news.</p>
105
- <p class="center-text"><em>Big things are coming—stay tuned!</em></p>
104
+ <p class="center-text"><b><i>Check out our
105
+ <a rel="noopener noreferrer" href="spotlight.html">Weekly FOSS Spotlight</a>!</i></b></p>
106
106
 
107
107
  &nbsp;
108
108
 
package/index.html.br CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@networkpro/web",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
4
4
  "private": false,
5
5
  "description": "Locking Down Networks, Unlocking Confidence — Network Pro",
6
6
  "keywords": [
package/spotlight.html ADDED
@@ -0,0 +1,579 @@
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
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
50
+ <title>FOSS Spotlight &mdash; Network Pro </title>
51
+
52
+ <!-- STYLESHEETS -->
53
+ <link rel="stylesheet" href="css/normalize.css" type="text/css" />
54
+ <link rel="stylesheet" href="css/style.css" type="text/css" />
55
+ <link rel="stylesheet" href="css/default.css" type="text/css" />
56
+ <!-- Font Awesome solids and brands -->
57
+ <script
58
+ src="https://kit.fontawesome.com/f70f03cb45.js"
59
+ crossorigin="anonymous"></script>
60
+
61
+ <meta
62
+ name="description"
63
+ content="FOSS Spotlight | Security, Networking, Privacy — Network Pro" />
64
+ <meta name="author" content="Scott Lopez" />
65
+ <meta
66
+ name="robots"
67
+ content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
68
+
69
+ <link rel="canonical" href="https://netwk.pro/spotlight.html" />
70
+ <base href="./spotlight.html" target="_self" />
71
+
72
+ <!-- FACEBOOK META TAGS -->
73
+ <meta property="og:title" content="FOSS Spotlight — Network Pro" />
74
+ <meta property="og:type" content="website" />
75
+ <meta property="og:url" content="netwk.pro" />
76
+ <meta property="og:image" content="img/banner-og-1200x630.png" />
77
+ <meta property="og:image:alt" content="Network Pro Strategies" />
78
+ <meta
79
+ property="og:description"
80
+ content="FOSS Spotlight | Security, Networking, Privacy — Network Pro" />
81
+
82
+ <!-- TWITTER META TAGS -->
83
+ <meta name="twitter:card" content="summary_large_image" />
84
+ <meta name="twitter:site" content="@NetEng_Pro" />
85
+ <meta name="twitter:creator" content="@NetEng_pro" />
86
+ <meta property="twitter:domain" content="netwk.pro" />
87
+ <meta property="twitter:url" content="netwk.pro" />
88
+ <meta name="twitter:title" content="FOSS Spotlight — Network Pro" />
89
+ <meta
90
+ name="twitter:description"
91
+ content="FOSS Spotlight | Security, Networking, Privacy — Network Pro" />
92
+ <meta name="twitter:image" content="img/banner-og-1200x630.png" />
93
+ <meta name="twitter:image:alt" content="Network Pro Strategies" />
94
+ <!-- Meta Tags Generated via dnschecker.org -->
95
+
96
+ <link rel="icon" href="favicon.ico" sizes="any" type="image/x-icon" />
97
+ <link rel="icon" href="favicon.svg" type="image/svg+xml" />
98
+ <link rel="apple-touch-icon" href="favicon-180.png" type="image/png" />
99
+
100
+ <link rel="manifest" href="site.webmanifest" />
101
+ <meta name="theme-color" content="#ffc627" />
102
+
103
+ <meta http-equiv="Referrer-Policy" content="no-referrer" />
104
+ <meta http-equiv="Permissions-Policy" content="interest-cohort=()" />
105
+ </head>
106
+
107
+ <html>
108
+ <!-- BEGIN HEADER -->
109
+ <header id="header-nav">
110
+ <div class="container">
111
+ <nav class="center-nav">
112
+ <a rel="noopener noreferrer" href="./" target="_self">home</a> &nbsp;
113
+ | &nbsp;
114
+ <a
115
+ rel="noopener noreferrer"
116
+ href="https://github.com/netwk-pro/netwk-pro.github.io/blob/master/README.md"
117
+ target="_blank"
118
+ >about
119
+ <sup
120
+ ><span
121
+ class="fa-solid fa-arrow-up-right-from-square fa-2xs"></span></sup
122
+ ></a>
123
+ &nbsp; | &nbsp;
124
+ <a
125
+ rel="noopener noreferrer"
126
+ href="https://github.com/netwk-pro/netwk-pro.github.io/discussions"
127
+ target="_blank"
128
+ >discussions
129
+ <sup
130
+ ><span
131
+ class="fa-solid fa-arrow-up-right-from-square fa-2xs"></span></sup
132
+ ></a>
133
+ &nbsp; | &nbsp;
134
+ <a
135
+ rel="noopener noreferrer"
136
+ href="https://linktr.ee/neteng_pro"
137
+ target="_blank"
138
+ >link hub
139
+ <sup
140
+ ><span
141
+ class="fa-solid fa-arrow-up-right-from-square fa-2xs"></span></sup
142
+ ></a>
143
+ </nav>
144
+ </div>
145
+ </header>
146
+ <!-- END HEADER -->
147
+
148
+ <body class="full-width-section">
149
+ <div class="container">
150
+ <!-- BEGIN TITLE -->
151
+ <a name="top"></a>
152
+
153
+ <span class="small-text"
154
+ ><a
155
+ rel="noopener noreferrer"
156
+ href="https://spdx.dev/learn/handling-license-info/"
157
+ >SPDX License Identifier</a
158
+ >: &nbsp;<code>CC-BY-4.0 OR GPL-3.0-or-later</code></span
159
+ >
160
+
161
+ <hgroup id="site-title">
162
+ <h1>FOSS Spotlight</h1>
163
+ <h2 class="subhead"
164
+ >Weekly Highlights of Exceptional FOSS Projects</h2
165
+ >
166
+ </hgroup>
167
+ <!-- END TITLE -->
168
+
169
+ &nbsp;
170
+
171
+ <!-- BEGIN MAIN CONTENT -->
172
+ <div id="main-content">
173
+ <nav id="toc">
174
+ <h2>Contents</h2>
175
+ <ul>
176
+ <li><a href="#linksheet">LinkSheet Nightly</a></li>
177
+ <li><a href="#urlcheck">URLCheck</a></li>
178
+ </ul>
179
+ </nav>
180
+
181
+ <hr />
182
+
183
+ <section id="linksheet">
184
+ <div class="foss-wrap">
185
+ <table class="foss">
186
+ <tbody>
187
+ <tr>
188
+ <td class="foss-cell"
189
+ ><img
190
+ src="img/linksheet.png"
191
+ width="50px"
192
+ height="50px"
193
+ alt="LinkSheet Nightly"
194
+ /></td>
195
+ <td class="foss-cell"><h2>LinkSheet Nightly</h2></td>
196
+ </tr>
197
+ </tbody>
198
+ </table>
199
+ </div>
200
+
201
+ <p
202
+ >LinkSheet is a powerful tool that restores the ability to choose
203
+ which app opens your links on Android 12 and later. With its
204
+ Material Design interface, LinkSheet allows you to set custom
205
+ preferences for specific hosts, enhancing your privacy and
206
+ control.</p
207
+ >
208
+
209
+ <p><span class="bolditalic">Why LinkSheet?</span><br /> </p
210
+ ><p
211
+ ><b>Regain Choice:</b> Decide which app opens your links,
212
+ bypassing Android's default restrictions.<br />
213
+ <b>Custom Preferences:</b> Set your preferred browser or app for
214
+ specific hosts.<br />
215
+ <b>Enhanced Privacy:</b> Prevent unwanted app launches and ensure
216
+ links open where you intend.<br />
217
+ <b>User-Friendly Interface:</b> Enjoy a sleek, Material Design
218
+ that integrates seamlessly with your device.</p
219
+ >
220
+
221
+ <a
222
+ href="https://apps.obtainium.imranr.dev/redirect.html?r=obtainium://app/%7B%22id%22%3A%22fe.linksheet.nightly%22%2C%22url%22%3A%22https%3A%2F%2Fgithub.com%2FLinkSheet%2Fnightly%22%2C%22author%22%3A%221fexd%22%2C%22name%22%3A%22LinkSheet%20Nightly%22%2C%22preferredApkIndex%22%3A0%2C%22additionalSettings%22%3A%22%7B%5C%22includePrereleases%5C%22%3Atrue%2C%5C%22fallbackToOlderReleases%5C%22%3Atrue%2C%5C%22filterReleaseTitlesByRegEx%5C%22%3A%5C%22%5C%22%2C%5C%22filterReleaseNotesByRegEx%5C%22%3A%5C%22%5C%22%2C%5C%22verifyLatestTag%5C%22%3Afalse%2C%5C%22dontSortReleasesList%5C%22%3Afalse%2C%5C%22useLatestAssetDateAsReleaseDate%5C%22%3Afalse%2C%5C%22trackOnly%5C%22%3Afalse%2C%5C%22versionExtractionRegEx%5C%22%3A%5C%22%5C%22%2C%5C%22matchGroupToUse%5C%22%3A%5C%22%5C%22%2C%5C%22versionDetection%5C%22%3Afalse%2C%5C%22releaseDateAsVersion%5C%22%3Afalse%2C%5C%22useVersionCodeAsOSVersion%5C%22%3Afalse%2C%5C%22apkFilterRegEx%5C%22%3A%5C%22LinkSheet.Nightly%5C%22%2C%5C%22invertAPKFilter%5C%22%3Atrue%2C%5C%22autoApkFilterByArch%5C%22%3Atrue%2C%5C%22appName%5C%22%3A%5C%22%5C%22%2C%5C%22shizukuPretendToBeGooglePlay%5C%22%3Afalse%2C%5C%22exemptFromBackgroundUpdates%5C%22%3Afalse%2C%5C%22skipUpdateNotifications%5C%22%3Afalse%2C%5C%22about%5C%22%3A%5C%22Restore%20link%20control%20on%20Android%2012%2B%5C%22%7D%22%7D"
223
+ target="_blank"
224
+ ><img
225
+ src="img/badge_obtainium.png"
226
+ alt="Get it on Obtainium"
227
+ height="80"
228
+ /></a>
229
+
230
+ <p
231
+ ><a
232
+ rel="noopener noreferrer"
233
+ href="https://raw.githubusercontent.com/netwk-pro/netwk-pro.github.io/refs/heads/master/assets/bin/linksheet.json"
234
+ ><span class="fa-solid fa-file-arrow-down"></span> &nbsp;
235
+ Obtanium App Config</a
236
+ ></p
237
+ >
238
+ <p
239
+ ><b>GitHub:</b>
240
+ <a
241
+ rel="noopener noreferrer"
242
+ href="https://github.com/LinkSheet/LinkSheet">
243
+ github.com/LinkSheet/LinkSheet</a
244
+ ><br />
245
+ <b>GitHub Releases:</b>
246
+ <a
247
+ rel="noopener noreferrer"
248
+ href="https://github.com/LinkSheet/nightly"
249
+ >github.com/LinkSheet/nightly</a
250
+ ></p
251
+ >
252
+ <sub><a href="#top">Back to top</a></sub>
253
+ </section>
254
+
255
+ &nbsp;
256
+
257
+ <section id="urlcheck">
258
+ <div class="foss-wrap">
259
+ <table class="foss">
260
+ <tbody>
261
+ <tr>
262
+ <td class="foss-cell"
263
+ ><img
264
+ src="img/urlcheck.png"
265
+ width="50px"
266
+ height="50px"
267
+ alt="LinkSheet Nightly"
268
+ /></td>
269
+ <td class="foss-cell"><h2>URLCheck</h2></td>
270
+ </tr>
271
+ </tbody>
272
+ </table>
273
+ </div>
274
+
275
+ <p
276
+ >URLCheck is a must-have for privacy-conscious users! This app
277
+ helps you analyze and inspect links before opening them,
278
+ protecting you from trackers, malicious sites, and other online
279
+ threats.</p
280
+ >
281
+
282
+ <p><span class="bolditalic">🔍 Why you need it:</span></p>
283
+ <p
284
+ >✔️ <b>Automatic URL screening:</b> Set it as your default browser
285
+ for real-time link analysis.<br />
286
+ ✔️ <b>Full transparency:</b> Know what's behind a link before you
287
+ click.<br />
288
+ ✔️ <b>Stronger privacy & security:</b> Stay safe online with
289
+ minimal effort!
290
+ </p>
291
+
292
+ <p
293
+ ><b>GitHub:</b>
294
+ <a
295
+ rel="noopener noreferrer"
296
+ href="https://github.com/TrianguloY/URLCheck"
297
+ >github.com/TrianguloY/URLCheck</a
298
+ ><br />
299
+ <b>F-Droid:</b>
300
+ <a
301
+ rel="noopener noreferrer"
302
+ href="https://f-droid.org/packages/com.trianguloy.urlchecker/"
303
+ >f-droid.org/packages/com.trianguloy.urlchecker/</a
304
+ ></p
305
+ >
306
+ <sub><a href="#top">Back to top</a></sub>
307
+ </section>
308
+ <!-- END MAIN CONTENT -->
309
+
310
+ &nbsp;
311
+
312
+ <!-- BEGIN SOCIAL MEDIA -->
313
+ <section id="social-media">
314
+ <div class="soc-wrap">
315
+ <table class="soc">
316
+ <tbody>
317
+ <tr>
318
+ <td class="soc-fa">
319
+ <p>
320
+ <a
321
+ rel="noopener noreferrer"
322
+ href="https://instagram.com/netwk_pro"
323
+ target="_blank">
324
+ <span
325
+ class="fa-brands fa-square-instagram fa-2x"></span>
326
+ </a>
327
+ </p>
328
+ </td>
329
+ <td class="soc-fa">
330
+ <p>
331
+ <a
332
+ rel="noopener noreferrer"
333
+ href="https://facebook.com/neteng.pro"
334
+ target="_blank">
335
+ <span
336
+ class="fa-brands fa-square-facebook fa-2x"></span>
337
+ </a>
338
+ </p>
339
+ </td>
340
+ <td class="soc-fa">
341
+ <p>
342
+ <a
343
+ rel="noopener noreferrer"
344
+ href="https://linkedin.com/company/netwk-pro"
345
+ target="_blank">
346
+ <span class="fa-brands fa-linkedin fa-2x"></span>
347
+ </a>
348
+ </p>
349
+ </td>
350
+ <td class="soc-fa">
351
+ <p>
352
+ <a
353
+ rel="me noopener noreferrer"
354
+ href="https://noc.social/@NetEng_Pro"
355
+ target="_blank">
356
+ <span class="fa-brands fa-mastodon fa-2x"></span>
357
+ </a>
358
+ </p>
359
+ </td>
360
+ <td class="soc-fa">
361
+ <p>
362
+ <a
363
+ rel="noopener noreferrer"
364
+ href="https://x.com/NetEng_Pro"
365
+ target="_blank">
366
+ <span
367
+ class="fa-brands fa-square-x-twitter fa-2x"></span>
368
+ </a>
369
+ </p>
370
+ </td>
371
+ <td class="soc-fa">
372
+ <p>
373
+ <a
374
+ rel="noopener noreferrer"
375
+ href="https://threads.net/netwk_pro"
376
+ target="_blank"
377
+ ><span
378
+ class="fa-brands fa-square-threads fa-2x"></span>
379
+ </a>
380
+ </p>
381
+ </td>
382
+ </tr>
383
+ </tbody>
384
+ </table>
385
+ </div>
386
+ </section>
387
+ <!-- END SOCIAL MEDIA -->
388
+
389
+ <hr />
390
+
391
+ &nbsp;
392
+
393
+ <!-- BEGIN LEGAL -->
394
+ <section id="legal">
395
+ <div class="bnav-wrap">
396
+ <table class="bnav"
397
+ ><tbody>
398
+ <tr>
399
+ <td class="bnav-nav"
400
+ ><a
401
+ rel="noopener noreferrer"
402
+ href="https://github.com/netwk-pro/netwk-pro-legal/blob/master/TERMS.md"
403
+ target="_blank"
404
+ >Terms of Use
405
+ <sup
406
+ ><span
407
+ class="fa-solid fa-arrow-up-right-from-square fa-2xs"></span></sup></a
408
+ ></td>
409
+ <td class="bnav-nav"
410
+ ><a
411
+ rel="noopener noreferrer"
412
+ href="https://github.com/netwk-pro/netwk-pro-legal/blob/master/PRIVACY.md"
413
+ target="_blank"
414
+ >Privacy Policy
415
+ <sup
416
+ ><span
417
+ class="fa-solid fa-arrow-up-right-from-square fa-2xs"></span></sup
418
+ ></a>
419
+ </td>
420
+ </tr>
421
+ <tr>
422
+ <td class="bnav-cell" colspan="2">
423
+ <a
424
+ rel="noopener noreferrer"
425
+ href="https://github.com/netwk-pro/netwk-pro-legal/blob/master/LICENSE.md"
426
+ target="_blank"
427
+ >Legal
428
+ <sup
429
+ ><span
430
+ class="fa-solid fa-arrow-up-right-from-square fa-2xs"></span></sup></a
431
+ ></td>
432
+ </tr>
433
+ </tbody>
434
+ </table>
435
+ </div>
436
+ </section>
437
+ <!-- END LEGAL -->
438
+
439
+ &nbsp;
440
+
441
+ <!-- BEGIN BADGES -->
442
+ <section id="badges">
443
+ <div class="bnav2-wrap">
444
+ <table class="bnav2"
445
+ ><tbody>
446
+ <tr>
447
+ <td class="bnav2-nav"
448
+ ><a
449
+ rel="noopener noreferrer"
450
+ href="https://creativecommons.org/licenses/by/4.0/"
451
+ target="_blank"
452
+ ><img
453
+ decoding="async"
454
+ loading="lazy"
455
+ src="https://forthebadge.com/images/badges/cc-by.png"
456
+ style="width: 160px; height: auto"
457
+ alt="CC BY 4.0" /></a
458
+ ></td>
459
+ <td class="bnav2-nav"
460
+ ><a
461
+ rel="noopener noreferrer"
462
+ href="https://www.gnu.org/licenses/gpl-3.0.html"
463
+ target="_blank"
464
+ ><img
465
+ decoding="async"
466
+ loading="lazy"
467
+ src="https://img.shields.io/badge/LICENSE-GPLv3-red?style=for-the-badge&labelColor=9b9b9b&color=d0021b"
468
+ style="width: 120px; height: auto"
469
+ alt="GPL 3.0 or Later" /></a
470
+ ></td>
471
+ </tr>
472
+ </tbody>
473
+ </table>
474
+ </div>
475
+ </section>
476
+ <!-- END BADGES -->
477
+ </div>
478
+ </div>
479
+
480
+ &nbsp;
481
+
482
+ <!-- BEGIN FOOTER -->
483
+ <footer id="licensing">
484
+ <div class="container">
485
+ <div
486
+ class="copyright"
487
+ xmlns:cc="http://creativecommons.org/ns#"
488
+ xmlns:dct="http://purl.org/dc/terms/">
489
+ <p>
490
+ Copyright &copy; 2025<br />
491
+ <a
492
+ rel="cc:attributionURL dct:creator noopener noreferrer"
493
+ property="cc:attributionName"
494
+ href="https://netwk.pro/"
495
+ target="_blank"
496
+ ><strong>Network Pro Strategies</strong></a
497
+ >
498
+ (Network Pro&trade;)</p
499
+ >
500
+
501
+ <p>
502
+ Network Pro&trade;, the shield logo, and the "Locking Down
503
+ Networks" slogan are
504
+ <a
505
+ rel="noopener noreferrer"
506
+ href="https://github.com/netwk-pro/netwk-pro-legal/blob/master/LICENSE.md#tm"
507
+ target="_blank"
508
+ >trademarks</a
509
+ >
510
+ of Network Pro Strategies.
511
+ </p>
512
+
513
+ <p>
514
+ Licensed under
515
+ <a
516
+ href="https://creativecommons.org/licenses/by/4.0/"
517
+ target="_blank"
518
+ rel="license noopener noreferrer"
519
+ style="display: inline-block"
520
+ ><b>CC BY 4.0</b></a
521
+ >
522
+ <a
523
+ href="https://creativecommons.org/licenses/by/4.0/"
524
+ target="_blank"
525
+ rel="license noopener noreferrer"
526
+ style="display: inline-block"
527
+ ><img
528
+ decoding="async"
529
+ loading="lazy"
530
+ style="
531
+ height: 18px !important;
532
+ margin-left: 3px;
533
+ vertical-align: text-bottom;
534
+ text-decoration: none;
535
+ "
536
+ src="https://mirrors.creativecommons.org/presskit/icons/cc.svg"
537
+ alt="CC" />
538
+ </a>
539
+ <a
540
+ href="https://creativecommons.org/licenses/by/4.0/"
541
+ target="_blank"
542
+ rel="license noopener noreferrer"
543
+ style="display: inline-block"
544
+ ><img
545
+ decoding="async"
546
+ loading="lazy"
547
+ style="
548
+ height: 18px !important;
549
+ margin-left: 3px;
550
+ vertical-align: text-bottom;
551
+ text-decoration: none;
552
+ "
553
+ src="https://mirrors.creativecommons.org/presskit/icons/by.svg"
554
+ alt="BY"
555
+ /></a>
556
+ and the
557
+ <a
558
+ href="https://www.gnu.org/licenses/gpl-3.0.html"
559
+ target="_blank"
560
+ rel="license noopener noreferrer"
561
+ ><b>GNU GPL</b></a
562
+ >, as published by the
563
+ <a
564
+ rel="noopener noreferrer"
565
+ href="https://www.fsf.org"
566
+ target="_blank"
567
+ >Free Software Foundation</a
568
+ >, either version 3 of the License, or (at your option) any later
569
+ version.
570
+ </p>
571
+ </div>
572
+ </div>
573
+ </footer>
574
+ <!-- END FOOTER -->
575
+
576
+ <script src="js/app.js"></script>
577
+ </body>
578
+ </html>
579
+ </html>
Binary file