This multi-page personal website is used to provide more info about me, as well as to showcase the projects I've been working on in a creative way. The site's design is inspired by the 2020 action role-playing video game, Cyberpunk 2077.
To use this site, no installations are required.
home.html
This html file contains the webpage structure for the home page of the website.
about.html
This html file contains the webpage structure for the about page of the website.
projects.html
This html file contains the webpage structure for the projects page of the website.
loading.html
This html file contains the webpage structure for the loading page of the website.
style.css
This css file contains all the stylization for the home page of the website.
about.css
This css file contains all the stylization for the about page of the website.
projects.css
This css file contains all the stylization for the projects page of the website.
loading_animation.css
This css file contains all the stylization for the loading page of the website.
main.js
This javascript file contains scripts for the home page of the website.
loading_script.js
This javascript file contains scripts for the loading page of the website.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like changed.
Copyright (c) 2021 Pathum Danthanarayana
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.