-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjoin.html
More file actions
327 lines (325 loc) · 9.63 KB
/
Copy pathjoin.html
File metadata and controls
327 lines (325 loc) · 9.63 KB
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
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
<!doctype html>
<head>
<meta
content="width=device-width, initial-scale=1.0, viewport-fit=contain"
name="viewport"
/>
<link
href="https://fonts.googleapis.com/css2?family=Lemon&display=swap"
rel="stylesheet"
/>
<link href="/style.css" rel="stylesheet" />
<title>QTPOC Webring</title>
</head>
<body>
<div class="wrapper">
<img id="progress" src="/assets/progress-button.png" />
<div class="buttons">
<!-- I (Espy) made these buttons (with the exception of the polyamory one from rainy.gay). Feel free to use them, no attribution required! It's not like I own these designs! -->
<img id="pride" src="/assets/pride-button.png" />
<img id="intersex" src="/assets/intersex-button.png" />
<img id="trans" src="/assets/trans-button.png" />
<img id="nb" src="/assets/nb-button.png" />
<img id="genderfluid" src="/assets/genderfluid-button.png" />
<img id="bi" src="/assets/bi-button.png" />
<img id="pan" src="/assets/pan-button.png" />
<img id="lesbian" src="/assets/lesbian-button.png" />
<img id="mlm" src="/assets/mlm-button.png" />
<img id="ace" src="/assets/ace-button.png" />
<img id="aro" src="/assets/aro-button.png" />
<img id="polyamory" src="/assets/polyamory-button.png" />
<img id="two-spirit" src="/assets/two-spirit-button.png" />
</div>
<div id="header">
<h1 id="title"><a href="/">QTPOC Webring</a></h1>
<img id="flag" src="/assets/progress-flag.png" />
</div>
<p id="desc">A webring for queer & trans people of color!</p>
<div id="quicklinks">
<a href="/index.html#members">Members</a>
<a href="/join.html">Join</a>
<a href="/index.html#qna">QNA</a>
<a href="/index.html#affiliates">Affiliates</a>
</div>
<div class="container">
<h1>Rules & Guidelines</h1>
<ol>
<li>
You should only apply if you are a queer/lgbtqia+ person of color.
</li>
<li>
Your website should have some content on it. Even a small amount of
content, like an about me, is acceptable.
</li>
<li>Your page should not promote hateful content or bigotry.</li>
<li>That's it!</li>
</ol>
<p>
Please note that you may be denied/removed for reasons not explicitly
stated here.
</p>
</div>
<div class="container">
<h1>Submission Form</h1>
<p>
If you wish to join, fill out the following form. If you've provided an
email, you will be notified on whether or not you've been accepted.
</p>
<p class="alternative">
Alternatively, you can email your application directly to me at
<span class="email"
>webr<span class="e-m-a">a3645778631892l</span>ing@es<span class="i-l"
>y904378323124d</span
>py.world</span
>
with the subject line "QTPOC Ring Application".
</p>
<p style="font-size: 0.9rem; opacity: 0.7">
(Note that you do not need to "prove" that you're queer/POC; only
volunteer specific information if you want to.)
</p>
<form action="/success.html" method="POST" name="qtpocapp" netlify="">
<p>
<label
><span>Site Name <span class="req">(required)</span></span
><input name="sitename" required="" type="text"
/></label>
</p>
<p>
<label
><span>Site URL <span class="req">(required)</span></span
><input
name="siteurl"
placeholder="https://website.example/"
required=""
type="url"
/></label>
</p>
<p>
<label
>Site button URL<input
name="sitebuttonurl"
placeholder="https://website.example/button.gif"
type="url"
/></label>
</p>
<p>
<label
>Describe your site:
<textarea
name="description"
placeholder="(You may also optionally describe your connection to being queer/POC here if you wish.)"
type="text"
></textarea>
</label>
</p>
<p>
<label
>Email<input
name="email"
placeholder="example@email.com"
type="email"
/></label>
</p>
<p>
<label
>Any other notes?
<textarea name="notes" placeholder="" type="text"></textarea>
</label>
</p>
<p>
<button type="submit">Submit!</button>
</p>
</form>
</div>
<div class="container">
<h1>Widget</h1>
<p>
While you're waiting to be accepted, you can add any of the following
widgets somewhere accessible on your site (or you can wait until after
you've been accepted).
</p>
<div id="widgets">
<!-- Original -->
<div class="widget-wrapper">
<h3>Original</h3>
<div style="display: flex; align-items: center">
<a
href="https://qtpoc-ring.netlify.app/previous"
style="margin-right: 7px"
><img src="/assets/widget-arrow-left.png"
/></a>
<a href="https://qtpoc-ring.netlify.app">
<div style="position: relative">
<a href="https://qtpoc-ring.netlify.app"
><img src="/assets/widget.png"
/></a>
<a
href="https://qtpoc-ring.netlify.app/random"
style="position: absolute; right: 0px; top: 0px"
>
<img src="/assets/widget-random.png" />
</a>
</div>
</a>
<a
href="https://qtpoc-ring.netlify.app/next"
style="margin-left: 7px"
><img src="/assets/widget-arrow-right.png"
/></a>
</div>
<textarea>
<qtpoc-webring>
<a href="https://qtpoc-ring.netlify.app/previous"><<</a>
<a href="https://qtpoc-ring.netlify.app/random">?</a>
<span>QTPOC Webring</span>
<a href="https://qtpoc-ring.netlify.app">#</a>
<a href="https://qtpoc-ring.netlify.app/next">>></a>
</qtpoc-webring>
<script async="" charset="utf-8" src="https://qtpoc-ring.netlify.app/embed.js"></script>
</textarea
>
</div>
<!-- Simple -->
<div class="widget-wrapper">
<h3>Simple</h3>
<div
style="
display: flex;
flex-direction: column;
gap: 5px;
align-items: center;
"
>
<a href="https://qtpoc-ring.netlify.app"
><img src="/assets/widget-simple.png"
/></a>
<div>
<a href="https://qtpoc-ring.netlify.app/previous"
><< prev</a
>
<a href="https://qtpoc-ring.netlify.app/random">random</a>
<a href="https://qtpoc-ring.netlify.app/next">next >></a>
</div>
</div>
<textarea>
<qtpoc-webring widget="simple">
<a href="https://qtpoc-ring.netlify.app/previous"><<</a>
<a href="https://qtpoc-ring.netlify.app/random">?</a>
<span>QTPOC Webring</span>
<a href="https://qtpoc-ring.netlify.app">#</a>
<a href="https://qtpoc-ring.netlify.app/next">>></a>
</qtpoc-webring>
<script async="" charset="utf-8" src="https://qtpoc-ring.netlify.app/embed.js"></script>
</textarea
>
</div>
<!-- Bordered -->
<div class="widget-wrapper">
<h3>Bordered</h3>
<div
style="
display: flex;
flex-direction: column;
gap: 5px;
align-items: center;
"
>
<a href="https://qtpoc-ring.netlify.app"
><span
style="
display: inline-block;
padding: 5px;
border: 1px solid rgb(255, 255, 255);
border-image: linear-gradient(
180deg,
rgb(226, 22, 192) 0%,
rgb(242, 191, 23) 20%,
rgb(223, 211, 0) 40%,
rgb(157, 250, 44) 60%,
rgb(12, 77, 255) 80%,
rgb(104, 31, 199) 100%
);
border-image-slice: 1;
background: black;
font-weight: bold;
color: yellow;
"
>QTPOC Webring</span
></a
>
<div>
<a
href="https://qtpoc-ring.netlify.app/previous"
style="color: yellow"
><< prev</a
>
<a
href="https://qtpoc-ring.netlify.app/random"
style="color: yellow"
>random</a
>
<a
href="https://qtpoc-ring.netlify.app/next"
style="color: yellow"
>next >></a
>
</div>
</div>
<textarea>
<qtpoc-webring widget="bordered">
<a href="https://qtpoc-ring.netlify.app/previous"><<</a>
<a href="https://qtpoc-ring.netlify.app/random">?</a>
<span>QTPOC Webring</span>
<a href="https://qtpoc-ring.netlify.app">#</a>
<a href="https://qtpoc-ring.netlify.app/next">>></a>
</qtpoc-webring>
<script async="" charset="utf-8" src="https://qtpoc-ring.netlify.app/embed.js"></script>
</textarea
>
</div>
<!-- Text Only -->
<div class="widget-wrapper">
<h3>Text Only (No Javascript)</h3>
<div style="width: fit-content; margin: auto">
<a href="https://qtpoc-ring.netlify.app/previous"><<</a>
<a href="https://qtpoc-ring.netlify.app/random">?</a>
<span>QTPOC Webring</span>
<a href="https://qtpoc-ring.netlify.app">#</a>
<a href="https://qtpoc-ring.netlify.app/next">>></a>
</div>
<textarea style="width: 100%">
<div>
<a href="https://qtpoc-ring.netlify.app/previous"><<</a>
<a href="https://qtpoc-ring.netlify.app/random">?</a>
<span>QTPOC Webring</span>
<a href="https://qtpoc-ring.netlify.app">#</a>
<a href="https://qtpoc-ring.netlify.app/next">>></a>
</div>
</textarea
>
</div>
</div>
<p>
You're free to edit the widget, style it, and/or remove the random link
if you so desire.
</p>
<p>
<i
>(Note that the links do not execute client-side javascript. All
versions of the widget also have a fallback when javascript is not
enabled.)</i
>
</p>
<p>
If you've made your own widget and would like for it to be featured
here, you can let me know via email at
<span class="email"
>webr<span class="e-m-a">a3645778631892l</span>ing@es<span class="i-l"
>y904378323124d</span
>py.world</span
>!
</p>
</div>
</div>
</body>