'StudentProfile_updated'

parent cc97d5c1
...@@ -9,11 +9,11 @@ ...@@ -9,11 +9,11 @@
<img src="@/assets/profile-pic.png" class="img-fluid mr-3 rounded" alt="Student Profile picture"> <img src="@/assets/profile-pic.png" class="img-fluid mr-3 rounded" alt="Student Profile picture">
<div> <div>
<h5 class="text-dark mb-0">{{ student.first_name }} {{student.last_name}}</h5> <h5 class="text-dark mb-0">{{ student.first_name }} {{student.last_name}}</h5>
<p class="text-muted mb-0">{{ student.username }}</p> <p class="text-muted mb-0">Username : {{ student.username }}</p>
<p class="text-muted mb-0">{{ student.email }}</p> <p class="text-muted mb-0">E-mail : {{ student.email }}</p>
<p class="text-muted mb-0">{{ student.grade }}</p> <p class="text-muted mb-0">Grade : {{ student.grade }}</p>
<p class="text-muted mb-0">{{ student.contact }}</p> <p class="text-muted mb-0">Contact : {{ student.contact }}</p><br>
<p class="text-muted mb-0">Next Level Expectation: {{ nextLevel }}</p> <p class="text-muted mb-0">Next Level Expectation : {{ nextLevel.toFixed(2) }}</p>
</div> </div>
</div> </div>
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
<div class="col-6"> <div class="col-6">
<div class="card"> <div class="card">
<div class="card-body"> <div class="card-body">
<h4 class="text-dark font-weight-bold">Last Test performance</h4> <h4 class="text-dark font-weight-bold">Current Activities</h4>
<canvas id="lastTest"></canvas> <canvas id="lastTest"></canvas>
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment