-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex.html
63 lines (54 loc) · 2.33 KB
/
index.html
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
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>PUAIS</title>
<link href="bootstrap/dist/css/bootstrap.css" rel="stylesheet" >
<link href="homepage.css" rel="stylesheet">
</head>
<body>
<div class="container boxindex">
<div class="d-flex flex-row-reverse mt-3">
<p>For Faculty of Engineering: Beta Version</p>
</div>
<div style=" padding-top: 140px;padding-bottom: 120px;">
<h2 class="mb-4">P U A I S</h2>
<ul class="text-center mb-5">
<li class="list-inline-item ml-3 teacher">
<svg xmlns="http://www.w3.org/2000/svg" width="19" height="19" fill="currentColor" class="bi bi-person-lines-fill" viewBox="0 0 16 16">
<path d="M6 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-5 6s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H1zM11 3.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5zm.5 2.5a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1h-4zm2 3a.5.5 0 0 0 0 1h2a.5.5 0 0 0 0-1h-2zm0 3a.5.5 0 0 0 0 1h2a.5.5 0 0 0 0-1h-2z"/>
</svg>
<a target="" href="Teacher/TeacherLogin.php" class="btn btn-indigo btn-lg btn-rounded mr-0" > LOG IN AS A TEACHER</a>
</li>
<li class="list-inline-item ml-3 my-auto student">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-person-square" viewBox="0 0 16 16">
<path d="M11 6a3 3 0 1 1-6 0 3 3 0 0 1 6 0z"/>
<path d="M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm12 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1v-1c0-1-1-4-6-4s-6 3-6 4v1a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12z"/>
</svg>
<a target="" href="Student/StudentLogin.php" class="btn btn-pink btn-lg btn-rounded ml-0">LOG IN AS A STUDENT</a>
</li>
</ul>
<br>
<br>
<br>
<div style="color:skyblue; border-top: 2px solid; padding-top: 30px;"></div>
<div class="col-xs-4 text-center ">
<pre>
Copyright ©2011-2021 Premier University, All Rights Reserved.
Software Section , Department of IT,Premier University (Design & Develop)
</pre>
</div>
</div>
</div>
<div class="animation-area">
<ul class="box-area">
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
</div>
</body>
</html>