Welcome to The Forge, a pure HTML/CSS design system website. This project serves as a documentation site for a design system, outlining its components, foundations, and utilities.
You can view the live project here: https://skullxcode.github.io/The-Forge/index.html
The Forge is a lightweight, static website built to showcase and document a complete design system. It's built with simplicity in mind, using only HTML and CSS without any JavaScript frameworks or complex build processes.
The site is structured to clearly present:
- Foundations: The core principles of the design system, such as colors.
- Components: The reusable UI elements (e.g., buttons, cards, navigation).
- Utilities: Helper classes for spacing, typography, and layout.
- HTML5
- CSS3
The repository is organized into several key files:
index.html: The main landing page for the design system.colors.html: Documentation for the color palette.foundations.html: A page detailing the foundational elements of the system.components.html: A gallery showcasing all UI components.utilities.html: A reference guide for utility classes.style.css: The single stylesheet that contains all the styling for the project and the design system components.
Since this is a static website, there is no installation or build process required.
- Clone the repository:
git clone [https://github.com/skullxcode/The-Forge.git](https://github.com/skullxcode/The-Forge.git)
- View the project:
Open any of the
.htmlfiles (likeindex.html) directly in your web browser to view the website.
This project is licensed under the MIT License. See the LICENSE file for more details.