|
| 1 | +# 🍵 Tea House |
| 2 | + |
| 3 | +A modern, fully responsive **tea café landing page** built from a Figma design using **HTML5** and **Tailwind CSS**. |
| 4 | + |
| 5 | +--- |
| 6 | + |
| 7 | +## 🌐 Live Demo |
| 8 | + |
| 9 | +🔗 [View Live Site](https://mdboniamin.github.io/Tea-House/) |
| 10 | + |
| 11 | +--- |
| 12 | + |
| 13 | +## 📋 Page Sections |
| 14 | + |
| 15 | +| Section | Description | |
| 16 | +|---------|-------------| |
| 17 | +| 🏠 Hero | Full-width banner with headline, tagline, and CTA button | |
| 18 | +| 🍃 Featured Products | 4-column grid showcasing Milk Tea, Black Tea, Lemon Tea & Green Tea | |
| 19 | +| 🌿 Great Tea | Brand story with image layout and key selling points | |
| 20 | +| 💬 Client Reviews | Stacked testimonial cards with client avatars | |
| 21 | +| 📬 Footer | Quick links, tea menu, newsletter form & social media icons | |
| 22 | + |
| 23 | +--- |
| 24 | + |
| 25 | +## ✨ Features |
| 26 | + |
| 27 | +- 🎨 Pixel-perfect **Figma to HTML** conversion |
| 28 | +- 📱 Fully **responsive** — mobile-first with `md:` breakpoints |
| 29 | +- 🌈 Custom **gradient buttons**, text gradients, and background gradients with Tailwind |
| 30 | +- ⚡ Zero build tools — powered by **Tailwind CSS CDN** |
| 31 | +- 🔤 **Font Awesome 7** icons |
| 32 | +- 🧼 Semantic, clean, and well-structured HTML5 |
| 33 | + |
| 34 | +--- |
| 35 | + |
| 36 | +## 🛠️ Tech Stack |
| 37 | + |
| 38 | +| Technology | Usage | |
| 39 | +|------------|-------| |
| 40 | +| HTML5 | Structure & semantics | |
| 41 | +| Tailwind CSS (CDN) | Styling & responsive layout | |
| 42 | +| Font Awesome 7 | Icons | |
| 43 | +| Figma | Original UI/UX design | |
| 44 | + |
| 45 | +--- |
| 46 | + |
| 47 | +## 📁 Project Structure |
| 48 | + |
| 49 | +``` |
| 50 | +Tea-House/ |
| 51 | +├── index.html # Main HTML page |
| 52 | +├── styles/ |
| 53 | +│ └── style.css # Custom font & override styles |
| 54 | +├── images/ |
| 55 | +│ ├── banner.png # Hero section image |
| 56 | +│ ├── tea-1.png # Milk Tea |
| 57 | +│ ├── tea-2.png # Black Tea |
| 58 | +│ ├── tea-3.png # Lemon Tea |
| 59 | +│ ├── tea-4.png # Green Tea |
| 60 | +│ ├── fresh-1.png # Great Tea section — image 1 |
| 61 | +│ ├── fresh-2.png # Great Tea section — image 2 |
| 62 | +│ ├── client.png # Client avatar |
| 63 | +│ ├── circles.png # Decorative element |
| 64 | +│ └── cup.png # Footer logo |
| 65 | +├── tea-house.fig # Original Figma design file |
| 66 | +└── README.md |
| 67 | +``` |
| 68 | + |
| 69 | +--- |
| 70 | + |
| 71 | +## 🚀 Getting Started |
| 72 | + |
| 73 | +No installation needed. |
| 74 | + |
| 75 | +**1. Clone the repository** |
| 76 | +```bash |
| 77 | +git clone https://github.com/Mdboniamin/Tea-House.git |
| 78 | +``` |
| 79 | + |
| 80 | +**2. Open in browser** |
| 81 | +```bash |
| 82 | +cd Tea-House |
| 83 | +open index.html |
| 84 | +``` |
| 85 | + |
| 86 | +> Or use a local dev server: |
| 87 | +> ```bash |
| 88 | +> npx serve . |
| 89 | +> ``` |
| 90 | +
|
| 91 | +--- |
| 92 | +
|
| 93 | +## 🎨 Color Palette |
| 94 | +
|
| 95 | +| Color | Hex | Used In | |
| 96 | +|-------|-----|---------| |
| 97 | +| Red | `#FF0000` | Gradient start, CTA buttons | |
| 98 | +| Orange | `#FF8938` | Gradient end | |
| 99 | +| Light Gray | `#D9D9D9` | Section backgrounds | |
| 100 | +| White | `#FFFFFF` | Cards, overlays | |
| 101 | +
|
| 102 | +--- |
| 103 | +
|
| 104 | +## 📱 Responsive Design |
| 105 | +
|
| 106 | +| Breakpoint | Width | Layout | |
| 107 | +|------------|-------|--------| |
| 108 | +| Mobile | < 768px | Single column, stacked | |
| 109 | +| Desktop | ≥ 768px (`md:`) | Multi-column, side-by-side | |
| 110 | +
|
| 111 | +--- |
| 112 | +
|
| 113 | +## 🧑💻 Author |
| 114 | +
|
| 115 | +**Md. Boniamin** |
| 116 | +- GitHub: [@Mdboniamin](https://github.com/Mdboniamin) |
| 117 | +
|
| 118 | +--- |
| 119 | +
|
| 120 | +## 📄 License |
| 121 | +
|
| 122 | +This project is open source and available under the [MIT License](./LICENSE). |
| 123 | +
|
| 124 | +--- |
| 125 | +
|
| 126 | +> ⭐ If you find this project helpful, give it a star! |
0 commit comments