Skip to content

Commit

Permalink
Merge pull request #10 from NetEng-Pro/feature/add-fdl
Browse files Browse the repository at this point in the history
Feature/add fdl
  • Loading branch information
SunDevil311 authored Oct 15, 2024
2 parents f35c8b7 + 024d173 commit 8bfc98e
Show file tree
Hide file tree
Showing 7 changed files with 517 additions and 525 deletions.
26 changes: 17 additions & 9 deletions css/default.css
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
/*
Copyright © 2024 Scott Lopez
Licensed under Creative Commons Attribution 4.0 International (CC BY 4.0)
Licensed under Creative Commons Attribution 4.0 International ("CC BY 4.0")
Permissions beyond the scope of this license may be available (see following paragraphs).
License: https://creativecommons.org/licenses/by/4.0/
SPDX: https://spdx.org/licenses/CC-BY-4.0.html
This file is part of Network Engineering Pro.
Network Engineering Pro is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
it under the terms of the GNU General Public License ("GPL") as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Expand All @@ -28,7 +28,7 @@ https://linktr.ee/scottlopez/
body {
font-family: "Arial", "Helvetica", sans-serif;
font-size: 16px;
margin: 5px;
margin: 4px;
background-color: #252525;
color: #ffffff;
}
Expand Down Expand Up @@ -131,27 +131,36 @@ tr {

/* NetEng-Pro logo table */
.logo {
width: 60%;
width: 50%;
margin-left: auto;
margin-right: auto;
}

/* github callout table */
#main-content .ghtable {
width: 75%;
width: 65%;
margin-left: auto;
margin-right: auto;
}

#license {
#licensing {
font-size: 12px;
vertical-align: middle;
}

/* #license .badge {
.copyright {
font-size: 12px;
vertical-align: middle;
} */
margin-left: 0;
margin-right: auto;
}

.license {
font-size: 12px;
vertical-align: middle;
margin-left: 0;
margin-right: auto;
}

/* copyright and license */
/* #license .copyright {
Expand All @@ -162,7 +171,6 @@ tr {
/* display of badges */
.badgetable {
width: 5%;
padding: 1px;
margin-right: auto;
margin-left: 0;
}
Expand Down
18 changes: 0 additions & 18 deletions fiverserver.config.js

This file was deleted.

134 changes: 72 additions & 62 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
Network Engineering Pro, a Free/Libre and Open Source Community
Copyright © 2024 Scott Lopez
Licensed under Creative Commons Attribution 4.0 International (CC BY 4.0)
Licensed under Creative Commons Attribution 4.0 International ("CC BY 4.0")
Permissions beyond the scope of this license may be available (see following paragraphs).
License: https://creativecommons.org/licenses/by/4.0/
SPDX: https://spdx.org/licenses/CC-BY-4.0.html
This file is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
it under the terms of the GNU General Public License ("GPL") as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Expand All @@ -34,19 +34,19 @@
content="width=device-width, initial-scale=1.0, user-scalable=yes"
/>
<title>
Free/Libre and Open Source Software Community | Android, Privacy,
Security, DNS, Public Policy - Network Engineering Pro
Free/Libre and Open Source Software Community | Android, Linux, Security,
Privacy - Network Engineering Pro
</title>
<meta
name="description"
content="
Explore Free/Libre and Open Source Software (FLOSS) for Android & Linux, cybersecurity, online privacy, browser hardening, DNS filtering, and more at Network Engineering Pro.
Join our community via Discussions and start contributing today!"
Explore Free/Libre and Open Source Software (FLOSS) for Android & Linux, cybersecurity, and privacy at Network Engineering Pro.
Join our community and start contributing today!"
/>
<meta name="author" content="Scott Lopez" />
<meta
name="keywords"
content="foss, floss, free software, open source, android, privacy, security, dns, hardening"
content="foss, floss, free software, open source, android, linux, privacy, security"
/>
<meta
name="robots"
Expand Down Expand Up @@ -119,8 +119,8 @@
<meta
property="og:description"
content="
Explore Free/Libre and Open Source Software (FLOSS) for Android & Linux, cybersecurity, online privacy, browser hardening, DNS filtering, and more at Network Engineering Pro.
Join our community via Discussions and start contributing today!"
Explore Free/Libre and Open Source Software (FLOSS) for Android & Linux, cybersecurity, and privacy at Network Engineering Pro.
Join our community and start contributing today!"
/>
<meta
property="og:image"
Expand All @@ -143,8 +143,8 @@
<meta
name="twitter:description"
content="
Explore Free/Libre and Open Source Software (FLOSS) for Android & Linux, cybersecurity, online privacy, browser hardening, DNS filtering, and more at Network Engineering Pro.
Join our community via Discussions and start contributing today!"
Explore Free/Libre and Open Source Software (FLOSS) for Android & Linux, cybersecurity, and privacy at Network Engineering Pro.
Join our community and start contributing today!"
/>
<meta
name="twitter:image"
Expand All @@ -166,8 +166,8 @@
<td>
<hgroup>
<img
style="width: 500px; height: auto"
src="img/logo-slogan.png"
style="width: 100px; height: auto"
src="./img/logo-slogan.png"
alt="Network Engineering Pro"
/>
<h1>Network Engineering Pro</h1>
Expand Down Expand Up @@ -220,8 +220,8 @@ <h2>floss | android | security | privacy</h2>
target="_blank"
>
<img
style="width: 20%; height: 20%"
src="img/gh-logo.png"
style="width: auto; height: 50%"
src="./img/gh-logo.png"
alt="GitHub"
/>
</a>
Expand All @@ -244,13 +244,12 @@ <h2>floss | android | security | privacy</h2>
<!-- END MAIN CONTENT -->

<!-- BEGIN LICENSE INFO -->
<section id="license">
<section id="licensing">
<div class="badge">
&nbsp;
<!-- space for clarity -->

<hr />
<br />

<a
rel="noopener noreferrer"
Expand All @@ -260,72 +259,75 @@ <h2>floss | android | security | privacy</h2>
<img
src="https://forthebadge.com/images/badges/cc-by.png"
alt="CC BY"
style="width: auto; height: 26px"
style="width: auto; height: 20px"
/>
</a>
</div>
<div class="copyright">
<!-- BEGIN LICENSE AND COPYRIGHT -->
<p
xmlns:cc="http://creativecommons.org/ns#"
xmlns:dct="http://purl.org/dc/terms/"
<!-- BEGIN LICENSE AND COPYRIGHT -->
<div
xmlns:cc="http://creativecommons.org/ns#"
xmlns:dct="http://purl.org/dc/terms/"
class="copyright"
>
<a
property="dct:title"
rel="cc:attributionURL"
href="https://www.neteng.pro/"
>
<a
property="dct:title"
rel="cc:attributionURL"
href="https://www.neteng.pro/"
>
<b>Network Engineering Pro</b>
</a>
, a Free/Libre and Open Source Community
<br />
Copyright &copy; 2024
<a
rel="cc:attributionURL dct:creator"
property="cc:attributionName"
href="https://linktr.ee/scottlopez/"
>
<b>Scott Lopez</b>
</a>
<br />
<b>Network Engineering Pro</b>
</a>
, a Free/Libre and Open Source Community
<br />
Copyright &copy; 2024
<a
rel="cc:attributionURL dct:creator"
property="cc:attributionName"
href="https://linktr.ee/scottlopez"
>
<b>Scott Lopez</b>
</a>
</div>
<div class="license">
<br />
<p>
Licensed under
<a
href="lic/LICENSE"
href="./license/LICENSE.txt"
target="_blank"
rel="license noopener noreferrer"
style="display: inline-block"
>
<b>CC BY 4.0</b>
</a>
<a
href="https://creativecommons.org/licenses/by/4.0/?ref=chooser-v1"
href="https://creativecommons.org/licenses/by/4.0/"
target="_blank"
rel="license noopener noreferrer"
style="display: inline-block"
>
<img
style="
height: 22px !important;
height: 18px !important;
margin-left: 3px;
vertical-align: text-bottom;
"
src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1"
src="https://mirrors.creativecommons.org/presskit/icons/cc.svg"
alt="CC"
/>
</a>
<a
href="https://creativecommons.org/licenses/by/4.0/?ref=chooser-v1"
href="https://creativecommons.org/licenses/by/4.0/"
target="_blank"
rel="license noopener noreferrer"
style="display: inline-block"
>
<img
style="
height: 22px !important;
height: 18px !important;
margin-left: 3px;
vertical-align: text-bottom;
"
src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1"
src="https://mirrors.creativecommons.org/presskit/icons/by.svg"
alt="BY"
/>
</a>
Expand All @@ -335,7 +337,7 @@ <h2>floss | android | security | privacy</h2>
<p>
This program comes with ABSOLUTELY NO WARRANTY. This is free software,
and you are welcome to redistribute it under
<a href="lic/COPYING" rel="license noopener noreferrer">
<a href="./license/COPYING.md" rel="license noopener noreferrer">
certain conditions
</a>
.
Expand All @@ -349,12 +351,8 @@ <h2>floss | android | security | privacy</h2>
&nbsp;
<!-- space for clarity -->

<p>
<a
href="license.html"
rel="license noopener noreferrer"
style="text-align: center; align-content: center"
>
<p style="align-content: center; text-align: middle; font-size: 12px">
<a href="./license.html" rel="license noopener noreferrer">
Copyright and Licensing
</a>
</p>
Expand All @@ -368,7 +366,7 @@ <h2>floss | android | security | privacy</h2>
target="_blank"
>
<img
style="width: auto; height: 26px"
style="width: auto; height: 22px"
src="https://img.shields.io/badge/Mastodon-6364FF?style=for-the-badge&logo=Mastodon&logoColor=white"
alt="Mastodon"
/>
Expand All @@ -380,23 +378,35 @@ <h2>floss | android | security | privacy</h2>
href="mailto:support@neteng.pro"
>
<img
style="width: auto; height: 26px"
style="width: auto; height: 22px"
src="https://img.shields.io/badge/E--mail-4080C0?style=for-the-badge&logo=maildotru"
alt="E-mail"
/>
</a>
</td>
<td>
<!-- Font Awesome social icons -->
<a rel="noopener noreferrer" href="https://www.facebook.com/neteng.pro/">
<a
rel="noopener noreferrer"
href="https://www.facebook.com/neteng.pro/"
>
<span class="fa-brands fa-square-facebook"></span>
</a>
&nbsp;
<a rel="noopener noreferrer" href="https://www.instagram.com/neteng_pro/">
</td>
<td>
<a
rel="noopener noreferrer"
href="https://www.instagram.com/neteng_pro/"
>
<span class="fa-brands fa-square-instagram"></span>
</a>
&nbsp;
<a rel="noopener noreferrer" href="https://www.x.com/neteng_pro/">
</td>
<td>
<a
rel="noopener noreferrer me"
href="https://noc.social/@neteng_pro"
target="_blank"
>
<span class="fa-brands fa-square-x-twitter"></span>
</a>
</td>
Expand Down
Loading

0 comments on commit 8bfc98e

Please sign in to comment.