Simple webpage crafted using pure HTML and CSS. A minimalistic showcase of structure and design.
Live Link: https://danielace1.github.io/Portfolio/
🎨 Three Themes: This project includes three distinct color themes, each with its own CSS file:
- Blue Theme
- Red Theme
- Violet Theme
How to Switch Themes :
To switch between these themes, link the desired theme's CSS file in your HTML. For example, to use the Red Theme:
<link rel="stylesheet" href="path/to/style-two.css" />
- Special thanks to Mr. Anbuselvan Rocky for his valuable mentorship.