forked from vikram-gk/LibMan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
36 lines (31 loc) · 1.76 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<title>About the project</title>
<!-- Meta-Tags -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="keywords" content="Library Member Login Form Widget Responsive, Login Form Web Template, Flat Pricing Tables, Flat Drop-Downs, Sign-Up Web Templates, Flat Web Templates, Login Sign-up Responsive Web Template, Smartphone Compatible Web Template, Free Web Designs for Nokia, Samsung, LG, Sony Ericsson, Motorola Web Design" />
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script>
<!-- //Meta-Tags -->
<!-- Style --> <link rel="stylesheet" href="css/style.css" type="text/css" media="all">
<!-- Fonts -->
<link href="//fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900" rel="stylesheet">
<!-- //Fonts -->
</head>
<body>
<h1>About Us</h1>
<div class="container">
<h3 style="color:white">This project is made as part of Web Technologies 2 course in <a class="underline" href="http://pes.edu">PES University.</a> <h3/>
<br/>
<h3 style="color:white">Under the guindance of D Krupesha.
</h3>
<br/>
<h4 style="color:white">Contributed By: Akshara Gupta, Vikram G and Sriniketh M Shenoy</h4>
</div>
<div class="footer w3layouts agileits">
<p style="color:black"> © 2019 LibMan. All Rights Reserved </a></p>
<p style="color:black"><a class="underline" href="index.php">Home Page</a></p>
</div>
</body>
</html>