{"id":24958230,"url":"https://github.com/michaelfromorg/ubc-webring","last_synced_at":"2025-04-10T19:32:05.402Z","repository":{"id":271036956,"uuid":"912213299","full_name":"michaelfromorg/ubc-webring","owner":"michaelfromorg","description":"⚡ A webring for UBC students. Inspired by se-webring.xyz.","archived":false,"fork":false,"pushed_at":"2025-02-13T05:51:08.000Z","size":121,"stargazers_count":4,"open_issues_count":1,"forks_count":18,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T17:02:19.090Z","etag":null,"topics":["ubc","webring"],"latest_commit_sha":null,"homepage":"http://webring.michaeldemar.co/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/michaelfromorg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-04T23:27:49.000Z","updated_at":"2025-03-24T03:29:41.000Z","dependencies_parsed_at":"2025-01-27T04:21:58.516Z","dependency_job_id":"a4516dd6-5fd2-44af-bbff-ebdb4863d679","html_url":"https://github.com/michaelfromorg/ubc-webring","commit_stats":null,"previous_names":["michaelfromorg/ubc-webring"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelfromorg%2Fubc-webring","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelfromorg%2Fubc-webring/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelfromorg%2Fubc-webring/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelfromorg%2Fubc-webring/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/michaelfromorg","download_url":"https://codeload.github.com/michaelfromorg/ubc-webring/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248281395,"owners_count":21077423,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ubc","webring"],"created_at":"2025-02-03T07:10:33.258Z","updated_at":"2025-04-10T19:32:05.392Z","avatar_url":"https://github.com/michaelfromorg.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# UBC Web Ring ⚡🦅\n\nInspired by [se-webring.xyz](https://se-webring.xyz).\n\n## What is this?\n\nFrom [se-webring](https://github.com/simcard0000/se-webring)...\n\n\u003e A web ring is a group of websites linked together in a circular manner, centered around a common theme. They were a big thing in the 90s, as they were used as a sort of search engine optimization technique. The idea behind the SE Web Ring is to have a central place list all websites (personal sites and portfolios) of current and prior SE students and make them more discoverable.\n\nSo, this is that, except for UBC computer science students.\n\n(Part of a different UBC department, such as ECE or Math? Consider forking this repository and making your own!)\n\n## Adding your site\n\nTo add your site, you **must** be a current student or alumni of the Computer Science department at the University of British Columbia.\n\nThen, do the following.\n\n1. Insert the relevant information into [this file](https://github.com/michaelfromorg/ubc-webring/edit/main/src/data/websites.csv)\n2. Open a pull request; fill out the template\n3. (optional, but highly encouraged) Add the [web ring badge](#badge) to your site\n\nYour (current or former) UBC enrollment will be verified upon submission!\n\n## Running locally\n\nMake sure you have `npm` installed. This project is using Node `lts/jod` (v22). The easiest way to get on the right version is to use `nvm`, and then run `nvm use` from the project root.\n\nAfter that, get started the usual way.\n\n```bash\nnpm install\n\nnpm run dev\n\n# verify your changes\nnpm run build\nnpm run preview\n```\n\n## Badge\n\nHere's snippets to add the badge to your website. The icon (in public) must be copied over to your project.\n\n```html\n\u003ca href=\"https://michaelfromorg.github.io/ubc-webring/\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n    \u003cimg src=\"/ubc-coa.svg\" alt=\"UBC Webring\" width=\"36\" height=\"50\"\u003e\n\u003c/a\u003e\n```\n\nOr, for a React app.\n\n```jsx\nimport ubcCoaUrl from '@/assets/ubc-coa.svg'\n\nexport function UBCLogo() {\n  return (\n    \u003ca \n      href=\"https://michaelfromorg.github.io/ubc-webring/\" \n      target=\"_blank\" \n      rel=\"noopener noreferrer\"\n    \u003e\n      \u003cimg \n        src={ubcCoaUrl} \n        alt=\"UBC Webring\" \n        width={36} \n        height={50} \n      /\u003e\n    \u003c/a\u003e\n  )\n}\n```\n\n## Credit\n\nSee [simcard0000/se-webring](https://github.com/simcard0000/se-webring) for more rings around the web!\n\nThanks to the original authors (@simcard0000, @janakitti) for the inspiration, and [this thread](https://x.com/garrethleee/status/1874499577102860691) for the motivation. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelfromorg%2Fubc-webring","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichaelfromorg%2Fubc-webring","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelfromorg%2Fubc-webring/lists"}