A simple, beginner-friendly HTML project showcasing an HVAC (Heating, Ventilation, and Air Conditioning) company website with two main sections.
This project was created as part of a web development course assignment. It demonstrates the use of basic HTML structure and inline CSS styling to create a professional-looking webpage without using external stylesheets, flexbox, or grid layouts.
-
Section 1: Efficient HVAC Solutions
- Company introduction with hero section
- Featured HVAC equipment image
- Company description
- Contact button with hover effect
-
Section 2: Our Expertise
- Service offerings display
- Two main service categories:
- 24/7 Emergency HVAC Service
- Indoor Air Quality solutions
- HTML5
- CSS styles
A small static project demonstrating a footer UI built with HTML and CSS.
This repository contains a simple footer layout that showcases usage of Google Material Icons, Font Awesome social icons, and custom styling in style.css.
index.html— main markup for the footer demo.style.css— styling for the layout and icons.README.md— this file.
- HTML5
- CSS3
- Google Fonts (League Spartan)
- Google Material Icons
- Font Awesome (social icons)
- Open
index.htmldirectly in a browser.
Or run a simple HTTP server for correct resource loading:
python -m http.server 8000
# then open http://localhost:8000- Add
aria-labelattributes to social links for screen readers. - Consider using
target="_blank" rel="noopener"for external links. - Use
display: flex; align-items: center;on combined text+icon elements for more robust vertical alignment.
Mehak Bahar — https://github.com/mehak-bahaar
https://github.com/mehak-bahaar/SMIT-Assignment-5-Footer