-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4405cfe
commit b6551ac
Showing
70 changed files
with
6,643 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,107 @@ | ||
<!doctype html> | ||
<!-- SPDX-License-Identifier: CC-BY-4.0 OR GPL-3.0-or-later --> | ||
<!-- This file is part of Network Engineering Pro --> | ||
<html class="no-js" lang="en"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
|
||
<!-- | ||
Network Engineering Pro (NetEng-Pro), a Free/Libre and Open Source Community | ||
Copyright © 2024-2025 Scott Lopez | ||
--- | ||
I. Creative Commons Attribution 4.0 International | ||
Network Engineering 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/. | ||
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. | ||
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. | ||
Permissions beyond the scope of this License—or instead of those permitted by this License—may be available as further defined within this document. | ||
SPDX Reference: https://spdx.org/licenses/CC-BY-4.0.html | ||
Canonical URL: https://creativecommons.org/licenses/by/4.0/ | ||
--- | ||
II. GNU General Public License | ||
Network Engineering 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. | ||
This material is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
FITNESS FOR A PARTICULAR PURPOSE. | ||
See the GNU General Public License for more details. | ||
SPDX Reference: https://spdx.org/licenses/GPL-3.0-or-later.html | ||
Canonical URL: https://www.gnu.org/licenses/gpl-3.0.html | ||
--- | ||
Author: Scott Lopez | ||
Email: <contact@neteng.pro> | ||
Web: <https://bio.neteng.pro> | ||
--> | ||
|
||
<title>Page Not Found</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
|
||
<link rel="canonical" href="https://neteng.pro/404.html" /> | ||
<base href="https://neteng.pro/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> | ||
</html> | ||
<!-- IE needs 512+ bytes: https://docs.microsoft.com/archive/blogs/ieinternals/friendly-http-error-pages --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
netwk.pro |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,254 @@ | ||
<!-- SPDX-License-Identifier: CC-BY-4.0 OR GPL-3.0-or-later --> | ||
<!-- This file is part of Network Engineering Pro --> | ||
|
||
<!-- | ||
Network Engineering Pro (NetEng-Pro), a Free/Libre and Open Source Community | ||
Copyright © 2024-2025 Scott Lopez | ||
--- | ||
I. Creative Commons Attribution 4.0 International | ||
Network Engineering 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/. | ||
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. | ||
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. | ||
Permissions beyond the scope of this License—or instead of those permitted by this License—may be available as further defined within this document. | ||
SPDX Reference: https://spdx.org/licenses/CC-BY-4.0.html | ||
Canonical URL: https://creativecommons.org/licenses/by/4.0/ | ||
--- | ||
II. GNU General Public License | ||
Network Engineering 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. | ||
This material is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
FITNESS FOR A PARTICULAR PURPOSE. | ||
See the GNU General Public License for more details. | ||
SPDX Reference: https://spdx.org/licenses/GPL-3.0-or-later.html | ||
Canonical URL: https://www.gnu.org/licenses/gpl-3.0.html | ||
--- | ||
Author: Scott Lopez | ||
Email: <contact@neteng.pro> | ||
Web: <https://bio.neteng.pro> | ||
--> | ||
|
||
<a href="https://spdx.dev/learn/handling-license-info/">SPDX-License-Identifier:</a> | ||
CC-BY-4.0 OR GPL-3.0-or-later | ||
|
||
# <a id="top">Copyright and Licensing</a> | ||
|
||
**Table of Contents** | ||
|
||
- [Copyright](#copyright) | ||
- [Abbreviated Business Name](#neteng-pro) | ||
- [Licensing](#licensing) | ||
- [Are you sure you can do that?](#questions) | ||
- [Contact](#contact) | ||
- [CC BY 4.0](#cc-by) | ||
- [GNU GPL](#gnu-gpl) | ||
|
||
--- | ||
|
||
## <a id="copyright">Copyright</a> | ||
|
||
<code style="height: 50vh; width: 100%; background: transparent; border: none; border-radius: 0; resize: none; outline: none;"> | ||
|
||
**[Network Engineering Pro](https://neteng.pro/)** (NetEng-Pro), a Free/Libre | ||
and Open Source Software Community <br /> Copyright © 2024-2025 | ||
**[Scott Lopez](https://bio.neteng.pro)** | ||
|
||
</code> | ||
|
||
NetEng-Pro is provided **_as is_** and **_as available_** without any | ||
warranties, express or implied. The Licensor makes no representations or | ||
guarantees regarding the Licensed Material and assumes no liability for its use. | ||
|
||
> > _Unless otherwise noted, Network Engineering Pro (NetEng-Pro) in its' | ||
> > entirety is available exclusively under the licenses outlined herein._ | ||
--- | ||
|
||
### <a id="neteng-pro">_Use of Abbreviated Business Name_</a> | ||
|
||
For clarity, the community's _full business name_, **Network Engineering Pro**, | ||
and its abbreviated name, **NetEng-Pro**, are legally equivalent. All references | ||
to 'NetEng-Pro,' whether in text or code, shall be interpreted as references to | ||
the full business name with equal authority. | ||
|
||
**This equivalency applies across all media and contexts, including but not | ||
limited to: legal notices, website content, GitHub repositories and code, as | ||
well as any business-related documentation.** | ||
|
||
--- | ||
|
||
## <a id="licensing">Licensing</a> | ||
|
||
Network Engineering Pro is available under the following licenses: | ||
|
||
- **[Creative Commons Attribution 4.0 International](#cc-by)** ('CC BY 4.0') | ||
- **[GNU General Public License](#gnu-gpl)** ('GNU GPL'), either version 3 of | ||
the license, or (at your option) any later version | ||
|
||
| ||
|
||
#### <a id="questions">_Are you sure you can do that?_</a> | ||
|
||
- "You may offer the licensed material under other licenses in addition to the | ||
CC license (a practice commonly referred to as 'dual licensing')." | ||
|
||
_[Separate agreements | Creative Commons FAQ](https://creativecommons.org/faq/#can-i-enter-into-separate-or-supplemental-agreements-with-users-of-my-work)_ | ||
|
||
- Both the [GNU GPL](https://www.gnu.org/licenses/license-list.html#GPLOther) | ||
and [CC BY 4.0](https://www.gnu.org/licenses/license-list.html#ccby) are | ||
categorized as "free licenses, compatible with the GNU GPL." | ||
|
||
_[Licenses for Other Works | GNU - Various Licenses and Comments About Them](https://www.gnu.org/licenses/license-list.html#OtherLicenses)_ | ||
|
||
- [What does it mean to say a license is “compatible with the GPL?" | GNU GPL FAQ](https://www.gnu.org/licenses/gpl-faq.html#WhatDoesCompatMean) | ||
|
||
| ||
|
||
#### <a id="contact">_Contact_</a> | ||
|
||
For questions not covered here, or to request permissions not covered by the | ||
scope of either license, please email me at `contact (at) neteng.pro`. | ||
|
||
<sub>[Top](#top)</sub> | ||
|
||
--- | ||
|
||
### <a id="cc-by">Creative Commons Attribution 4.0 International</a> | ||
|
||
<sup>Formats: [XMP](assets/license/CC-BY-4.0.xmp) | | ||
[Markdown](assets/license/CC-BY-4.0.md) | | ||
[RDF](assets/license/CC-BY-4.0.rdf)</sup> | ||
|
||
Network Engineering Pro (the "Licensed Material") is licensed under **Creative | ||
Commons Attribution 4.0 International** ("CC BY 4.0") | ||
[<img style="display: inline-block; height: 18px !important; margin-left: 3px; vertical-align: text-bottom; text-decoration: none;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg" alt="CC" />](https://creativecommons.org/licenses/by/4.0/) | ||
[<img style="display: inline-block; height: 18px !important; margin-left: 3px; vertical-align: text-bottom; text-decoration: none;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg" alt="BY" />](https://creativecommons.org/licenses/by/4.0/). | ||
|
||
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. | ||
|
||
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. | ||
|
||
Permissions beyond the scope of this License—or instead of those permitted by | ||
this License—may be available as further defined within this document. | ||
|
||
<code style="height: 50vh; width: 100%; background: transparent; border: none; border-radius: 0; resize: none; outline: none;"> | ||
|
||
- SPDX Reference: | ||
<https://spdx.org/licenses/CC-BY-4.0.html> | ||
- Canonical URL: | ||
<https://creativecommons.org/licenses/by/4.0/> | ||
|
||
</code> | ||
|
||
<sub>[Top](#top)</sub> | ||
|
||
--- | ||
|
||
### <a id="gnu-gpl">GNU General Public License</a> | ||
|
||
<sup>Formats: [Markdown](assets/license/COPYING.md) | | ||
[ODT](assets/license/COPYING.odt)</sup> | ||
|
||
Network Engineering Pro (NetEng-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](https://www.fsf.org/), | ||
either version 3 of the License, or (at your option) any later version. | ||
|
||
This material is distributed in the hope that it will be useful, but WITHOUT ANY | ||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A | ||
PARTICULAR PURPOSE. See the GNU General Public License for more details. | ||
|
||
You should have received a copy of the GNU General Public License along with | ||
this material. If not, see | ||
<[https://www.gnu.org/licenses/](https://www.gnu.org/licenses/)>. | ||
|
||
<code style="height: 50vh; width: 100%; background: transparent; border: none; border-radius: 0; resize: none; outline: none;"> | ||
|
||
- SPDX Reference: | ||
<https://spdx.org/licenses/GPL-3.0-or-later.html> | ||
- Canonical URL: | ||
<https://www.gnu.org/licenses/gpl-3.0.html> | ||
|
||
</code> | ||
|
||
<sub>[Top](#top)</sub> | ||
|
||
--- | ||
|
||
<code style="height: 50vh; width: 100%; background: transparent; border: none; border-radius: 0; resize: none; outline: none;"> | ||
|
||
_**Website base structure provided by HTML5 Boilerplate:**_ | ||
<https://html5boilerplate.com/> | ||
|
||
</code> | ||
|
||
``` | ||
################################################################################ | ||
Copyright (c) HTML5 Boilerplate | ||
Permission is hereby granted, free of charge, to any person obtaining a copy of | ||
this software and associated documentation files (the "Software"), to deal in | ||
the Software without restriction, including without limitation the rights to | ||
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of | ||
the Software, and to permit persons to whom the Software is furnished to do so, | ||
subject to the following conditions: | ||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS | ||
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR | ||
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER | ||
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN | ||
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||
``` | ||
|
||
<sub>[Top](#top)</sub> | ||
|
||
--- | ||
|
||
<code style="height: 50vh; width: 100%; background: transparent; border: none; border-radius: 0; resize: none; outline: none;"> | ||
|
||
**[Network Engineering Pro](https://neteng.pro/)** (NetEng-Pro), a Free/Libre | ||
and Open Source Software Community | ||
Copyright © 2024-2025 **[Scott Lopez](https://bio.neteng.pro)** | ||
|
||
Licensed under **[CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)** and | ||
the **[GNU GPL](https://www.gnu.org/licenses/gpl-3.0.html)**, as published by | ||
the Free Software Foundation, | ||
either version 3 of the License, or (at your option) any later version. | ||
|
||
</code> | ||
|
||
This material is free to distribute, remix, adapt, and build upon for any | ||
purpose, including commercial use. As free software, it can be redistributed and | ||
modified under the [specified terms](#gnu-gpl). | ||
|
||
NetEng-Pro is provided **_as is_** and **_as available_** without any | ||
warranties, express or implied. The Licensor makes no representations or | ||
guarantees regarding the Licensed Material and assumes no liability for its use. |
Oops, something went wrong.