aggier.ing

The usual way to join is to submit the form below. If you can’t use the form, follow the instructions below to add your website manually.

Add your website

Submit your name, site URL, a public profile link to verify who you are (e.g. LinkedIn), and graduation year. After, your response is manually reviewed before it goes live.

A public page that shows your name and helps confirm you're affiliated with Texas A&M (LinkedIn, GitHub, etc.). Used only for verification

Add your website manually

Prefer to edit the repo yourself, or need a fork-based PR? If this is your first time making a PR, no worries!

  1. Open src/data/webringData.ts in the repository.
  2. Press the pencil icon to edit. Without write access, GitHub will automatically fork the repo so you can open a pull request.
  3. Add one object at the bottom of the webringData array with only name, website, and year (same shape as the join form; do not add extra fields). Keep the trailing comma style consistent with the file.
  4. Use https for website and make sure the site loads for reviewers without a login wall.
  5. Submit the pull request. In the PR description, include a public link to a profile to help verify who you are and your Texas A&M affiliation (e.g. LinkedIn).

Example entry:

{ name: "Your Name", website: "https://yoursite.com", year: "2028", },
FieldNotes
nameHow you want to appear on the hub.
websiteFull https:// URL to your personal site; it should load for reviewers without a login.
yearGraduation year as a string (e.g. "2026").