A webring for SYDE and BME students from the University of Waterloo. Open to all current and past students, as well as faculty. Webrings were a popular way to link websites in the '90s, meant to increase traffic and discoverability, especially among personal/amateur websites. This webring links sites in a circular way, providing links on each site to traverse to the next and previous site.
Submit a pull request to join, (instructions below) and view the live site at http://sydeb.me/!
Please add yourself by doing the following:
- You must add the webring widget (template below) to your website (usually the footer). Feel free to adjust the styling to match your site. Alternatively, you can provide a hyperlink to the webring somewhere on your site.
- Create a fork of this repo.
- In it, add your information to
index.htmlat the bottom ofsiteData. Follow the template and provide your name, year, program (SYDE or BME) and full URL. - Open a pull request on this repository
It's reccomend to adjust the styling based on your site, but feel free to start with this:
<div style="line-height: 1em; display: flex;align-items: center; gap: 12px;">
<a href="https://sydeb.me/#[your site URL]?nav=prev" style="text-decoration:none; color:black"><</a>
<a href="https://sydeb.me" target="_blank">
<img src="https://sydeb.me/icons/black.svg" alt="SYDE/BME Webring" style="width: 24px;">
</a>
<a href="https://sydeb.me/#[your site URL]?nav=next" style="text-decoration:none; color:black">></a>
</div>Replace [your site URL] with your website.
This example uses the black icon, but we also have a white and blue version at https://www.sydeb.me/icons/white.svg and https://www.sydeb.me/icons/blue.svg. As well, you can edit the svg and change the colour to whatever you prefer.

