Skip to content

Commit 30691a6

Browse files
committed
refactor: adjustments to /students ui
#2103
1 parent 72c4329 commit 30691a6

2 files changed

Lines changed: 19 additions & 9 deletions

File tree

src/main/webapp/WEB-INF/jsp/analytics/students/id.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<content:title>
2-
🎓 Student ID ${student.id}
2+
🎓 Student ${student.id}
33
</content:title>
44

55
<content:section cssId="studentPage">

src/main/webapp/WEB-INF/jsp/analytics/students/list.jsp

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
</content:title>
44

55
<content:banner>
6+
<style>
7+
#index-banner {
8+
background-position: 0 75%;
9+
}
10+
</style>
611
<br />
712
<br />
813
<br />
@@ -11,14 +16,9 @@
1116
<br />
1217
<br />
1318
<br />
14-
<br />
15-
<br />
16-
<br />
17-
<br />
18-
<br />
19-
<br />
20-
<br />
21-
<br />
19+
<div class="row center">
20+
<h1 class="header center white-text">Students<span style="color: #A59ADD;">(${fn:length(students)})</span></h1>
21+
</div>
2222
</content:banner>
2323

2424
<content:section cssId="studentsListPage">
@@ -45,3 +45,13 @@
4545
</table>
4646
</div>
4747
</content:section>
48+
49+
<content:aside>
50+
<div class="card-panel deep-purple lighten-5">
51+
<h5 class="center">Sponsors 🫶🏽</h5>
52+
<p>
53+
To become a sponsor of one of these students, join our
54+
<a href="https://sponsors.elimu.ai" target="_blank">sponsorship program</a>.
55+
</p>
56+
</div>
57+
</content:aside>

0 commit comments

Comments
 (0)