Pull request for issue #1#2
Merged
Merged
Conversation
This commit introduces a complete static website built from the attogram/base template. The site, titled "Getting Interactive with GitHub Pages," is designed to showcase interactive features that can be built with only HTML, CSS, and vanilla JavaScript. Key changes include: - **New Site Content:** Replaced all placeholder content with a full-fledged educational website. - **Homepage:** Created a new `index.html` with an introduction to the site's purpose and a full navigation menu. - **File Structure Refactoring:** Reorganized all content pages from a flat structure into subdirectories (`/features`, `/games`, `/guides`, `/tools`) for better organization, and updated all internal links accordingly. - **Interactive Feature Pages:** Created 14 feature pages, each with a live demo, explanation, and copyable code snippets. Features include a notes app, Markdown converter, JSON viewer, and more. - **Games Section:** Built a `/games` section with 10 different browser games, including a clicker game, Tic Tac Toe, a memory match game, and a Wordle clone. - **Guides:** Added a `/guides` section with pages on best practices, resources, and Markdown usage. - **Styling and Theming:** Implemented a site-wide stylesheet with a light/dark theme switcher that persists its state in localStorage.
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.
Fixes #1