This is a learning project created to practice and improve HTML and CSS skills. It demonstrates basic web layout techniques, responsive design, and structuring a multi-section webpage.
- Navigation Bar
- Links to Project, About, and Contacts sections
- Project Section
- Displays multiple project images with labels
- About Section
- Information about the company and its mission
- Team Section
- Showcases team members with images, names, roles, and contact buttons
- Footer
- Simple footer with credits
.
├── project5.html # Main HTML file
├── project5.css # Primary stylesheet
├── query.css # Media queries for responsiveness
├── 1.jpg - 4.jpg # Team member images
├── a.jpg - e.jpg # Additional project images
└── README.md # Project documentation
- HTML5
- CSS3
- Responsive design with media queries
- Structuring a webpage with semantic HTML
- Styling elements using CSS classes and IDs
- Practicing layout techniques for projects, team, and footer sections
- Using forms and navigation links for interactive elements
- Clone the repository:
git clone https://github.com/leulged/project5.git- Open
project5.htmlin any web browser.
Leul Gedion – Learning HTML & CSS
This project is for educational purposes and web development practice.