File size: 8,039 Bytes
ff1f000
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
<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 */
  .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;}
  /* Top app bar */
  .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 area */
  .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;
  }
  /* Section titles for date ranges */
  .range{color:#a19aac;font-size:32px;margin:28px 0 10px 24px;}
  /* Floating action button */
  .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;}
  /* Small calendar icon styling */
  .calendar-label{font-size:28px;color:#cfcbd6;margin-left:160px;margin-top:4px;}
</style>
</head>
<body>
<div id="render-target">

  <!-- Status bar -->
  <div class="status-bar">
    <div>8:43</div>
    <div class="status-icons">
      <!-- simple signal icon -->
      <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>
      <!-- wifi -->
      <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>
      <!-- battery -->
      <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>

  <!-- App bar -->
  <div class="app-bar">
    <div class="left-actions">
      <!-- hamburger -->
      <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">
      <!-- search -->
      <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>
      <!-- calendar -->
      <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>

  <!-- Main content -->
  <div class="content">

    <!-- July events -->
    <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>

    <!-- August banner -->
    <div class="month-banner-title">August 2023</div>
    <div class="img-placeholder">[IMG: Scenic illustration for August]</div>

    <!-- Date ranges -->
    <div class="range">Aug 6 – 12</div>
    <div class="range">Aug 13 – 19</div>

    <!-- Aug 15 -->
    <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>

    <!-- Aug 16 -->
    <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>

    <!-- Aug 20 -->
    <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>

    <!-- Aug 29 -->
    <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>

    <!-- Aug 30 -->
    <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>

  <!-- Floating action button -->
  <div class="fab">
    <svg viewBox="0 0 100 100">
      <path d="M50 20v60M20 50h60"/>
    </svg>
  </div>

</div>
</body>
</html>