AndroidCode / code /10077 /10077_12.html
yhzheng1031's picture
Add files using upload-large-folder tool
fa881a6 verified
<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>