To run this website simply double-click on index.html file. (when i wrote this site, i used "python3 -m http.server" to run web-server on my computer to debug the code with Chrome's Lighthouse).
The JavaScript code impelments the slidhshow of the photos of myself as a basketball player.
It also has a submission of a form that is an email address and then redirects the user to a mailto link constructed using the variables. The Browser is doing input validation on the email address (in the HTML using 'type') provided by the user. if the user entered an invalid email address or any empty one, the form will display an error.