A student verification website for the BITS Pilani community. This site allows students to verify their identity using their institutional email to gain access to Discord and Matrix communities.
- Site's the easiest way for someone to verify and join matrix/discord
verification-site/
├── index.html
├── conduct.html
├── why.html
├── dashboard.html
├── src/
│ ├── style.css
│ ├── script.js
│ ├── auth.js
│ ├── dashboard.js
│ └── assets/
│ ├── icons/
│ │ ├── discord-icon.svg
│ │ └── matrix-icon.svg
│ └── images/
│ └── bits-logo.png
├── docs/
│ ├── todo.md
│ └── code-index.md
├── LICENSE
├── .gitignore
└── README.md
-
Clone the repository:
git clone <repository-url> cd verification-site
-
Open the site in your browser:
# Using Python's built-in server python3 -m http.server 8000 -
Go to
http://localhost:8000in your browser
- GitHub Pages
- Select Platform: Choose between Discord or Matrix
- Enter Username:
- Discord: Enter your Discord username (e.g.,
username) - Matrix: Enter your Matrix ID (e.g.,
username:matrix.org)
- Discord: Enter your Discord username (e.g.,
- Enter Email: Provide your BITS Pilani institutional email
- Submit: Follow instructions sent to your email oiding g*ogle as much except for auth for now
- Fork the repo
- Create a feature branch
- Make your changes
- Test well
- Send a PR
FOSS ftw.
See LICENSE file for details.
For issues or questions, please open an issue in the repo.