-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
306 lines (284 loc) · 13.6 KB
/
Copy pathindex.html
File metadata and controls
306 lines (284 loc) · 13.6 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
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>BUP CSE</title>
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://bupcse.pages.dev/">
<meta property="og:title" content="BUP CSE Resources">
<meta property="og:description" content="Academic resources, course materials, and guidelines for students of the Computer Science & Engineering department at Bangladesh University of Professionals (BUP).">
<meta property="og:image" content="https://bupcse.pages.dev/assets/images/logo/BUP_Logopng.png">
<link rel="icon" href="assets/images/logo/BUP_Logopng.png" type="image/png">
<link rel="stylesheet" href="css/style.css">
<!-- Manifest for PWA -->
<link rel="manifest" href="data/manifest.json">
<!-- Google Fonts: Plus Jakarta Sans -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap" rel="stylesheet">
<!-- Font Awesome for better icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
</head>
<body data-theme="dark">
<!-- Header -->
<header>
<div class="nav-container">
<div class="logo">
<a href="index.html">
<img src="assets/images/logo/BUP_Logopng.png" alt="BUP Logo" id="siteLogo">
<span>CSE</span>
</a>
<span class="batch-indicator" id="currentBatch">Batch 1</span>
</div>
<!-- Mobile Menu -->
<div class="mobile-menu" id="mobileMenu">
<a href="#all-semesters"><i class="fas fa-graduation-cap"></i> Semesters</a>
<a href="research-guide.html"><i class="fas fa-microscope"></i> Research Guide</a>
<a href="https://drive.google.com/drive/folders/1rtMMO0iTKQCMBesbmRIVS3COeyEbfsPv?usp=sharing"
target="_blank"><i class="fas fa-folder-open"></i> Get More Resources</a>
<a href="https://bup.edu.bd/department_home/8" target="_blank"><i class="fas fa-building"></i>
Department</a>
<a href="https://bupblood.org/" target="_blank"><i class="fas fa-tint"></i> Blood Bank</a>
<a href="https://www.facebook.com/refayatul" target="_blank"><i class="fab fa-facebook"></i> Contact
Dev</a>
</div>
<!-- Nav Links in Navbar -->
<div class="nav-links">
<a href="research-guide.html">
<i class="fas fa-microscope"></i> Research Guide
</a>
<a href="https://bupblood.org/" target="_blank">
<i class="fas fa-tint"></i> Blood Bank
</a>
<a href="https://drive.google.com/drive/folders/1rtMMO0iTKQCMBesbmRIVS3COeyEbfsPv?usp=sharing"
target="_blank">
<i class="fas fa-folder-open"></i>Extra Resources
</a>
<a href="https://www.facebook.com/refayatul" target="_blank">
<i class="fab fa-facebook"></i> Contact Dev
</a>
</div>
<!-- Enhanced Navbar Controls -->
<div class="navbar-controls">
<div class="search-container-nav">
<div class="search-wrapper-nav">
<i class="fas fa-search search-icon-nav"></i>
<input type="text" id="resourceSearchNav" placeholder="Search...">
<button id="clearSearchNav" class="clear-search-nav">
<i class="fas fa-times"></i>
</button>
</div>
<div id="searchResultsNav" class="search-results-nav"></div>
</div>
<!-- <button id="darkModeToggle" class="dark-mode-toggle-navbar">
<i class="fas fa-sun"></i>
</button> -->
<div class="hamburger" id="hamburger" onclick="toggleMenu()">
<div></div>
<div></div>
<div></div>
</div>
</div>
</div>
</header>
<section class="hero">
<div class="hero-bg-blobs">
<div class="blob blob-1"></div>
<div class="blob blob-2"></div>
<div class="blob blob-3"></div>
</div>
<div class="hero-content glass-panel" style="margin: 0 1rem;">
<h1>Department of Computer Science & Engineering</h1>
<p id="heroBatchText">Batch 1 Academic Resources</p>
</div>
</section>
<!-- Mobile Quick Actions (Updated order, removed Browse Courses) -->
<section class="mobile-quick-actions">
<div class="mobile-action-grid">
<button class="mobile-action-btn" id="showBookmarksMobile">
<i class="fas fa-bookmark"></i>
<span>My Bookmarks</span>
</button>
<a href="research-guide.html" class="mobile-action-btn">
<i class="fas fa-microscope"></i>
<span>Research Guide</span>
</a>
<a href="https://bupblood.org/" class="mobile-action-btn" target="_blank">
<i class="fas fa-tint"></i>
<span>Blood Bank</span>
</a>
<a href="https://drive.google.com/drive/u/1/folders/1rtMMO0iTKQCMBesbmRIVS3COeyEbfsPv"
class="mobile-action-btn" target="_blank">
<i class="fas fa-folder-open"></i>
<span>Extra Resources</span>
</a>
<!-- <a href="mailto:[email protected]" class="mobile-action-btn">
<i class="fas fa-envelope"></i>
<span>Contact Dept</span>
</a> -->
</div>
</section>
<!-- Quick Actions Dashboard (Desktop Only - Updated order, removed Browse Courses) -->
<section class="quick-actions desktop-only">
<div class="action-grid">
<button class="action-btn" id="showBookmarks">
<i class="fas fa-bookmark"></i>
<span>My Bookmarks</span>
</button>
<a href="research-guide.html" class="action-btn">
<i class="fas fa-microscope"></i>
<span>Research Guide</span>
</a>
<a href="https://bupblood.org/" class="action-btn" target="_blank">
<i class="fas fa-tint"></i> Blood Bank
</a>
<a href="https://drive.google.com/drive/folders/1rtMMO0iTKQCMBesbmRIVS3COeyEbfsPv" class="action-btn"
target="_blank">
<i class="fas fa-folder-open"></i>
<span>Extra Resources</span>
</a>
<!-- <a href="mailto:[email protected]" class="action-btn">
<i class="fas fa-envelope"></i>
<span>Contact Dept</span>
</a> -->
</div>
</section>
<!-- Batch Selection Section -->
<section class="batch-selection-container">
<h2 class="batch-selection-title">Select Your Batch</h2>
<div class="batch-selector" id="batchSelector">
<button class="batch-select-btn" data-batch="1">
<i class="fas fa-user-graduate"></i> Batch 1
</button>
<button class="batch-select-btn" data-batch="2">
<i class="fas fa-user-graduate"></i> Batch 2
</button>
<button class="batch-select-btn" data-batch="3">
<i class="fas fa-user-graduate"></i> Batch 3
</button>
<button class="batch-select-btn" data-batch="4">
<i class="fas fa-user-graduate"></i> Batch 4
</button>
</div>
</section>
<!-- Quick Resources -->
<section class="resources-section" id="resources">
<h2 class="section-title">Quick Resources</h2>
<div class="resource-grid" id="resourceGrid">
<!-- Resources will be populated by JavaScript -->
</div>
</section>
<!-- Semester Accordion -->
<section class="semesters-section" id="all-semesters">
<h2 class="section-title">All Semesters</h2>
<div class="accordion" id="semesterAccordion">
<!-- Accordion items will be populated by JavaScript -->
</div>
</section>
<!-- FAQ Section -->
<section class="faq-section">
<h2 class="section-title">Frequently Asked Questions</h2>
<div class="faq-container">
<div class="faq-item">
<div class="faq-question" onclick="toggleFAQ(this)">
<span><i class="fas fa-question-circle"></i> How do I access Google Drive resources?</span>
<span class="faq-arrow"><i class="fas fa-chevron-down"></i></span>
</div>
<div class="faq-answer">
<p>Make sure you're logged into your Google account before clicking on any Drive links.</p>
</div>
</div>
<div class="faq-item">
<div class="faq-question" onclick="toggleFAQ(this)">
<span><i class="fas fa-exclamation-triangle"></i> What should I do if a link is not working?</span>
<span class="faq-arrow"><i class="fas fa-chevron-down"></i></span>
</div>
<div class="faq-answer">
<p>If any resource link is broken, please report it to the Dev using the facebook link found at the
bottom. You can also check
the main Google Drive folder for the most up-to-date resources.</p>
</div>
</div>
<div class="faq-item">
<div class="faq-question" onclick="toggleFAQ(this)">
<span><i class="fas fa-sync-alt"></i> How often is this website updated?</span>
<span class="faq-arrow"><i class="fas fa-chevron-down"></i></span>
</div>
<div class="faq-answer">
<p>This website is updated every 2/3 months with new resources. Contact the dev for the latest
materials.</p>
</div>
</div>
</div>
</section>
<footer>
<div class="container mx-auto">
<p>© 2026 BUP CSE Batch. All rights reserved.</p>
<p class="mt-1">Developed by Refayatul (Batch - 01)</p>
<div class="footer-links">
<a href="#all-semesters"><i class="fas fa-graduation-cap"></i> All Semesters</a>
<a href="#resources"><i class="fas fa-book"></i> Resources</a>
<a href="https://bup.edu.bd/department_home/8" target="_blank"><i class="fas fa-building"></i> About
Department</a>
<a href="https://github.com/Refayatul/" target="_blank"><i class="fab fa-github"></i> GitHub</a>
<a href="https://www.facebook.com/refayatul" target="_blank"><i class="fab fa-facebook"></i>
Facebook</a>
<a href="mailto:[email protected]"><i class="fas fa-envelope"></i> Email</a>
</div>
</div>
</footer>
<!-- Modals -->
<div id="courseListModal" class="modal">
<div class="modal-content-large">
<span class="close-btn" id="closeCourseListModal">×</span>
<h2><i class="fas fa-list"></i> Course List</h2>
<div id="courseListContent" class="course-list-container">
</div>
</div>
</div>
<div id="bookmarksModal" class="modal">
<div class="modal-content">
<span class="close-btn" id="closeBookmarksModal">×</span>
<h2><i class="fas fa-bookmark"></i> My Bookmarked Resources</h2>
<div id="bookmarksList" class="bookmarks-list">
<p>No bookmarks yet. Click the bookmark icon on any resource to save it here.</p>
</div>
</div>
</div>
<!-- Spotlight Search Modal -->
<div id="spotlightSearchModal" class="spotlight-modal">
<div class="spotlight-content">
<div class="spotlight-search-box">
<i class="fas fa-search"></i>
<input type="text" id="spotlightSearchInput" placeholder="Search resources, subjects, courses... (Type / or Ctrl+K)" autocomplete="off">
<span class="spotlight-close" id="closeSpotlight">×</span>
</div>
<div id="spotlightSearchResults" class="spotlight-results">
<!-- Results will appear here -->
</div>
<div class="spotlight-footer">
<span><kbd>ESC</kbd> to close</span>
<span><kbd>↑↓</kbd> to navigate</span>
<span><kbd>ENTER</kbd> to open</span>
</div>
</div>
</div>
<script src="js/script.js"></script>
<!-- Service Worker Registration -->
<script>
if ('serviceWorker' in navigator) {
window.addEventListener('load', function () {
navigator.serviceWorker.register('/js/sw.js')
.then(function (registration) {
console.log('SW registered: ', registration);
})
.catch(function (registrationError) {
console.log('SW registration failed: ', registrationError);
});
});
}
</script>
</body>
</html>