-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathguide.html
More file actions
108 lines (103 loc) · 4.71 KB
/
guide.html
File metadata and controls
108 lines (103 loc) · 4.71 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Guide</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<link rel="stylesheet" href="styles.css">
<style>
body {
font-family: Arial, sans-serif;
}
.container {
max-width: 800px;
margin: 0 auto;
padding: 20px;
background-color: transparent;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
h1 {
margin-top: 1em;
font-size: 24px;
text-align: center;
color: #ffffff;
margin-bottom: 1em;
}
p {
text-align: justify;
margin: 0;
color: #ffffff;
}
ul {
padding-left: 20px;
}
li {
text-align: justify;
margin: 10px 0;
}
</style>
</head>
<body>
<div class="header">
<div class="menu-toggle">
<div class="bar"></div>
<div class="bar"></div>
<div class="bar"></div>
</div>
<ul class="nav-links">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact Us</a></li>
<li><a href="#"><span>🙂 Welcome, User</span></a></li>
</ul>
</div>
<ul class="slide-in-menu">
<li class="close-button">
<a href="#" id="close-menu">
<i class="fas fa-times"></i>
</a>
</li>
<li><a href="update.html">Latest Updates</a></li>
<li><a href="semester.html">Semesters</a></li>
<li><a href="guide.html">Guide</a></li>
<li><a href="projects.html">More Projects</a></li>
<li class="social-media-link"><a href="https://www.facebook.com/rohansoni0507?mibextid=nW3QTL"><i class="fab fa-facebook-f"></i></a></li>
<li class="social-media-link"><a href="https://www.instagram.com/rohansoni0507/?igshid=NGVhN2U2NjQ0Yg%3D%3D"><i class="fab fa-instagram"></i></a></li>
<li class="social-media-link"><a href="https://twitter.com/RohanSoni118254?t=IPXe6fEidR0cfmS4T5zZWw&s=09"><i class="fab fa-twitter"></i></a></li>
<li class="social-media-link"><a href="https://www.linkedin.com/in/rohan-soni-963038224/"><i class="fab fa-linkedin"></i></a></li>
<li class="social-media-link"><a href="https://github.com/RohanSoni0507"><i class="fab fa-github"></i></a></li>
</ul>
<div class="container">
<h1>Guide</h1>
<p>
Welcome to our comprehensive guide, designed to help you navigate our online library and make the most of the resources available. Whether you're a student or a researcher, this guide will provide you with valuable information and tips to enhance your experience.
</p>
<p>
<strong>Getting Started:</strong> If you're new to our platform, the first section of the guide will introduce you to the basics. Learn how to create an account, log in, and explore our extensive collection of books and study materials.
</p>
<p>
<strong>Search and Browse:</strong> Discover how to efficiently search for specific books, subjects, or topics. We'll show you how to use our search functionality and browse categories.
</p>
<p>
<strong>Sorting and Filtering:</strong> Find out how to sort books by name, author, or subject. We also provide useful filtering options to narrow down your search results.
</p>
<p>
<strong>Reading and Downloading:</strong> Learn how to open and read books online. We also explain the download process, so you can access materials even when you're offline.
</p>
<p>
<strong>Account Management:</strong> Manage your account settings, including profile information and password changes, with step-by-step instructions.
</p>
<p>
<strong>Troubleshooting:</strong> In case you encounter any issues while using our platform, our guide offers solutions and tips for a seamless experience.
</p>
<p>
<strong>Feedback and Support:</strong> Your feedback is important to us. We provide guidance on how to contact our support team and share your suggestions or concerns.
</p>
<p>
Whether you're looking to make the most of our educational resources, improve your research skills, or simply enjoy a good book, our guide is here to assist you every step of the way.
</p>
</div>
<script src="script.js"></script>
</body>
</html>