aboutsummaryrefslogtreecommitdiff
path: root/build/index.html
blob: 8382be4d684be62d14c6f959245b2e9e070681e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!doctype html>
<html lang="en">
<head>
	<meta charset="utf-8">
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<link rel="icon" href="data:,">
	<title>jsfree.org</title>
	<link href="https://jsfree.org/atom.xml" type="application/atom+xml" rel="alternate" title="Atom feed for blog posts" />
	<style>*{box-sizing:border-box;}body{font-family:sans-serif;line-height:1.33;margin:0 auto;max-width:650px;padding:1rem;}img{max-width:100%;}pre{overflow:auto;}abbr{background:yellow;color:blue;cursor:help;}nav a.menu{float:right;}.logo{display:block;max-width:60px;}</style>
</head>

<nav>
	<a class="menu" href="#menu">Menu &darr;</a>
	<a href="/"><img class="logo" src="/public/images/jsfree-logo.jpg" alt="jsfree logo"></a>
</nav>

<main>
<h1>jsfree.org</h1>
<p><strong>A community-curated collection of <abbr title="Web-based applications, not websites">web services</abbr> that work without JavaScript.</strong></p>
<hr />
<p>If you're looking for the reasoning behind this project, read <a href="/2024-01-10-introducing-jsfree/">Introducing jsfree.org</a></p>
<h2>Core objectives</h2>
<ul>
<li>Avoid e-waste by supporting old, outdated hardware.</li>
<li>Support browsers that lack the ability to run JavaScript.</li>
<li>Increase web accessibility.</li>
<li>Focus on performance and software efficiency.</li>
<li>Promote a safer, faster experience on the web.</li>
<li>Be excellent to each other and have fun!</li>
</ul>
<h2>How you can help</h2>
<p>Things you can do to contribute to the project (in order of importance):</p>
<ul>
<li><a href="mailto:jsfree@patches.btxx.org">Submit a patch</a> for new service/category suggestions or improvements to the main website.</li>
<li>Create your own JavaScript-free web service / application. (Then submit it!)</li>
<li>Spread the word, so the world knows they can go JavaScript-free.</li>
</ul>
<h2>News</h2>
<p>You can keep up-to-date by following the <a href="/atom.xml">Atom feed</a>.</p>
<ul>
<li>2024-01-10 &middot; <a href="2024-01-10-introducing-jsfree/">Introducing jsfree.org</a></li>
</ul>
<footer role="contentinfo">
    <br>
    <hr>
    <p>&rarr; <a href="https://git.btxx.org/jsfree">Help edit or improve this project</a>.</p>
    <hr>
    <h2 id="menu">Menu Navigation</h2>
    <ul>
        <li><a href="/">Home</a></li>
        <li><a href="/browsers">Browsers</a></li>
        <li><a href="/code-forges">Code Forges</a></li>
        <li><a href="/domains">Domain Registrars</a></li>
        <li><a href="/email">Email</a></li>
        <li><a href="/forums">Forums</a></li>
        <li><a href="/games">Games</a></li>
        <li><a href="/search-engines">Search Engines</a></li>
        <li><a href="/social-media">Social Media</a></li>
        <li><a href="/storage">Storage</a></li>
        <li><a href="/video">Video</a></li>
        <li><a href="/web-hosting">Web Hosting</a></li>
    </ul>
    <small>
        Built with <a href="https://git.sr.ht/~bt/barf">barf</a>. <br>
        Hosted on <a href="https://nearlyfreespeech.net">NearlyFreeSpeech.net</a>. <br>
        The <a href="https://git.sr.ht/~bt/jsfree.org">code for this site</a> is <a href="https://git.sr.ht/~bt/jsfree.org/tree/master/item/LICENSE">MIT</a>.
    </small>
</footer>