@networkpro/web 1.25.19 → 1.25.21
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/.lighthouserc.cjs +1 -1
- package/CHANGELOG.md +45 -2
- package/README.md +7 -5
- package/VERSIONING.md +47 -0
- package/package.json +3 -4
- package/src/lib/components/layout/HeaderDefault.svelte +2 -3
- package/src/lib/components/layout/HeaderHome.svelte +2 -3
- package/src/lib/pages/AboutContent.svelte +46 -57
- package/src/lib/pages/HomeContent.svelte +26 -26
- package/src/routes/+page.svelte +1 -1
- package/src/routes/posts/+page.svelte +7 -0
- package/static/sitemap.xml +3 -15
package/.lighthouserc.cjs
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -14,7 +14,9 @@ This file is part of Network Pro.
|
|
|
14
14
|
|
|
15
15
|
All notable changes to this project will be documented in this file.
|
|
16
16
|
|
|
17
|
-
This project
|
|
17
|
+
This project follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
|
|
18
|
+
Version numbers use a **SemVer-inspired** `MAJOR.MINOR.PATCH` format, with
|
|
19
|
+
version increments reflecting both user-visible and operational impact.
|
|
18
20
|
|
|
19
21
|
---
|
|
20
22
|
|
|
@@ -22,6 +24,45 @@ This project attempts to follow [Keep a Changelog](https://keepachangelog.com/en
|
|
|
22
24
|
|
|
23
25
|
---
|
|
24
26
|
|
|
27
|
+
## [1.25.21] - 2025-12-27
|
|
28
|
+
|
|
29
|
+
### Added
|
|
30
|
+
|
|
31
|
+
- Added Mastodon verification to `src/routes/posts/+page.svelte` via `<svelte:head>`.
|
|
32
|
+
|
|
33
|
+
### Changed
|
|
34
|
+
|
|
35
|
+
- Updated intro paragraph of `README.md` to better reflect the company's current mission, focus, and messaging.
|
|
36
|
+
- Bumped project version to `v1.25.21`.
|
|
37
|
+
- Updated dependencies:
|
|
38
|
+
- `@testing-library/svelte` `^5.3.0` → `^5.3.1`
|
|
39
|
+
- `jsdom` `27.3.0` → `27.4.0`
|
|
40
|
+
|
|
41
|
+
---
|
|
42
|
+
|
|
43
|
+
## [1.25.20] - 2025-12-24
|
|
44
|
+
|
|
45
|
+
### Added
|
|
46
|
+
|
|
47
|
+
- Added `VERSIONING.md` to document the project’s versioning strategy.
|
|
48
|
+
|
|
49
|
+
### Changed
|
|
50
|
+
|
|
51
|
+
- Updated `.lighthouse.cjs` to utilize `https://netwk.pro` as the target.
|
|
52
|
+
- Removed **Services** route from `sitemap.xml` and refreshed last modified timestamps.
|
|
53
|
+
- Updated `README.md` to clarify the project's versioning strategy and changelog format.
|
|
54
|
+
- Updated `src/routes/+page.svelte` to apply `containerClass="readable"` to `<FullWidthSection>` for improved readability.
|
|
55
|
+
- Revised homepage and About page content (`HomeContent.svelte` and `AboutContent.svelte`) to better reflect the company’s current mission, focus, and messaging.
|
|
56
|
+
- Bumped project version to `v1.25.20`.
|
|
57
|
+
|
|
58
|
+
### Removed
|
|
59
|
+
|
|
60
|
+
- Removed **Services** from primary navigation (`HeaderDefault.svelte` and `HeaderHome.svelte`).
|
|
61
|
+
- Removed references to home implementation services from `AboutContent.svelte`.
|
|
62
|
+
- This change reflects a clarified focus on internal research, education, advocacy, and selectively aligned consulting, rather than broad outward-facing service offerings.
|
|
63
|
+
|
|
64
|
+
---
|
|
65
|
+
|
|
25
66
|
## [1.25.19] - 2025-12-24
|
|
26
67
|
|
|
27
68
|
### Changed
|
|
@@ -2077,7 +2118,9 @@ This enables analytics filtering and CSP hardening for the audit environment.
|
|
|
2077
2118
|
|
|
2078
2119
|
<!-- Link references -->
|
|
2079
2120
|
|
|
2080
|
-
[Unreleased]: https://github.com/netwk-pro/netwk-pro.github.io/compare/v1.25.
|
|
2121
|
+
[Unreleased]: https://github.com/netwk-pro/netwk-pro.github.io/compare/v1.25.21...HEAD
|
|
2122
|
+
[1.25.21]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.25.21
|
|
2123
|
+
[1.25.20]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.25.20
|
|
2081
2124
|
[1.25.19]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.25.19
|
|
2082
2125
|
[1.25.18]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.25.18
|
|
2083
2126
|
[1.25.17]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.25.17
|
package/README.md
CHANGED
|
@@ -13,15 +13,15 @@ This file is part of Network Pro.
|
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
[](https://vercel.com) [](https://www.npmjs.com/package/@networkpro/web) [](https://github.com/netwk-pro/netwk-pro.github.io/actions/workflows/build-and-publish.yml)
|
|
17
|
-
[](https://github.com/prettier/prettier) [](https://stylelint.io/)
|
|
18
|
-
[](https://github.com/netwk-pro/netwk-pro.github.io/blob/master/CODE_OF_CONDUCT.md)
|
|
16
|
+
[](https://vercel.com) [](https://www.npmjs.com/package/@networkpro/web) [](https://github.com/netwk-pro/netwk-pro.github.io/actions/workflows/build-and-publish.yml)
|
|
17
|
+
[](https://github.com/prettier/prettier) [](https://stylelint.io/)
|
|
18
|
+
[](https://github.com/netwk-pro/netwk-pro.github.io/blob/master/CODE_OF_CONDUCT.md)
|
|
19
19
|
|
|
20
20
|
<section id="top">
|
|
21
21
|
|
|
22
22
|
## 🚀 Project Overview
|
|
23
23
|
|
|
24
|
-
This GitHub repository powers the official web presence of **[Network Pro Strategies](https://netwk.pro/about)** — a
|
|
24
|
+
This GitHub repository powers the official web presence of **[Network Pro Strategies](https://netwk.pro/about)** — a research- and infrastructure-focused technology initiative working across cybersecurity, digital systems, and privacy. Our work spans applied research and development, experimental infrastructure, educational tools and publications, and public advocacy for security- and privacy-respecting technology.
|
|
25
25
|
|
|
26
26
|
Built with [SvelteKit](https://kit.svelte.dev/) and deployed via [Vercel](https://vercel.com/).
|
|
27
27
|
[Blog](https://github.com/netwk-pro/blog) and [documentation](https://github.com/netwk-pro/docs) subsites built with [Material for MkDocs](https://squidfunk.github.io/mkdocs-material/) and deployed via [Vercel](https://vercel.com/) and [Netlify](https://netlify.com/).
|
|
@@ -53,7 +53,9 @@ All infrastructure and data flows are designed with **maximum transparency, self
|
|
|
53
53
|
|
|
54
54
|
For a history of changes to the Network Pro™ Web Presence, see the **[CHANGELOG](https://github.com/netwk-pro/netwk-pro.github.io/blob/master/CHANGELOG.md)**. All notable updates are documented there.
|
|
55
55
|
|
|
56
|
-
This project follows
|
|
56
|
+
This project follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
|
|
57
|
+
Version numbers use a **SemVer-inspired** `MAJOR.MINOR.PATCH` format, with
|
|
58
|
+
version increments reflecting both user-visible and operational impact.
|
|
57
59
|
|
|
58
60
|
</section>
|
|
59
61
|
|
package/VERSIONING.md
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
# Versioning Policy
|
|
2
|
+
|
|
3
|
+
This project uses a **SemVer-inspired versioning scheme** based on the
|
|
4
|
+
`MAJOR.MINOR.PATCH` format.
|
|
5
|
+
|
|
6
|
+
Version numbers are intended to communicate the **impact of a change** rather
|
|
7
|
+
than strict compliance with the Semantic Versioning specification. In addition
|
|
8
|
+
to user-facing changes, version increments may reflect infrastructure, hosting,
|
|
9
|
+
or operational changes relevant to maintainers.
|
|
10
|
+
|
|
11
|
+
## Version Number Meaning
|
|
12
|
+
|
|
13
|
+
### MAJOR (`X.0.0`)
|
|
14
|
+
|
|
15
|
+
Incremented when changes introduce **user-visible incompatibilities**, such as:
|
|
16
|
+
|
|
17
|
+
- URL or navigation structure changes
|
|
18
|
+
- Removal or renaming of major sections
|
|
19
|
+
- Changes that break existing links or bookmarks
|
|
20
|
+
- Changes to access, availability, or licensing
|
|
21
|
+
|
|
22
|
+
### MINOR (`1.X.0`)
|
|
23
|
+
|
|
24
|
+
Incremented for **backward-compatible but significant changes**, including:
|
|
25
|
+
|
|
26
|
+
- Hosting platform migrations (e.g. Netlify → Vercel)
|
|
27
|
+
- Build or deployment pipeline changes
|
|
28
|
+
- Security header or CSP delivery changes
|
|
29
|
+
- Changes that may affect maintainers or operators, but not readers
|
|
30
|
+
- New features or content additions that do not break existing usage
|
|
31
|
+
|
|
32
|
+
### PATCH (`1.1.X`)
|
|
33
|
+
|
|
34
|
+
Incremented for **backward-compatible, low-impact changes**, such as:
|
|
35
|
+
|
|
36
|
+
- Content edits or corrections
|
|
37
|
+
- Dependency updates
|
|
38
|
+
- Tooling updates that do not alter build behavior
|
|
39
|
+
- Internal refactoring or cleanup
|
|
40
|
+
|
|
41
|
+
## Notes
|
|
42
|
+
|
|
43
|
+
- Infrastructure or platform changes may be considered “breaking” from a
|
|
44
|
+
maintainer perspective, but do not automatically imply a MAJOR version bump.
|
|
45
|
+
- Version numbers are intended to communicate **impact**, not just change.
|
|
46
|
+
- Detailed migration or operational notes are documented in the changelog when
|
|
47
|
+
relevant.
|
package/package.json
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@networkpro/web",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.25.
|
|
4
|
+
"version": "1.25.21",
|
|
5
5
|
"description": "Locking Down Networks, Unlocking Confidence™ | Security, Networking, Privacy — Network Pro Strategies",
|
|
6
6
|
"keywords": [
|
|
7
|
-
"advisory",
|
|
8
7
|
"consulting",
|
|
9
8
|
"cybersecurity",
|
|
10
9
|
"networking",
|
|
@@ -100,7 +99,7 @@
|
|
|
100
99
|
"@sveltejs/kit": "2.49.2",
|
|
101
100
|
"@sveltejs/vite-plugin-svelte": "^6.2.1",
|
|
102
101
|
"@testing-library/jest-dom": "^6.9.1",
|
|
103
|
-
"@testing-library/svelte": "^5.3.
|
|
102
|
+
"@testing-library/svelte": "^5.3.1",
|
|
104
103
|
"@vitest/coverage-v8": "3.2.4",
|
|
105
104
|
"autoprefixer": "^10.4.23",
|
|
106
105
|
"browserslist": "^4.28.1",
|
|
@@ -110,7 +109,7 @@
|
|
|
110
109
|
"eslint-plugin-svelte": "^3.13.1",
|
|
111
110
|
"globals": "^16.5.0",
|
|
112
111
|
"globby": "^16.1.0",
|
|
113
|
-
"jsdom": "27.
|
|
112
|
+
"jsdom": "27.4.0",
|
|
114
113
|
"lightningcss": "^1.30.2",
|
|
115
114
|
"markdownlint": "^0.40.0",
|
|
116
115
|
"markdownlint-cli2": "0.20.0",
|
|
@@ -19,7 +19,7 @@ This file is part of Network Pro.
|
|
|
19
19
|
|
|
20
20
|
const homeLink = base || '/';
|
|
21
21
|
const aboutLink = `${base}/about`;
|
|
22
|
-
const servLink = `${base}/services`;
|
|
22
|
+
//const servLink = `${base}/services`;
|
|
23
23
|
const lhubLink = `${base}/links`;
|
|
24
24
|
const fossLink = `${base}/foss`;
|
|
25
25
|
const discussLink =
|
|
@@ -42,7 +42,6 @@ This file is part of Network Pro.
|
|
|
42
42
|
const nav = [
|
|
43
43
|
{ label: 'home', href: homeLink, target: PAGE.SELF, external: false },
|
|
44
44
|
{ label: 'about', href: aboutLink, target: PAGE.SELF, external: false },
|
|
45
|
-
{ label: 'services', href: servLink, target: PAGE.SELF, external: false },
|
|
46
45
|
{
|
|
47
46
|
label: 'blog',
|
|
48
47
|
href: LINKS.BLOG,
|
|
@@ -88,7 +87,7 @@ This file is part of Network Pro.
|
|
|
88
87
|
{/if}
|
|
89
88
|
<!-- Separator logic -->
|
|
90
89
|
{#if index < nav.length - 1}
|
|
91
|
-
{#if label === '
|
|
90
|
+
{#if label === 'foss'}
|
|
92
91
|
<br />
|
|
93
92
|
{:else}
|
|
94
93
|
<span class="goldseparator">|</span>
|
|
@@ -19,7 +19,7 @@ This file is part of Network Pro.
|
|
|
19
19
|
|
|
20
20
|
const aboutLink = `${base}/about`;
|
|
21
21
|
const fossLink = `${base}/foss`;
|
|
22
|
-
const servLink = `${base}/services`;
|
|
22
|
+
//const servLink = `${base}/services`;
|
|
23
23
|
const lhubLink = `${base}/links`;
|
|
24
24
|
const discussLink =
|
|
25
25
|
'https://github.com/netwk-pro/netwk-pro.github.io/discussions';
|
|
@@ -40,7 +40,6 @@ This file is part of Network Pro.
|
|
|
40
40
|
*/
|
|
41
41
|
const nav = [
|
|
42
42
|
{ label: 'about', href: aboutLink, target: PAGE.SELF, external: false },
|
|
43
|
-
{ label: 'services', href: servLink, target: PAGE.SELF, external: false },
|
|
44
43
|
{
|
|
45
44
|
label: 'blog',
|
|
46
45
|
href: LINKS.BLOG,
|
|
@@ -86,7 +85,7 @@ This file is part of Network Pro.
|
|
|
86
85
|
{/if}
|
|
87
86
|
<!-- Separator logic -->
|
|
88
87
|
{#if index < nav.length - 1}
|
|
89
|
-
{#if label === '
|
|
88
|
+
{#if label === 'foss'}
|
|
90
89
|
<br />
|
|
91
90
|
{:else}
|
|
92
91
|
<span class="goldseparator">|</span>
|
|
@@ -30,7 +30,7 @@ This file is part of Network Pro.
|
|
|
30
30
|
* URL to the Consultation route, using the base path
|
|
31
31
|
* @type {string}
|
|
32
32
|
*/
|
|
33
|
-
const consultLink = `${base}/consultation`;
|
|
33
|
+
//const consultLink = `${base}/consultation`;
|
|
34
34
|
|
|
35
35
|
/**
|
|
36
36
|
* URL to the Services route, using the base path
|
|
@@ -121,7 +121,7 @@ This file is part of Network Pro.
|
|
|
121
121
|
<div class="spacer"></div>
|
|
122
122
|
|
|
123
123
|
<section id="subhead">
|
|
124
|
-
<h2>Security
|
|
124
|
+
<h2>Security, with Intent</h2>
|
|
125
125
|
</section>
|
|
126
126
|
<!-- END TITLE -->
|
|
127
127
|
|
|
@@ -137,87 +137,76 @@ This file is part of Network Pro.
|
|
|
137
137
|
</p>
|
|
138
138
|
|
|
139
139
|
<p>
|
|
140
|
-
At <strong>{COMPANY_INFO.NAME} ({COMPANY_INFO.APP_NAME})</strong>,
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
doesn't have to come at the cost of user autonomy, and that privacy-minded
|
|
144
|
-
solutions can be both practical and powerful.
|
|
140
|
+
At <strong>{COMPANY_INFO.NAME} ({COMPANY_INFO.APP_NAME})</strong>, our work
|
|
141
|
+
centers on advancing practical security, infrastructure resilience, and
|
|
142
|
+
digital privacy through research, development, education, and advocacy.
|
|
145
143
|
</p>
|
|
146
144
|
|
|
147
145
|
<p>
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
where they offer competitive functionality, control, and visibility. When proprietary
|
|
153
|
-
platforms are better suited, we deploy them responsibly and securely—ensuring every
|
|
154
|
-
recommendation is grounded in
|
|
155
|
-
<strong>technical merit</strong>, <strong>scalability</strong>, and
|
|
156
|
-
<strong>client goals</strong>.
|
|
146
|
+
We design, operate, and study real-world systems with a focus on understanding
|
|
147
|
+
how security works in practice—not just in theory. Our goal is to produce
|
|
148
|
+
clear, credible guidance and tools that respect user autonomy, scale
|
|
149
|
+
responsibly, and reflect the realities of modern infrastructure.
|
|
157
150
|
</p>
|
|
158
151
|
|
|
159
|
-
<h3>What We Do</h3>
|
|
160
152
|
<p>
|
|
161
|
-
|
|
162
|
-
|
|
153
|
+
Where appropriate, we also apply this work through limited consulting
|
|
154
|
+
engagements, offering focused expertise in network security, cybersecurity,
|
|
155
|
+
and privacy engineering for organizations seeking intentional, well-reasoned
|
|
156
|
+
solutions.
|
|
163
157
|
</p>
|
|
164
158
|
|
|
165
|
-
<
|
|
166
|
-
<li><strong>Network Hardening & Perimeter Defense</strong></li>
|
|
167
|
-
<li><strong>Firewall Architecture & Policy Optimization</strong></li>
|
|
168
|
-
<li><strong>Zero Trust Implementation</strong></li>
|
|
169
|
-
<li><strong>Secure Infrastructure Design & Implementation</strong></li>
|
|
170
|
-
<li><strong>Risk Reduction & Security Posture Assessment</strong></li>
|
|
171
|
-
</ul>
|
|
159
|
+
<h3>What We Do</h3>
|
|
172
160
|
|
|
173
161
|
<p>
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
clear value, with zero fluff.
|
|
162
|
+
{COMPANY_INFO.APP_NAME} is focused on internal research, development, education,
|
|
163
|
+
and advocacy in the areas of network security, infrastructure design, and digital
|
|
164
|
+
privacy.
|
|
178
165
|
</p>
|
|
179
166
|
|
|
180
|
-
<
|
|
167
|
+
<p>
|
|
168
|
+
Our work centers on building and operating real-world systems, conducting
|
|
169
|
+
exploratory and applied research, developing proof-of-concept environments,
|
|
170
|
+
and publishing practical insights drawn from hands-on experience. These
|
|
171
|
+
efforts inform the tools, guidance, and educational content we share with the
|
|
172
|
+
broader community.
|
|
173
|
+
</p>
|
|
181
174
|
|
|
182
175
|
<p>
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
<a href={servLink} target={PAGE.SELF}>on-site services</a> are available to both
|
|
187
|
-
consumers and businesses. In addition to consulting, we offer the following services:
|
|
176
|
+
We also offer <strong
|
|
177
|
+
>limited consulting on a selective, case-by-case basis</strong
|
|
178
|
+
>, typically aligned with our research focus areas, including:
|
|
188
179
|
</p>
|
|
189
180
|
|
|
190
181
|
<ul>
|
|
191
|
-
<li
|
|
192
|
-
<li
|
|
193
|
-
<li
|
|
194
|
-
<li
|
|
195
|
-
<li
|
|
196
|
-
<li><strong>Add a Wi-Fi Device</strong></li>
|
|
197
|
-
<li><strong>Add or Configure a Printer</strong></li>
|
|
182
|
+
<li>Network Hardening & Perimeter Defense</li>
|
|
183
|
+
<li>Firewall Architecture & Policy Optimization</li>
|
|
184
|
+
<li>Zero Trust Design Principles</li>
|
|
185
|
+
<li>Secure Infrastructure Architecture</li>
|
|
186
|
+
<li>Risk Reduction & Security Posture Assessment</li>
|
|
198
187
|
</ul>
|
|
199
188
|
|
|
200
|
-
<div class="spacer"></div>
|
|
201
|
-
|
|
202
189
|
<p>
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
190
|
+
Rather than operating as a traditional consultancy, our engagement model
|
|
191
|
+
prioritizes depth, intent, and alignment. Consulting work is approached as an
|
|
192
|
+
extension of our internal projects and research—not as a volume-driven service
|
|
193
|
+
offering.
|
|
206
194
|
</p>
|
|
207
195
|
|
|
208
196
|
<p>
|
|
209
|
-
At
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
197
|
+
At Network Pro™, we believe strong security comes from understanding systems
|
|
198
|
+
deeply, communicating clearly, and designing with purpose. Our goal is not
|
|
199
|
+
scale for its own sake, but meaningful work that advances security practice,
|
|
200
|
+
privacy awareness, and resilient infrastructure.
|
|
213
201
|
</p>
|
|
214
202
|
|
|
203
|
+
<div class="spacer"></div>
|
|
204
|
+
|
|
215
205
|
<p>
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
>Schedule a free, initial consultation</a> today and discover what's possible.
|
|
206
|
+
Interested in our work or exploring a potential collaboration? <a
|
|
207
|
+
href={contactLink}
|
|
208
|
+
target={PAGE.BLANK}>Let's connect</a
|
|
209
|
+
>.
|
|
221
210
|
</p>
|
|
222
211
|
|
|
223
212
|
<p>
|
|
@@ -43,45 +43,45 @@ This file is part of Network Pro.
|
|
|
43
43
|
</script>
|
|
44
44
|
|
|
45
45
|
<!-- BEGIN HOME CONTENT -->
|
|
46
|
-
<h3 class={classIndex}
|
|
46
|
+
<h3 class={classIndex}>🔐 Security, with Intent</h3>
|
|
47
47
|
|
|
48
48
|
<p class={classCenter}>
|
|
49
|
-
At <strong>{COMPANY_INFO.NAME}</strong>, we
|
|
50
|
-
|
|
51
|
-
real-world
|
|
52
|
-
practical solutions—leveraging a strategic mix of open source and proprietary
|
|
53
|
-
technologies based on performance, scalability, and trustworthiness.
|
|
49
|
+
At <strong>{COMPANY_INFO.NAME}</strong>, we advance practical cybersecurity,
|
|
50
|
+
resilient infrastructure, and digital privacy through hands-on research,
|
|
51
|
+
real-world engineering, education, and advocacy.
|
|
54
52
|
</p>
|
|
55
53
|
|
|
56
54
|
<p class={classCenter}>
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
55
|
+
Our work centers on understanding how systems behave in practice—building,
|
|
56
|
+
testing, and operating secure environments to surface insights that are
|
|
57
|
+
grounded in reality, not ideology. We believe effective security respects
|
|
58
|
+
autonomy, scales responsibly, and is designed with purpose.
|
|
60
59
|
</p>
|
|
61
60
|
|
|
62
61
|
<p class={classCenter}>
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
62
|
+
A core part of our mission is education and awareness. Through published
|
|
63
|
+
research, technical writing, and community-focused content, we aim to make
|
|
64
|
+
security concepts more accessible, transparent, and actionable for both
|
|
65
|
+
technical and non-technical audiences.
|
|
66
|
+
</p>
|
|
67
|
+
|
|
68
|
+
<p class={classCenter}>
|
|
69
|
+
Where there is strong alignment, we also apply this work through <strong
|
|
70
|
+
>limited, selective consulting engagements</strong
|
|
71
|
+
>, offering focused expertise in network security, infrastructure design, and
|
|
72
|
+
privacy engineering.
|
|
70
73
|
</p>
|
|
71
74
|
|
|
72
75
|
<div class="spacer"></div>
|
|
73
76
|
|
|
74
77
|
<p class={classCenter}>
|
|
75
|
-
<strong>
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
🔐 <strong>Secure Email:</strong>
|
|
83
|
-
<a href={`mailto:${CONTACT.SECURE_LINK}`} target={PAGE.BLANK}
|
|
84
|
-
>{CONTACT.SECURE_LINK}</a>
|
|
78
|
+
📡 <strong>Stay informed</strong>.<br />
|
|
79
|
+
<em>
|
|
80
|
+
Follow our
|
|
81
|
+
<a href={LINKS.BLOG} target={PAGE.SELF}>work</a> for research findings, practical
|
|
82
|
+
guidance, and perspectives on security, infrastructure, and digital privacy—shared
|
|
83
|
+
openly and grounded in real-world experience.
|
|
84
|
+
</em>
|
|
85
85
|
</p>
|
|
86
86
|
|
|
87
87
|
|
package/src/routes/+page.svelte
CHANGED
|
@@ -45,6 +45,13 @@ This file is part of Network Pro.
|
|
|
45
45
|
});
|
|
46
46
|
</script>
|
|
47
47
|
|
|
48
|
+
<svelte:head>
|
|
49
|
+
<a
|
|
50
|
+
rel="me"
|
|
51
|
+
href="https://noc.social/@neteng_pro"
|
|
52
|
+
aria-label="Mastodon profile"></a>
|
|
53
|
+
</svelte:head>
|
|
54
|
+
|
|
48
55
|
{#if show && target}
|
|
49
56
|
<RedirectPage to={target} rel={PAGE.REL} />
|
|
50
57
|
{:else}
|
package/static/sitemap.xml
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<!-- Sitemap last updated 2025-12-
|
|
2
|
+
<!-- Sitemap last updated 2025-12-27 -->
|
|
3
3
|
|
|
4
4
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
|
5
5
|
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
<loc>https://netwk.pro</loc>
|
|
9
9
|
|
|
10
|
-
<lastmod>2025-12-
|
|
10
|
+
<lastmod>2025-12-25</lastmod>
|
|
11
11
|
|
|
12
12
|
<changefreq>weekly</changefreq>
|
|
13
13
|
|
|
@@ -15,18 +15,6 @@
|
|
|
15
15
|
|
|
16
16
|
</url>
|
|
17
17
|
|
|
18
|
-
<url>
|
|
19
|
-
|
|
20
|
-
<loc>https://netwk.pro/services</loc>
|
|
21
|
-
|
|
22
|
-
<lastmod>2025-11-09</lastmod>
|
|
23
|
-
|
|
24
|
-
<changefreq>monthly</changefreq>
|
|
25
|
-
|
|
26
|
-
<priority>0.8</priority>
|
|
27
|
-
|
|
28
|
-
</url>
|
|
29
|
-
|
|
30
18
|
<url>
|
|
31
19
|
|
|
32
20
|
<loc>https://netwk.pro/foss</loc>
|
|
@@ -43,7 +31,7 @@
|
|
|
43
31
|
|
|
44
32
|
<loc>https://netwk.pro/about</loc>
|
|
45
33
|
|
|
46
|
-
<lastmod>2025-
|
|
34
|
+
<lastmod>2025-12-27</lastmod>
|
|
47
35
|
|
|
48
36
|
<changefreq>monthly</changefreq>
|
|
49
37
|
|