If you think you belong here, chances are you do. Developers, designers, and digital creatives from Landmark University, whether current students or alumni, are welcome. Being listed requires:
Once you've joined the ring, copy this code snippet into your site:
<webring-banner>
<p>Member of <a href="https://webring.landmarkirl.xyz">LMU Webring</p>
<a href="https://webring.landmarkirl.xyz/prev">Previous</a>
<a href="https://webring.landmarkirl.xyz/random">Random</a>
<a href="https://webring.landmarkirl.xyz/next">Next</a>
</webring-banner>
<script async src="https://webring.landmarkirl.xyz/embed.js" charset="utf-8"></script>
It will render this banner that links to the other members:
Member of LMU Webring
Previous Random NextIf you want more control or to create a custom banner, copy and paste the below html snippet somewhere on your website:
<nav class="webring" aria-labelledby="webring">
<h2 id="webring">LMU Webring</h2>
<p>This site is part of <a rel="external" href="https://webring.landmarkirl.xyz/">LMU Webring</a>.</p>
<ul>
<li><a rel="external" href="https://webring.landmarkirl.xyz/prev">Previous website</a></li>
<li><a rel="external" href="https://webring.landmarkirl.xyz/random">Random website</a></li>
<li><a rel="external" href="https://webring.landmarkirl.xyz/next">Next website</a></li>
</ul>
</nav>
You can style the presentation of this code however you like, as long as it's done in an accessible way.
I'm okay if you'd prefer people to land on your main landing page first, with the webring links placed elsewhere on the site, as long as they can be easily found within one click.
David Umoru, with help from Max Böck's webring project