-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathwelcomefaculty.php
50 lines (41 loc) · 1.88 KB
/
welcomefaculty.php
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
<?php include('fhead.php'); ?>
<div class="container">
<div class="row">
<div class="col-md-12">
<!--Welcome page for student-->
<h3> Welcome <?php echo "<span style='color:red'>".$fname." </span>";?></h3>
<div class="section-heading">
<span
>Our Web Platform provides following features for Faculties.
</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/teacher.jpg" alt=""/>
</div>
</div>
<div class="col-md-7">
<div class="service-item second-service-icon service-icon">
<h1 class="text-center">For Teachers</h1>
<p class="text ">
<ol class="text-justify list-group list-group-flush">
<li class="list-group-item">Teacher can see their details and they can edit them.</li>
<li class="list-group-item">Teacher can also view all the Students details.</li>
<li class="list-group-item">Teachers can Add new Take Assessments and also they can manage previous Assessments. </li>
<li class="list-group-item">Teachers can view the submitted Assessments and they can Make Results</li>
<li class="list-group-item">Also Teachers can edit the results in Edit Results Section.</li>
<li class="list-group-item">All the Quesries asked by students can see in Quesries,Either Teachers can Reply or They can Delete .</li>
<li class="list-group-item"> Tecahers can Add and Mangage Videos for Their Students. </li>
<br>
</ol>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<?php include('allfoot.php'); ?>