-
Notifications
You must be signed in to change notification settings - Fork 1
/
(DEPRECATED)index.html
executable file
·249 lines (234 loc) · 11.3 KB
/
(DEPRECATED)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
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
248
249
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ExamPaperHub</title>
<link rel="stylesheet" href="static/styles.css">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/a076d05399.js" crossorigin="anonymous"></script>
</head>
<body>
<header>
<nav>
<div><a href="#home" class="logo"><i class="fas fa-file-alt"></i> Exam Paper Hub</a></div>
<label for="check" class="menu-btn">
<i class="fas fa-bars"></i>
</label>
<ul class="nav-links">
<li><a href="#upload" id="upload-link">Upload</a></li>
<li><a href="#browse" id="browse-link">Browse</a></li>
<li><a href="#login" id="login-link">Login</a></li>
</ul>
</nav>
</header>
<main>
<section id="home">
<h1>Welcome to ExamPaperHub</h1>
<p>Your go-to platform for sharing and accessing question papers.</p>
<a href="#login" class="cta-button" id="get-started-button">Get Started</a>
</section>
<section id="about">
<h2>About Us</h2>
<p>Welcome Vitians, your ultimate destination for accessing previous year question papers effortlessly. We understand the importance of thorough preparation, which is why we've created a seamless platform for sharing question papers based on course codes and examination types. Dive into a wealth of resources to enhance your study experience and excel in your academic pursuits. Unlock the power of past exams to unlock your future success. Start exploring now!"</p>
</section>
<section id="upload" class="hidden">
<h2>Upload a Question Paper</h2>
<form id="upload-form">
<div class="form-group">
<label for="subject">Subject:</label>
<input type="text" id="subject" name="subject" required>
</div>
<div class="form-group">
<label for="course-code">Course Code:</label>
<input type="text" id="course-code" name="course-code" required>
</div>
<div class="form-group">
<label for="exam-type">Exam Type:</label>
<select id="exam-type" name="exam-type" required>
<option value="">Select exam type</option>
<option value="CAT1">CAT1</option>
<option value="CAT2">CAT2</option>
<option value="FAT">FAT</option>
</select>
</div>
<div class="form-group">
<label for="year">Year:</label>
<input type="number" id="year" name="year" min="1900" max="2099" step="1" required>
</div>
<div class="form-group">
<label for="semester">Semester:</label>
<select id="semester" name="semester" required>
<option value="">Select semester</option>
<option value="fall">Fall</option>
<option value="Winter">Winter</option>
<option value="summer">Summer</option>
</select>
</div>
<div class="form-group">
<label for="file">File:</label>
<input type="file" id="file" name="file" accept=".pdf,.doc,.docx,.jpg,.jpeg,.png,.gif,.txt,.xls,.xlsx,.ppt,.pptx" required>
</div>
<div class="form-group">
<label for="description">Description (optional):</label>
<textarea id="description" name="description" rows="4"></textarea>
</div>
<button type="submit" class="submit-btn">Upload Question Paper</button>
</form>
</section>
<section id="browse" class="hidden">
<h2>Browse Question Papers</h2>
<div class="search-container">
<input type="text" id="search-input" placeholder="Search for subjects or course codes...">
<button id="search-button">Search</button>
</div>
<div class="paper-list">
<div class="paper-item">
<h3>Differential equations</h3>
<h4>BMAT102L</h4>
<p>Final Exam 2023</p>
<a href="#" class="download-btn">Download</a>
</div>
<div class="paper-item">
<h3>Data structure & algorithm</h3>
<h4>BITE102L</h4>
<p>Midterm Exam 2022</p>
<a href="#" class="download-btn">Download</a>
</div>
<div class="paper-item">
<h3>Web development</h3>
<h4>BCSE101L</h4>
<p>Final Exam 2023</p>
<a href="#" class="download-btn">Download</a>
</div>
<div class="paper-item">
<h3>BEEE</h3>
<h4>BEEE101</h4>
<p>Midterm Exam 2022</p>
<a href="#" class="download-btn">Download</a>
</div>
<div class="paper-item">
<h3>BEEE</h3>
<h4>BEEE101</h4>
<p>Midterm Exam 2022</p>
<a href="#" class="download-btn">Download</a>
</div>
<div class="paper-item">
<h3>BEEE</h3>
<h4>BEEE101</h4>
<p>Midterm Exam 2022</p>
<a href="#" class="download-btn">Download</a>
</div>
<div class="paper-item">
<h3>BEEE</h3>
<h4>BEEE101</h4>
<p>Midterm Exam 2022</p>
<a href="#" class="download-btn">Download</a>
</div>
<div class="paper-item">
<h3>BEEE</h3>
<h4>BEEE101</h4>
<p>Midterm Exam 2022</p>
<a href="#" class="download-btn">Download</a>
</div>
</div>
</section>
<section id="login" class="hidden">
<h2>Login</h2>
<form id="login-form">
<div class="form-group">
<label for="username">Username:</label>
<input type="text" id="username" name="username" required>
</div>
<div class="form-group">
<label for="password">Password:</label>
<input type="password" id="password" name="password" required>
</div>
<button type="submit" class="submit-btn">Login</button>
</form>
</section>
<section id="Sign up" class="hidden">
<h2>"join us,sign up!"</h2>
<form id="signup-form">
<label for="name">Name:</label>
<input type="text" id="name" name="name" required><br><br>
<label for="email">Email:</label>
<input type="email" id="email" name="email" required><br><br>
<label for="password">Password:</label>
<input type="password" id="password" name="password" required><br><br>
<label for="confirm-password">Confirm Password:</label>
<input type="password" id="confirm-password" name="confirm-password" required><br><br>
<input type="submit" value="Sign up">
</forrm>
<p>Forget password? <a href="#" id="forget-password-link">Click here</a></p>
<form id="forget-password-form" style="display: none;">
<h2>Forget Password</h2>
<label for="email">Email:</label>
<input type="email" id="email" name="email" required><br><br>
<input type="submit" value="Send Reset Link">
</form>
<script>
document.getElementById('forget-password-link').addEventListener('click', function() {
document.getElementById('forget-password-form').style.display = 'block';
});
</script>
</section>
</main>
<footer>
<div class="footer-content">
<div class="footer-section">
<h3>Quick Links</h3>
<ul>
<li><a href="#upload">Upload</a></li>
<li><a href="#browse">Browse</a></li>
</ul>
</div>
<div class="footer-section">
<h3>Contact Us</h3>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" />
<p><i class="fas fa-envelope"></i> Email: [email protected]</p>
</div>
<div class="footer-section">
<h3>Follow Us</h3>
<div class="social-icons">
<a href="#" class="fab fa-facebook"></a>
<a href="#" class="fab fa-twitter"></a>
<a href="#" class="fab fa-instagram"></a>
<a href="#" class="fab fa-linkedin"></a>
</div>
</div>
<div class="LinkedIn-account">
<h3>Connet With Us</h3>
<ul>
<li>
<a href="https://www.linkedin.com/in/khushi-gupta-29ab21280?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app/" target="_blank">
<i class="fab fa-linkedin" aria-hidden="true"></i>
Khushi Kumari
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/anubhav-singh-339bab28a?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app/" target="_blank">
<i class="fab fa-linkedin" aria-hidden="true"></i>
Anubhav Singh
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/daksh-dosi?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app/" target="_blank">
<i class="fab fa-linkedin" aria-hidden="true"></i>
Daksh dosi
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/pragya-singh-697a502aa?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app/"target="_blank">
<i class="fab fa-linkedin" aria-hidden="true"></i>
Pragya Singh
</a>
</li>
</ul>
</div>
</div>
<p class="copyright">© 2024 ExamPaperHub. All rights reserved.</p>
</footer>
<script src="static/script.js"></script>
</body>
</html>