JS files are split between header.js and scripts.js based on when the element fires in the DOM.
Main menu is loopped through Javascript variables but styling is still controlled on styles.css.
Social media links are set in PHP on index.php, otherwise HTML.
Localhost uses PHP CLI SAPI's built-in web server.
php -S localhost:8000
For more details, please see PHP Reference Manual