diff options
author | j-james | 2021-08-27 07:13:10 +0000 |
---|---|---|
committer | j-james | 2021-08-27 07:27:17 +0000 |
commit | c596a7773d8063035bf274e864ffb82a7ae6c47e (patch) | |
tree | 86ef0f9e2321869f987c969e93a607fa00426bf3 | |
parent | 23d3cc78e1ad587e3caf75adfd4ceba1da9e36a8 (diff) |
Create links collection
-rw-r--r-- | 404.html | 2 | ||||
-rw-r--r-- | about.html | 2 | ||||
-rw-r--r-- | bookshelf.html | 2 | ||||
-rw-r--r-- | index.html | 6 | ||||
-rw-r--r-- | links.html | 95 | ||||
-rw-r--r-- | posts.html | 2 | ||||
-rw-r--r-- | projects.html | 2 |
7 files changed, 103 insertions, 8 deletions
@@ -14,7 +14,7 @@ <nav> <a href="https://j-james.me/about">about</a> <a href="https://j-james.me/projects">projects</a> - <a href="https://j-james.me/posts">posts</a> + <a href="https://j-james.me/links">links</a> <a href="https://j-james.me/bookshelf">bookshelf</a> </nav> </header> @@ -15,7 +15,7 @@ <nav> <a href="https://j-james.me/about">about</a> <a href="https://j-james.me/projects">projects</a> - <a href="https://j-james.me/posts">posts</a> + <a href="https://j-james.me/links">links</a> <a href="https://j-james.me/bookshelf">bookshelf</a> </nav> </header> diff --git a/bookshelf.html b/bookshelf.html index 1f7f931..192e37f 100644 --- a/bookshelf.html +++ b/bookshelf.html @@ -16,7 +16,7 @@ <nav> <a href="https://j-james.me/about">about</a> <a href="https://j-james.me/projects">projects</a> - <a href="https://j-james.me/posts">posts</a> + <a href="https://j-james.me/links">links</a> <a href="https://j-james.me/bookshelf">bookshelf</a> </nav> </header> @@ -15,7 +15,7 @@ <nav> <a href="https://j-james.me/about">about</a> <a href="https://j-james.me/projects">projects</a> - <a href="https://j-james.me/posts">posts</a> + <a href="https://j-james.me/links">links</a> <a href="https://j-james.me/bookshelf">bookshelf</a> </nav> </header> @@ -29,9 +29,9 @@ </div> </div> <!-- <div id="details"> - <h1>Projects</h1> + <h2>Projects</h2> <p> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. </p> - <h1>Posts</h1> + <h2>Posts</h2> <p> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. </p> </div> --> </main> diff --git a/links.html b/links.html new file mode 100644 index 0000000..4dc1726 --- /dev/null +++ b/links.html @@ -0,0 +1,95 @@ +<html> + <head> + <meta http-equiv="content-type" content="text/html; charset=utf-8"> + <title>j-james</title> + <meta name="viewport" content="width=device-width"> + <link rel="icon" type="image/jpg" href="assets/compass.jpg"> + <link rel="stylesheet" href="css/normalize.css"> + <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/projects">projects</a> + <a href="https://j-james.me/links">links</a> + <a href="https://j-james.me/bookshelf">bookshelf</a> + </nav> + </header> + <main> + <h2>j-james' collection of links</h2> + <h3>Software</h3> + <ul> + <li><a href="https://fraidyc.at/">Fraidycat</a> - follow from afar</li> + <li><a href="https://slides.com/">slides.com</a> and <a href="https://revealjs.com/">reveal.js</a> - presentations on the web</a></li> + <li><a href="https://www.manim.community/">Manim</a> - mathematical animations</li> + <li><a href="https://asciinema.org/">Asciinema</a> - record and share your terminal sessions</li> + <li><a href="https://0x0.st/">0x0.st</a> - temporary file hosting</li> + <li><a href="https://letsboard.co/">Let's Board</a> - collaborative online whiteboards</li> + <li><a href="https://jspaint.app/">JSPaint</a> - simple paint tool</li> + <li><a href="https://www.photopea.com/">Photopea</a> - online photo editor</li> + <li><a href="https://www.remove.bg/">remove.bg</a> - remove image backgrounds</li> + <li><a href="https://www.unscreen.com/">unscreen</a> - remove video backgrounds</li> + <li><a href="https://www.windy.com/">Windy</a> - real-time weather patterns</li> + <li><a href="https://proxy.vulpes.one/">Gemini Proxy</a> - browse the textual web</li> + <li><a href="https://sdf.org/">sdl.org</a> and <a href="https://www.teknik.io/">teknik.io</a> - public access services</li> + </ul> + <h3>Knowledge</h3> + <ul> + <li><a href="https://wikipedia.org/">Wikipedia</a> - the free encyclopedia</li> + <li><a href="https://archive.org/">Internet Archive</a> - universal access to knowledge</li> + <li><a href="https://gen.lib.rus.ec/">Library Genesis</a> - modern library of alexandria</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> + <li><a href="https://www.khanacademy.org/">Khan Academy</a> - a free K-12 curriculum</li> + <li><a href="https://www.youtube.com/3Blue1Brown">3Blue1Brown</a> - visualized mathematics</li> + <li><a href="https://www.internetingishard.com/">Interneting Is Hard</a> - friendly webdev tutorial</li> + <li><a href="https://www.lesswrong.com/posts/xg3hXCYQPJkwHyik2/the-best-textbooks-on-every-subject">The Best Textbooks on Every Subject</a></li> + </ul> + <h3>Websites</h3> + <ul> + <li><a href="https://libraryofbabel.info/">The Library of Babel</a> - every book ever or to be written</li> + <li><a href="https://http.cat/">HTTP Cats</a> - appropriate status codes</li> + <li><a href="https://colors.lol/">colors.lol</a> - overly descriptive color palettes</li> + <li><a href="https://picular.co">Picular</a> - The color of anything</li> + <li><a href="https://www.dictionaryofobscuresorrows.com/">The Dictionary of Obscure Sorrows</a></li> + <li><a href="https://www.thisworddoesnotexist.com/">This Word Does Not Exist</a></li> + <li><a href="https://wordhistories.net/">Word Histories</a></li> + <li><a href="http://talkobamato.me/">Talk Obama To Me</a></li> + <li><a href="https://www.thiswebsitewillselfdestruct.com/">This Website Will Self Destruct</a></li> + <li><a href="http://www.superbad.com/">superbad.com</a></li> + <li><a href="http://beesbeesbees.com/">beesbeesbees.com</a></li> + <li><a href="https://web.archive.org/web/2/https://scamdaddy.net/">scamdaddy.net</a></li> + <li><a href="https://href.cool/about/">href.cool</a> - somebody else's collection</li> + </ul> + <h3>Articles</h3> + <ul> + <li><a href="https://drewdevault.com/2018/07/09/Simple-correct-fast.html">Simple, correct, fast: in that order</a></li> + <li><a href="http://worrydream.com/ABriefRantOnTheFutureOfInteractionDesign/">A brief rant on the future of interaction design</a></li> + <li><a href="https://thorstenball.com/blog/2020/09/08/how-can-you-not-be-romantic-about-programming/">How can you not be romantic about programming?</a></li> + <li><a href="https://norvig.com/spell-correct.html">How to write a spelling corrector</a></li> + <li><a href="https://www.a1k0n.net/2011/07/20/donut-math.html">Donut math: how donut.c works</a></li> + <li><a href="https://nullprogram.com/blog/2020/12/31/">State machines are wonderful tools</a></li> + <li><a href="https://indieweb.org/POSSE">Publish on your own site, syndicate elsewhere</a></li> + <li><a href="https://dutzi.party/userscripts-are-fun/">Userscripts are fun and are very much still relevant</a></li> + <li><a href="https://carter.sande.duodecima.technology/javascript-page-navigation/">Browsers are pretty good at loading pages, it turns out</a></li> + <li><a href="https://eev.ee/blog/2020/02/01/old-css-new-css/">Old CSS, new CSS</a></li> + </ul> + <h3>Games</h3> + <ul> + <li><a href="https://adventofcode.com/">Advent of Code</a></li> + <li><a href="https://www.newgrounds.com/portal/view/365143">The Impossible Quiz</a></li> + <li><a href="https://www.kingdomofloathing.com">Kingdom of Loathing</a></li> + <li><a href="https://ninja-muffin24.itch.io/funkin">Friday Night Funkin'</a></li> + <li><a href="https://awooo.ru/VVVVVV/">VVVVVV</a></li> + <li><a href="https://netgames.io/games/">Netgames</a></li> + <li><a href="https://skribbl.io/">Skribbl.io</a></li> + <li><a href="https://lichess.org/">lichess</a></li> + </ul> + </main> + </body> +</html> @@ -15,7 +15,7 @@ <nav> <a href="https://j-james.me/about">about</a> <a href="https://j-james.me/projects">projects</a> - <a href="https://j-james.me/posts">posts</a> + <a href="https://j-james.me/links">links</a> <a href="https://j-james.me/bookshelf">bookshelf</a> </nav> </header> diff --git a/projects.html b/projects.html index 491302e..cb75477 100644 --- a/projects.html +++ b/projects.html @@ -15,7 +15,7 @@ <nav> <a href="https://j-james.me/about">about</a> <a href="https://j-james.me/projects">projects</a> - <a href="https://j-james.me/posts">posts</a> + <a href="https://j-james.me/links">links</a> <a href="https://j-james.me/bookshelf">bookshelf</a> </nav> </header> |