| <!DOCTYPE html> |
| <html lang="en"> |
| <head> |
| <meta charset="utf-8"> |
| <meta name="viewport" content="width=1080, initial-scale=1.0"> |
| <title>Gmail Notifications UI</title> |
| <style> |
| body { margin: 0; padding: 0; background: transparent; font-family: Arial, Helvetica, sans-serif; color: #EDEDED; } |
| #render-target { |
| width: 1080px; |
| height: 2400px; |
| position: relative; |
| overflow: hidden; |
| background: #121212; |
| } |
| |
| |
| .status-bar { |
| height: 110px; |
| background: #3a3a3a; |
| color: #fff; |
| display: flex; |
| align-items: center; |
| padding: 0 40px; |
| font-size: 40px; |
| letter-spacing: 1px; |
| } |
| .status-icons { margin-left: 20px; font-size: 36px; opacity: 0.9; } |
| .status-right { |
| margin-left: auto; |
| display: flex; |
| align-items: center; |
| gap: 20px; |
| font-size: 36px; |
| opacity: 0.95; |
| } |
| |
| .app-bar { |
| height: 160px; |
| background: #4a4a4a; |
| display: flex; |
| align-items: center; |
| padding: 0 40px; |
| box-shadow: 0 2px 0 rgba(255,255,255,0.05); |
| } |
| .app-title { |
| font-size: 60px; |
| margin-left: 20px; |
| } |
| .back-icon { |
| width: 72px; height: 72px; |
| } |
| |
| |
| .app-header { |
| padding: 40px 60px 20px 60px; |
| } |
| .gmail-icon { |
| width: 140px; height: 140px; border-radius: 70px; |
| background: #E0E0E0; border: 1px solid #BDBDBD; |
| display: flex; align-items: center; justify-content: center; |
| color: #757575; font-size: 28px; margin: 10px 0; |
| } |
| .header-title { |
| font-size: 56px; font-weight: 600; margin-top: 10px; |
| } |
| |
| |
| .pill { |
| margin: 30px 60px; |
| background: #c8dcff; |
| color: #0a0a0a; |
| border-radius: 60px; |
| padding: 40px 40px; |
| display: flex; |
| align-items: center; |
| justify-content: space-between; |
| } |
| .pill .label { |
| font-size: 46px; |
| } |
| |
| |
| .section { |
| margin: 30px 60px 10px 60px; |
| border-bottom: 1px solid rgba(255,255,255,0.08); |
| padding-bottom: 30px; |
| } |
| .email { |
| color: #a9c6ff; |
| font-size: 34px; |
| margin-bottom: 18px; |
| } |
| .row { |
| display: flex; align-items: center; justify-content: space-between; |
| padding: 22px 0; |
| } |
| .row .text-block { |
| display: flex; align-items: center; gap: 24px; |
| } |
| .row .title { |
| font-size: 48px; |
| } |
| .row .subtitle { |
| font-size: 32px; color: #B0B0B0; margin-top: 6px; |
| } |
| |
| .bell-icon { width: 54px; height: 54px; flex: 0 0 auto; opacity: 0.85; } |
| |
| |
| .toggle { |
| width: 160px; height: 84px; border-radius: 42px; |
| background: #94a7c6; |
| position: relative; |
| display: inline-block; |
| margin-left: 30px; |
| } |
| .toggle::after { |
| content: ""; |
| position: absolute; |
| top: 8px; left: 10px; |
| width: 68px; height: 68px; border-radius: 50%; |
| background: #cfe1ff; |
| box-shadow: 0 1px 2px rgba(0,0,0,0.3); |
| } |
| .toggle.on { |
| background: #7b90b3; |
| } |
| .toggle.on::after { |
| left: 82px; |
| } |
| .divider-toggle { |
| display: flex; align-items: center; gap: 30px; |
| } |
| .divider { |
| width: 1px; height: 90px; background: rgba(255,255,255,0.15); |
| } |
| |
| |
| .gesture { |
| position: absolute; bottom: 38px; left: 50%; transform: translateX(-50%); |
| width: 380px; height: 10px; background: rgba(255,255,255,0.7); border-radius: 6px; |
| } |
| </style> |
| </head> |
| <body> |
| <div id="render-target"> |
|
|
| |
| <div class="status-bar"> |
| <div>9:06</div> |
| <div class="status-icons">• • • • •</div> |
| <div class="status-right">◦ ◦</div> |
| </div> |
|
|
| |
| <div class="app-bar"> |
| <svg class="back-icon" viewBox="0 0 24 24"> |
| <path d="M15 6 L9 12 L15 18" fill="none" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> |
| <path d="M9 12 H22" fill="none" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round"/> |
| </svg> |
| <div class="app-title">Gmail</div> |
| </div> |
|
|
| |
| <div class="app-header"> |
| <div class="gmail-icon">[IMG: Gmail app icon]</div> |
| <div class="header-title">Gmail</div> |
| </div> |
|
|
| |
| <div class="pill"> |
| <div class="label">All Gmail notifications</div> |
| <div class="toggle on"></div> |
| </div> |
|
|
| |
| <div class="section"> |
| <div class="email">amelia.miller2709@gmail.com</div> |
| <div class="row"> |
| <div class="title">All "amelia.miller2709@gmail.com" notifications</div> |
| <div class="toggle on"></div> |
| </div> |
|
|
| <div class="row"> |
| <div class="text-block"> |
| <svg class="bell-icon" viewBox="0 0 24 24"> |
| <path d="M6 9a6 6 0 0112 0v5l2 2H4l2-2V9" fill="none" stroke="#B0BEC5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> |
| <path d="M10 19a2 2 0 004 0" fill="none" stroke="#B0BEC5" stroke-width="2" stroke-linecap="round"/> |
| </svg> |
| <div> |
| <div class="title">Mail</div> |
| <div class="subtitle">About 2 notifications per day</div> |
| </div> |
| </div> |
| <div class="divider-toggle"> |
| <div class="divider"></div> |
| <div class="toggle on"></div> |
| </div> |
| </div> |
| </div> |
|
|
| |
| <div class="section"> |
| <div class="email">jasonsmith9810244659106538@gmail.com</div> |
| <div class="row"> |
| <div class="title">All "jasonsmith9810244659106538@gmail.com" notifications</div> |
| <div class="toggle on"></div> |
| </div> |
|
|
| <div class="row"> |
| <div class="text-block"> |
| <svg class="bell-icon" viewBox="0 0 24 24"> |
| <path d="M6 9a6 6 0 0112 0v5l2 2H4l2-2V9" fill="none" stroke="#B0BEC5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> |
| <path d="M10 19a2 2 0 004 0" fill="none" stroke="#B0BEC5" stroke-width="2" stroke-linecap="round"/> |
| </svg> |
| <div> |
| <div class="title">Mail</div> |
| </div> |
| </div> |
| <div class="divider-toggle"> |
| <div class="divider"></div> |
| <div class="toggle on"></div> |
| </div> |
| </div> |
| </div> |
|
|
| |
| <div class="section"> |
| <div class="email">miller.william197305@gmail.com</div> |
| <div class="row"> |
| <div class="title">All "miller.william197305@gmail.com" notifications</div> |
| <div class="toggle on"></div> |
| </div> |
|
|
| <div class="row"> |
| <div class="text-block"> |
| <svg class="bell-icon" viewBox="0 0 24 24"> |
| <path d="M6 9a6 6 0 0112 0v5l2 2H4l2-2V9" fill="none" stroke="#B0BEC5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> |
| <path d="M10 19a2 2 0 004 0" fill="none" stroke="#B0BEC5" stroke-width="2" stroke-linecap="round"/> |
| </svg> |
| <div> |
| <div class="title">Mail</div> |
| </div> |
| </div> |
| <div class="divider-toggle"> |
| <div class="divider"></div> |
| <div class="toggle on"></div> |
| </div> |
| </div> |
| </div> |
|
|
| |
| <div class="gesture"></div> |
|
|
| </div> |
| </body> |
| </html> |