| <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 { |
| 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 { |
| 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-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; |
| } |
| |
| |
| .list::-webkit-scrollbar { width: 10px; } |
| .list::-webkit-scrollbar-thumb { background: #dcdfe6; border-radius: 8px; } |
| </style> |
| </head> |
| <body> |
| <div id="render-target"> |
|
|
| |
| <div class="status-bar"> |
| <div>9:11</div> |
| <div class="status-right"> |
| |
| <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> |
| |
| <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> |
|
|
| |
| <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> |
|
|
| |
| <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> |
|
|
| |
| <div class="bottom-nav"> |
| <div class="nav-item active"> |
| <svg class="nav-icon" viewBox="0 0 24 24" fill="none"> |
| |
| <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> |