aboutsummaryrefslogtreecommitdiff
path: root/index.html
blob: f22446f55056eba77f5a4ce36a7a63e41a598b63 (plain) (blame)
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
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 (1)</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/8cy/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' data-netlify="true"><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">&lt;iframe src=&quot;https://veil.netlify.com/embed&quot;&gt;&lt;/iframe&gt;</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/8cy/veil">Edit me on GitHub</a>
        </div>
      </footer>

    </div>
  </body>


</html>