File size: 8,005 Bytes
fa881a6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
<html>
<head>
<meta charset="utf-8">
<title>Class 11 Physics (India) UI</title>
<style>
  body { margin: 0; padding: 0; background: transparent; font-family: "Helvetica Neue", Arial, sans-serif; }
  #render-target {
    width: 1080px;
    height: 2400px;
    position: relative;
    overflow: hidden;
    background: #ffffff;
  }

  /* Top navy app bar */
  .topbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 1080px;
    height: 220px;
    background: #14264B; /* deep navy */
    color: #FFFFFF;
  }
  .sb-row {
    height: 90px;
    display: flex;
    align-items: center;
    padding: 0 36px;
    font-size: 40px;
    letter-spacing: 0.5px;
  }
  .sb-row .time { flex: 1; }
  .sb-row .icons { display: flex; gap: 26px; align-items: center; }
  .nav-row {
    height: 130px;
    display: flex;
    align-items: center;
    padding: 0 30px 0 30px;
    gap: 28px;
  }
  .title {
    font-size: 50px;
    font-weight: 700;
  }

  /* Content area */
  .content {
    position: absolute;
    top: 220px;
    left: 0;
    right: 0;
    bottom: 180px;
    overflow: hidden;
    background: #FFFFFF;
  }

  .section {
    padding: 34px 36px 24px 36px;
    border-bottom: 1px solid #e9e9e9;
  }
  .section-header {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-bottom: 14px;
  }
  .section-title {
    font-size: 46px;
    font-weight: 700;
    color: #111;
  }

  .atom {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: #5FAE6F;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .items { margin-top: 10px; }
  .item {
    font-size: 40px;
    color: #666666;
    line-height: 1.6;
    margin: 14px 6px;
  }

  /* Bottom navigation */
  .bottom-nav {
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 1080px;
    height: 140px;
    border-top: 1px solid #e6e6e6;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    color: #888888;
    font-size: 34px;
  }
  .nav-item.active { color: #2A79F5; }

  .gesture {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    width: 560px;
    height: 18px;
    background: #BDBDBD;
    border-radius: 12px;
  }
</style>
</head>
<body>
<div id="render-target">

  <!-- Top status + title bar -->
  <div class="topbar">
    <div class="sb-row">
      <div class="time">9:12</div>
      <div class="icons">
        <!-- WiFi icon -->
        <svg width="44" height="44" viewBox="0 0 24 24" fill="none">
          <path d="M2.5 8.5a14 14 0 0 1 19 0" stroke="#ffffff" stroke-width="2" stroke-linecap="round"/>
          <path d="M5 11.5a10 10 0 0 1 14 0" stroke="#ffffff" stroke-width="2" stroke-linecap="round"/>
          <path d="M8 14.5a6 6 0 0 1 8 0" stroke="#ffffff" stroke-width="2" stroke-linecap="round"/>
          <circle cx="12" cy="18" r="2" fill="#ffffff"/>
        </svg>
        <!-- Battery with bolt -->
        <svg width="54" height="44" viewBox="0 0 30 20" fill="none">
          <rect x="1" y="3" width="24" height="14" rx="2" stroke="#ffffff" stroke-width="2"/>
          <rect x="25" y="7" width="4" height="6" rx="1" fill="#ffffff"/>
          <path d="M12 5.5l-3 5h3l-2 5 7-7h-3l1.8-3.2z" fill="#ffffff"/>
        </svg>
      </div>
    </div>
    <div class="nav-row">
      <!-- Back arrow -->
      <svg width="60" height="60" viewBox="0 0 24 24" fill="none">
        <path d="M15 18l-6-6 6-6" stroke="#ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
      </svg>
      <div class="title">Class 11 Physics (India)</div>
    </div>
  </div>

  <!-- Scrollable content -->
  <div class="content">
    <!-- Differentiation section header -->
    <div class="section">
      <div class="section-header">
        <div class="atom">
          <!-- Simple atom lines -->
          <svg width="72" height="72" viewBox="0 0 24 24">
            <circle cx="12" cy="12" r="2.4" fill="#ffffff"/>
            <ellipse cx="12" cy="12" rx="9" ry="4" stroke="#ffffff" stroke-width="1.6" fill="none"/>
            <ellipse cx="12" cy="12" rx="4" ry="9" stroke="#ffffff" stroke-width="1.6" fill="none" transform="rotate(35 12 12)"/>
            <ellipse cx="12" cy="12" rx="4" ry="9" stroke="#ffffff" stroke-width="1.6" fill="none" transform="rotate(-35 12 12)"/>
          </svg>
        </div>
        <div class="section-title">Differentiation for physics (Prerequisite)</div>
      </div>
    </div>

    <!-- Integration section -->
    <div class="section">
      <div class="section-header">
        <div class="atom">
          <svg width="72" height="72" viewBox="0 0 24 24">
            <circle cx="12" cy="12" r="2.4" fill="#ffffff"/>
            <ellipse cx="12" cy="12" rx="9" ry="4" stroke="#ffffff" stroke-width="1.6" fill="none"/>
            <ellipse cx="12" cy="12" rx="4" ry="9" stroke="#ffffff" stroke-width="1.6" fill="none" transform="rotate(35 12 12)"/>
            <ellipse cx="12" cy="12" rx="4" ry="9" stroke="#ffffff" stroke-width="1.6" fill="none" transform="rotate(-35 12 12)"/>
          </svg>
        </div>
        <div class="section-title">Integration for physics (Prerequisite)</div>
      </div>
      <div class="items">
        <div class="item">Antiderivatives</div>
        <div class="item">Indefinite integrals of common functions</div>
        <div class="item">Definite integral as area</div>
        <div class="item">Riemann sums</div>
        <div class="item">Definite integral evaluation</div>
        <div class="item">u-substitution</div>
        <div class="item">Area &amp; net change</div>
      </div>
    </div>

    <!-- Motion in a straight line section -->
    <div class="section">
      <div class="section-header">
        <div class="atom">
          <svg width="72" height="72" viewBox="0 0 24 24">
            <circle cx="12" cy="12" r="2.4" fill="#ffffff"/>
            <ellipse cx="12" cy="12" rx="9" ry="4" stroke="#ffffff" stroke-width="1.6" fill="none"/>
            <ellipse cx="12" cy="12" rx="4" ry="9" stroke="#ffffff" stroke-width="1.6" fill="none" transform="rotate(35 12 12)"/>
            <ellipse cx="12" cy="12" rx="4" ry="9" stroke="#ffffff" stroke-width="1.6" fill="none" transform="rotate(-35 12 12)"/>
          </svg>
        </div>
        <div class="section-title">Motion in a straight line</div>
      </div>
      <div class="items">
        <div class="item">Distance, displacement, and coordinate systems</div>
        <div class="item">Average velocity and average speed</div>
        <div class="item">Velocity and speed from graphs</div>
        <div class="item">Acceleration</div>
        <div class="item">Kinematic formulas</div>
        <div class="item">Objects in freefall</div>
        <div class="item">Rectilinear motion (integral calc)</div>
      </div>
    </div>

  </div>

  <!-- Bottom navigation -->
  <div class="bottom-nav">
    <div class="nav-item active">
      <!-- Hexagon/Home icon -->
      <svg width="60" height="60" viewBox="0 0 24 24" fill="none">
        <path d="M7 3l10 0 4 7-4 7H7L3 10 7 3z" stroke="#2A79F5" stroke-width="2" fill="none"/>
      </svg>
      <div>Home</div>
    </div>
    <div class="nav-item">
      <!-- Magnifier search -->
      <svg width="60" height="60" viewBox="0 0 24 24" fill="none">
        <circle cx="10" cy="10" r="6" stroke="#888888" stroke-width="2"/>
        <path d="M15 15l6 6" stroke="#888888" stroke-width="2" stroke-linecap="round"/>
      </svg>
      <div>Explore</div>
    </div>
    <div class="nav-item">
      <!-- Bookmark icon -->
      <svg width="60" height="60" viewBox="0 0 24 24" fill="none">
        <path d="M6 3h12v17l-6-4-6 4V3z" stroke="#888888" stroke-width="2" fill="none"/>
      </svg>
      <div>Bookmarks</div>
    </div>
  </div>

  <!-- Gesture bar -->
  <div class="gesture"></div>
</div>
</body>
</html>