File size: 8,396 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 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 | <html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=1080, initial-scale=1.0">
<title>Class 11 Physics (India)</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: #ffffff;
color: #111;
}
/* Status bar */
.status-bar {
position: absolute;
top: 0;
left: 0;
width: 1080px;
height: 96px;
background: #0f2b54;
color: #fff;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 36px;
box-sizing: border-box;
font-size: 34px;
letter-spacing: 0.5px;
}
.status-right {
display: flex;
align-items: center;
gap: 22px;
}
.header {
position: absolute;
top: 96px;
left: 0;
width: 1080px;
height: 420px;
background: #0f2b54;
color: #fff;
box-sizing: border-box;
padding: 36px 40px 24px 40px;
}
.back-row {
display: flex;
align-items: center;
gap: 22px;
}
.back-btn {
width: 72px;
height: 72px;
display: flex;
align-items: center;
justify-content: center;
}
.section-label {
margin-top: 18px;
font-size: 42px;
opacity: 0.85;
}
.main-title {
margin-top: 14px;
font-size: 72px;
font-weight: 700;
line-height: 1.12;
letter-spacing: 0.5px;
}
/* Content */
.content {
position: absolute;
top: 516px;
left: 0;
right: 0;
bottom: 168px;
overflow: hidden;
padding-bottom: 16px;
}
.list {
height: 100%;
overflow-y: auto;
padding: 0 0 200px 0;
}
.divider {
height: 20px;
background: #f1f2f6;
border-top: 1px solid #e6e7eb;
border-bottom: 1px solid #e6e7eb;
}
.block {
padding: 34px 40px 18px 40px;
}
.row {
display: flex;
align-items: center;
gap: 28px;
}
.atom-icon {
width: 120px;
height: 120px;
background: #6bb27c;
border-radius: 60px;
display: flex;
align-items: center;
justify-content: center;
}
.row-title {
font-size: 46px;
font-weight: 700;
color: #1b1b1b;
}
.sub {
margin-left: 188px;
margin-top: 22px;
font-size: 38px;
color: #6b6f7b;
line-height: 1.5;
}
.sub + .sub { margin-top: 16px; }
/* Bottom navigation */
.bottom-nav {
position: absolute;
left: 0; right: 0; bottom: 0;
height: 168px;
background: #ffffff;
border-top: 1px solid #e3e5ea;
display: flex;
align-items: center;
justify-content: space-around;
}
.nav-item {
width: 33.33%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 14px;
color: #80879a;
font-size: 32px;
}
.nav-item.active { color: #2a77ff; }
.nav-icon {
width: 64px;
height: 64px;
}
/* Thin scroll bar to resemble mobile */
.list::-webkit-scrollbar { width: 10px; }
.list::-webkit-scrollbar-thumb { background: #dcdfe6; border-radius: 8px; }
</style>
</head>
<body>
<div id="render-target">
<!-- Status bar -->
<div class="status-bar">
<div>9:11</div>
<div class="status-right">
<!-- Simple WiFi icon -->
<svg width="40" height="40" viewBox="0 0 24 24" fill="none">
<path d="M2 8c5-4 15-4 20 0" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
<path d="M5 11c3.5-3 10.5-3 14 0" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
<path d="M8 14c2-2 6-2 8 0" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
<circle cx="12" cy="18" r="2" fill="#fff"/>
</svg>
<!-- Battery icon -->
<svg width="46" height="40" viewBox="0 0 36 24" fill="none">
<rect x="1" y="4" width="28" height="16" rx="3" stroke="#fff" stroke-width="2"/>
<rect x="4" y="7" width="22" height="10" fill="#fff"/>
<rect x="30" y="8" width="4" height="8" rx="1" fill="#fff"/>
</svg>
</div>
</div>
<!-- Header -->
<div class="header">
<div class="back-row">
<div class="back-btn">
<svg width="52" height="52" viewBox="0 0 24 24" fill="none">
<path d="M15 4L7 12l8 8" stroke="#ffffff" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</div>
</div>
<div class="section-label">Science</div>
<div class="main-title">Class 11 Physics (India)</div>
</div>
<!-- Content -->
<div class="content">
<div class="list">
<div class="block">
<div class="row">
<div class="atom-icon">
<svg width="80" height="80" viewBox="0 0 80 80">
<circle cx="40" cy="40" r="6" fill="#ffffff"/>
<ellipse cx="40" cy="40" rx="26" ry="12" stroke="#ffffff" stroke-width="3" fill="none"/>
<ellipse cx="40" cy="40" rx="12" ry="26" stroke="#ffffff" stroke-width="3" fill="none" transform="rotate(30 40 40)"/>
<ellipse cx="40" cy="40" rx="12" ry="26" stroke="#ffffff" stroke-width="3" fill="none" transform="rotate(-30 40 40)"/>
</svg>
</div>
<div class="row-title">Physical world</div>
</div>
<div class="sub">Physics and its laws</div>
</div>
<div class="divider"></div>
<div class="block">
<div class="row">
<div class="atom-icon">
<svg width="80" height="80" viewBox="0 0 80 80">
<circle cx="40" cy="40" r="6" fill="#ffffff"/>
<ellipse cx="40" cy="40" rx="26" ry="12" stroke="#ffffff" stroke-width="3" fill="none"/>
<ellipse cx="40" cy="40" rx="12" ry="26" stroke="#ffffff" stroke-width="3" fill="none" transform="rotate(30 40 40)"/>
<ellipse cx="40" cy="40" rx="12" ry="26" stroke="#ffffff" stroke-width="3" fill="none" transform="rotate(-30 40 40)"/>
</svg>
</div>
<div class="row-title">Units and measurement</div>
</div>
<div class="sub">Physical quantities and their measurement</div>
<div class="sub">Scientific notation</div>
<div class="sub">Significant figures</div>
</div>
<div class="divider"></div>
<div class="block">
<div class="row">
<div class="atom-icon">
<svg width="80" height="80" viewBox="0 0 80 80">
<circle cx="40" cy="40" r="6" fill="#ffffff"/>
<ellipse cx="40" cy="40" rx="26" ry="12" stroke="#ffffff" stroke-width="3" fill="none"/>
<ellipse cx="40" cy="40" rx="12" ry="26" stroke="#ffffff" stroke-width="3" fill="none" transform="rotate(30 40 40)"/>
<ellipse cx="40" cy="40" rx="12" ry="26" stroke="#ffffff" stroke-width="3" fill="none" transform="rotate(-30 40 40)"/>
</svg>
</div>
<div class="row-title">Basic math concepts for physics (Prerequisite)</div>
</div>
<div class="sub">Introduction to logarithms</div>
<div class="sub">The constant e and the natural logarithm</div>
<div class="sub">Slope</div>
<div class="sub">Basics of trigonometry</div>
<div class="sub">The unit circle definition of sine, cosine, and tangent</div>
<div class="sub">The graphs of sine, cosine, and tangent</div>
<div class="sub">Basic trigonometric identities</div>
</div>
<div style="height: 80px;"></div>
</div>
</div>
<!-- Bottom navigation -->
<div class="bottom-nav">
<div class="nav-item active">
<svg class="nav-icon" viewBox="0 0 24 24" fill="none">
<!-- hexagon-ish home badge -->
<path d="M12 2l7 4v8l-7 4-7-4V6l7-4z" stroke="currentColor" stroke-width="2" fill="none"/>
</svg>
<div>Home</div>
</div>
<div class="nav-item">
<svg class="nav-icon" viewBox="0 0 24 24" fill="none">
<circle cx="11" cy="11" r="7" stroke="currentColor" stroke-width="2"/>
<path d="M20 20l-4.2-4.2" stroke="currentColor" stroke-width="2" stroke-linecap="round"/>
</svg>
<div>Explore</div>
</div>
<div class="nav-item">
<svg class="nav-icon" viewBox="0 0 24 24" fill="none">
<path d="M6 3h12v18l-6-4-6 4V3z" stroke="currentColor" stroke-width="2" fill="none"/>
</svg>
<div>Bookmarks</div>
</div>
</div>
</div>
</body>
</html> |