This is a school project I performed to create a simple online shopping website simulating e-kart.com, an e-commerce platform for various everyday items.
This static website is built using basic HTML taught in class & (inline CSS, and JavaScript) taken from a company(guess which? it has simillar domain π) by inspect element π. It features a home page with navigation to different product categories, each displaying sample products with images, descriptions, and prices. The design uses outdated HTML elements like marquees for a retro feel.
- hk.HTML: The entry point (home page). Includes:
- Marquee title "E-kart".
- Search form (placeholder, non-functional as it was taken from inspect another webpage).
- Navigation links to all category pages.
- Slideshow carousel with featured product images (e.g., mobile, waterproof item).
- Footer marquee with a personal note: "This is my First Website... Thank You & Visit Again."
- Link to About Us page.
Each page has a yellow background, centered marquee title, and lists 2-3 sample products with left-aligned images, bold italic underlined descriptions, bullet points for features, and prices.
-
ABOUTUS.HTML: Explains the site's purpose β online shopping for everyday needs.
-
APPLIANCES.HTML: Products: Whirlpool Refrigerator (RS 24,999), Samsung Washing Machine (RS 14,690).
-
BABY&KIDS.HTML: Products: Kiddeo T-Shirt Pack (RS 829), NextGen Toy Car (RS 1,599).
-
BOOKS.HTML: Products: Geronimo Stilton Book (RS 477), Mastering HTML/CSS/JS (RS 410).
-
ELECTRONICS.HTML: Products: Apple iPhone X (RS 80,000), Rejuvenate Headphones (RS 999).
-
HOME&FURNITURE.HTML: Products: Urban Ladder Bed (RS 26,000), HomeTown Dining Set (RS 15,299).
-
MENS.HTML: Products: Highlander Shirt (RS 612), Flying Machine Jeans (RS 840).
-
STATIONARY.HTML: Products: Uni Ball Pens Pack (RS 250), Kangaro Stationery Set (RS 332).
-
WOMENS.HTML: Products: E-Vastram Saree (RS 484), Demira Jewels Ring (RS 19,760), Dolphin Heels (RS 499).
The Images/
folder contains all product images used in the pages.
Open hk.HTML
in a web browser.