A webring connecting personal sites from students at Ontario Tech University.
A webring is a collection of websites linked together in a circular structure. Visitors can navigate from one site to the next, discovering new portfolios, blogs, and projects from the OTU community.
- Browse member sites with search and filtering (alphabetical, graduation year)
- Navigate between sites using prev/next links
- Lightweight widget for your site's footer
git clone https://github.com/YOUR_USERNAME/otu-webring.gitEdit public/js/sites.js and add your entry to the sites array:
{ name: "Your Name", url: "https://yoursite.com", year: 2027, recent_internship: "Company Name" }| Field | Required | Description |
|---|---|---|
name |
Yes | Your full name |
url |
Yes | Your site URL (include https://) |
year |
Yes | Expected graduation year |
recent_internship |
No | Recent company or role description |
Copy the code from public/widget.html into your site's footer. The widget provides prev/next navigation and links back to the webring.
git add public/js/sites.js
git commit -m "Add [Your Name] to webring"
git push origin mainThen open a PR at github.com/VinceKLW/otu-webring/pulls.
- Site must be publicly accessible
- Site must include the webring widget
- Personal sites only (no commercial sites)
Open an issue or reach out to the maintainers.
