A responsive, multi-page front-end clone of the Pepsi website β built with pure HTML5 and CSS3 to practice modern layout techniques, animations, and UI design.
- Multi-page structure β Home, Products, About, and Contact pages with consistent navigation
- Responsive design β Adapts across desktop, tablet, and mobile using CSS media queries
- Custom animations β Hover lifts on product cards, rotating icon circles, glassmorphism effects on forms and cards
- Contact page β Working form UI, embedded Google Map, FAQ section, and newsletter signup
- About page β Brand story section with stats counters and feature highlights
- Custom typography β Anton (display) + Montserrat (body) via
@font-faceand Google-style font pairing - Icon integration β Font Awesome icons throughout (social links, feature checkmarks, category icons)
pepsi-clone/
βββ index.html
βββ products.html
βββ about.html
βββ contact.html
βββ css/
β βββ style.css
β βββ products.css
β βββ about.css
β βββ contact.css
βββ fonts/
β βββ Anton-Regular.ttf
βββ images/
β βββ logo.png
β βββ hero_banner.png
β βββ about-banner.jpg
β βββ contact-banner.png
β βββ product-banner.png
β βββ products/
β βββ pepsi.png
β βββ zero-sugar-pepsi.png
β βββ diet-pepsi.png
βββ videos/
β βββ pepsi-video.mp4
βββ README.md
- Clone the repository
git clone https://github.com/muhammadabuhurair/pepsi-clone.git
- Navigate into the project folder
cd pepsi-clone - Open
index.htmlin your browser β no build tools or dependencies required.
- HTML5 β Semantic markup
- CSS3 β Flexbox, Grid, media queries, custom
@font-face - Font Awesome 6 β Icon library (via CDN)
- Unify base font strategy across all pages (body text vs. display headings)
- Standardize background theme across pages
- Extract shared styles (
@font-face, header, footer) into a singlebase.css - Add form validation and submit handling (currently front-end only)
- Add real image assets and optimize for web (WebP, lazy loading)
This project is a fan-made clone built strictly for educational and portfolio purposes. Pepsi, the Pepsi logo, and related trademarks are the property of PepsiCo, Inc. This project is not affiliated with, endorsed by, or connected to PepsiCo in any way.
Muhammad Abuhuraira
- GitHub: @muhammadabuhurair
- LinkedIn: abuhurairakhan-dev
This project is open source and available under the MIT License.
β If you found this project helpful or interesting, consider giving it a star!
