-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnotes.html
More file actions
230 lines (210 loc) · 8.01 KB
/
notes.html
File metadata and controls
230 lines (210 loc) · 8.01 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>
FWU BSc CSIT Notes | Question Papers, Syllabus & Study Materials
</title>
<meta
name="description"
content="Access semester-wise BSc CSIT notes, past question papers, and syllabus for Far Western University (FWU), Nepal. Free study materials for CSIT students."
/>
<meta
name="keywords"
content="FWU CSIT notes, BSc CSIT notes Nepal, Far Western University CSIT, FWU question papers, CSIT syllabus FWU, BSc CSIT study materials, semester wise CSIT notes"
/>
<meta name="author" content="Bishal Bhat" />
<meta name="robots" content="index, follow" />
<meta name="language" content="English" />
<!-- Open Graph Meta (for Facebook, WhatsApp etc.) -->
<meta property="og:type" content="website" />
<meta
property="og:title"
content="FWU BSc CSIT Notes - Question Papers & Syllabus"
/>
<meta
property="og:description"
content="Free semester-wise BSc CSIT notes, syllabus and old question papers for Far Western University students."
/>
<meta property="og:image" content="assets/preview.png" />
<!-- Twitter Meta -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="FWU BSc CSIT Notes" />
<meta
name="twitter:description"
content="Download CSIT notes, syllabus and question papers for FWU students."
/>
<meta name="twitter:image" content="assets/preview.png" />
<link rel="icon" type="image/svg+xml" href="assets/favicon.svg" />
<link rel="stylesheet" href="assets/style.css" />
</head>
<body>
<!-- Header Section Here -->
<header>
<nav class="navbar">
<div><a href="/" class="logo">CSIT Notes</a></div>
<ul class="navlinks">
<li><a href="/" class="navlink">Notices</a></li>
<li><a href="/notes.html" class="navlink active-link">Notes</a></li>
</ul>
</nav>
</header>
<main class="main-section">
<div class="notes-container">
<!-- Entrance Question Paper link -->
<a
href="https://drive.google.com/drive/folders/1ZogBqurORFt15fuWtuaofWu5HgEtgLg-"
target="_blank"
>
<div>
<img src="assets/folderIcon.png" alt="folder Icon" />
<span>CSIT Entrance QN papers</span>
</div>
</a>
<!-- FWU BSC-CSIT Syllabus -->
<a
href="https://drive.google.com/drive/folders/1mEQEDVc5QJFSPK5SCJ_1TWBMk4T9RVBt"
target="_blank"
>
<div>
<img src="assets/folderIcon.png" alt="folder Icon" />
<span>FWU BSC-CSIT Syllabus</span>
</div>
</a>
<!-- First Semester Folder Link -->
<a
href="https://drive.google.com/drive/folders/16g1u63s_1Y3mRitT3PA4vYCrWVT7MYIb"
target="_blank"
>
<div>
<img src="assets/folderIcon.png" alt="folder Icon" />
<span>First Sem Materials</span>
</div>
</a>
<!-- second Semester Folder Link -->
<a
href="https://drive.google.com/drive/folders/1V0dGyzHViBsJi3SJIsjmPdS8fbvGwNnG"
target="_blank"
>
<div>
<img src="assets/folderIcon.png" alt="folder Icon" />
<span>Second Sem Materials</span>
</div>
</a>
<!-- Third Semester Folder Link -->
<a
href="https://drive.google.com/drive/folders/14huCUb9BT1gf0E8gJsMs-tezcoiH7iYn"
target="_blank"
>
<div>
<img src="assets/folderIcon.png" alt="folder Icon" />
<span>Third Sem Materials</span>
</div>
</a>
<!-- Fourth Semester Folder Link -->
<a
href="https://drive.google.com/drive/folders/1EfmOaPk7g60Gs0Fz8ZvaF5zdOqUFmGp6"
target="_blank"
>
<div>
<img src="assets/folderIcon.png" alt="folder Icon" />
<span>Fourth Sem Materials</span>
</div>
</a>
<!-- Fifth Semester Folder Link -->
<a
href="https://drive.google.com/drive/folders/1R-VrouWtaehhSqJdPh5-BrlK5sseVrT1"
target="_blank"
>
<div>
<img src="assets/folderIcon.png" alt="folder Icon" />
<span>Fifth Sem Materials</span>
</div>
</a>
<!-- Sixth Semester Folder Link -->
<a
href="https://drive.google.com/drive/folders/19nkh1FsJHtGTeEBWr5IihmeMeKjTDWEF"
target="_blank"
>
<div>
<img src="assets/folderIcon.png" alt="folder Icon" />
<span>Sixth Sem Materials</span>
</div>
</a>
<!-- Seventh Semester Folder Link -->
<a
href="https://drive.google.com/drive/folders/1vrZTkdTe4eDjQqZ7PXbTzMGiuwBx9RR1"
target="_blank"
>
<div>
<img src="assets/folderIcon.png" alt="folder Icon" />
<span>Seventh Sem Materials</span>
</div>
</a>
<!-- Eighth Semester Folder Link -->
<a
href="https://drive.google.com/drive/folders/1XlCFRruBtfCqIGN25kgGu5OyU9SPehJ_"
target="_blank"
>
<div>
<img src="assets/folderIcon.png" alt="folder Icon" />
<span>Eighth Sem Materials</span>
</div>
</a>
</div>
</main>
<footer class="footer">
<div class="contact">
<p class="requestText-notes">Kindly Send Question Paper Here:</p>
<div class="sociallinks">
<a href="https://wa.me/9779806446187" target="_blank">
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 32 32"
fill="#25D366"
class="sociallink"
>
<path
d="M16 2C8.28 2 2 8.28 2 16c0 2.82.83 5.45 2.26 7.66L2 30l6.52-2.14A13.9 13.9 0 0 0 16 30c7.72 0 14-6.28 14-14S23.72 2 16 2zm0 25.5c-2.32 0-4.47-.68-6.3-1.86l-.45-.28-3.86 1.27 1.26-3.76-.3-.47A11.44 11.44 0 1 1 16 27.5zm6.32-8.24c-.34-.17-2.02-.99-2.33-1.1-.31-.12-.54-.17-.77.17-.22.34-.88 1.1-1.08 1.32-.2.22-.4.25-.74.08-.34-.17-1.44-.53-2.74-1.69-1.01-.9-1.69-2.01-1.89-2.35-.2-.34-.02-.52.15-.69.15-.15.34-.4.51-.6.17-.2.22-.34.34-.57.11-.22.05-.42-.03-.6-.08-.17-.77-1.86-1.06-2.55-.28-.68-.56-.59-.77-.6h-.66c-.22 0-.6.08-.91.42-.31.34-1.2 1.17-1.2 2.85s1.23 3.31 1.4 3.54c.17.22 2.42 3.7 5.86 5.18.82.35 1.46.56 1.96.72.82.26 1.57.22 2.16.13.66-.1 2.02-.83 2.31-1.63.28-.8.28-1.48.2-1.63-.08-.15-.31-.25-.66-.42z"
/>
</svg>
</a>
<a href="https://facebook.com/bishalbhat2002" target="_blank">
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
class="sociallink"
fill="#1877F2"
>
<path
d="M22.675 0h-21.35C.597 0 0 .597 0 1.326v21.348C0 23.403.597 24 1.326 24h11.495v-9.294H9.691V11.01h3.13V8.309c0-3.1 1.894-4.788 4.659-4.788 1.325 0 2.463.099 2.795.143v3.24h-1.918c-1.504 0-1.796.715-1.796 1.764v2.313h3.587l-.467 3.696h-3.12V24h6.116C23.403 24 24 23.403 24 22.674V1.326C24 .597 23.403 0 22.675 0z"
/>
</svg>
</a>
<a href="https://instagram.com/bishalbhat2002" target="_blank">
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
fill="none"
class="sociallink"
>
<rect
x="2"
y="2"
width="20"
height="20"
rx="5"
ry="5"
stroke="#E4405F"
stroke-width="2"
/>
<circle cx="12" cy="12" r="4" stroke="#E4405F" stroke-width="2" />
<circle cx="17.5" cy="6.5" r="1.5" fill="#E4405F" />
</svg>
</a>
</div>
</div>
</footer>
</body>
</html>