This is a simple two-page website project that includes a homepage and an about page.
my-website
├── index.html # Main entry point of the website (Homepage)
├── about.html # About page of the website
├── css
│ └── styles.css # Styles for the website
├── js
│ └── scripts.js # JavaScript for interactivity
└── README.md # Documentation for the project