This project is a simple HTML webpage showcasing the top three must-do activities in Addis Ababa, Ethiopia. It provides visitors with insights into popular attractions and introduces them to a local guide.
- Header Section: A welcoming banner with a background image and an introductory message.
- Attractions Section: Highlights three major attractions:
- Entoto Park: A nature escape with family-friendly activities.
- Unity Park: A cultural and wildlife hub in Addis Ababa.
- Adwa Museum: A museum dedicated to the historic Battle of Adwa.
- Guide Section: Introduces Kebrom, a local guide with a decade of experience, including their photo and brief bio.
- HTML5: For structuring the content.
- CSS: Linked external stylesheet (
styles.css
) for styling. - JavaScript (script.js): Used for interactive elements or dynamic functionality.
- Google Fonts: Custom fonts like "Lato" and "Varela Round" for typography.
- Images: Includes attraction and guide photos.
- Clone or download this repository to your local machine.
- Open the
index.html
file in any modern web browser to view the webpage. - Ensure the
styles.css
file andimage
directory are in the same folder as theindex.html
file for proper rendering.
project-folder/ │ ├── index.html # Main HTML file ├── styles.css # External CSS file for styling ├── image/ # Directory containing images used in the project │ ├── ADD.jpeg # Header image │ ├── entoto.jpg # Entoto Park image │ ├── unityy.jpg # Unity Park image │ ├── adwa.jpg # Adwa Museum image │ └── KK.png # Guide photo └── README.md # Project documentation
- Kebrom: A local guide with a decade of experience in Addis Ababa.
This project is open for personal or educational use. Feel free to modify and expand upon it.