The Valorant Club website is a mock website for a fictional club that I made. I designed and developed it using Netbeans IDE, HTML/CSS, Perl CGI, and design software to make mock ups for page layouts.
Pages

Home page

Agents Page

Maps Page
Page Elements

Every agent has a description, links to supporting articles, and a hover GIF

Every map has a description, list of current meta agents, and links to supporting articles
Registration Feature
Users were able to register for the club with a username, password, data about what they enjoy about Valorant, and how they play the game.

Registration Page
The username and password were saved to a password txt file using CGI. They could later be read by the login page to allow user's to login with their account. Passwords were also encrypted to ensure security. The user data was saved to a data text file which could be read by other sources to make charts or to be added to a database using SQL+PHP.