A modern and responsive website for an AI-based food subscription service that delivers healthy and personalized meals to your home.
This project was developed as part of a frontend course, focusing on building a complete landing page using HTML and CSS.
Omnifood is a food subscription platform designed to help people eat better without needing to plan or cook. This repository contains the full frontend of the website, showing the main features of the service, meal options, pricing plans, and customer testimonials.
The main focus of this project is practicing layout, styling, and structuring a real-world landing page.
omnifood/
βββ css/
β βββ general.css
β βββ styles.css
βββ img/
β βββ app/
β βββ customers/
β βββ meals/
β βββ galery/
β βββ logos/
βββ index.html
βββ content.md
βββ README.md
- Hero Section
- Featured Logos
- How It Works
- Diet Options
- Customer Testimonials
- Meals Gallery
- Pricing Plans
- Features Highlight
- Call-to-Action Form
- Footer
This project represents a landing page for a service-based business, built using HTML5 and CSS3 during a course.
It is useful as:
- A learning resource for layout and styling
- A portfolio project to demonstrate frontend skills
- A base template for similar subscription-based websites
- Clone or download this repository
- Open
index.html(or any HTML file) in your browser - Review the CSS files to understand the styling:
css/general.css: base styles and resetscss/styles.css: layout and component styles
- Explore the
img/folder for all assets used in the project - Customize colors, typography, and spacing to fit your needs