|| Mayank-Garg7
This project is a web-based assessment result display page. It includes two sections:
-
Your Result Section (
part1
):- Displays the user's overall result with a circular visual representation.
- Provides a brief message about the user's performance.
-
Summary Section (
part2
):- Presents a summary of scores in different categories (Reaction, Memory, Verbal, Visual).
- Each category has an associated icon, score, and a visual representation.
- HTML: Markup language for structuring the content.
- CSS: Stylesheet language for styling the HTML elements.
- Google Fonts: Imported the "Hanken Grotesk" font for a modern look.
index.html
: The main HTML file containing the structure of the web page.style.css
: The stylesheet file with styles for the entire project.
-
Clone the repository:
git clone <repository-url>
-
Open
index.html
in a web browser.
The project uses custom CSS variables (defined in :root
) for color management. Feel free to customize the colors according to your preference.
Special thanks to Mayank-Garg7 for creating this project.
This project is licensed under the MIT License - see the LICENSE file for details.