A webring aggregating personal websites/portfolios created by students at Concordia University.
To add your website to the Concordia Webring:
- Fork this repository;
- Add your info to
public/webring.jsonaccording to the format below;
{
"name": "John Doe",
"website": "https://JohnDoe.com",
"year": 2067,
"program": "COMP"
}- Create a pull request to this repository.
Or, you can fill out this Google Form and a maintainer will add your website for you.
This project was heavily inspired by the webrings made by students from other universities:
- Waterloo Computer Science Webring - University of Waterloo
- Waterloo Software Engineering Webring - University of Waterloo
- McGill CS Webring - McGill University
- UBC Webring - University of British Columbia
Contributions are welcome! If you have any suggestions or improvements, feel free to open an issue or submit a pull request.
Run npm install to install dependencies and npm run dev to start the development server.