-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathwelcomestudent.php
More file actions
51 lines (41 loc) · 2.01 KB
/
Copy pathwelcomestudent.php
File metadata and controls
51 lines (41 loc) · 2.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?php include('studenthead.php'); ?>
<div class="container">
<div class="row">
<div class="col-md-12">
<!--Welcome page for student-->
<h3> Welcome <?php echo "<span style='color:red'>".$userfname." ".$userlname."</span>";?></h3>
<div class="section-heading">
<span
>Our Web Platform provides following features for Students.
</span>
</div>
<br>
<div class="left-image-post">
<div class="row">
<div class=" col-md-5 ">
<div class="left-image">
<img class="img-fluid round " style="width:100%" src="images/student.jpg" alt=""/>
</div>
</div>
<div class=" col-md-7">
<div class="service-item second-service-icon service-icon">
<h1 class="text-center">For Students</h1>
<p class="text ">
<ol class="text-justify list-group list-group-flush">
<li class="list-group-item">Students can login in the portal and keep themselves updated of all the activities going on in the class.</li>
<li class="list-group-item">Students can see their details and they can edit them.</li>
<li class="list-group-item">Students can Take Asessment on different topics in Take asessment section.Once assignment is submitted, it can't be changed later.</li>
<li class="list-group-item">And Students also see the updted results in results section.</li>
<li class="list-group-item">Students can ask their doubts with the teacher in the Ask Queries Section.</li>
<li class="list-group-item">All the Quesries asked so far and replies can see in MY Quesries option.</li>
<li class="list-group-item"> Students can learn by watching hand picked videos from faculties.</li>
<br>
</ol>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<?php include('allfoot.php'); ?>