Welcome to the official repository for the Titled Games website! This is where we build and maintain our web presence, showcasing our indie game studio and the games we create.
- Keep all CSS files in the
css/folder. - Keep all JavaScript files in the
js/folder. - Do not add inline
<style>blocks in HTML pages. - Do not add inline
<script>blocks in HTML pages. - If a page needs page-specific styling or behavior, create a dedicated file in
css/orjs/and reference it from the page.
- Shared styles:
css/styles.css - Page styles:
css/about.css,css/microwave-man.css - Shared scripts:
js/script.js - Page scripts:
js/microwave-man.js