-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
132 lines (120 loc) · 4.02 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Library management system</title>
<link rel="stylesheet" href="lms.css" type="text/css" />
<!-- <script>
function display() {
document.write("Thank you for clicking ");
}
alert("Thank you for choosing our website");
</script> -->
</head>
<body>
<div id="menu">
<div id="logo">LIBRARY<b style="color: #2c7ad6"> BEST ZONE</b></div>
<div id="menu1">
<ul>
<a href="index.html"><li class="fa fa-home">Home</li></a>
<a href="gallery.html"><li class="fa fa-image">Gallery</li></a>
<a href="admin.html"><li class="fa fa-user">Admin Login</li></a>
<a href="register.html"
><li class="fa fa-registered">Register</li></a
>
<a href="#"><li class="fa fa-user">Login</li></a>
</ul>
</div>
</div>
<div id="slider">
<div id="x">
WELCOME TO LIBRARY<b style="color: #2c7ad6">ZONE</b>
<p style="font-size: 15px">WELCOME TO OUR WEBSITE</p>
</div>
<div id="y">
<div id="l">
<h1 style="text-align: center; color: #2c7ad6">LEARNER</h1>
<div id="student">
USER NAME <br /><input type="text" class="t" /><br />
PASSWORD <br /><input type="password" class="t" required /><br />
<input type="button" value="SAVE" class="savebox" /><br />
<br /><a
href="#"
style="color: blue; text-decoration: none"
onclick="display()"
>Forget Password</a
><br />
</div>
</div>
</div>
<div id="z">
<div id="r">
<h1 style="text-align: center; color: rgb(54, 41, 168)">INSTRUCTOR</h1>
<div id="Teacher">
USER NAME <br /><input type="text" class="t" /><br />
PASSWORD <br /><input type="password" class="t" /><br />
<button>Log in</button>
<a
href="#"
style="color: blue; text-decoration: none"
onclick="display()"
>
<p>Forget Password</p></a
>
</div>
</div>
</div>
</div>
<div id="down">
<h3>Stay With Us Connected</h3>
<a
href="#"
class="fa fa-facebook"
style="
text-decoration: none;
padding: 10px 12px;
color: redrgb(255, 255, 255);
"
><img src="images/facebook-.png" alt=""
/></a>
<a
href="http://www.instagram.com"
class="fa fa-instagram"
target="_blank"
><img src="images/instagram.png" alt=""
/></a>
<a href="http://www.twitter.com" target="_blank"
><img src="images/twitter.png" alt=""
/></a>
<h2>Contact Us On Address and feel free</h2>
<p>+255743838167</p>
<a
href="#"
class="fa fa-home"
style="text-decoration: none; padding: 10px 12px; color: white"
>
</a>
<br />
<article>©2023 copyright</article>
<br />
</div>
<div class="footer">WELCOME AGAIN</div>
</div>
<!-- <div id="background">
<div id="top">
<a href="mailto:[email protected]" target="_blank"
><img src="images/gmail.png" alt=""
/></a>
<a href="http://www.Facebook.com" class="socialmedia" target="_blank"
><img src="images/facebook-.png" alt=""
/></a>
<a href="http://www.instagram.com" class="socialmedia" target="_blank">
<img src="images/instagram.png" alt=""
/></a>
<a href="http://www.twitter.com" class="socialmedia" target="_blank"
><img src="images/twitter.png" alt=""
/></a>
</div> -->
</body>
</html>