| <html> |
| <head> |
| <meta charset="UTF-8"> |
| <title>Calendar UI Mock</title> |
| <style> |
| body{margin:0;padding:0;background:transparent;font-family: Arial, Helvetica, sans-serif;} |
| #render-target{ |
| width:1080px;height:2400px;position:relative;overflow:hidden; |
| background:#17151b;color:#fff; |
| } |
| |
| .status-bar{ |
| height:70px;background:#1f1c23;color:#cfcbd6; |
| display:flex;align-items:center;justify-content:space-between; |
| padding:0 24px;font-size:28px;letter-spacing:0.5px; |
| } |
| .status-icons{display:flex;gap:18px;align-items:center;} |
| .icon{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;color:#cfcbd6;} |
| |
| .app-bar{ |
| height:120px;background:#1f1c23;display:flex;align-items:center; |
| padding:0 28px;box-sizing:border-box;border-bottom:1px solid #221f27; |
| } |
| .left-actions{display:flex;align-items:center;gap:28px;} |
| .title{font-size:58px;font-weight:600;} |
| .title .month{margin-right:12px;} |
| .down-arrow{ |
| display:inline-block;width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-top:18px solid #cfcbd6;margin-left:6px;transform:translateY(-8px); |
| } |
| .right-actions{margin-left:auto;display:flex;align-items:center;gap:28px;} |
| .avatar{ |
| width:76px;height:76px;border-radius:50%;background:#46a585;display:flex;align-items:center;justify-content:center; |
| font-weight:700;color:#0e392d; |
| } |
| |
| .content{padding:22px 24px 120px 24px;} |
| .event-row{display:flex;gap:20px;align-items:flex-start;margin:22px 0;} |
| .date-box{width:130px;text-align:left;padding-left:8px;} |
| .dow{color:#cfcbd6;font-size:30px;margin-bottom:6px;} |
| .date{font-size:56px;font-weight:700;color:#fff;} |
| .event-pill{ |
| flex:1;border-radius:32px;padding:28px 36px;box-sizing:border-box; |
| display:flex;flex-direction:column;gap:8px;min-height:90px; |
| } |
| .pill-blue{background:#6ea3d8;} |
| .pill-purple{background:#9b5bb4;} |
| .event-title{font-size:44px;font-weight:600;color:#fff;} |
| .event-time{font-size:32px;color:#e8e8e8;} |
| .week-label{color:#a19aac;font-size:30px;margin:28px 0 10px 160px;} |
| .separator{height:24px;} |
| .month-banner-title{font-size:56px;font-weight:700;margin:28px 0;color:#fff;padding-left:24px;} |
| .img-placeholder{ |
| width:100%;height:520px;background:#E0E0E0;border:1px solid #BDBDBD; |
| display:flex;align-items:center;justify-content:center;color:#757575;border-radius:8px; |
| } |
| |
| .range{color:#a19aac;font-size:32px;margin:28px 0 10px 24px;} |
| |
| .fab{ |
| position:absolute;right:42px;bottom:42px;width:150px;height:150px;border-radius:28px; |
| background:#3b3341;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 20px rgba(0,0,0,0.4); |
| } |
| .fab svg{width:80px;height:80px;fill:none;stroke:#ffffff;stroke-width:16;} |
| |
| .calendar-label{font-size:28px;color:#cfcbd6;margin-left:160px;margin-top:4px;} |
| </style> |
| </head> |
| <body> |
| <div id="render-target"> |
|
|
| |
| <div class="status-bar"> |
| <div>8:43</div> |
| <div class="status-icons"> |
| |
| <svg class="icon" viewBox="0 0 24 24"> |
| <rect x="2" y="17" width="3" height="5" fill="#cfcbd6"/> |
| <rect x="7" y="14" width="3" height="8" fill="#cfcbd6"/> |
| <rect x="12" y="11" width="3" height="11" fill="#cfcbd6"/> |
| <rect x="17" y="8" width="3" height="14" fill="#cfcbd6"/> |
| </svg> |
| |
| <svg class="icon" viewBox="0 0 24 24"> |
| <path d="M2 8c5-4 15-4 20 0" stroke="#cfcbd6" stroke-width="2" fill="none"/> |
| <path d="M5 12c4-3 10-3 14 0" stroke="#cfcbd6" stroke-width="2" fill="none"/> |
| <path d="M9 16c2-2 4-2 6 0" stroke="#cfcbd6" stroke-width="2" fill="none"/> |
| <circle cx="12" cy="19" r="1.5" fill="#cfcbd6"/> |
| </svg> |
| |
| <svg class="icon" viewBox="0 0 24 24"> |
| <rect x="2" y="6" width="18" height="12" rx="2" ry="2" stroke="#cfcbd6" fill="none" stroke-width="2"/> |
| <rect x="4" y="8" width="10" height="8" fill="#cfcbd6"/> |
| <rect x="21" y="10" width="2" height="4" fill="#cfcbd6"/> |
| </svg> |
| </div> |
| </div> |
|
|
| |
| <div class="app-bar"> |
| <div class="left-actions"> |
| |
| <svg width="48" height="48" viewBox="0 0 24 24"> |
| <path d="M3 6h18M3 12h18M3 18h18" stroke="#cfcbd6" stroke-width="2" fill="none" stroke-linecap="round"/> |
| </svg> |
| <div class="title"> |
| <span class="month">July</span> |
| <span class="down-arrow"></span> |
| </div> |
| </div> |
| <div class="right-actions"> |
| |
| <svg width="52" height="52" viewBox="0 0 24 24"> |
| <circle cx="11" cy="11" r="6" stroke="#cfcbd6" stroke-width="2" fill="none"/> |
| <path d="M20 20l-4.5-4.5" stroke="#cfcbd6" stroke-width="2" fill="none" stroke-linecap="round"/> |
| </svg> |
| |
| <svg width="52" height="52" viewBox="0 0 24 24"> |
| <rect x="3" y="5" width="18" height="16" rx="2" ry="2" stroke="#cfcbd6" stroke-width="2" fill="none"/> |
| <path d="M3 9h18" stroke="#cfcbd6" stroke-width="2" /> |
| <path d="M7 2v6M17 2v6" stroke="#cfcbd6" stroke-width="2" /> |
| </svg> |
| <div class="avatar">C</div> |
| </div> |
| </div> |
|
|
| |
| <div class="content"> |
|
|
| |
| <div class="event-row"> |
| <div class="date-box"> |
| <div class="dow">Tue</div> |
| <div class="date">25</div> |
| </div> |
| <div class="event-pill pill-blue"> |
| <div class="event-title">Transport</div> |
| <div class="event-time">2 – 3 PM</div> |
| </div> |
| </div> |
|
|
| <div class="event-row"> |
| <div class="date-box"> |
| <div class="dow">Sat</div> |
| <div class="date">29</div> |
| </div> |
| <div class="event-pill pill-purple"> |
| <div class="event-title">Muharram/Ashura</div> |
| </div> |
| </div> |
|
|
| <div class="week-label">Jul 30 – Aug 5</div> |
|
|
| <div class="separator"></div> |
|
|
| |
| <div class="month-banner-title">August 2023</div> |
| <div class="img-placeholder">[IMG: Scenic illustration for August]</div> |
|
|
| |
| <div class="range">Aug 6 – 12</div> |
| <div class="range">Aug 13 – 19</div> |
|
|
| |
| <div class="event-row"> |
| <div class="date-box"> |
| <div class="dow">Tue</div> |
| <div class="date">15</div> |
| </div> |
| <div class="event-pill pill-purple"> |
| <div class="event-title">Independence Day</div> |
| </div> |
| </div> |
|
|
| |
| <div class="event-row"> |
| <div class="date-box"> |
| <div class="dow">Wed</div> |
| <div class="date">16</div> |
| </div> |
| <div class="event-pill pill-purple"> |
| <div class="event-title">Parsi New Year</div> |
| </div> |
| </div> |
|
|
| <div class="range">Aug 20 – 26</div> |
|
|
| |
| <div class="event-row"> |
| <div class="date-box"> |
| <div class="dow">Sun</div> |
| <div class="date">20</div> |
| </div> |
| <div class="event-pill pill-purple"> |
| <div class="event-title">Vinayaka Chathurthi</div> |
| </div> |
| </div> |
|
|
| <div class="range">Aug 27 – Sep 2</div> |
|
|
| |
| <div class="event-row"> |
| <div class="date-box"> |
| <div class="dow">Tue</div> |
| <div class="date">29</div> |
| </div> |
| <div class="event-pill pill-purple"> |
| <div class="event-title">Onam</div> |
| </div> |
| </div> |
|
|
| |
| <div class="event-row"> |
| <div class="date-box"> |
| <div class="dow">Wed</div> |
| <div class="date">30</div> |
| </div> |
| <div class="event-pill pill-purple"> |
| <div class="event-title">Raksha Bandhan (Rakni)</div> |
| </div> |
| </div> |
|
|
| </div> |
|
|
| |
| <div class="fab"> |
| <svg viewBox="0 0 100 100"> |
| <path d="M50 20v60M20 50h60"/> |
| </svg> |
| </div> |
|
|
| </div> |
| </body> |
| </html> |