diff options
| author | s1n <[email protected]> | 2019-07-30 22:10:32 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-07-30 22:10:32 +0200 |
| commit | f55bbbe9e997ba27817196d96a033cebef145cd6 (patch) | |
| tree | 2122e7db6f0604d3f456cb8f29a2d5e4f3e67880 /index.html | |
| download | veil-f55bbbe9e997ba27817196d96a033cebef145cd6.tar.xz veil-f55bbbe9e997ba27817196d96a033cebef145cd6.zip | |
upload core files
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 148 |
1 files changed, 148 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..09bd31e --- /dev/null +++ b/index.html @@ -0,0 +1,148 @@ +<!doctype html> +<html lang="en"> + + + <meta http-equiv="content-type" content="text/html;charset=UTF-8" /> + + <head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <meta http-equiv="X-UA-Compatible" content="ie=edge"> + + <title>Veil</title> + + <link rel="stylesheet" href="css/main.css"> + <link type="application/atom+xml" rel="alternate" href="feeds.xml" title="Veil"> + <script src="./assets/js/index/main.js"></script> + </head> + + <body class="site"> + <div class="container"> + + + <header class="section-head"> + <div class="title-item"> + <h1>Veil Webring</h1><!--<span class="header-colon">:</span>--> + </div> + <!--<div class="title-item">Text after semicolon</div>--> + </header> + + <section> + <blockquote class="center-block"> + <p> + [veil] is the recognition that social liberty is inherently bound up + with material liberty, and that freedom is ultimately a matter of + expanding our capacity and opportunities to engage with the world around + us. it is the realization that our resistance against those social forces + that would subjugate and limit us is but part of a spectrum of efforts to + expand human agency-to facilitate our inquiry and creativity + <span class="quote-attribution"> + --<a href="http://humaniterations.net/2012/01/06/what-is-anarcho-transhumanism/">rechelon</a> + </span> + </p> + </blockquote> + </section> + + <section> + <header class="members-title section-head"> + <h2>Members (2)</h2> + <a href="feeds.xml">RSS Feeds</a> + </header> + <ul class="members-list"> + <li> + <a href="https://s1n.pw/">s1nical | s1n.pw</a> + </li> + <!--<li> + <a href="https://s1n.pw/">s1nical | s1n.pw</a> + </li>--> + </ul> + </section> + + <section> + <h2 class="section-head">What's this?</h2> + <p> + <a href="https://en.wikipedia.org/wiki/Webring">webring</a>, n. ancient technology from the 1990s used to + navigate the internet + </p> + <p> + If you are a: + </p> + <ul> + <li>transhumanist tranny</li> + <li>agender AI</li> + <li>part-time Lain aficionado / full-time faggot</li> + <li>lame queerdo that thinks webrings are neat</li> + </ul> + <p> + then you might want to join. + </p> + </section> + + <section> + <h2 class="section-head">Code of conduct</h2> + <p> + Don't be a piece of shit. + </p> + </section> + + <section> + <h2 class="section-head">How to join</h2> + <p> + To join the webring, pull request + <a href="https://github.com/s1nical/veil">s1nical/veil</a> + with an updated "data/members.json". If you don't have a GitHub account, you + can also use this form to sign up. The webring admin will look at your site + and handle your request. + </p> + <div class="form-wrap"> + <form name='signup' method='POST'><input type='hidden' name='form-name' value='signup' /> + <label> + Site Name: + <input type="text" name="name" required /> + </label> + + <label> + Site URL: + <input type="url" name="url" required /> + </label> + + <label> + RSS Feed URL (optional): + <input type="url" name="feed" /> + </label> + + <div style="visibility:hidden;display:none" aria-hidden="true"> + <label> + Don’t fill this out if you're human: + <input type="text" name="bot" /> + </label> + </div> + + <button type="submit">Give Me Validation</button> + </form> + </div> + <p> + Once you've joined the ring, copy this code snippet into your site: + </p> + <pre + class="center-block"><iframe src="https://veil.netlify.com/embed"></iframe></pre> + <p> + It will render this banner that links to the other members: + </p> + <iframe src="embed.html"></iframe> + </section> + + <footer> + <div> + Anticopyright 2019 + </div> + <div> + <a href="https://github.com/s1nical/veil">Edit me on GitHub</a> + </div> + </footer> + + </div> + </body> + + +</html>
\ No newline at end of file |