Skip to content

TitledGames/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Titled Games Website

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.

Project Structure Guidelines

  • 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/ or js/ and reference it from the page.

Current Pattern

  • 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

Releases

No releases published

Packages

 
 
 

Contributors