forked from opensource-society/notesvault
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
247 lines (216 loc) · 10.8 KB
/
Copy pathindex.html
File metadata and controls
247 lines (216 loc) · 10.8 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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
<!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="styling/styles.css" />
<link rel="icon" href="assets/index/images/favicon.png" type="image/x-icon" />
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css" rel="stylesheet" />
<title>NotesVault Home</title>
<script src="https://js.sentry-cdn.com/8994bf86fecf7733832520db1565ab1f.min.js" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4">
</script>
</head>
<body>
<div id="header">
<div class="hamburger-wrapper">
<button class="hamburger-menu">
<span class="hamburger-line"></span>
<span class="hamburger-line"></span>
<span class="hamburger-line"></span>
</button>
<div class="hover-sidebar">
<ul>
<li><a href="#">Dashboard</a></li>
<li><a href="/pages/about.html">About</a></li>
<li><a href="/pages/overview.html">Overview</a></li>
<li><a href="/pages/features.html">Features</a></li>
<li><a href="#">Resources</a></li>
</ul>
</div>
</div>
<a href="index.html" style="text-decoration: none; color: inherit;">
<div id="header-title-box">
<p id="header-title">NotesVault</p>
</div>
</a>
<div id="header-navigation" class="nav-menu">
<a href="./pages/overview.html">Overview</a>
<a href="./pages/studentAccount.html">Student Account</a>
<a href="./pages/about.html">About</a>
<a href="/">Features</a>
</div>
<div id="header-signup-box">
<a href="pages/signup.html"><p>Sign Up</p></a>
</div>
</div>
<!-- </div> -->
<main id="main">
<div class="main-left">
<p class="main-text welcome">Welcome Back</p>
<h1 class="main-heading">
Your Go-To Companion for<br />Organized Learning.
</h1>
<p class="main-text">
Keep your study notes and PYQs organized, easy to find,<br />and
always just a click away with NotesVault.
</p>
<div class="main-left-links">
<a style="color: black ; text-decoration: none; " class="links-text features-box" href="./search.html">Browse Notes</a>
<a style="color: black ; text-decoration: none; " class="links-text features-box" href="./search.html">Browse
<p class="links-text try-box">Upload Notes</p>
</div>
</div>
<div class="main-right">
<div class="main-right-box">
<div class="main-right-upper-box">
<div class="right-text-div">
<p class="right-text">Notes Organised by</p>
<p class="right-text" id="typeWriterText">Subject</p>
<form id="search-form" class="main-right-search-form" method="get" action="search.html">
<div>
<div class="search-input-field">
<svg class="search-icon" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="11" cy="11" r="8"></circle>
<path d="m21 21-4.35-4.35"></path>
</svg>
<input class="main-right-search-form-input" type="text" name="query" autocomplete="off"
placeholder="Search">
</div>
</div>
<div id="search-parameters-branch" class="search-parameters-div"></div>
<div id="search-parameters-semester" class="search-parameters-div"></div>
<div id="search-parameters-subject" class="search-parameters-div"></div>
<input type="submit" style="display: none" />
</form>
</div>
</div>
</div>
</div>
</main>
<section class="features-section">
<!--upload section-->
<div class="card-container">
<a href="pages/upload.html">
<div class="card feature-card" style="width: 18rem;">
<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 24 24" fill="none"
stroke="#1d1d1d" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 3v12" />
<polyline points="5 9 12 2 19 9" />
<path d="M5 20h14" />
</svg>
<div class="card-body">
<h5 class="feature-title">Easy Upload</h5>
<p class="feature-desc">Add your notes quickly and effortlessly</p>
</div>
</div>
</a>
<div class="card feature-card" style="width: 18rem;">
<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 24 24" fill="none" stroke="#1d1d1d"
stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 6h5l2 3h11v11H3z" />
<path d="M3 6v12a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2H10l-2-3H3z" />
</svg>
<div class="card-body">
<p>
<h5 class="feature-title">Sort The Chaos</h5>
</p>
<p class="card-text">Neatly arrange all your notes in one place</p>
</div>
</div>
<div style="width: 18rem;" class="card feature-card">
<!--Tag Icon-->
<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 24 24" fill="none" stroke="#1d1d1d"
stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M20 12L12 20a2 2 0 0 1-2.8 0L4 14.8a2 2 0 0 1 0-2.8L12 4l8 8z" />
<circle cx="16" cy="8" r="1.5" />
</svg>
<div class="card-body">
<p>
<h5 class="feature-title">Search By Tags</h5>
</p>
<p class="feature-desc">Find notes using subject tags</p>
</div>
</div>
<div class="footer-section">
<h3>Features</h3>
<ul>
<li><a href="pages/upload.html"><i class="fas fa-upload"></i> Easy Upload</a></li>
<li><a href="pages/search.html"><i class="fas fa-tags"></i> Tag-based Search</a></li>
<li><a href="pages/BrowseNotes.html"><i class="fas fa-folder-open"></i> Organized by Semester</a></li>
<li><a href="pages/todolist.html"><i class="fas fa-tasks"></i> Todo List</a></li>
<li><a href="pages/studentAccount.html"><i class="fas fa-users"></i> Get Details</a></li>
</ul>
</div>
</div>
</section>
<!-- <br> -->
<!-- Footer -->
<footer class="custom-footer">
<div class="footer-container">
<!-- About NotesVault Section -->
<div class="footer-section about-section">
<h2><strong>NotesVault</strong></h2>
<p class="footer-description">
A web platform to <strong>store</strong>, <strong>browse</strong>, and <strong>manage</strong> academic notes
& PYQs semester-wise.
Contribute easily, organize efficiently, and search by tags.
</p>
<a class="footer-learn-link" href="https://github.com/opensource-society/notesvault" target="_blank"
rel="noopener noreferrer">Learn More →</a>
</div>
<!-- Community -->
<div class="footer-section">
<h3>Community</h3>
<ul>
<li><a href="https://www.youtube.com/" target="_blank"><i class="fab fa-youtube"></i> YouTube</a></li>
<li><a href="https://github.com/opensource-society/notesvault.git" target="_blank"><i
class="fab fa-github"></i> GitHub</a></li>
<li><a href="https://discord.com/" target="_blank"><i class="fab fa-discord"></i> Discord</a></li>
</ul>
</div>
<!-- Social Media -->
<div class="footer-section">
<h3>Social Media</h3>
<ul>
<li><a href="https://www.instagram.com/" target="_blank"><i class="fab fa-instagram"></i> Instagram</a></li>
<li><a href="https://twitter.com/" target="_blank"><i class="fab fa-twitter"></i> Twitter</a></li>
<li><a href="https://www.linkedin.com/" target="_blank"><i class="fab fa-linkedin"></i> LinkedIn</a></li>
</ul>
</div>
</div>
<p>@ <span id="year"></span> NotesVault.</p>
</footer>
<!-- </html> -->
<!-- 🔺 Place Scroll Button OUTSIDE the .footer-container -->
<button id="scrollToTopBtn" title="Go to top">
<i class="fas fa-arrow-up"></i>
</button>
<script src="scripts/script.js" defer></script>
<script>
function toggleMobileMenu() {
const sidebar = document.getElementById("mobileSidebar");
sidebar?.classList.toggle("active");
}
document.querySelectorAll(".sidebar a").forEach((link) => {
link.addEventListener("click", () => {
document.getElementById("mobileSidebar")?.classList.remove("active");
});
});
document.addEventListener("click", (e) => {
const sidebar = document.getElementById("mobileSidebar");
const toggle = document.getElementById("hamburgerMenu");
if (sidebar && toggle && !sidebar.contains(e.target) && !toggle.contains(e.target)) {
sidebar.classList.remove("active");
}
});
// Add cuurent year in footer
document.getElementById("year").textContent = new Date().getFullYear();
</script>
<!-- <script src="scripts/typewriter.js"></script> -->
<!-- <script src="scripts/search.js"></script> -->
<!-- <script src="scripts/scrollToTop.js"></script> -->
<!-- <script src="scripts/sidebar.js"></script> -->
</body>
</html>