-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (41 loc) · 1.99 KB
/
index.html
File metadata and controls
45 lines (41 loc) · 1.99 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>inkerRING ○</title>
<link rel="stylesheet" href="style.css">
<script src="index.js"></script>
</head>
<body>
<a class="go-back hidden" href="#"> ← back</a>
<a class="go-forward hidden" style="float: right;" href="#">to next site $next → </a>
<header>
<div class="titleText">
<ul class="title">
<li><h1 class="titleStart">small cozy sites,</h1></li>
<li><h1>blogs,</h1></li>
<li><h1>wikis,</h1></li>
<li><h1 class="titleEnd">& internet homes live here</h1></li>
</ul>
</div>
<div class="banner">
<img class="headerpic" src="lines.png" alt="">
</div>
</header>
<div class="ring">
<hr>
<ol>
<li><a href="https://www.dieterbrehm.com/">dieterbrehm.com</a></li>
<li><a href="https://sam.daitzman.com/">sam.daitzman.com</a></li>
<li><a href="https://climateartsurvey.netlify.app/">climateartsurvey</a></li>
<li><a href="https://bio.dieterbrehm.com/">biological art</a></li>
<li><a href="https://sashiko.dieterbrehm.com/">sashiko</a></li>
</ol>
</div>
<footer>
<hr><div class="explainer"><p>This is a <a href="https://en.wikipedia.org/wiki/Webring">webring</a>, a set of websites with a common theme. In this case, the theme is internet homes. Do you have a home on the web?
Webrings exist to share ideas, traffic, questions, and to build community. Webrings come from a time when the internet was more personal, more soft, more of a big experiment. If you have a portfolio, diary, blog, or wiki about your life // what you care about (a web home), it would be cool if you <a href="https://github.com/inkering/ring/blob/master/join.md">joined the ring!</a></p></div>
</footer>
</body>
</html>