@networkpro/blog 1.1.3 → 1.1.5

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.
@@ -2,11 +2,13 @@
2
2
  date:
3
3
  created: 2025-05-26
4
4
  title: Welcome to the Future of Network Pro™
5
- summary: We’re thrilled to announce that the new version of our website is officially live and ready for you to explore!
5
+ summary:
6
+ We’re thrilled to announce that the new version of our website is officially
7
+ live and ready for you to explore!
6
8
  authors:
7
9
  - team
8
10
  tags:
9
- - network-pro
11
+ - networkpro
10
12
  - website
11
13
  - sveltekit
12
14
  ---
@@ -15,11 +17,18 @@ tags:
15
17
 
16
18
  ## 🚀 The Next Chapter of Our Web Evolution Has Arrived
17
19
 
18
- We’re thrilled to announce that the new version of our website is officially live and ready for you to explore! At **Network Pro Strategies**, we've been working diligently to bring you an even faster, smoother, and more intuitive online experience, and we’re excited to finally unveil it. 🎉
20
+ We’re thrilled to announce that the new version of our website is officially
21
+ live and ready for you to explore! At **Network Pro Strategies**, we've been
22
+ working diligently to bring you an even faster, smoother, and more intuitive
23
+ online experience, and we’re excited to finally unveil it. 🎉
19
24
 
20
25
  ## 🔍 A Seamless, Future-Ready Experience
21
26
 
22
- As you already know, we’ve rebuilt the entire site using [SvelteKit](https://svelte.dev/docs/kit/introduction), and we’re proud of the results. Thanks to the incredible capabilities of SvelteKit, the site is now optimized for both performance and user experience—delivering lightning-fast load times and easy navigation at every click.
27
+ As you already know, we’ve rebuilt the entire site using
28
+ [SvelteKit](https://svelte.dev/docs/kit/introduction), and we’re proud of the
29
+ results. Thanks to the incredible capabilities of SvelteKit, the site is now
30
+ optimized for both performance and user experience—delivering lightning-fast
31
+ load times and easy navigation at every click.
23
32
 
24
33
  <!-- more -->
25
34
 
@@ -29,22 +38,39 @@ As you already know, we’ve rebuilt the entire site using [SvelteKit](https://s
29
38
 
30
39
  <!-- markdownlint-enable MD026 -->
31
40
 
32
- 💨 **Super-Fast Load Times**: Say goodbye to slow page loads! The website now loads instantly, even on mobile devices or less-than-ideal internet connections.
33
- 🌍 **Enhanced Navigation**: Enjoy a fluid, seamless browsing experience. Every interaction feels natural and responsive, making it easier to access information and services.
34
- 📱 **Mobile-Friendly Design**: Whether you're browsing from your desktop or on-the-go, our website adapts to every screen size and device with perfect precision.
35
- 🔧 **Ongoing Improvements**: The work doesn’t stop here. As we continue to evolve, we’ll be rolling out even more features and updates, all designed to make your experience even better. Stay tuned for personalized content and enhanced functionalities!
41
+ 💨 **Super-Fast Load Times**: Say goodbye to slow page loads! The website now
42
+ loads instantly, even on mobile devices or less-than-ideal internet
43
+ connections.
44
+ 🌍 **Enhanced Navigation**: Enjoy a fluid, seamless browsing experience. Every
45
+ interaction feels natural and responsive, making it easier to access information
46
+ and services.
47
+ 📱 **Mobile-Friendly Design**: Whether you're browsing from your desktop or
48
+ on-the-go, our website adapts to every screen size and device with perfect
49
+ precision.
50
+ 🔧 **Ongoing Improvements**: The work doesn’t stop here. As we continue to
51
+ evolve, we’ll be rolling out even more features and updates, all designed to
52
+ make your experience even better. Stay tuned for personalized content and
53
+ enhanced functionalities!
36
54
 
37
55
  ## 🎯 Why We Made This Change
38
56
 
39
- We’re always striving to improve, and upgrading our web experience is part of our ongoing commitment to you—our valued community. By using **SvelteKit**, we’ve ensured that our site isn’t just faster, but also future-proof, allowing us to continuously evolve with cutting-edge web technologies.
57
+ We’re always striving to improve, and upgrading our web experience is part of
58
+ our ongoing commitment to you—our valued community. By using **SvelteKit**,
59
+ we’ve ensured that our site isn’t just faster, but also future-proof, allowing
60
+ us to continuously evolve with cutting-edge web technologies.
40
61
 
41
- It’s about providing you with the best tools and information in the most efficient and user-friendly way possible. This isn’t just about looks—this is about optimizing performance, improving accessibility, and ensuring that our website works better for you in every possible way.
62
+ It’s about providing you with the best tools and information in the most
63
+ efficient and user-friendly way possible. This isn’t just about looks—this is
64
+ about optimizing performance, improving accessibility, and ensuring that our
65
+ website works better for you in every possible way.
42
66
 
43
67
  ## 📣 Check Out the New Site
44
68
 
45
- Ready to experience the future? Head over to our new site now at [netwk.pro](https://netwk.pro) to explore all the new features.
69
+ Ready to experience the future? Head over to our new site now at
70
+ [netwk.pro](https://netwk.pro) to explore all the new features.
46
71
 
47
- Your feedback matters to us—if you have any suggestions or thoughts on how we can continue to improve, don’t hesitate to get in touch!
72
+ Your feedback matters to us—if you have any suggestions or thoughts on how we
73
+ can continue to improve, don’t hesitate to get in touch!
48
74
 
49
75
  Thanks for being part of the journey with us. The best is yet to come! 🚀
50
76
 
@@ -6,6 +6,6 @@ SPDX-License-Identifier: CC-BY-4.0 OR GPL-3.0-or-later
6
6
  This file is part of Network Pro.
7
7
  =========================================================================== */
8
8
 
9
- @import "./normalize.css";
10
- @import "./style.css";
11
- @import "./default.css";
9
+ @import './normalize.css';
10
+ @import './style.css';
11
+ @import './default.css';
@@ -206,9 +206,9 @@ select {
206
206
 
207
207
  /* stylelint-disable declaration-property-value-keyword-no-deprecated -- Maintain stylesheet consistency */
208
208
  button,
209
- [type="button"],
210
- [type="reset"],
211
- [type="submit"] {
209
+ [type='button'],
210
+ [type='reset'],
211
+ [type='submit'] {
212
212
  -webkit-appearance: button;
213
213
  appearance: button;
214
214
  }
@@ -219,9 +219,9 @@ button,
219
219
  */
220
220
 
221
221
  button::-moz-focus-inner,
222
- [type="button"]::-moz-focus-inner,
223
- [type="reset"]::-moz-focus-inner,
224
- [type="submit"]::-moz-focus-inner {
222
+ [type='button']::-moz-focus-inner,
223
+ [type='reset']::-moz-focus-inner,
224
+ [type='submit']::-moz-focus-inner {
225
225
  padding: 0;
226
226
  border-style: none;
227
227
  }
@@ -231,9 +231,9 @@ button::-moz-focus-inner,
231
231
  */
232
232
 
233
233
  button:-moz-focusring,
234
- [type="button"]:-moz-focusring,
235
- [type="reset"]:-moz-focusring,
236
- [type="submit"]:-moz-focusring {
234
+ [type='button']:-moz-focusring,
235
+ [type='reset']:-moz-focusring,
236
+ [type='submit']:-moz-focusring {
237
237
  outline: 1px dotted ButtonText;
238
238
  }
239
239
 
@@ -282,8 +282,8 @@ textarea {
282
282
  * 2. Remove the padding in IE 10.
283
283
  */
284
284
 
285
- [type="checkbox"],
286
- [type="radio"] {
285
+ [type='checkbox'],
286
+ [type='radio'] {
287
287
  padding: 0; /* 2 */
288
288
  box-sizing: border-box; /* 1 */
289
289
  }
@@ -292,8 +292,8 @@ textarea {
292
292
  * Correct the cursor style of increment and decrement buttons in Chrome.
293
293
  */
294
294
 
295
- [type="number"]::-webkit-inner-spin-button,
296
- [type="number"]::-webkit-outer-spin-button {
295
+ [type='number']::-webkit-inner-spin-button,
296
+ [type='number']::-webkit-outer-spin-button {
297
297
  height: auto;
298
298
  }
299
299
 
@@ -302,7 +302,7 @@ textarea {
302
302
  * 2. Correct the outline style in Safari.
303
303
  */
304
304
 
305
- [type="search"] {
305
+ [type='search'] {
306
306
  -webkit-appearance: textfield; /* 1 */
307
307
  appearance: textfield; /* 1 */
308
308
  outline-offset: -2px; /* 2 */
@@ -312,7 +312,7 @@ textarea {
312
312
  * Remove the inner padding in Chrome and Safari on macOS.
313
313
  */
314
314
 
315
- [type="search"]::-webkit-search-decoration {
315
+ [type='search']::-webkit-search-decoration {
316
316
  -webkit-appearance: none;
317
317
  }
318
318
 
@@ -217,7 +217,7 @@ a:visited:hover {
217
217
  .clearfix::before,
218
218
  .clearfix::after {
219
219
  display: table;
220
- content: "";
220
+ content: '';
221
221
  }
222
222
 
223
223
  .clearfix::after {
@@ -268,20 +268,20 @@ a:visited:hover {
268
268
  }
269
269
 
270
270
  a[href]::after {
271
- content: " (" attr(href) ")";
271
+ content: ' (' attr(href) ')';
272
272
  }
273
273
 
274
274
  abbr[title]::after {
275
- content: " (" attr(title) ")";
275
+ content: ' (' attr(title) ')';
276
276
  }
277
277
 
278
278
  /*
279
279
  * Don't show links that are fragment identifiers,
280
280
  * or use the `javascript:` pseudo protocol
281
281
  */
282
- a[href^="#"]::after,
283
- a[href^="javascript:"]::after {
284
- content: "";
282
+ a[href^='#']::after,
283
+ a[href^='javascript:']::after {
284
+ content: '';
285
285
  }
286
286
 
287
287
  pre {
package/src/tags.md CHANGED
@@ -7,6 +7,7 @@ title: Tag Index
7
7
 
8
8
  # Tags
9
9
 
10
- This page lists all of the tags used in the blog. Click on a tag to see the related articles and posts.
10
+ This page lists all of the tags used in the blog. Click on a tag to see the
11
+ related articles and posts.
11
12
 
12
13
  <!-- material/tags -->
@@ -8,95 +8,95 @@ This file is part of Network Pro.
8
8
  /** @type {import('stylelint').Config} */
9
9
  export default {
10
10
  extends: [
11
- "stylelint-config-recommended", // Base recommended config
12
- "stylelint-config-html/html", // For linting HTML files
13
- "stylelint-config-html", // Added from provided config for linting HTML
11
+ 'stylelint-config-recommended', // Base recommended config
12
+ 'stylelint-config-html/html', // For linting HTML files
13
+ 'stylelint-config-html', // Added from provided config for linting HTML
14
14
  ],
15
- plugins: ["stylelint-order"], // Add stylelint-order plugin
15
+ plugins: ['stylelint-order'], // Add stylelint-order plugin
16
16
  rules: {
17
- "property-no-vendor-prefix": null, // Allow vendor prefixes
18
- "selector-no-vendor-prefix": null,
19
- "selector-pseudo-element-colon-notation": [
20
- "double",
17
+ 'property-no-vendor-prefix': null, // Allow vendor prefixes
18
+ 'selector-no-vendor-prefix': null,
19
+ 'selector-pseudo-element-colon-notation': [
20
+ 'double',
21
21
  {
22
- severity: "warning",
22
+ severity: 'warning',
23
23
  },
24
24
  ],
25
- "media-feature-name-no-vendor-prefix": null,
26
- "font-family-no-duplicate-names": [
25
+ 'media-feature-name-no-vendor-prefix': null,
26
+ 'font-family-no-duplicate-names': [
27
27
  true,
28
28
  {
29
- ignoreFontFamilyNames: ["monospace"],
29
+ ignoreFontFamilyNames: ['monospace'],
30
30
  },
31
31
  ],
32
- "selector-class-pattern": [
33
- "^(?!fa-).*$", // Disallow classes starting with "fa-"
32
+ 'selector-class-pattern': [
33
+ '^(?!fa-).*$', // Disallow classes starting with "fa-"
34
34
  {
35
35
  message:
36
36
  "Class names must not start with 'fa-' (FontAwesome classes are ignored)",
37
37
  },
38
38
  ],
39
- "order/properties-order": [
39
+ 'order/properties-order': [
40
40
  [
41
41
  {
42
- groupName: "Positioning",
43
- properties: ["position", "top", "right", "bottom", "left", "z-index"],
42
+ groupName: 'Positioning',
43
+ properties: ['position', 'top', 'right', 'bottom', 'left', 'z-index'],
44
44
  },
45
45
  {
46
- groupName: "Box Model",
46
+ groupName: 'Box Model',
47
47
  properties: [
48
- "display",
49
- "flex",
50
- "flex-grow",
51
- "flex-shrink",
52
- "flex-basis",
53
- "justify-content",
54
- "align-items",
55
- "align-self",
56
- "width",
57
- "height",
58
- "padding",
59
- "margin",
60
- "border",
61
- "box-shadow",
48
+ 'display',
49
+ 'flex',
50
+ 'flex-grow',
51
+ 'flex-shrink',
52
+ 'flex-basis',
53
+ 'justify-content',
54
+ 'align-items',
55
+ 'align-self',
56
+ 'width',
57
+ 'height',
58
+ 'padding',
59
+ 'margin',
60
+ 'border',
61
+ 'box-shadow',
62
62
  ],
63
63
  },
64
64
  {
65
- groupName: "Typography",
65
+ groupName: 'Typography',
66
66
  properties: [
67
- "font",
68
- "font-size",
69
- "font-weight",
70
- "line-height",
71
- "letter-spacing",
72
- "color",
73
- "text-align",
67
+ 'font',
68
+ 'font-size',
69
+ 'font-weight',
70
+ 'line-height',
71
+ 'letter-spacing',
72
+ 'color',
73
+ 'text-align',
74
74
  ],
75
75
  },
76
76
  {
77
- groupName: "Visual",
77
+ groupName: 'Visual',
78
78
  properties: [
79
- "background",
80
- "background-color",
81
- "background-image",
82
- "opacity",
83
- "visibility",
79
+ 'background',
80
+ 'background-color',
81
+ 'background-image',
82
+ 'opacity',
83
+ 'visibility',
84
84
  ],
85
85
  },
86
86
  {
87
- groupName: "Animation & Transform",
88
- properties: ["transition", "transform", "animation"],
87
+ groupName: 'Animation & Transform',
88
+ properties: ['transition', 'transform', 'animation'],
89
89
  },
90
90
  ],
91
91
  {
92
- unspecified: "bottomAlphabetical", // Place unspecified properties alphabetically at the bottom
92
+ unspecified: 'bottomAlphabetical', // Place unspecified properties alphabetically at the bottom
93
93
  },
94
94
  ],
95
95
  },
96
96
  reportDescriptionlessDisables: false, // Do not report disables without descriptions
97
97
  reportInvalidScopeDisables: true, // Report invalid scope disables
98
98
  reportNeedlessDisables: true, // Report unnecessary disables
99
- ignoreFiles: ["public/**"], // Ignore the build directory
99
+ ignoreFiles: ['public/**'], // Ignore the build directory
100
100
  };
101
101
 
102
102
  // cspell:ignore descriptionless
@@ -1,173 +0,0 @@
1
- <!-- =========================================================================
2
- CODE_OF_CONDUCT.md
3
-
4
- Copyright © 2025 Network Pro Strategies (Network Pro™)
5
- SPDX-License-Identifier: CC-BY-4.0 OR GPL-3.0-or-later
6
- This file is part of Network Pro.
7
- ========================================================================== -->
8
-
9
- <a name="top"></a>
10
-
11
- [SPDX-License-Identifier](https://spdx.dev/learn/handling-license-info):
12
- `CC-BY-4.0 OR GPL-3.0-or-later`
13
-
14
- # Contributor Covenant Code of Conduct
15
-
16
- **Network Pro Strategies**
17
- **Effective Date:** 3/21/2025
18
-
19
- &nbsp;
20
-
21
- ## Contents
22
-
23
- - [Our Pledge](#pledge)
24
- - [Our Standards](#standards)
25
- - [Responsibilities](#response)
26
- - [Scope](#scope)
27
- - [Enforcement](#enforce)
28
- - [Attribution](#attribute)
29
-
30
- ---
31
-
32
- <section id="pledge">
33
-
34
- ## Our Pledge
35
-
36
- We as members, contributors, and leaders pledge to make participation in our
37
- community a harassment-free experience for everyone, regardless of age, body
38
- size, visible or invisible disability, ethnicity, sex characteristics, gender
39
- identity and expression, level of experience, education, socio-economic status,
40
- nationality, personal appearance, race, caste, color, religion, or sexual
41
- identity and orientation.
42
-
43
- We pledge to act and interact in ways that contribute to an open, welcoming,
44
- diverse, inclusive, and healthy community.
45
-
46
- </section>
47
-
48
- <section id="standards">
49
-
50
- ## Our Standards
51
-
52
- Examples of behavior that contributes to a positive environment for our
53
- community include:
54
-
55
- - Demonstrating empathy and kindness toward other people
56
- - Being respectful of differing opinions, viewpoints, and experiences
57
- - Giving and gracefully accepting constructive feedback
58
- - Accepting responsibility and apologizing to those affected by our mistakes,
59
- and learning from the experience
60
- - Focusing on what is best not just for us as individuals, but for the overall
61
- community
62
-
63
- Examples of unacceptable behavior include:
64
-
65
- - The use of sexualized language or imagery, and sexual attention or advances of
66
- any kind
67
- - Trolling, insulting or derogatory comments, and personal or political attacks
68
- - Public or private harassment
69
- - Publishing others' private information, such as a physical or email address,
70
- without their explicit permission
71
- - Other conduct which could reasonably be considered inappropriate in a
72
- professional setting
73
-
74
- <sub>[Back to top](#top)</sub>
75
-
76
- </section>
77
-
78
- <section id="response">
79
-
80
- ## Responsibilities
81
-
82
- Company and community leaders are responsible for clarifying and enforcing our standards of
83
- acceptable behavior and will take appropriate and fair corrective action in
84
- response to any behavior that they deem inappropriate, threatening, offensive,
85
- or harmful.
86
-
87
- Company and community leaders have the right and responsibility to remove, edit, or reject
88
- comments, commits, code, wiki edits, issues, and other contributions that are
89
- not aligned to this Code of Conduct, and will communicate reasons for moderation
90
- decisions when appropriate.
91
-
92
- Network Pro Strategies reserves the right, at its sole discretion, to remove, edit, or reject any contributions that are contrary to or detrimental to its business interests.
93
-
94
- <sub>[Back to top](#top)</sub>
95
-
96
- </section>
97
-
98
- <section id="scope">
99
-
100
- ## Scope
101
-
102
- This Code of Conduct applies within all community spaces, and also applies when
103
- an individual is officially representing the company or community in public spaces.
104
- Examples of representing our company or community include using an official email address,
105
- posting via an official social media account, or acting as an appointed
106
- representative at an online or offline event.
107
-
108
- <sub>[Back to top](#top)</sub>
109
-
110
- </section>
111
-
112
- <section id="enforce">
113
-
114
- ## Enforcement
115
-
116
- Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the abuse team at [abuse@neteng.pro](mailto:abuse@neteng.pro). All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances.
117
-
118
- The abuse team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
119
-
120
- Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project’s leadership.
121
-
122
- <sub>[Back to top](#top)</sub>
123
-
124
- </section>
125
-
126
- <section id="attribute">
127
-
128
- ## Attribution
129
-
130
- This Code of Conduct is adapted from the [Contributor Covenant][homepage],
131
- version 2.1, available at
132
- [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html][v2.1].
133
-
134
- The **Enforcement** section is adapted from the
135
- [Contributor Covenant][homepage],
136
- version 1.4, available at
137
- [https://www.contributor-covenant.org/version/1/4/code-of-conduct/][v1.4].
138
-
139
- For answers to common questions about this code of conduct, see the FAQ at
140
- [https://www.contributor-covenant.org/faq][FAQ]. Translations are available at
141
- [https://www.contributor-covenant.org/translations][translations].
142
-
143
- [homepage]: https://www.contributor-covenant.org
144
- [v2.1]: https://www.contributor-covenant.org/version/2/1/code_of_conduct.html
145
- [v1.4]: https://www.contributor-covenant.org/version/1/4/code-of-conduct/
146
- [FAQ]: https://www.contributor-covenant.org/faq
147
- [translations]: https://www.contributor-covenant.org/translations
148
-
149
- <sub>[Back to top](#top)</sub>
150
-
151
- </section>
152
-
153
- ---
154
-
155
- <div style="font-size: 12px; font-weight: bold; text-align: center;">
156
-
157
- [Home](https://netwk.pro) &nbsp; | &nbsp; [Terms of Use](https://netwk.pro/terms-of-use)
158
- [Privacy Policy](https://netwk.pro/privacy) &nbsp; | &nbsp; [Legal](https://netwk.pro/license)
159
-
160
- </div>
161
-
162
- &nbsp;
163
-
164
- <span style="font-size: 12px; text-align: center;">
165
-
166
- Copyright &copy; 2025
167
- **[Network Pro Strategies](https://netwk.pro/)** (Network Pro&trade;)
168
-
169
- Network Pro&trade;, the shield logo, and the "Locking Down Networks&trade;" slogan are [trademarks](https://netwk.pro/license#trademark) of Network Pro Strategies.
170
-
171
- Licensed under **[CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)** and the **[GNU GPL](https://spdx.org/licenses/GPL-3.0-or-later.html)**, as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
172
-
173
- </span>
package/src/img/acode.png DELETED
Binary file
Binary file
package/src/img/pmx.png DELETED
Binary file
package/src/img/tosdr.png DELETED
Binary file
Binary file