Kindly add assignment details which are "Course Name" and "Assignment Number" in the same div container beside student information to the right side - Follow Up Deployment
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -59,7 +59,7 @@
|
|
| 59 |
<div id="studentInterface" class="bg-white p-6 rounded-lg shadow-md">
|
| 60 |
<!-- Student Info Form -->
|
| 61 |
<div id="studentInfoForm" class="mb-8">
|
| 62 |
-
<h2 class="text-xl font-semibold mb-4">Student Information</h2>
|
| 63 |
<div class="grid grid-cols-1 md:grid-cols-3 gap-4 mb-4">
|
| 64 |
<div>
|
| 65 |
<label for="rollNumber" class="block text-sm font-medium text-gray-700 mb-1">Roll Number</label>
|
|
|
|
| 59 |
<div id="studentInterface" class="bg-white p-6 rounded-lg shadow-md">
|
| 60 |
<!-- Student Info Form -->
|
| 61 |
<div id="studentInfoForm" class="mb-8">
|
| 62 |
+
<h2 class="text-xl font-semibold mb-4">Student Information & Assignment Details</h2>
|
| 63 |
<div class="grid grid-cols-1 md:grid-cols-3 gap-4 mb-4">
|
| 64 |
<div>
|
| 65 |
<label for="rollNumber" class="block text-sm font-medium text-gray-700 mb-1">Roll Number</label>
|