forked from Ebencharger/E-Library
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
64 lines (55 loc) · 2.56 KB
/
index.html
File metadata and controls
64 lines (55 loc) · 2.56 KB
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">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./bootstrap.css">
<link rel="stylesheet" href="./Rarel.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<title>RAREL-USER</title>
</head>
<body>
<main class="row">
<main class="col-sm">
<div id="body">
<img src="./lib.jpg" alt="">
<div class="lab" id="capt">Free and Unlimited Books are available</div>
</div>
<div id="dashboard">
<div class="uppanel d-flex justify-content-around pt-4">
<div class="dashlogo"><div class="dashlabel">RAREL</div><div class="dashcaption text-danger">(Readers are Learners)</div></div><div class="userlog"><p>Welcome, <span class="usern"></span>.</p></div>
<div class="nav">
<div class="popmenu"><i class="fa fa-bars bar"></i></div>
</div>
</div>
<div class="d-flex">
<!-- <img src="pdf/farmland.JPG" alt=""> -->
<div class="leftpanel p-4">
<P class="myprof">MY PROFILE</P>
<P class="editprof">EDIT PROFILE</P>
<P class="mybok">MY BOOKS</P>
<P class="response">RESPONSES</P>
<P class="favbook">FAVOURITES</P>
<P class="verify">VERIFY BOOK</P>
<P class="text-danger logout">LOG OUT</P>
</div>
<div class="rightpanel p-4">
<div class="hidemenu">
<button class="btn btn-white dashbd">Dashboard</button>
<button class="btn btn-white allbooks">Books</button>
<button class="btn btn-white reqBooks">Request for Book</button>
<button class="btn btn-white contadm">Contact Admin</button>
</div>
</div>
</div>
</div>
</main>
</main>
<script src="./Rarel.js"></script>
<!-- <script src="Rareldash.js"></script>
<script src="recontact.js"></script> -->
</body>
</html>
</html>