| <!DOCTYPE html> |
| <html> |
| <head> |
| <meta charset="utf-8"> |
| <meta name="viewport" content="width=1080, initial-scale=1"> |
| <style> |
| body { margin:0; padding:0; background: transparent; } |
| #render-target { |
| width:1080px; height:2400px; |
| position:relative; overflow:hidden; |
| background:#203845; |
| font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; |
| color:#fff; |
| } |
| .status-bar { |
| position:absolute; left:0; top:0; width:100%; height:90px; |
| background:#203845; |
| display:flex; align-items:center; padding:0 36px; box-sizing:border-box; |
| font-weight:600; letter-spacing:0.3px; |
| } |
| .status-right { margin-left:auto; display:flex; gap:28px; align-items:center; opacity:0.9; } |
| .dot { width:8px; height:8px; border-radius:50%; background:#c9d7de; display:inline-block; } |
| .legend-bar { |
| position:absolute; left:0; top:90px; width:100%; height:92px; |
| background: linear-gradient(90deg, |
| #2f7ed1 0%, #2f7ed1 10%, |
| #37b55e 25%, #35e36b 30%, #56f07f 35%, |
| #e9df39 52%, #f3d233 55%, |
| #f79c3a 65%, #f5792a 72%, |
| #e7463d 82%, #db3a8f 92%, #c13ea7 100%); |
| } |
| .legend-labels { |
| position:absolute; top:90px; left:0; width:100%; height:92px; pointer-events:none; |
| display:flex; align-items:center; |
| padding:0 24px; box-sizing:border-box; gap:18px; color:#fff; font-weight:700; |
| } |
| .legend-labels span { font-size:28px; opacity:0.95; } |
| .legend-ticks { |
| position:absolute; top:90px; left:170px; right:24px; height:92px; |
| display:flex; align-items:center; gap:42px; color:#fff; |
| font-weight:700; font-size:28px; |
| } |
| |
| .map { |
| position:absolute; left:0; top:182px; width:100%; height:1688px; |
| background: |
| linear-gradient(#d9d1cc 0 0), |
| repeating-linear-gradient(0deg, rgba(0,0,0,0.05) 0 1px, transparent 1px 80px), |
| repeating-linear-gradient(90deg, rgba(0,0,0,0.05) 0 1px, transparent 1px 80px); |
| background-blend-mode: normal; |
| background-color:#e9e4df; |
| } |
| |
| |
| .fab { |
| position:absolute; width:120px; height:120px; border-radius:24px; |
| background:#243f4d; box-shadow:0 6px 12px rgba(0,0,0,0.2); |
| display:flex; align-items:center; justify-content:center; |
| } |
| .fab svg { width:52px; height:52px; fill:none; stroke:#e7eef2; stroke-width:6; stroke-linecap:round; stroke-linejoin:round; } |
| .fab.large-icon svg { width:64px; height:64px; } |
| .back-btn { left:56px; top:250px; } |
| .right-stack { position:absolute; right:56px; top:280px; display:flex; flex-direction:column; gap:40px; } |
| .right-bottom-stack { position:absolute; right:56px; bottom:520px; display:flex; flex-direction:column; gap:40px; } |
| .label-pill { |
| min-width:140px; height:120px; border-radius:24px; background:#243f4d; |
| display:flex; align-items:center; justify-content:center; font-weight:700; font-size:38px; |
| } |
| |
| |
| .info-card { |
| position:absolute; left:140px; top:760px; width:800px; background:#243f4d; color:#d7e5ec; |
| border-radius:28px; box-shadow:0 18px 32px rgba(0,0,0,0.35); |
| padding:40px; box-sizing:border-box; |
| } |
| .info-card:after { |
| content:""; position:absolute; left:50%; transform:translateX(-50%); |
| bottom:-28px; width:0; height:0; border-left:28px solid transparent; |
| border-right:28px solid transparent; border-top:28px solid #243f4d; |
| } |
| .card-title { font-size:40px; font-weight:800; letter-spacing:0.4px; color:#ffffff; } |
| .star-btn { position:absolute; right:32px; top:28px; width:72px; height:72px; border-radius:20px; display:flex; align-items:center; justify-content:center; } |
| .star-btn svg { width:40px; height:40px; fill:none; stroke:#fff; stroke-width:6; } |
| .section-label { margin-top:22px; font-size:30px; opacity:0.8; } |
| .wind-row { margin-top:12px; display:flex; align-items:center; gap:22px; } |
| .wind-icon { |
| width:58px; height:58px; border-radius:50%; background:#1fd873; |
| display:flex; align-items:center; justify-content:center; |
| } |
| .wind-icon svg { width:34px; height:34px; stroke:#173f2c; stroke-width:6; fill:none; } |
| .wind-speed { font-size:44px; font-weight:900; color:#ffffff; } |
| .wind-sub { font-size:30px; opacity:0.8; margin-left:6px; } |
| .forecast-btn { |
| margin-top:30px; height:110px; background:#1ef0a6; border-radius:24px; |
| display:flex; align-items:center; justify-content:center; font-size:42px; font-weight:900; color:#043a2b; |
| } |
| |
| |
| .pin { |
| position:absolute; width:120px; height:160px; |
| } |
| .pin svg { width:100%; height:100%; } |
| .pin1 { left:200px; top:1320px; } |
| .pin2 { left:620px; top:1300px; } |
| .pin3 { left:520px; top:1020px; } |
| .center-marker { |
| position:absolute; width:40px; height:40px; border-radius:50%; background:#2f66b1; left:540px; top:1060px; border:6px solid #2a4768; |
| } |
| .center-stick { position:absolute; width:8px; height:40px; background:#111; left:559px; top:1100px; border-radius:3px; } |
| |
| |
| .play-btn { left:56px; bottom:930px; } |
| .google-tag { |
| position:absolute; left:220px; bottom:940px; color:#ffffff; font-size:48px; font-weight:900; text-shadow:0 2px 0 rgba(0,0,0,0.15); |
| } |
| |
| |
| .bottom-panel { |
| position:absolute; left:0; bottom:0; width:100%; height:360px; background:#203845; |
| border-top-left-radius:0; border-top-right-radius:0; |
| box-shadow:0 -8px 20px rgba(0,0,0,0.3); |
| } |
| .bottom-content { padding:32px 36px; box-sizing:border-box; } |
| .bottom-top { |
| display:flex; align-items:center; gap:26px; margin-bottom:24px; |
| } |
| .bottom-top .date { font-size:44px; font-weight:800; } |
| .bottom-top .back-inline { |
| width:72px; height:72px; border-radius:20px; background:#243f4d; display:flex; align-items:center; justify-content:center; |
| } |
| .bottom-top .back-inline svg { width:40px; height:40px; stroke:#e7eef2; stroke-width:6; fill:none; } |
| .hours { |
| display:flex; gap:36px; align-items:flex-end; color:#eaf2f6; font-weight:800; |
| } |
| .hour { display:flex; flex-direction:column; align-items:center; gap:6px; } |
| .hour .h { font-size:42px; } |
| .hour .ap { font-size:26px; opacity:0.8; } |
| .divider { |
| position:absolute; right:40px; top:120px; bottom:40px; width:6px; background:rgba(255,255,255,0.15); border-radius:3px; |
| } |
| .local-time { position:absolute; left:36px; bottom:70px; font-size:28px; opacity:0.8; color:#cfe0e7; } |
| .home-indicator { |
| position:absolute; left:50%; transform:translateX(-50%); bottom:18px; |
| width:300px; height:14px; background:#e9e9ea; border-radius:10px; |
| } |
| </style> |
| </head> |
| <body> |
| <div id="render-target"> |
|
|
| |
| <div class="status-bar"> |
| <div style="font-size:42px; font-weight:800;">10:11</div> |
| <div class="status-right"> |
| <svg width="40" height="40" viewBox="0 0 24 24"><path d="M3 12l3 3 5-8 5 8 3-3" stroke="#cfe0e7" stroke-width="2" fill="none"/></svg> |
| <svg width="40" height="40" viewBox="0 0 24 24"><path d="M2 12h20M2 17h20M2 7h20" stroke="#cfe0e7" stroke-width="2" fill="none"/></svg> |
| <svg width="40" height="40" viewBox="0 0 24 24"><path d="M12 3v18M3 12h18" stroke="#cfe0e7" stroke-width="2" fill="none"/></svg> |
| <span class="dot"></span> |
| <svg width="40" height="40" viewBox="0 0 24 24"><circle cx="12" cy="12" r="9" stroke="#cfe0e7" stroke-width="2" fill="none"/><circle cx="12" cy="12" r="3" fill="#cfe0e7"/></svg> |
| <svg width="40" height="40" viewBox="0 0 24 24"><path d="M10 20V4l10 8-10 8z" fill="#cfe0e7"/></svg> |
| </div> |
| </div> |
|
|
| |
| <div class="legend-bar"></div> |
| <div class="legend-labels"> |
| <span>mph</span><span>0</span> |
| </div> |
| <div class="legend-ticks"> |
| <span>5</span><span>10</span><span>15</span><span>20</span><span>25</span><span>30</span><span>35</span><span>40</span><span>45</span><span>50</span> |
| </div> |
|
|
| |
| <div class="map"></div> |
|
|
| |
| <div class="fab back-btn"> |
| <svg viewBox="0 0 24 24"><path d="M15 5l-7 7 7 7" /></svg> |
| </div> |
|
|
| |
| <div class="right-stack"> |
| <div class="fab"> |
| <svg viewBox="0 0 24 24"> |
| <circle cx="11" cy="11" r="7"></circle> |
| <path d="M20 20l-4-4"></path> |
| </svg> |
| </div> |
| <div class="fab"> |
| <svg viewBox="0 0 24 24"> |
| <circle cx="12" cy="12" r="3"></circle> |
| <path d="M12 4v3M12 17v3M4 12h3M17 12h3"></path> |
| </svg> |
| </div> |
| <div class="fab"> |
| <svg viewBox="0 0 24 24"> |
| <circle cx="6" cy="6" r="3"></circle> |
| <circle cx="18" cy="10" r="3"></circle> |
| <circle cx="12" cy="18" r="3"></circle> |
| <path d="M8 8l8 2M7 9l3 7M15 12l-2 5"></path> |
| </svg> |
| </div> |
| </div> |
|
|
| |
| <div class="info-card"> |
| <div class="star-btn"> |
| <svg viewBox="0 0 24 24"><path d="M12 3l3 6 6 .8-4.5 4 1.1 6.2L12 17l-5.6 3 1.1-6.2L3 9.8 9 9z"></path></svg> |
| </div> |
| <div class="card-title">28°25'54"N, 77°9'17"E</div> |
| <div class="section-label">Wind</div> |
| <div class="wind-row"> |
| <div class="wind-icon"> |
| <svg viewBox="0 0 24 24"><path d="M7 12h10M16 9l3 3-3 3" /></svg> |
| </div> |
| <div class="wind-speed">12 mph</div> |
| <div class="wind-sub">13 mph</div> |
| </div> |
| <div class="forecast-btn">Forecast</div> |
| </div> |
|
|
| |
| <div class="pin pin1"> |
| <svg viewBox="0 0 60 80"> |
| <path d="M30 78C22 62 10 51 10 34a20 20 0 1 1 40 0c0 17-12 28-20 44z" fill="#6e88a8" stroke="#ffffff" stroke-width="4"></path> |
| <circle cx="30" cy="26" r="9" fill="#eaf0f4"></circle> |
| </svg> |
| </div> |
| <div class="pin pin2"> |
| <svg viewBox="0 0 60 80"> |
| <path d="M30 78C22 62 10 51 10 34a20 20 0 1 1 40 0c0 17-12 28-20 44z" fill="#6e88a8" stroke="#ffffff" stroke-width="4"></path> |
| <circle cx="30" cy="26" r="9" fill="#eaf0f4"></circle> |
| </svg> |
| </div> |
| <div class="pin pin3"> |
| <svg viewBox="0 0 60 80"> |
| <path d="M30 78C22 62 10 51 10 34a20 20 0 1 1 40 0c0 17-12 28-20 44z" fill="#6e88a8" stroke="#ffffff" stroke-width="4"></path> |
| <circle cx="30" cy="26" r="9" fill="#eaf0f4"></circle> |
| </svg> |
| </div> |
| <div class="center-marker"></div> |
| <div class="center-stick"></div> |
|
|
| |
| <div class="right-bottom-stack"> |
| <div class="fab"> |
| <svg viewBox="0 0 24 24"> |
| <path d="M4 12h9a3 3 0 1 0-3-3"></path> |
| <path d="M5 16h11a3 3 0 1 1-3 3"></path> |
| </svg> |
| </div> |
| <div class="label-pill">GFS27</div> |
| <div class="fab"> |
| <svg viewBox="0 0 24 24"> |
| <path d="M4 6h12M14 6v10M4 12h8M10 12v4M4 18h16M18 18v-8"></path> |
| </svg> |
| </div> |
| </div> |
|
|
| |
| <div class="fab play-btn"> |
| <svg viewBox="0 0 24 24" class="large-icon"><path d="M7 5l12 7-12 7z" /></svg> |
| </div> |
| <div class="google-tag">Google</div> |
|
|
| |
| <div class="bottom-panel"> |
| <div class="bottom-content"> |
| <div class="bottom-top"> |
| <div class="back-inline"> |
| <svg viewBox="0 0 24 24"><path d="M15 5l-7 7 7 7" /></svg> |
| </div> |
| <div class="date">Wed, 16 Aug</div> |
| </div> |
| <div class="hours"> |
| <div class="hour"><div class="h">02</div><div class="ap">AM</div></div> |
| <div class="hour"><div class="h">05</div><div class="ap">AM</div></div> |
| <div class="hour"><div class="h">08</div><div class="ap">AM</div></div> |
| <div class="hour"><div class="h">11</div><div class="ap">AM</div></div> |
| <div class="hour"><div class="h">02</div><div class="ap">PM</div></div> |
| <div class="hour"><div class="h">05</div><div class="ap">PM</div></div> |
| <div class="hour"><div class="h">08</div><div class="ap">PM</div></div> |
| <div class="hour"><div class="h">11</div><div class="ap">PM</div></div> |
| <div class="hour"><div class="h">02</div><div class="ap">AM</div></div> |
| </div> |
| <div class="divider"></div> |
| <div class="local-time">Local (your) time: India Standard Time (GMT+5:30)</div> |
| </div> |
| <div class="home-indicator"></div> |
| </div> |
|
|
| </div> |
| </body> |
| </html> |