| <!DOCTYPE html> |
| <html lang="en"> |
| <head> |
| <meta charset="UTF-8" /> |
| <meta name="viewport" content="width=1080, initial-scale=1.0" /> |
| <title>Women - Black Friday</title> |
| <style> |
| body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; color: #111; } |
| #render-target { |
| width: 1080px; |
| height: 2400px; |
| position: relative; |
| overflow: hidden; |
| background: #ffffff; |
| } |
| |
| |
| .status-bar { |
| height: 90px; |
| display: flex; |
| align-items: center; |
| padding: 0 40px; |
| font-size: 30px; |
| color: #333; |
| } |
| .status-right { margin-left: auto; display: flex; align-items: center; gap: 22px; } |
| .dot { |
| width: 18px; height: 18px; border-radius: 50%; background: #333; opacity: 0.5; |
| } |
| .wifi { |
| width: 28px; height: 22px; |
| } |
| |
| |
| .app-header { |
| height: 120px; |
| display: flex; |
| align-items: center; |
| padding: 0 36px; |
| border-bottom: 1px solid #eee; |
| } |
| .header-left, .header-right { |
| display: flex; align-items: center; gap: 28px; |
| } |
| .header-center { |
| margin-left: 20px; |
| font-weight: 800; |
| font-size: 44px; |
| letter-spacing: 0.5px; |
| } |
| .caret { |
| width: 18px; height: 18px; margin-left: 10px; vertical-align: middle; |
| } |
| .icon-btn { width: 44px; height: 44px; cursor: default; } |
| .menu { width: 48px; height: 34px; } |
| |
| |
| .tabs { |
| height: 110px; |
| display: flex; |
| align-items: flex-end; |
| gap: 60px; |
| padding: 0 36px; |
| border-bottom: 1px solid #eee; |
| box-shadow: 0 10px 12px rgba(0,0,0,0.04); |
| } |
| .tab { |
| padding: 0 6px 24px; |
| font-weight: 700; |
| color: #333; |
| letter-spacing: 1px; |
| } |
| .tab.active { |
| color: #111; |
| border-bottom: 8px solid #1e6cf4; |
| } |
| .tab .blue-dot { |
| display: inline-block; |
| width: 14px; height: 14px; |
| background: #2f80ff; |
| border-radius: 50%; |
| margin-left: 14px; |
| } |
| |
| |
| .hero { |
| position: relative; |
| height: 1040px; |
| background: #fcfcfc; |
| overflow: hidden; |
| } |
| .hero-inner { |
| position: relative; |
| height: 100%; |
| padding: 40px; |
| display: flex; |
| } |
| .hero-left { |
| width: 58%; |
| padding-top: 10px; |
| } |
| .coming-pill { |
| display: inline-block; |
| padding: 18px 30px; |
| border: 4px solid #111; |
| border-radius: 16px; |
| background: #fff; |
| font-weight: 800; |
| font-size: 36px; |
| letter-spacing: 1px; |
| } |
| .big { |
| font-size: 230px; |
| line-height: 0.9; |
| font-weight: 900; |
| margin: 32px 0 0 0; |
| letter-spacing: -6px; |
| } |
| .big.small { |
| font-size: 210px; |
| margin-top: -16px; |
| } |
| .subhead { |
| margin-top: 24px; |
| font-size: 64px; |
| font-weight: 800; |
| line-height: 1.1; |
| } |
| .code-pill { |
| display: inline-block; |
| margin-top: 26px; |
| padding: 22px 30px; |
| border: 5px solid #111; |
| border-radius: 22px; |
| font-size: 46px; |
| font-weight: 800; |
| background: #fff; |
| } |
| .footnote { |
| position: absolute; |
| left: 40px; |
| bottom: 22px; |
| font-size: 24px; |
| color: #666; |
| } |
| |
| .hero-right { |
| position: absolute; |
| right: 30px; |
| bottom: 0; |
| width: 420px; |
| height: 940px; |
| display: flex; |
| align-items: flex-end; |
| justify-content: center; |
| z-index: 2; |
| } |
| .img-placeholder { |
| width: 420px; |
| height: 900px; |
| background: #E0E0E0; |
| border: 1px solid #BDBDBD; |
| display: flex; align-items: center; justify-content: center; |
| color: #757575; font-weight: 600; text-align: center; padding: 10px; |
| } |
| |
| |
| .ring { |
| position: absolute; |
| width: 320px; height: 320px; |
| border-radius: 50%; |
| background: radial-gradient(circle at 35% 35%, #cfe7d8 0%, #a8d5b8 35%, #9fceb0 55%, #e6f3ea 100%); |
| opacity: 0.9; |
| z-index: 0; |
| } |
| .ring.large { width: 420px; height: 420px; right: -120px; top: 120px; } |
| .ring.left { left: -140px; bottom: -60px; } |
| |
| |
| .bf-banner { |
| background: #f5f5f5; |
| margin-top: 18px; |
| padding: 40px 46px 56px; |
| position: relative; |
| } |
| .bf-title { |
| font-size: 58px; |
| font-weight: 800; |
| text-align: center; |
| margin: 20px 0 26px; |
| } |
| .bf-cta { |
| margin: 0 auto; |
| display: block; |
| width: max-content; |
| padding: 20px 36px; |
| border: 5px solid #111; |
| border-radius: 18px; |
| font-size: 42px; |
| font-weight: 800; |
| background: #fff; |
| } |
| |
| |
| .grid { |
| display: grid; |
| grid-template-columns: 1fr 1fr; |
| gap: 34px; |
| padding: 36px; |
| } |
| .tile { |
| height: 250px; |
| background: #E0E0E0; |
| border: 1px solid #BDBDBD; |
| display: flex; align-items: center; justify-content: center; |
| color: #6a6a6a; font-weight: 600; |
| } |
| |
| |
| .gesture { |
| position: absolute; |
| bottom: 28px; |
| left: 50%; |
| transform: translateX(-50%); |
| width: 320px; |
| height: 12px; |
| background: #cfcfcf; |
| border-radius: 8px; |
| } |
| </style> |
| </head> |
| <body> |
| <div id="render-target"> |
| |
| <div class="status-bar"> |
| 8:55 |
| <div class="status-right"> |
| <div class="dot"></div> |
| <div class="dot" style="opacity:0.7;"></div> |
| <div class="dot" style="opacity:0.9;"></div> |
| <svg class="wifi" viewBox="0 0 24 24" fill="none" stroke="#333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> |
| <path d="M5 12a9 9 0 0 1 14 0"></path> |
| <path d="M8.5 15.5a5 5 0 0 1 7 0"></path> |
| <path d="M12 19h0"></path> |
| </svg> |
| <svg width="20" height="24" viewBox="0 0 24 24" fill="none" stroke="#333" stroke-width="2"> |
| <path d="M6 2h12l-1 7H7L6 2z"></path> |
| <path d="M7 9v9a5 5 0 0 0 10 0V9"></path> |
| </svg> |
| </div> |
| </div> |
|
|
| |
| <div class="app-header"> |
| <div class="header-left"> |
| <svg class="menu" viewBox="0 0 24 18" stroke="#111" stroke-width="2.6"> |
| <path d="M1 1h22M1 9h22M1 17h22"></path> |
| </svg> |
| </div> |
| <div class="header-center"> |
| WOMEN |
| <svg class="caret" viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2"> |
| <path d="M6 9l6 6 6-6"></path> |
| </svg> |
| </div> |
| <div class="header-right"> |
| <svg class="icon-btn" viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2"> |
| <path d="M20.8 8.6a5.5 5.5 0 0 0-9.8-3.8A5.5 5.5 0 1 0 4 17l8 6 8-6a5.5 5.5 0 0 0 .8-8.4z"></path> |
| </svg> |
| <svg class="icon-btn" viewBox="0 0 24 24" fill="none" stroke="#111" stroke-width="2"> |
| <circle cx="11" cy="11" r="7"></circle> |
| <path d="M21 21l-4.3-4.3"></path> |
| </svg> |
| </div> |
| </div> |
|
|
| |
| <div class="tabs"> |
| <div class="tab active">HOME</div> |
| <div class="tab">CATEGORIES</div> |
| <div class="tab">NEW IN</div> |
| <div class="tab">FOR YOU <span class="blue-dot"></span></div> |
| </div> |
|
|
| |
| <div class="hero"> |
| <div class="ring large"></div> |
| <div class="ring left"></div> |
|
|
| <div class="hero-inner"> |
| <div class="hero-left"> |
| <div class="coming-pill">BLACK FRIDAY IS COMING...</div> |
| <div class="big">25%</div> |
| <div class="big small">off</div> |
| <div class="subhead">cold-weather<br/>wins*</div> |
| <div class="code-pill">With code: COLD25</div> |
| </div> |
|
|
| <div class="hero-right"> |
| <div class="img-placeholder">[IMG: Model in green coat outfit]</div> |
| </div> |
|
|
| <div class="footnote"> |
| *Minimum spend of £20 applies. Valid on selected products only. See website banner for full Ts&Cs. |
| </div> |
| </div> |
| </div> |
|
|
| |
| <div class="bf-banner"> |
| <div class="bf-title">The up-to-70%-off edit</div> |
| <div class="bf-cta">Black Friday starts here</div> |
| </div> |
|
|
| |
| <div class="grid"> |
| <div class="tile">[IMG: Editorial night portrait]</div> |
| <div class="tile">[IMG: Winter accessory close-up]</div> |
| </div> |
|
|
| |
| <div class="gesture"></div> |
| </div> |
| </body> |
| </html> |