Browse Source

Added page for general external links

devel
Jean 11 months ago
parent
commit
e42bfb1cee
Signed by: easthighNerd <jean@easthighnerd.net> GPG Key ID: F4B3EACD21AEFFF4
2 changed files with 85 additions and 0 deletions
  1. +73
    -0
      external_links/index.html
  2. +12
    -0
      res/mkd/external_links.md

+ 73
- 0
external_links/index.html View File

@@ -0,0 +1,73 @@
<!-- External Links -->
<!-- ./res/mkd/external_links.md -->
<html lang="en">
<head>
<meta charset=utf-8>
<meta name=viewport content=with=device-width>
<title>
External Links - easthighNerd
</title>
<link href="/res/css/main.css" rel="stylesheet">
<link rel="icon" type="image/png" href="/res/img/favicon.png"/>
</head>
<body>
<nav>
<a href="/">
Home
</a>
<br>
<br>
<a href="/blog/">
Blog
</a>
<br>
<br>
<a href="https://raru.re/@easthighNerd/">
Mastodon
</a>
<br>
<br>
<!-- <a href="https://pixelfed.social/@easthighNerd/">
Pixelfed
</a>
<br>
<br> -->
<a href="https://git.easthighnerd.me/easthighNerd/">
Gitea
</a>
<br>
<br>
<a href="/software_i_use/">
Software I Use
</a>
<br>
<br>
<a href="/other_interweb_peoples/">
Other Interweb Peoples
</a>
<br>
<br>
<a href="/external_links/">
External Links
</a>
<br>
<br>
<a href="/contact/">
Contact
</a>
</nav>
<main>
<h1 id="here-is-a-list-of-external-websites-that-i-link-to">Here is a list of external websites that I link to:</h1>
<ul>
<li><a href="https://getfedora.org/">Fedora Project</a></li>
<li><a href="https://kde.org/">KDE</a></li>
<li><a href="https://techlore.tech/">Techlore</a></li>
<li><a href="https://thenewoil.org/">The New Oil</a></li>
<li><a href="https://yesterweb.org/">Yesterweb</a></li>
</ul>
<p><br />
</p>
<p><em>My linking of these websites does not mean that I am in anyway affiliated with them or their operators, I simply link to them because I like what they’re doing, because I would like to potentially increase their exposure, or just becasue I think they’re neat</em></p>
</main>
</body>
</html>

+ 12
- 0
res/mkd/external_links.md View File

@@ -0,0 +1,12 @@
Here is a list of external websites that I link to:
===================================================

* [Fedora Project](https://getfedora.org/)
* [KDE](https://kde.org/)
* [Techlore](https://techlore.tech/)
* [The New Oil](https://thenewoil.org/)
* [Yesterweb](https://yesterweb.org/)

\

_My linking of these websites does not mean that I am in anyway affiliated with them or their operators, I simply link to them because I like what they're doing, because I would like to potentially increase their exposure, or just becasue I think they're neat_

Loading…
Cancel
Save