forked from bucketfish/bucket-webring
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
45 lines (33 loc) · 2.01 KB
/
index.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
42
43
44
45
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/jpg" href="assets/favicon.jpg"/>
<meta property="og:type" content="website">
<meta property="og:title" content="bucket webring!" />
<meta property="og:description" content="a webring for cool people who like to make things!" />
<meta name="theme-color" content="#ccafe9" />
<title>bucket webring!</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1 id="header">welcome to the bucket webring!</h1>
<p>this is a webring for cool people who like to make things!</p>
<p>there are currently <span id="peoplecount">x</span> members in the bucket webring:</p>
<div id="peoplelist">
</div>
<p>if you want to know more or to join, check our <a href="about.html">about page :)</a></p>
<p>for any comments/queries, feel free to email <a href="mailto:[email protected]" target="_blank">bucketfishy (at) gmail (dot) com</a>.</p>
<hr/>
<p>this webring is hosted on github pages. check out the repo <a href="https://github.com/bucketfish/bucket-webring">here.</a></p>
<hr/>
<h2>announcements!!</h2>
<p>sometimes i need to update stuff and people... can't be reached. so i'm gonna put announcements here, in case they ever come by and check. :p</p>
<p><strong>10 feb 2024</strong> • removed Forever(aroace.space), c+1, elliotsmoon, varchar(), and Icelogist from the webring — page not found :(</p>
<p><strong>15 sep 2023</strong> • removed 3flowin's spacehey profile!! from the webring — page not found :(</p>
<p><strong>26 dec 2022</strong> • removed oceanic court from the webring — the links are obstructed on your site by an image, and i can't find a way to reach you. feel free to join back if you ever want to :)</p>
</body>
<script type="text/javascript" src="script.js"></script>
<script type="text/javascript" src="header.js"></script>
</html>