commit 887528484342feeea130ebb282d19cfb35324e9b from: Bradley Taunt date: Mon Sep 30 12:31:13 2024 UTC Update wruby styling, README and homepage links, content updates commit - 80caeb4f133b1ff05447c9cdd07d0fba7469c0a2 commit + 887528484342feeea130ebb282d19cfb35324e9b blob - 2c8db8743112ada2016adc67f5e3b8a9c34a3c30 blob + 45b01fa5ef9605d1bef3744b03b3882ccad5ee2c --- footer.html +++ footer.html @@ -1,9 +1,5 @@ \ No newline at end of file blob - 24e5d50734eae64a3f99415d5a3497ff21b8ebd3 blob + c802fd13b9f855c8117a83a47e8f937296c62725 --- header.html +++ header.html @@ -7,14 +7,11 @@ {{TITLE}} - +
blob - 033fe7d41b8ad5d98789e64342d61fe1466265d0 blob + c7480b651c92ac6f5d18981d67a809b8ede1a25c --- index.md +++ index.md @@ -2,8 +2,6 @@ **A community-curated collection of web services that work without JavaScript.** ---- - If you're looking for the reasoning behind this project, read [Introducing jsfree.org](/posts/2024-01-10-introducing-jsfree/) ## Core objectives @@ -19,7 +17,7 @@ If you're looking for the reasoning behind this projec Things you can do to contribute to the project (in order of importance): -* [Submit a patch](https://git.sr.ht/~bt/jsfree.org) for new service/category suggestions or improvements to the main website. +* [Submit a patch](https://lists.sr.ht/~bt/jsfree-devel) for new service/category suggestions or improvements to the main website. * Create your own JavaScript-free web service / application. (Then submit it!) * Spread the word, so the world knows they can go JavaScript-free. blob - /dev/null blob + ade603e1051027ef7a65dd20548361e17f401293 (mode 644) --- /dev/null +++ public/style.css @@ -0,0 +1,97 @@ +* { + box-sizing: border-box; +} +body { + font-family: "Verdana", sans-serif; + line-height: 1.4; + font-size: 13px; + margin: 0 auto; + max-width: 470px; + padding: 0 10px 10px; +} +h1{font-size:18px;margin-top:1em;} +h2, +h3, +h4, +h5, +h6 { + font-size: 15px; + margin: 2em 0 0; +} +blockquote { + border-left: 4px solid; + margin: 2em 0 2em 2em; + padding: 2px 8px; +} +blockquote p { + font-style: italic; + margin: 0; + padding: 0; +} +img { + max-width: 100%; +} +pre { + border: 1px solid; + overflow: auto; + padding: 5px; +} +table { + text-align: left; + width: 100%; +} +img.logo { + max-width: 40px; +} +nav { + border-bottom: 1px solid; + padding: 10px 0; +} +nav a:last-of-type { + float: right; +} +#menu, +.posts { + list-style: none; + padding: 0; +} +.posts li { + margin-bottom: 8px; +} +.posts li span { + display: block; + font-size: 90%; +} +#menu li { + display: inline-block; + margin-right: 8px; +} +figure { + margin: 3em 0; +} +figure img { + width: 100%; +} +figcaption { + font-size: 90%; +} +footer { + border-top: 1px solid; + margin: 2em 0; +} +.footnotes { + font-size: 90%; +} +code { + background-color: #000; + color: #f1f1f1; + border-radius: 0.2rem; + padding: 0.1rem; +} +pre:has(code) { + border: 2px solid #f9f9f9; + background-color: #000; + color: #f1f1f1; + padding: 0.5rem; + border-radius: 0.5rem; +} \ No newline at end of file