| <!DOCTYPE html> |
| <html lang="en"> |
| <head> |
| <meta charset="UTF-8"> |
| <meta name="viewport" content="width=1080, initial-scale=1.0"> |
| <title>Reviews & Ratings</title> |
| <style> |
| body { margin: 0; padding: 0; background: transparent; } |
| #render-target { |
| width: 1080px; |
| height: 2400px; |
| position: relative; |
| overflow: hidden; |
| background: #FFFFFF; |
| font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; |
| color: #2b2b2b; |
| } |
| |
| |
| .status-bar { |
| height: 160px; |
| background: #8B8B8B; |
| color: #fff; |
| display: flex; |
| align-items: center; |
| padding: 0 48px; |
| font-weight: 600; |
| font-size: 42px; |
| justify-content: space-between; |
| } |
| .status-right { |
| display: flex; |
| align-items: center; |
| gap: 28px; |
| font-size: 36px; |
| } |
| .sb-icon { |
| width: 40px; height: 40px; |
| } |
| .battery { |
| display: flex; align-items: center; gap: 12px; |
| } |
| .battery svg { width: 46px; height: 46px; } |
| |
| |
| .app-bar { |
| height: 170px; |
| background: #EFEFEF; |
| display: flex; |
| align-items: center; |
| padding: 0 36px; |
| gap: 24px; |
| border-bottom: 1px solid #E3E3E3; |
| } |
| .back-icon svg { width: 64px; height: 64px; } |
| .app-title { |
| font-size: 52px; |
| font-weight: 700; |
| color: #333; |
| } |
| |
| |
| .content { |
| padding: 24px 52px 120px; |
| overflow: hidden; |
| } |
| |
| .review { |
| padding: 30px 0; |
| } |
| .stars { |
| display: flex; |
| gap: 8px; |
| margin-bottom: 10px; |
| } |
| .star svg { width: 46px; height: 46px; fill: #FFC107; } |
| |
| .user { |
| font-size: 38px; |
| font-weight: 600; |
| margin: 6px 0 2px; |
| color: #3a3a3a; |
| } |
| .meta { |
| font-size: 28px; |
| color: #8a8a8a; |
| margin-bottom: 24px; |
| } |
| |
| .review-title { |
| font-size: 46px; |
| font-weight: 700; |
| margin: 12px 0 10px; |
| color: #2f2f2f; |
| } |
| .review-text { |
| font-size: 36px; |
| line-height: 1.5; |
| color: #444; |
| } |
| .divider { |
| border-top: 2px dashed #D2D2D2; |
| margin: 36px 0; |
| } |
| |
| |
| .bottom-bar { |
| position: absolute; |
| bottom: 24px; |
| left: 50%; |
| transform: translateX(-50%); |
| width: 360px; |
| height: 18px; |
| background: #000; |
| border-radius: 12px; |
| opacity: 0.85; |
| } |
| </style> |
| </head> |
| <body> |
| <div id="render-target"> |
| |
| <div class="status-bar"> |
| <div>9:14</div> |
| <div class="status-right"> |
| |
| <svg class="sb-icon" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10" fill="#ffffff88"/></svg> |
| <svg class="sb-icon" viewBox="0 0 24 24"><rect x="4" y="4" width="16" height="16" rx="3" fill="#ffffff88"/></svg> |
| <svg class="sb-icon" viewBox="0 0 24 24"><path d="M4 12h16" stroke="#fff" stroke-width="2"/></svg> |
| <svg class="sb-icon" viewBox="0 0 24 24"><circle cx="12" cy="12" r="3" fill="#fff"/></svg> |
| <div class="battery"> |
| <svg viewBox="0 0 24 24"> |
| <rect x="2" y="6" width="18" height="12" rx="2" fill="#fff"/> |
| <rect x="20" y="10" width="2" height="4" fill="#fff"/> |
| <rect x="4" y="8" width="12" height="8" fill="#4CAF50"/> |
| </svg> |
| <span>84%</span> |
| </div> |
| </div> |
| </div> |
|
|
| |
| <div class="app-bar"> |
| <div class="back-icon"> |
| <svg viewBox="0 0 24 24"> |
| <path d="M15 6L9 12l6 6" fill="none" stroke="#222" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> |
| </svg> |
| </div> |
| <div class="app-title">Reviews & Ratings</div> |
| </div> |
|
|
| |
| <div class="content"> |
| |
| <div class="review"> |
| <div class="user">User</div> |
| <div class="meta">undefined NaN, NaN</div> |
| <div class="review-title">Pinaka Hammer drill machine</div> |
| <div class="review-text"> |
| Very Very nice product and quality and iam happy<br/> |
| Very good moglix |
| </div> |
| <div class="divider"></div> |
| </div> |
|
|
| |
| <div class="review"> |
| <div class="stars"> |
| <div class="star"><svg viewBox="0 0 24 24"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg></div> |
| <div class="star"><svg viewBox="0 0 24 24"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg></div> |
| <div class="star"><svg viewBox="0 0 24 24"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg></div> |
| <div class="star"><svg viewBox="0 0 24 24"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg></div> |
| <div class="star"><svg viewBox="0 0 24 24"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg></div> |
| </div> |
| <div class="user">S M Sreejith</div> |
| <div class="meta">undefined NaN, NaN</div> |
| <div class="review-title">Wireless Printing Heaven</div> |
| <div class="review-text"> |
| The Wi Fi feature is fantastic. I can print from my phone or laptop effortlessly. Plus, the LCD display adds |
| a modern touch to this printer |
| </div> |
| <div class="divider"></div> |
| </div> |
|
|
| |
| <div class="review"> |
| <div class="stars"> |
| <div class="star"><svg viewBox="0 0 24 24"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg></div> |
| <div class="star"><svg viewBox="0 0 24 24"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg></div> |
| <div class="star"><svg viewBox="0 0 24 24"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg></div> |
| <div class="star"><svg viewBox="0 0 24 24"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg></div> |
| <div class="star"><svg viewBox="0 0 24 24"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg></div> |
| </div> |
| <div class="user">Nenavath Prabhu</div> |
| <div class="meta">undefined NaN, NaN</div> |
| <div class="review-title">Powerful and Reliable</div> |
| <div class="review-text"> |
| This hammer drill is incredibly powerful. It effortlessly handled all my drilling tasks with ease. Definitely a |
| reliable tool |
| </div> |
| <div class="divider"></div> |
| </div> |
|
|
| |
| <div class="review"> |
| <div class="stars"> |
| <div class="star"><svg viewBox="0 0 24 24"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg></div> |
| <div class="star"><svg viewBox="0 0 24 24"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg></div> |
| <div class="star"><svg viewBox="0 0 24 24"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg></div> |
| <div class="star"><svg viewBox="0 0 24 24"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg></div> |
| <div class="star"><svg viewBox="0 0 24 24"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg></div> |
| </div> |
| <div class="user">Vibhalakshi</div> |
| <div class="meta">undefined NaN, NaN</div> |
| <div class="review-title">Highly recommended</div> |
| <div class="review-text"> |
| I have never had an issue with this product, and i will continue to use it for years to come. |
| </div> |
| <div class="divider"></div> |
| </div> |
|
|
| |
| <div class="review"> |
| <div class="stars"> |
| <div class="star"><svg viewBox="0 0 24 24"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg></div> |
| <div class="star"><svg viewBox="0 0 24 24"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg></div> |
| <div class="star"><svg viewBox="0 0 24 24"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg></div> |
| <div class="star"><svg viewBox="0 0 24 24"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg></div> |
| <div class="star"><svg viewBox="0 0 24 24"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg></div> |
| </div> |
| <div class="user">Sanjay Joshi</div> |
| <div class="meta">undefined NaN, NaN</div> |
| <div class="review-title">Powerful and Reliable Performance</div> |
| <div class="review-text"> |
| Its exceptional quality ensures longlasting reliability, making it a valuable addition to my toolbox. |
| </div> |
| </div> |
| </div> |
|
|
| |
| <div class="bottom-bar"></div> |
| </div> |
| </body> |
| </html> |