-
Notifications
You must be signed in to change notification settings - Fork 8
/
join.html
41 lines (37 loc) · 3.24 KB
/
join.html
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
---
title: How to Join
layout: html
---
<h1>Join Acing The Internet!</h1>
<h2>Criteria to join</h2>
<ul>
<li>You must be asexual (identities under the asexual spectrum count).
<li>You must have a personal site where you can put the webring widget, does not have to be hosted on Neocities.
<li>If your site contains any NSFW content, it must be clearly marked as 18+.
<li>Your site must not have any hate speech or bigotry.
<li>Bigotry here includes generalized/blanket statements or rants about marginalized identities, even those you may belong to yourself, that would make someone of that identity potentially uncomfortable to see.
<li>Your site cannot be advertisement-focused (having a page/section with your social media links is fine and mentioning that you're, for example, an artist who takes commissions is fine, but the sole purpose of the website should not be advertisement).
<li>You must add the webring widget somewhere on either a homepage or a webrings page. If we notice the webring widget is removed, we may remove you from the webring and send you an email to notify you of the issue.
<li>We strongly encourage visiting your fellow webring members' pages, leaving comments, and interacting with each other!
</ul>
<small>It is impossible to enumerate everything that is not allowed. For this reason, we (the webmasters) reserve the right to remove a site if we feel it is outside of our own personal bounds.</small>
<h2>Add yourself to the members list</h2>
<p>Add a unique slug, your webpage's name, and your webpage's URL to <a href={{site.github_repo_url}}/blob/main/_data/members.csv>the members list on GitHub</a> in a pull request.<br>
Pull requests can also be used to change your existing entry or delete your entry.</p>
<details>
<summary>If you don't have a GitHub account, fill out this form instead:</summary>
<form name=signup method=POST data-netlify=true netlify-honeypot=bot>
<div hidden><label>Leave this blank unless you're spam <input name=bot></label></div>
<label>Slug <input name=slug pattern=[0-9a-z](?:-?[0-9a-z])* required></label>
(ASCII lowercase letters, digits, and hyphen-minuses)<br>
<label>Name <textarea name=name></textarea></label><br>
<label>URL <input name=url type=url></label><br>
<label>E-mail address <input type=email name=email required></label><br>You'll receive an e-mail when your addition/change is made.<br>
<input type=submit>
</form>
If you're editing your existing entry, make sure to use the same slug. If you're deleting your existing entry, leave the URL field blank.
</details>
<h2>Add links on your webpage</h2>
<p>Once you're on the members list, add the webring widget on your page with this code (replace YOURSLUG with your slug, and preferably upload the button image to your own website rather than hotlinking):<br>
<textarea><a href="https://acingtheinternet.netlify.app/YOURSLUG/previous">back</a> | <a href="https://acingtheinternet.netlify.app"><img src="https://punkwasp.neocities.org/images/buttons/asexuals_now.gif" alt="A button saying asexuals now"></a> | <a href="https://acingtheinternet.netlify.app/YOURSLUG/next">next</a></textarea><br>
Check if <a href=https://html.spec.whatwg.org/dev/sections.html#the-aside-element>the <code><aside></code> element</a> is right for you.