File size: 11,933 Bytes
5501681 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 | <html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=1080, initial-scale=1.0">
<title>Biryani Blues UI</title>
<style>
body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
#render-target {
width: 1080px; height: 2400px; position: relative; overflow: hidden;
background: #ffffff; border-radius: 24px; box-shadow: 0 6px 24px rgba(0,0,0,0.08);
}
.status-bar {
height: 90px; display: flex; align-items: center; justify-content: space-between;
padding: 0 32px; color: #2e2e2e; font-size: 36px; letter-spacing: 0.5px;
}
.status-right { display: flex; gap: 24px; align-items: center; color: #555; font-size: 28px; }
.app-bar {
height: 88px; display: flex; align-items: center; justify-content: space-between;
padding: 0 24px;
}
.left-actions, .right-actions { display: flex; align-items: center; gap: 20px; }
.icon-btn { width: 64px; height: 64px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.icon { width: 40px; height: 40px; fill: none; stroke: #2e2e2e; stroke-width: 3; }
.title-block { padding: 8px 32px 0; }
.title-block h1 { margin: 12px 0 10px; font-size: 64px; color: #1f2937; }
.subtitle { color: #6b7280; font-size: 32px; }
.rating-row { display: flex; align-items: center; gap: 16px; padding: 18px 32px 0; }
.rating-pill {
display: inline-flex; align-items: center; gap: 12px;
background: #e8f2e8; color: #185a2b; border-radius: 22px;
padding: 10px 18px; font-size: 30px; font-weight: 600;
}
.reviews-link { font-size: 30px; color: #374151; text-decoration: underline dotted; }
.info-chips { display: flex; align-items: center; gap: 14px; padding: 18px 32px; }
.chip {
display: inline-flex; align-items: center; gap: 12px;
background: #f2f4f7; color: #111827; border-radius: 40px;
padding: 16px 22px; font-size: 30px;
}
.dropdown { display: inline-flex; align-items: center; gap: 10px; }
.coupon {
margin: 20px 24px; padding: 24px; border-radius: 28px;
background: #f7f9ff; border: 1px solid #e2e8f0; display: flex; align-items: center; justify-content: space-between;
}
.coupon-left { display: flex; align-items: center; gap: 18px; }
.coupon-badge {
width: 96px; height: 96px; border-radius: 22px; display: flex; align-items: center; justify-content: center;
background: #e6f0ff; color: #1e40af; font-weight: 800; border: 1px solid #c7d2fe; font-size: 30px;
}
.coupon-text { color: #0f172a; }
.coupon-text .big { font-size: 36px; font-weight: 700; }
.coupon-text .small { font-size: 28px; color: #475569; margin-top: 4px; }
.coupon-right { text-align: right; color: #334155; font-size: 28px; }
.dot-row { margin-top: 6px; display: flex; gap: 8px; justify-content: flex-end; }
.dot { width: 10px; height: 10px; border-radius: 50%; background: #ef4444; }
.dot.gray { background: #cbd5e1; }
.filter-row { display: flex; gap: 18px; padding: 12px 24px 6px; }
.toggle {
display: inline-flex; align-items: center; gap: 14px;
background: #ffffff; border: 1px solid #e5e7eb; border-radius: 50px;
padding: 16px 22px; font-size: 30px; color: #1f2937;
}
.veg-dot { width: 26px; height: 26px; border-radius: 50%; background: #22c55e; border: 2px solid #15803d; }
.badge { display: inline-flex; align-items: center; gap: 12px; background: #fff7ed; border: 1px solid #fde68a; color: #b45309; border-radius: 40px; padding: 16px 22px; font-size: 30px; }
.badge.top { background: #f7fee7; border-color: #d9f99d; color: #3f6212; }
.section-title { font-size: 44px; font-weight: 800; color: #111827; padding: 24px 24px 4px; }
.section-sub { padding: 0 24px 12px; font-size: 30px; color: #475569; }
.free-card {
margin: 10px 24px; padding: 18px; border: 1px solid #e5e7eb; border-radius: 30px;
display: flex; align-items: center; gap: 20px; background: #ffffff;
}
.img { width: 130px; height: 110px; background: #E0E0E0; border: 1px solid #BDBDBD; display: flex; justify-content: center; align-items: center; color: #757575; font-size: 26px; border-radius: 16px; }
.free-info { flex: 1; }
.free-title { font-size: 34px; color: #111827; }
.price-free { display: flex; align-items: center; gap: 16px; font-size: 28px; margin-top: 6px; }
.strike { color: #6b7280; text-decoration: line-through; }
.free-tag { color: #0ea5e9; font-weight: 800; }
.add-btn {
width: 220px; height: 80px; border-radius: 20px; background: #f3f4f6; color: #374151;
display: flex; align-items: center; justify-content: center; font-size: 32px; border: 1px solid #e5e7eb;
}
.recommended-header { display: flex; align-items: center; justify-content: space-between; padding: 24px; }
.recommended-header .title { font-size: 44px; font-weight: 800; color: #111827; }
.card {
margin: 8px 24px 0; padding: 20px 20px 28px; border-top: 1px solid #e5e7eb;
}
.item-top { display: flex; align-items: center; gap: 16px; }
.veg-icon { width: 30px; height: 30px; border: 2px solid #22c55e; border-radius: 6px; position: relative; }
.veg-icon::after { content: ""; position: absolute; width: 18px; height: 18px; background: #22c55e; border-radius: 2px; top: 4px; left: 4px; }
.bestseller-chip { margin-left: 8px; background: #fff7ed; border: 1px solid #fde68a; color: #b45309; border-radius: 40px; padding: 8px 14px; font-size: 26px; }
.item-title { font-size: 42px; color: #111827; line-height: 1.2; margin: 12px 0; }
.rating-stars { display: flex; align-items: center; gap: 8px; color: #f59e0b; font-size: 30px; }
.ratings-count { font-size: 30px; color: #374151; margin-left: 12px; }
.price { font-size: 34px; color: #111827; margin: 16px 0 12px; }
.desc { font-size: 30px; color: #4b5563; }
.item-row { display: flex; gap: 20px; }
.image-wrap { width: 420px; height: 420px; position: relative; border-radius: 24px; overflow: hidden; }
.image-wrap .img { width: 100%; height: 100%; border-radius: 24px; }
.image-wrap .overlay-add {
position: absolute; bottom: 16px; left: 16px; right: 16px;
display: flex; align-items: center; justify-content: space-between;
background: #fff; border: 1px solid #e5e7eb; border-radius: 22px; padding: 18px 28px; font-size: 36px; color: #dc2626;
box-shadow: 0 4px 10px rgba(0,0,0,0.06);
}
.overlay-add .plus {
width: 44px; height: 44px; border-radius: 50%; background: #f3f4f6; display: flex; align-items: center; justify-content: center; color: #374151; font-weight: 700;
}
.customisable { font-size: 30px; color: #64748b; padding-left: 24px; }
.floating-menu {
position: absolute; bottom: 120px; left: 50%; transform: translateX(-50%);
background: #1f2937; color: #fff; border-radius: 32px; padding: 22px 34px; display: flex; align-items: center; gap: 18px;
box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}
.floating-menu .round { width: 64px; height: 64px; border-radius: 16px; background: #fbbf24; display: flex; align-items: center; justify-content: center; color: #3f3f3f; font-size: 34px; font-weight: 900; }
.bottom-bar { position: absolute; bottom: 0; left: 0; right: 0; height: 28px; background: #000; border-radius: 14px 14px 0 0; opacity: 0.85; }
</style>
</head>
<body>
<div id="render-target">
<!-- Status bar -->
<div class="status-bar">
<div>11:46</div>
<div class="status-right">
<span>⛅</span>
<span>📶</span>
<span>🔋</span>
</div>
</div>
<!-- App bar -->
<div class="app-bar">
<div class="left-actions">
<div class="icon-btn">
<svg class="icon" viewBox="0 0 24 24">
<path d="M15 19L7 12l8-7" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</div>
</div>
<div class="right-actions">
<div class="icon-btn">
<svg class="icon" viewBox="0 0 24 24">
<circle cx="11" cy="11" r="7"></circle>
<path d="M20 20l-4-4" stroke-linecap="round" stroke-linejoin="round"></path>
</svg>
</div>
<div class="icon-btn">
<svg class="icon" viewBox="0 0 24 24">
<path d="M12 21s-7-4.5-7-10a4.5 4.5 0 0 1 8-2 4.5 4.5 0 0 1 8 2c0 5.5-7 10-7 10z" stroke-linecap="round" stroke-linejoin="round"></path>
</svg>
</div>
<div class="icon-btn">
<svg class="icon" viewBox="0 0 24 24">
<path d="M4 12v-3a3 3 0 0 1 3-3h9" />
<path d="M12 5l3-3-3-3" />
<path d="M20 12v7a3 3 0 0 1-3 3H8" />
</svg>
</div>
<div class="icon-btn">
<svg class="icon" viewBox="0 0 24 24">
<circle cx="12" cy="5" r="2"></circle>
<circle cx="12" cy="12" r="2"></circle>
<circle cx="12" cy="19" r="2"></circle>
</svg>
</div>
</div>
</div>
<!-- Title -->
<div class="title-block">
<h1>Biryani Blues</h1>
<div class="subtitle">Biryani · Kebab · Desserts</div>
</div>
<!-- Rating and reviews -->
<div class="rating-row">
<div class="rating-pill">4.1 ★</div>
<div class="reviews-link">16.4K reviews</div>
</div>
<!-- Info chips -->
<div class="info-chips">
<div class="chip">⏱️ 40–45 min</div>
<div class="chip">📍 8 km</div>
<div class="chip dropdown">Sector 56 ▼</div>
</div>
<!-- Coupon banner -->
<div class="coupon">
<div class="coupon-left">
<div class="coupon-badge">%</div>
<div class="coupon-text">
<div class="big">40% OFF up to ₹80</div>
<div class="small">use code FOODIE | above ₹149</div>
</div>
</div>
<div class="coupon-right">
<div>1/6</div>
<div class="dot-row">
<div class="dot"></div>
<div class="dot gray"></div>
<div class="dot gray"></div>
</div>
</div>
</div>
<!-- Filter chips -->
<div class="filter-row">
<div class="toggle"><span class="veg-dot"></span> Veg ✖</div>
<div class="toggle"><span style="width:26px;height:26px;border:2px solid #d97706;border-radius:50%;background:#fff;"></span> Non-veg</div>
<div class="badge">🏅 Bestseller</div>
<div class="badge top">⭐ Top rated</div>
</div>
<!-- Claim free dish -->
<div class="section-title">Claim your FREE dish!</div>
<div class="section-sub">Add items above ₹749 to claim it</div>
<!-- Free dish card -->
<div class="free-card">
<div class="img">[IMG: Gulab Jamun]</div>
<div class="free-info">
<div class="free-title">Gulab Jamun (2 Pcs)</div>
<div class="price-free"><span class="strike">₹69</span><span class="free-tag">FREE</span></div>
</div>
<div class="add-btn">ADD</div>
</div>
<!-- Recommended header -->
<div class="recommended-header">
<div class="title">Recommended (13)</div>
<div style="color:#475569;">▴</div>
</div>
<!-- Recommended item card -->
<div class="card">
<div class="item-top">
<div class="veg-icon"></div>
<div class="bestseller-chip">Bestseller</div>
</div>
<div class="item-title">Veg Biryani Minis @ Rs 99 Each (2 Nos)</div>
<div class="item-row">
<div style="flex:1;">
<div class="rating-stars">★ ★ ★ ★ ★ <span class="ratings-count">53 ratings</span></div>
<div class="price">₹198</div>
<div class="desc">Hyderabadi Veg Dum Biryani (Raita & Salan are chargeable)</div>
</div>
<div class="image-wrap">
<div class="img">[IMG: Veg Biryani Bowl]</div>
<div class="overlay-add">
<div>ADD</div>
<div class="plus">+</div>
</div>
</div>
</div>
<div class="customisable">customisable</div>
</div>
<!-- Floating menu button -->
<div class="floating-menu">
<div class="round">🍽️</div>
<div style="font-size:36px;">Menu</div>
</div>
<!-- Bottom bar -->
<div class="bottom-bar"></div>
</div>
</body>
</html> |