vscode commited on
Commit
6e34913
·
verified ·
1 Parent(s): b2ddac7

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +10 -16
index.html CHANGED
@@ -44,7 +44,7 @@
44
  margin-bottom:6px;cursor:pointer;font-weight:600;font-size:14px;
45
  }
46
  .navlist button.active{background:linear-gradient(90deg,var(--accent2),var(--accent1));color:#04263b}
47
- .student-card{margin-top:12px;padding:12px;border-radius:10px;background:rgba(255,255,255,0.015);color:var(--muted);font-size:13px}
48
  .student-card strong{color:#fff;display:inline-block;width:78px}
49
 
50
  /* PAGE AREA */
@@ -105,6 +105,14 @@
105
  </div>
106
  </div>
107
 
 
 
 
 
 
 
 
 
108
  <div class="navlist" role="list">
109
  <!-- Buttons correspond to pages below by index -->
110
  <button class="nav-btn active" data-index="0">Course Overview</button>
@@ -121,18 +129,6 @@
121
  <button class="nav-btn" data-index="11">Applications of Integrals</button>
122
  <button class="nav-btn" data-index="12">Summary & Reference</button>
123
  </div>
124
-
125
- <div class="student-card" aria-label="Student details">
126
- <div><strong>Name:</strong> Srushti G Joshi</div>
127
- <div><strong>Division:</strong> S</div>
128
- <div><strong>Roll No:</strong> 1913</div>
129
- <div><strong>USN:</strong> 01FE24BAR014</div>
130
- <hr style="border:none;border-top:1px solid rgba(255,255,255,0.03);margin:10px 0">
131
- <div><strong>Name:</strong> Rani N B G</div>
132
- <div><strong>Division:</strong> G</div>
133
- <div><strong>Roll No:</strong> 741</div>
134
- <div><strong>USN:</strong> 01FE25BCS465</div>
135
- </div>
136
  </nav>
137
 
138
  <!-- PAGE AREA -->
@@ -523,9 +519,7 @@
523
 
524
  <!-- pager -->
525
  <div class="pager" role="navigation" aria-label="Page controls">
526
- <div class="dots" id="dots">
527
- <!-- dynamic dots will be created by JS -->
528
- </div>
529
  <div style="display:flex;gap:8px">
530
  <button class="btn" onclick="prev()">Prev</button>
531
  <button class="btn" onclick="next()">Next</button>
 
44
  margin-bottom:6px;cursor:pointer;font-weight:600;font-size:14px;
45
  }
46
  .navlist button.active{background:linear-gradient(90deg,var(--accent2),var(--accent1));color:#04263b}
47
+ .student-card{margin:12px 0 8px;padding:12px;border-radius:10px;background:rgba(255,255,255,0.015);color:var(--muted);font-size:13px}
48
  .student-card strong{color:#fff;display:inline-block;width:78px}
49
 
50
  /* PAGE AREA */
 
105
  </div>
106
  </div>
107
 
108
+ <!-- MOVED: Student details (Rani) placed at top; Srushti removed as requested -->
109
+ <div class="student-card" aria-label="Student details - Rani">
110
+ <div><strong>Name:</strong> <span style="color:#fff">Rani N B G</span></div>
111
+ <div><strong>Division:</strong> <span style="color:#fff">G</span></div>
112
+ <div><strong>Roll No:</strong> <span style="color:#fff">741</span></div>
113
+ <div><strong>USN:</strong> <span style="color:#fff">01FE25BCS465</span></div>
114
+ </div>
115
+
116
  <div class="navlist" role="list">
117
  <!-- Buttons correspond to pages below by index -->
118
  <button class="nav-btn active" data-index="0">Course Overview</button>
 
129
  <button class="nav-btn" data-index="11">Applications of Integrals</button>
130
  <button class="nav-btn" data-index="12">Summary & Reference</button>
131
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
132
  </nav>
133
 
134
  <!-- PAGE AREA -->
 
519
 
520
  <!-- pager -->
521
  <div class="pager" role="navigation" aria-label="Page controls">
522
+ <div class="dots" id="dots"></div>
 
 
523
  <div style="display:flex;gap:8px">
524
  <button class="btn" onclick="prev()">Prev</button>
525
  <button class="btn" onclick="next()">Next</button>