diff options
Diffstat (limited to 'links.html')
-rw-r--r-- | links.html | 32 |
1 files changed, 8 insertions, 24 deletions
@@ -1,26 +1,11 @@ -<!DOCTYPE html> -<html> -<head> - <title>j-james | links</title> - <meta charset="utf-8"/> - <meta name="viewport" content="width=device-width"/> - <link rel="icon" type="image/jpg" href="assets/compass.jpg"/> - <link rel="stylesheet" href="css/style.css"/> -</head> -<body> - <header> - <h1> - <a href="https://j-james.me">j-james</a> - </h1> - <nav> - <a href="https://j-james.me/about">about</a> - <a href="https://j-james.me/resume">resume</a> - <a href="https://j-james.me/posts">posts</a> - <a href="https://j-james.me/writeups">writeups</a> - </nav> - </header> +--- +layout: default +title: links +--- + + {% include header.html %} <main> - <h2>j-james' collection of links</h2> + <h2>JJ's collection of links</h2> <!-- <h3>Software</h3> <ul> <li><a href="https://fraidyc.at/">Fraidycat</a> - follow from afar</li> @@ -44,6 +29,7 @@ <li><a href="https://wikipedia.org/">Wikipedia</a> - the free encyclopedia</li> <li><a href="https://archive.org/">Internet Archive</a> - the digital library</li> <li><a href="https://gen.lib.rus.ec/">Library Genesis</a> - the modern library of alexandria</li> + <li><a href="https://annas-archive.org/">Anna's Archive</a> - preserving humanity's written heritage</li> <li><a href="https://sci-hub.st/">Sci-Hub</a> - public access research</li> <li><a href="https://www.gutenberg.org/">Project Gutenburg</a> - free ebooks</li> <li><a href="https://standardebooks.org/">Standard Ebooks</a> - nicely typeset, public domain ebooks</li> @@ -129,5 +115,3 @@ <li><a href="https://webring.xxiivv.com/">xxiivv</a></li> </ul> </main> -</body> -</html> |