web-app update - #1
Open
hynding wants to merge 2 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request adds a new Turing Cards Simulator web page and introduces a complete set of CSS styles for both the new simulator and the existing Turing machine simulator. It also establishes a shared base CSS file for consistent box-sizing and font usage across the app. The changes are primarily focused on UI/UX improvements and new feature support.
New Feature: Turing Cards Simulator
cards.htmlpage implementing the Turing Cards Simulator, including the UI structure, controls, program editor, and references to its own CSS and JS modules.Styling and UI Enhancements
cards.csswith comprehensive styles for the Turing Cards Simulator, covering layout, cards, tape, controls, editor, and responsive design.machine.cssto style the Turing machine simulator, including tape, state/rule display, controls, and editor, with improved color schemes and visual clarity.index.cssto enhance the main index page with improved backgrounds, cards, and simulator previews, ensuring a visually consistent and modern look.common.cssto set global box-sizing and font-family defaults for all pages, ensuring consistency across the application.