-
Notifications
You must be signed in to change notification settings - Fork 1
/
welcomeadmin.php
48 lines (38 loc) · 1.6 KB
/
welcomeadmin.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
<?php include('adminhead.php'); ?>
<div class="container">
<div class="row">
<div class="col-md-12">
<!--Welcome page for student-->
<h3> Welcome <span style='color:red'>Admin </span> </h3>
<div class="section-heading">
<span
>Our Web Platform provides following features for Admin.
</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/logo.png" alt=""/>
</div>
</div>
<div class="col-md-7">
<div class="service-item second-service-icon service-icon">
<h1 class="text-center">For Admin</h1>
<p class="text ">
<ol class="text-justify list-group list-group-flush">
<li class="list-group-item">Admin have the All the Access to the data in E-CLASSROOM.</li>
<li class="list-group-item">Admin can Add new Students, Edit and also he can Delete Students.</li>
<li class="list-group-item">Admin can Add new Faculties,(This is the Only way to add New Faculty) Edit and also he can Delete Faculties.</li>
<li class="list-group-item"> Admin Also have the access to the Guests who Post Queries and Feedback in the MainPage.</li>
<br>
</ol>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<?php include('allfoot.php'); ?>