-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
57 lines (42 loc) · 2.14 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./css/style.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Langar&display=swap" rel="stylesheet">
<!-- CSS only -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" >
<!-- JavaScript Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<title>ERS System</title>
</head>
<body class="bg-dark">
<div class="container-fluid ">
<h1 class="top mt-4 text-center ">Entry Record System PU</h1>
<div class="row">
<div class="col-sm-12 col-md-4 ">
<img src="./picture/ers.jpeg" alt="" height="" width="100%" class="">
</div>
<div class="offset-md-1 col-md-6 ">
<p class="para ">Entry Record System PU is a library entry record system designed on Tkinter, Python for Poornima University.
It is programmed to ease the storage of student entries in the library.
Admin would be able to access the list of students who entered the library with date and time.</p>
<h4 class="para">For More Details: <a href="https://github.com/Purvanshsingh/Entry_Record_System-PU">github</a></h4>
<a href="https://github.com/Purvanshsingh/Entry_Record_System-PU/releases/tag/1.0">Download</a>
</div>
</div>
<footer class="footer ">
<div class="conatiner ft ">
<div class="row bg-white ">
<div class="col-12">
<marquee >
<small class=""><b>Developed By: Purvansh Singh(Project lead), Gautam Sharma (Contributor),Daksh Lohar(Contributor),Aditi Agarwal(Contributor)</b></small>
</marquee>
</div>
</div>
</div>
</footer>
</body>
</html>