A website about Hearthstone Battlegrounds, currently hosted at https://bgknowhow.com.
The only JavaScript utilized is for the image tooltips, Google Analytics and the Paypal donation button.
Other than that everything is handled by HTML/CSS supported by PHP for dynamic user interaction. There are plans to utilize the Angular framework in the future, to decrease code clutter and increase UI/UX possibilities..
There is no fancy build or pipeline setup needed, at the moment. Every push to the main branch will trigger a GitHub action to deploy the main branch to the FTP of the website host. Connections to the MySQL DB and the Blizzard API access is defined in the config directory (overwritten with GitHub secrets during the deployment process). The database definition/data is not part of the source code, yet.
PHP 8.1.0
HTML5/CSS3
MySQL 5.7