diff options
Diffstat (limited to 'links')
-rw-r--r-- | links/index.html | 182 |
1 files changed, 182 insertions, 0 deletions
diff --git a/links/index.html b/links/index.html new file mode 100644 index 0000000..0562949 --- /dev/null +++ b/links/index.html @@ -0,0 +1,182 @@ +<!DOCTYPE html> +<html lang="en"> + + <head><title>Links – dd</title> + + +<meta name="viewport" content="width=device-width, initial-scale=1"> +<meta charset="UTF-8"> +<meta name="robots" content="index, follow"> +<meta name="description" content="Minimal and personal website about GNU/Linux guides and other stuff"> +<meta name="keywords" content="linux, hosting, guides, tech, blog, networking, memes"> +<meta name="author" content="mb"> + + +<link rel="shortcut icon" href="/images/favicon.ico"> + + +<link rel="stylesheet" href="https://drainerdomain.xyz/css/dark.css"> +</head> + <body> + <div class="page"> + <section> + <a class="home" href="/index.html">← Back to home</a> + <header class="content__header"> + <h1>>Links_</h1> + <hr> + </header> + <div class="content__body"> + <table> +<thead> +<tr> +<th>Site</th> +<th>Description</th> +</tr> +</thead> +<tbody> +<tr> +<td><a href="https://landchad.net">LandChad</a></td> +<td>A website with information so you can host your own services</td> +</tr> +<tr> +<td><a href="https://wiki.chadnet.org">Chadnet</a></td> +<td>A compendium of knowledge about various topics</td> +</tr> +<tr> +<td><a href="https://tomfasano.net">Tom Fasano</a></td> +<td>Cool guy that <del>writes</del> types interesting philosophical articles</td> +</tr> +<tr> +<td><a href="https://github.com/Developer-Y/cs-video-courses">CS courses</a></td> +<td>Github repository that contains a vast number of CS courses</td> +</tr> +<tr> +<td><a href="https://github.com/sw-yx/spark-joy">SparkJoy</a></td> +<td>Github repository for webdevs in a hurry</td> +</tr> +<tr> +<td><a href="https://github.com/awesome-selfhosted/awesome-selfhosted">Awesome Selfhosted</a></td> +<td>Github repository with a list of services that you can host</td> +</tr> +<tr> +<td><a href="https://jmp.chat">JMP Chat</a></td> +<td>Get a phone number connected to the jabber network</td> +</tr> +<tr> +<td><a href="https://fit.cooking">/fit/ cooking</a></td> +<td>A compilation of healthy food for gymcels</td> +</tr> +<tr> +<td><a href="https://sadgrl.online/webmastery/downloads/tiledbgs.html">Tiled Backgrounds</a></td> +<td>Categorized tiled backgrounds</td> +</tr> +<tr> +<td><a href="https://digdeeper.neocities.org">Digdeeper</a></td> +<td>Useful site for acquiring a decent amount of online privacy</td> +</tr> +<tr> +<td><a href="https://spyware.neocities.org">Spyware Watchdog</a></td> +<td>Curated list of software in regards of privacy</td> +</tr> +<tr> +<td><a href="https://pattern.monster">Pattern Monster</a></td> +<td>Free to use SVG backgrounds</td> +</tr> +<tr> +<td><a href="https://catbox.moe">CatboxMoe</a></td> +<td>200MB File sharing service</td> +</tr> +<tr> +<td><a href="https://simplytranslate.org">Simply Translate</a></td> +<td>Alternative for translating text</td> +</tr> +<tr> +<td><a href="https://vim.reversed.top">Vim-like progs</a></td> +<td>A good amount of software for vimtards</td> +</tr> +<tr> +<td><a href="https://www.castlevaniacrypt.com/">CastlevaniaCrypt</a></td> +<td>A shrine to all the Castlevania games</td> +</tr> +<tr> +<td><a href="https://dezgo.com/">Dezgo</a></td> +<td>Stable-diffusion generated art in the browser</td> +</tr> +<tr> +<td><a href="https://sheriffmediocre.xyz/">Sheriff Mediocre</a></td> +<td>A simple and good looking site</td> +</tr> +<tr> +<td><a href="https://www.deviceinfo.me/">Device Info</a></td> +<td>Security and online privacy testing tool</td> +</tr> +<tr> +<td><a href="https://musicbrainz.org">MusicBrainz</a></td> +<td>Open music encyclopedia</td> +</tr> +</tbody> +</table> + + </div> + + </section> + </div> + <footer class="page__footer"><ul class="buttons"> + + <li> + <a href="https://drainerdomain.xyz"><img src="/buttons/drainerdomain2.gif" alt="drainerdomain"></a> + </li> + + <li> + <a href="https://landchad.net"><img src="/buttons/landchad.gif" alt="LandChud"></a> + </li> + + <li> + <a href="https://tomfasano.net"><img src="/buttons/tomfasano.gif" alt="Tom Fasano"></a> + </li> + + <li> + <a href="https://neovim.io"><img src="/buttons/neovim.gif" alt="neovim"></a> + </li> + + <li> + <a href="https://gohugo.io"><img src="/buttons/hugo.gif" alt="neovim"></a> + </li> + + <li> + <a href="https://wiby.org"><img src="/buttons/wiby.gif" alt="wiby"></a> + </li> + + <li> + <a href="https://gnu.org"><img src="/buttons/gnu-linux.png" alt="gnu"></a> + </li> + + <li> + <a href="https://stephenvk.xyz"><img src="/buttons/stephenvk.gif" alt="stephenvk"></a> + </li> + + <li> + <a href="https://canoemail.net"><img src="/buttons/canoemail.gif" alt="canoemail services"></a> + </li> + + <li> + <a href="https://heaventreey.xyz"><img src="/buttons/heaventree.gif" alt="heaventree webring"></a> + </li> + + <li> + <a href="https://spyware.neocities.org"><img src="/buttons/spywaredotneocities.png" alt="spywarewatchdog"></a> + </li> + + <li> + <a href="https://getmonero.org"><img src="/buttons/getmonero.gif" alt="Get Monero"></a> + </li> + + <li> + <a href="https://digdeeper.neocities.org"><img src="/buttons/digdeeper.png" alt="Digdeeper"></a> + </li> + +</ul> +</footer> + </body> + +</html> |