File size: 7,740 Bytes
5501681
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
<html>
<head>
<meta charset="utf-8">
<title>Class 11 Physics (India) UI</title>
<style>
  body { margin:0; padding:0; background:transparent; }
  #render-target {
    width:1080px; height:2400px;
    position:relative; overflow:hidden;
    background:#ffffff;
    font-family: "Segoe UI", Roboto, Arial, sans-serif;
    color:#222;
  }

  /* Top app bar */
  .topbar {
    position:absolute; left:0; top:0; width:100%; height:190px;
    background:#122955; color:#fff;
  }
  .status-row {
    position:absolute; left:0; top:10px; width:100%; height:50px;
    display:flex; align-items:center; justify-content:space-between;
    padding:0 24px; font-size:30px; opacity:0.95;
  }
  .title-row {
    position:absolute; left:0; bottom:0; height:120px; width:100%;
    display:flex; align-items:center;
    padding:0 28px 0 24px;
  }
  .title-row h1 {
    font-size:48px; font-weight:700; margin:0 0 0 24px;
  }
  .icon-btn { width:72px; height:72px; display:flex; align-items:center; justify-content:center; }
  .top-icons { display:flex; align-items:center; gap:18px; }

  /* Content area */
  .content {
    position:absolute; left:0; top:190px; right:0; bottom:200px;
    padding:12px 34px 40px 34px; overflow:hidden;
  }
  .section {
    margin-top:26px; padding:24px 0;
    border-bottom:1px solid #e6e6e6;
  }
  .section-header {
    display:flex; align-items:center; gap:24px; margin-bottom:16px;
  }
  .badge {
    width:88px; height:88px; border-radius:50%;
    background:#66b27a; position:relative;
    display:flex; align-items:center; justify-content:center;
  }
  .section-title {
    font-size:44px; font-weight:700;
  }
  .list {
    margin:14px 0 0 0; padding:0 0 0 0;
  }
  .list .item {
    font-size:36px; color:#6a6a6a;
    margin:16px 0;
  }

  /* Bottom nav */
  .bottom-nav {
    position:absolute; left:0; bottom:0; width:100%; height:190px;
    background:#ffffff; border-top:1px solid #dcdcdc;
    display:flex; align-items:center; justify-content:space-around;
  }
  .nav-item { display:flex; flex-direction:column; align-items:center; gap:12px; color:#4a4a4a; }
  .nav-item span { font-size:32px; }
  .home-indicator {
    position:absolute; bottom:192px; left:50%; transform:translateX(-50%);
    width:480px; height:18px; background:#cfcfcf; border-radius:9px;
  }

  /* Utility SVG styling */
  svg { display:block; }
</style>
</head>
<body>
<div id="render-target">

  <!-- Top Bar -->
  <div class="topbar">
    <div class="status-row">
      <div>9:11</div>
      <div class="top-icons">
        <!-- WiFi -->
        <svg width="42" height="42" viewBox="0 0 24 24" fill="#ffffff" opacity="0.9">
          <path d="M12 20c.9 0 1.6-.7 1.6-1.6S12.9 17 12 17s-1.6.7-1.6 1.6.7 1.4 1.6 1.4zM3 8c2.6-2 5.9-3 9-3s6.4 1 9 3l-1.7 1.7C17 8 14.6 7.3 12 7.3S7 8 4.7 9.7L3 8zm3.5 3.5c2-1.5 4.4-2.2 5.5-2.2s3.5.7 5.5 2.2l-1.6 1.6c-1.3-.9-2.7-1.4-3.9-1.4s-2.6.5-3.9 1.4L6.5 11.5zm3.8 3.8c.8-.6 1.7-.9 2.7-.9s1.9.3 2.7.9l-1.6 1.6c-.4-.3-.7-.4-1.1-.4s-.7.1-1.1.4l-1.6-1.6z"/>
        </svg>
        <!-- Battery -->
        <svg width="48" height="48" viewBox="0 0 24 24" fill="#ffffff" opacity="0.9">
          <path d="M18 7h1c.6 0 1 .4 1 1v8c0 .6-.4 1-1 1h-1v1h-1v-1H5c-.6 0-1-.4-1-1V8c0-.6.4-1 1-1h12zm-1 2H6v8h11V9z"/>
        </svg>
      </div>
    </div>

    <div class="title-row">
      <div class="icon-btn">
        <!-- Back Arrow -->
        <svg width="52" height="52" viewBox="0 0 24 24" fill="#ffffff">
          <path d="M15.5 5.5L9 12l6.5 6.5-1.9 1.9L5.3 12l8.3-8.4 1.9 1.9z"/>
        </svg>
      </div>
      <h1>Class 11 Physics (India)</h1>
    </div>
  </div>

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

    <!-- Section 1 -->
    <div class="section">
      <div class="section-header">
        <div class="badge">
          <!-- Simple atom-like icon -->
          <svg width="60" height="60" viewBox="0 0 24 24">
            <circle cx="12" cy="12" r="2.4" fill="#ffffff"/>
            <ellipse cx="12" cy="12" rx="8" ry="3.2" stroke="#ffffff" stroke-width="1.8" fill="none"/>
            <ellipse cx="12" cy="12" rx="3.2" ry="8" stroke="#ffffff" stroke-width="1.8" fill="none" transform="rotate(60 12 12)"/>
            <ellipse cx="12" cy="12" rx="3.2" ry="8" stroke="#ffffff" stroke-width="1.8" fill="none" transform="rotate(-60 12 12)"/>
          </svg>
        </div>
        <div class="section-title">Differentiation for physics (Prerequisite)</div>
      </div>
    </div>

    <!-- Section 2 -->
    <div class="section">
      <div class="section-header">
        <div class="badge">
          <svg width="60" height="60" viewBox="0 0 24 24">
            <circle cx="12" cy="12" r="2.4" fill="#ffffff"/>
            <ellipse cx="12" cy="12" rx="8" ry="3.2" stroke="#ffffff" stroke-width="1.8" fill="none"/>
            <ellipse cx="12" cy="12" rx="3.2" ry="8" stroke="#ffffff" stroke-width="1.8" fill="none" transform="rotate(60 12 12)"/>
            <ellipse cx="12" cy="12" rx="3.2" ry="8" stroke="#ffffff" stroke-width="1.8" fill="none" transform="rotate(-60 12 12)"/>
          </svg>
        </div>
        <div class="section-title">Integration for physics (Prerequisite)</div>
      </div>
      <div class="list">
        <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>

    <!-- Section 3 -->
    <div class="section">
      <div class="section-header">
        <div class="badge">
          <svg width="60" height="60" viewBox="0 0 24 24">
            <circle cx="12" cy="12" r="2.4" fill="#ffffff"/>
            <ellipse cx="12" cy="12" rx="8" ry="3.2" stroke="#ffffff" stroke-width="1.8" fill="none"/>
            <ellipse cx="12" cy="12" rx="3.2" ry="8" stroke="#ffffff" stroke-width="1.8" fill="none" transform="rotate(60 12 12)"/>
            <ellipse cx="12" cy="12" rx="3.2" ry="8" stroke="#ffffff" stroke-width="1.8" fill="none" transform="rotate(-60 12 12)"/>
          </svg>
        </div>
        <div class="section-title">Motion in a straight line</div>
      </div>
      <div class="list">
        <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 class="item">Relative velocity in 1D</div>
      </div>
    </div>

  </div>

  <!-- Home indicator -->
  <div class="home-indicator"></div>

  <!-- Bottom navigation -->
  <div class="bottom-nav">
    <div class="nav-item">
      <!-- Home icon -->
      <svg width="64" height="64" viewBox="0 0 24 24" fill="#122955">
        <path d="M12 3l9 8h-2v9h-5v-5H10v5H5v-9H3l9-8z"/>
      </svg>
      <span>Home</span>
    </div>
    <div class="nav-item">
      <!-- Explore (magnifier) -->
      <svg width="64" height="64" viewBox="0 0 24 24" fill="#6d6d6d">
        <path d="M15.5 14h-.8l-.3-.3a6.5 6.5 0 10.9.9l.3.3v.8l5 5-1.5 1.5-5-5zm-6 0a4.5 4.5 0 110-9 4.5 4.5 0 010 9z"/>
      </svg>
      <span>Explore</span>
    </div>
    <div class="nav-item">
      <!-- Bookmark -->
      <svg width="64" height="64" viewBox="0 0 24 24" fill="#6d6d6d">
        <path d="M6 3h12v18l-6-4-6 4V3z"/>
      </svg>
      <span>Bookmarks</span>
    </div>
  </div>

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