A webring for CSUF ACM friends. Share your personal sites, portfolios, and projects!
Live: webring-1.vercel.app
Add to both the sites array (in the head script) AND the <ol> list:
<!-- In the head script sites array -->
{ id: 'your-name', url: 'https://yoursite.com' }
<!-- In the <ol id="icons"> list -->
<li data-lang="en" id="your-name">
<a href="https://yoursite.com">Your Name</a>
</li>Add these links to your site's footer so visitors can navigate the ring:
<a href="https://webring-1.vercel.app/?from=your-name&dir=prev">←</a>
<a href="https://webring-1.vercel.app/?from=your-name&dir=next">→</a>Replace your-name with your id from Step 1.
See lyyeric.tech for a live example (scroll to footer).
@lyyeric | CSUF ACM