This commit is contained in:
array-in-a-matrix 2022-04-22 05:52:26 -04:00
parent eae0e98529
commit 309514ff8d
2 changed files with 39 additions and 16 deletions

View file

@ -6,6 +6,4 @@ To do:
- convert html to xhtml
- privacy policy for jitsi, cbox, gemini & webrings
- replace wikipedia links with wikiless
- find better static gen app for blog?
- more webrings

View file

@ -6,25 +6,50 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Webrings</title>
<link rel="stylesheet" type="text/css" href="../../style/alt.style.css" />
<link rel="stylesheet" href="../../style/style.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/fork-awesome@1.2.0/css/fork-awesome.min.css"
integrity="sha256-XoaMnoYC5TH6/+ihMEnospgm0J1PM/nioxbOUdnM8HY=" crossorigin="anonymous">
<link rel="icon" type="image/x-icon" href="../../res/site/icons/favicon.ico">
</head>
<body>
<header class="page-header" role="banner">
<h1 class="project-name"> Webrings
</h1>
<h2 class=" project-tagline">Links to webrings I belong to.</h2>
<h1 class="project-name">Webrings</h1>
<h2 class="project-tagline">Links to webrings I am part of.</h2>
<a href="../../" class="btn">Home</a>
<a href="../banners/" class="btn">Banners</a>
</header>
<div class="main-content">
<nav>
<a href="../../" class="btn">Home</a>
</nav>
<nav>
<div class="yw-widget-full" data-yw-url="https://arrayinamatrix.xyz"></div>
<script src="https://yesterweb.org/js/widget.js"></script>
</nav>
</div>
<main id="content" class="main-content" role="main">
<h3><a href="https://wikiless.org/wiki/Webring?lang=en">What is a webring?</a></h3>
A webring is a collection of sites that chained to each other where if you follow a link from one site and keep
going up the ring you will eventually find the site you started from.
<br>
<hr>
<br>
<div>
<div class="grid">
<section class="grid-item zoom" id="yesterweb">
<div class="yw-widget-full" data-yw-url="https://arrayinamatrix.xyz"></div>
<script src="https://yesterweb.org/js/widget.js"></script>
</section>
<section class="grid-item zoom" id="retronaut" style="text-align: center;">
Retronaut
<br>
<a href='https://webring.dinhe.net/prev/arrayinamatrix.xyz/'>Previous</a>
<a href="https://webring.dinhe.net/random">Random</a>
<a href='https://webring.dinhe.net/next/arrayinamatrix.xyz/'>Next</a>
</section>
</div>
<div </div> <footer class="site-footer">
You have reached the end of the page. (ノ◕ヮ◕)ノ*:・゚✧
</footer>
</main>
</body>
</html>
</html>