-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathjoin.html
More file actions
80 lines (79 loc) · 2.76 KB
/
join.html
File metadata and controls
80 lines (79 loc) · 2.76 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
---
title: How to Join
layout: html
---
<h2 id="rules">Rules</h2>
<ul>
<li>You <b>must</b> like fungi in some form or fashion.</li>
<li>No NFTs or crypto currency.</li>
<li>NSFW and/or suggestive content is allowed if marked as such.</li>
<li>You <b>must</b> be 18 or older. (Why? Look at the above rule.)</li>
<li>There will be no tolarance for <a target="_blank" href="https://deadinsideartist.art/ethical">hate speech or bigotry</a>.</li>
<li>Have a website that you're able to add a widget to. No social media.</li>
<li>A dark/gothic aesthetic for your site is not required but appreciated.</li>
<li>We reserve the right to remove or reject a site if it is outside the webring's vision.</li>
</ul>
<h2 id="join">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</a> and your button (if you have one) to <a href="{{site.github_repo_url}}/blob/main/src/img/buttons">the button folder</a> on GitHub in a pull request.
</p>
<p>
An example of how to add you're to the member list:
</p>
<table>
<thead><tr>
<th>slug</th>
<th>name</th>
<th>url</th>
<th>desc</th>
<th>button</th>
<th>nickname</th>
<th>fungi</th>
<th>nsfw</th>
</tr></thead>
<tbody><tr>
<td>[Your slug]</td>
<td>"[Your Site Name]"</td>
<td>[Site URL]</td>
<td>"[Your site description]"</td>
<td>"[The file name of your button (leave blank if you don't have one)]"</td>
<td>"[Your name]"</td>
<td>"[Your favorite fungi]"</td>
<td>["y" for NSFW, "n" for SFW]</td>
</tr><tr>
<td>void</td>
<td>"Void.Shrooms"</td>
<td>https://void.shroom.ink</td>
<td>"A webring for fungi lovers who enjoy dark/gothic aesthetics!"</td>
<td>"void.shrooms.jpg"</td>
<td>"Void.Shrooms Webmaster"</td>
<td>"Devil's Tooth"</td>
<td>n</td>
</tr>
</tbody>
</table>
<p>
Pull requests can also be used to edit your existing entry or delete your entry.
</p>
<details>
<summary>If you don't have a GitHub account (or can't be bothered to do a pull request), email the shrooms this form instead:</summary>
<p>
Put <code>void.shrooms request</code> as the subject.
</p>
<p>
Copy and paste this form and fill it out:
</p>
<textarea name="email_form" rows="7" cols="35">
Your (nick)name:
Site's name:
Site's slug:
Site's url:
NSFW (y or n):
Site description:
Button (optional):
Your favorite fungi or mushroom:
</textarea>
<p>
Send to <code>howdy [at] shroom.ink</code>. You will recieve a reply when approved or rejected.
</p>
</details>