-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
290 lines (246 loc) · 11.3 KB
/
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
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="icon" href="/nu-cse-notes.png" type="image/x-icon">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Easily find all notes of Computer Science and Engineering subject under National University">
<meta name="author" content="Mark Otto, Jacob Thornton, and Bootstrap contributors">
<meta name="generator" content="Hugo 0.87.0">
<title>NU CSE NOTES</title>
<link rel="stylesheet" href="styles.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-G1CJPL7YSL"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-G1CJPL7YSL');
</script>
<!-- Bootstrap core CSS -->
<link href="bootstrap/bootstrap.min.css" rel="stylesheet">
<style>
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
@media (min-width: 768px) {
.bd-placeholder-img-lg {
font-size: 3.5rem;
}
}
a {
text-decoration: none;
}
</style>
</head>
<body>
<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "WebSite",
"name": "NU CSE NOTES",
"url": "https://nu-cse-notes.netlify.app",
"potentialAction": {
"@type": "SearchAction",
"target": "https://nu-cse-notes.netlify.app/{search_term_string}https://nu-cse-notes.netlify.app/",
"query-input": "required name=search_term_string"
}
}
</script>
<header>
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<div class="container-fluid">
<a href="/" class="navbar-brand d-flex align-items-center">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="me-2"
viewBox="0 0 16 16">
<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z" />
<path d="M11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z" />
</svg>
<strong>NU CSE NOTES</strong>
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
</ul>
<div class="d-flex">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css" integrity="sha384-4LISF5TTJX/fLmGSxO53rV4miRxdg84mZsxmO8Rx5jGtp/LbrixFETvWa5a6sESd" crossorigin="anonymous">
<a class="btn btn-dark" href="https://github.com/Sigmakib2/Nu-CSE-Notes" style="margin-right: 18px;"><i class="bi bi-github"></i> GitHub</a>
<div class="dropdown">
<div class="input-group">
<span class="input-group-text" id="basic-addon1">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-search" viewBox="0 0 16 16">
<path
d="M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z">
</path>
</svg>
</span>
<input id="myInputs" class="form-control me-2 dropdown-toggle" type="search" data-bs-toggle="dropdown"
placeholder="Search" aria-label="Search">
<ul class="dropdown-menu" aria-labelledby="dropdownMenuLink">
<li><a class="dropdown-item" href="nu-cse-1st-semester-notes.html">1st semester</a></li>
<li><a class="dropdown-item" href="nu-cse-2nd-semester-notes.html">2nd semester</a></li>
<li><a class="dropdown-item" href="nu-cse-3rd-semester-notes.html">3rd semester</a></li>
<li><a class="dropdown-item" href="nu-cse-4th-semester-notes.html">4th semester</a></li>
<li><a class="dropdown-item" href="nu-cse-5th-semester-notes.html">5th semester</a></li>
<li><a class="dropdown-item" href="nu-cse-6th-semester-notes.html">6th semester</a></li>
<li><a class="dropdown-item" href="nu-cse-7th-semester-notes.html">7th semester</a></li>
<li><a class="dropdown-item" href="nu-cse-8th-semester-notes.html">8th semester</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</nav>
</header>
<main>
<div class="container">
<div class="alert alert-warning alert-dismissible fade show" role="alert">
<strong>Hello There!</strong> #1 Resource for National University CSE Notes! <b>Ask questions you’re wondering about: </b> <a href="https://github.com/Sigmakib2/Nu-CSE-Notes/discussions/" class="fs-5" style="text-decoration: none;"> Join Discussion</a>
<button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close"></button>
</div>
</div>
<section class="py-5 text-center container">
<div class="row py-lg-5">
<div class="col-lg-6 col-md-8 mx-auto">
<h1 class="fw-light">NU CSE NOTES</h1>
<p class="lead text-muted">Easily find all the notes of Computer Science and Engineering subject under
National University</p>
<p>
<a href="#download" class="btn btn-success my-2">Download Notes</a>
</p>
</div>
</div>
</section>
<div class="container">
<div class="row">
<div class="col-sm-6">
<div class="shadow card">
<h5 class="card-header">1st Year</h5>
<div class="card-body">
<h5 class="card-title">1st semester</h5>
<p class="card-text">Get all important notes of 1st semester. (NU CSE)</p>
<a href="nu-cse-1st-semester-notes.html" class="btn btn-primary">Download</a>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="shadow card">
<h5 class="card-header">1st Year</h5>
<div class="card-body">
<h5 class="card-title">2nd semester</h5>
<p class="card-text">Get all important notes of 2nd semester. (NU CSE)</p>
<a href="nu-cse-2nd-semester-notes.html" class="btn btn-primary">Download</a>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 20px;" id="download">
<div class="col-sm-6">
<div class="shadow card">
<h5 class="card-header">2nd Year</h5>
<div class="card-body">
<h5 class="card-title">3rd semester</h5>
<p class="card-text">Get all important notes of 3rd semester. (NU CSE)</p>
<a href="nu-cse-3rd-semester-notes.html" class="btn btn-warning">Download</a>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="shadow card">
<h5 class="card-header">2nd Year</h5>
<div class="card-body">
<h5 class="card-title">4th semester</h5>
<p class="card-text">Get all important notes of 4th semester. (NU CSE)</p>
<a href="nu-cse-4th-semester-notes.html" class="btn btn-warning">Download</a>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 20px;">
<div class="col-sm-6">
<div class="shadow card">
<h5 class="card-header">3rd Year</h5>
<div class="card-body">
<h5 class="card-title">5th semester</h5>
<p class="card-text">Get all important notes of 5th semester. (NU CSE)</p>
<a href="nu-cse-5th-semester-notes.html" class="btn btn-primary">Download</a>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="shadow card">
<h5 class="card-header">3rd Year</h5>
<div class="card-body">
<h5 class="card-title">6th semester</h5>
<p class="card-text">Get all important notes of 6th semester. (NU CSE)</p>
<a href="nu-cse-6th-semester-notes.html" class="btn btn-primary">Download</a>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 20px;">
<div class="col-sm-6">
<div class="shadow card">
<h5 class="card-header">4th Year</h5>
<div class="card-body">
<h5 class="card-title">7th semester</h5>
<p class="card-text">Get all important notes of 7th semester. (NU CSE)</p>
<a href="nu-cse-7th-semester-notes.html" class="btn btn-warning">Download</a>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="shadow card">
<h5 class="card-header">4th Year</h5>
<div class="card-body">
<h5 class="card-title">8th semester</h5>
<p class="card-text">Get all important notes of 8th semester. (NU CSE)</p>
<a href="nu-cse-8th-semester-notes.html" class="btn btn-warning">Download</a>
</div>
</div>
</div>
</div>
</div>
<div class="container center">
<img src="NU-CSE-NOTES-Free-download.png" class="shadow img-thumbnail rounded mx-auto d-block"
alt="National University Computer Science and Engineering all semester note download" style="margin-top: 30px;"
title="National University Computer Science and Engineering all semester note download">
</div>
</main>
<footer class="pt-5 text-muted text-center text-small>
<p class=" mb-1">NU CSE NOTES</p>
<ul class="list-inline">
<li class="list-inline-item"><a href="privacy.html">Privacy</a></li>
<li class="list-inline-item"><a href="terms.html">Terms</a></li>
<li class="list-inline-item"><a href="contact.html">Contact</a></li>
<li class="list-inline-item"><a href="forum.html">Forum</a></li>
</ul>
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License"
style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a>
<p style="padding: 20px 0">Developers: <a href="https://github.com/Sigmakib2 " style="color: tomato ">Sakib
Mahmud</a> and <a href="https://github.com/anikdas29 " style="color: tomato ">Anik Chandra Das</a>
</p>
</footer>
<script src="bootstrap/bootstrap.bundle.min.js"></script>
<script>
$(document).ready(function () {
$("#myInputs").on("keyup", function () {
var value = $(this).val().toLowerCase();
$(".dropdown-menu li").filter(function () {
$(this).toggle($(this).text().toLowerCase().indexOf(value) > -1)
});
});
});
</script>
</body>
</html>