Skip to content

bits-bsc-cs/verification-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BITS Student Community Verification

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.

Why

  • Site's the easiest way for someone to verify and join matrix/discord

Project Structure

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

Setup

Local Development

  1. Clone the repository:

    git clone <repository-url>
    cd verification-site
  2. Open the site in your browser:

    # Using Python's built-in server
    python3 -m http.server 8000
  3. Go to http://localhost:8000 in your browser

Deployment

  • GitHub Pages

Usage

  1. Select Platform: Choose between Discord or Matrix
  2. Enter Username:
    • Discord: Enter your Discord username (e.g., username)
    • Matrix: Enter your Matrix ID (e.g., username:matrix.org)
  3. Enter Email: Provide your BITS Pilani institutional email
  4. Submit: Follow instructions sent to your email oiding g*ogle as much except for auth for now

Contributing

  1. Fork the repo
  2. Create a feature branch
  3. Make your changes
  4. Test well
  5. Send a PR

License

FOSS ftw.

See LICENSE file for details.

Support

For issues or questions, please open an issue in the repo.

About

site for verifying and getting access to the community (limited to discord/matrix server for now)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published