Skip to content

shaan-s/syde-bme-webring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

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/!

How do I join?

Please add yourself by doing the following:

  1. 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.
  2. Create a fork of this repo.
  3. In it, add your information to index.html at the bottom of siteData. Follow the template and provide your name, year, program (SYDE or BME) and full URL.
  4. Open a pull request on this repository

Webring template

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">&lt;</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">&gt;</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.

Credits

Inspired by the CS, ECE, and SE webrings!

Developed by Shaan and Ahyan; design help from Daphne.

About

Webring for SYDE and BME students at the University of Waterloo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors