-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
414 lines (393 loc) · 34.2 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
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>NK Codes💛-JS Projects</title>
<!--Bootstrap CDN link - CSS-->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-9ndCyUaIbzAi2FUVXJi0CjmCapSmO7SnpJef0486qhLnuZ2cdeRhO02iuK6FUUVM" crossorigin="anonymous">
<!--External Style Sheet-->
<link rel="stylesheet" href="./style.css">
</head>
<body>
<!--Header section - START-->
<header data-bs-theme="dark">
<div class="text-bg-light collapse" id="navbarHeader">
<div class="container">
<div class="row">
<div class="col-sm-8 col-md-7 py-4">
<h4>About Me</h4>
<p class="text-black">Howdy! 👋 I'm Nisha P, a Java Full Stack developer. <br>Mornings: "How you doin'?" | Evenings: "Why So Serious?". <br>Forget switching gears, I seamlessly transition from sitcom and anime fanatic to nocturnal bug slayer. </p>
</div>
<div class="col-sm-4 offset-md-1 py-4">
<h4>Contact</h4>
<a href="https://www.instagram.com/_nisha_2407_/" class="text-black" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-instagram" viewBox="0 0 16 16">
<path d="M8 0C5.829 0 5.556.01 4.703.048 3.85.088 3.269.222 2.76.42a3.917 3.917 0 0 0-1.417.923A3.927 3.927 0 0 0 .42 2.76C.222 3.268.087 3.85.048 4.7.01 5.555 0 5.827 0 8.001c0 2.172.01 2.444.048 3.297.04.852.174 1.433.372 1.942.205.526.478.972.923 1.417.444.445.89.719 1.416.923.51.198 1.09.333 1.942.372C5.555 15.99 5.827 16 8 16s2.444-.01 3.298-.048c.851-.04 1.434-.174 1.943-.372a3.916 3.916 0 0 0 1.416-.923c.445-.445.718-.891.923-1.417.197-.509.332-1.09.372-1.942C15.99 10.445 16 10.173 16 8s-.01-2.445-.048-3.299c-.04-.851-.175-1.433-.372-1.941a3.926 3.926 0 0 0-.923-1.417A3.911 3.911 0 0 0 13.24.42c-.51-.198-1.092-.333-1.943-.372C10.443.01 10.172 0 7.998 0h.003zm-.717 1.442h.718c2.136 0 2.389.007 3.232.046.78.035 1.204.166 1.486.275.373.145.64.319.92.599.28.28.453.546.598.92.11.281.24.705.275 1.485.039.843.047 1.096.047 3.231s-.008 2.389-.047 3.232c-.035.78-.166 1.203-.275 1.485a2.47 2.47 0 0 1-.599.919c-.28.28-.546.453-.92.598-.28.11-.704.24-1.485.276-.843.038-1.096.047-3.232.047s-2.39-.009-3.233-.047c-.78-.036-1.203-.166-1.485-.276a2.478 2.478 0 0 1-.92-.598 2.48 2.48 0 0 1-.6-.92c-.109-.281-.24-.705-.275-1.485-.038-.843-.046-1.096-.046-3.233 0-2.136.008-2.388.046-3.231.036-.78.166-1.204.276-1.486.145-.373.319-.64.599-.92.28-.28.546-.453.92-.598.282-.11.705-.24 1.485-.276.738-.034 1.024-.044 2.515-.045v.002zm4.988 1.328a.96.96 0 1 0 0 1.92.96.96 0 0 0 0-1.92zm-4.27 1.122a4.109 4.109 0 1 0 0 8.217 4.109 4.109 0 0 0 0-8.217zm0 1.441a2.667 2.667 0 1 1 0 5.334 2.667 2.667 0 0 1 0-5.334z"/>
</svg>
</a>
 
<a href="https://twitter.com/nishap24" class="text-black" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-twitter" viewBox="0 0 16 16">
<path d="M5.026 15c6.038 0 9.341-5.003 9.341-9.334 0-.14 0-.282-.006-.422A6.685 6.685 0 0 0 16 3.542a6.658 6.658 0 0 1-1.889.518 3.301 3.301 0 0 0 1.447-1.817 6.533 6.533 0 0 1-2.087.793A3.286 3.286 0 0 0 7.875 6.03a9.325 9.325 0 0 1-6.767-3.429 3.289 3.289 0 0 0 1.018 4.382A3.323 3.323 0 0 1 .64 6.575v.045a3.288 3.288 0 0 0 2.632 3.218 3.203 3.203 0 0 1-.865.115 3.23 3.23 0 0 1-.614-.057 3.283 3.283 0 0 0 3.067 2.277A6.588 6.588 0 0 1 .78 13.58a6.32 6.32 0 0 1-.78-.045A9.344 9.344 0 0 0 5.026 15z"/>
</svg>
</a>
 
<a href="https://www.linkedin.com/in/-nisha-p/" class="text-black" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-linkedin" viewBox="0 0 16 16">
<path d="M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854V1.146zm4.943 12.248V6.169H2.542v7.225h2.401zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248-.822 0-1.359.54-1.359 1.248 0 .694.521 1.248 1.327 1.248h.016zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016a5.54 5.54 0 0 1 .016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225h2.4z"/>
</svg>
</a>
</div>
</div>
</div>
</div>
<div class="navbar navbar-light bg-dark shadow-sm">
<div class="container">
<a href="#" class="navbar-brand d-flex align-items-center">
<img src="./Images/Website icon.png" alt="logo" height="40px" width="40px" style="border-radius: 50%; margin-right: 5px;">
<strong>NK Codes💛</strong>
</a>
<button class="navbar-toggler collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#navbarHeader" aria-controls="navbarHeader" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
</div>
</div>
</header>
<!--Header Section - End-->
<!--Hero Section - START-->
<div class="px-4 pt-5 my-5 text-center border-bottom">
<h1 class="display-4 fw-bold text-body-emphasis">Welcome to my website!👋🏻</h1>
<div class="col-lg-6 mx-auto">
<p class="lead mb-4">I'm a full stack developer showcasing my latest javascript projects, including 30 websites developed during the <a href="https://youtu.be/66jEvYL1Re0" target="_blank">Great Stack YouTube channel's</a> 30 Days of Code challenge. Fork the repositories and experience the websites yourself. Your star for the repositories is appreciated!</p>
<div class="d-grid gap-2 d-sm-flex justify-content-sm-center mb-5">
<button type="button" class="btn btn-outline-dark btn-lg px-4 me-sm-3" onclick="window.open('https://github.com/nishap24', '_blank')">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-github" viewBox="0 0 16 16">
<path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.012 8.012 0 0 0 16 8c0-4.42-3.58-8-8-8z"/>
</svg> Github
</button>
<button type="button" class="btn btn-dark btn-lg px-4" onclick="location.href='#projects'">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-file-earmark-code" viewBox="0 0 16 16">
<path d="M14 4.5V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h5.5L14 4.5zm-3 0A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V4.5h-2z"/>
<path d="M8.646 6.646a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708-.708L10.293 9 8.646 7.354a.5.5 0 0 1 0-.708zm-1.292 0a.5.5 0 0 0-.708 0l-2 2a.5.5 0 0 0 0 .708l2 2a.5.5 0 0 0 .708-.708L5.707 9l1.647-1.646a.5.5 0 0 0 0-.708z"/>
</svg> Source Code
</button>
</div>
</div>
<div class="overflow-hidden" style="max-height: 30vh;">
<div class="container px-5">
<img src="./Images/github-image.png" class="img-fluid border rounded-3 shadow-lg mb-4" alt="Github Profile image" width="700" height="500" loading="lazy">
</div>
</div>
</div>
<!--Hero Section - END-->
<!--Features Section - START-->
<div class="container px-4 py-5" id="hanging-icons">
<h2 class="pb-2 border-bottom">Features</h2>
<div class="row g-4 py-5 row-cols-1 row-cols-lg-3">
<div class="col d-flex align-items-start">
<div class="icon-square text-body-emphasis d-inline-flex align-items-center justify-content-center fs-4 flex-shrink-0 me-3 ">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-laptop" viewBox="0 0 16 16">
<path d="M13.5 3a.5.5 0 0 1 .5.5V11H2V3.5a.5.5 0 0 1 .5-.5h11zm-11-1A1.5 1.5 0 0 0 1 3.5V12h14V3.5A1.5 1.5 0 0 0 13.5 2h-11zM0 12.5h16a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 0 12.5z"/>
</svg>
</div>
<div>
<h3 class="fs-2 text-body-emphasis">Diverse Project Collection:</h3>
<p>Explore 30 JavaScript projects that cover a wide range of concepts and functionalities. These projects not only enhance your JavaScript skills but also reinforce your knowledge of HTML, CSS, and API usage.</p>
</div>
</div>
<div class="col d-flex align-items-start">
<div class="icon-square text-body-emphasis d-inline-flex align-items-center justify-content-center fs-4 flex-shrink-0 me-3">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-file-earmark-code" viewBox="0 0 16 16">
<path d="M14 4.5V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h5.5L14 4.5zm-3 0A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V4.5h-2z"/>
<path d="M8.646 6.646a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708-.708L10.293 9 8.646 7.354a.5.5 0 0 1 0-.708zm-1.292 0a.5.5 0 0 0-.708 0l-2 2a.5.5 0 0 0 0 .708l2 2a.5.5 0 0 0 .708-.708L5.707 9l1.647-1.646a.5.5 0 0 0 0-.708z"/>
</svg>
</div>
<div>
<h3 class="fs-2 text-body-emphasis">Accessible Source Code:</h3>
<p>All 30 project source codes are readily available on GitHub. Feel free to access and study them to gain valuable insights into JavaScript best practices, coding techniques, and project structures. I have also added many features to the website in additon to the tutorials</p>
</div>
</div>
<div class="col d-flex align-items-start">
<div class="icon-square text-body-emphasis d-inline-flex align-items-center justify-content-center fs-4 flex-shrink-0 me-3">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-hand-thumbs-up" viewBox="0 0 16 16">
<path d="M8.864.046C7.908-.193 7.02.53 6.956 1.466c-.072 1.051-.23 2.016-.428 2.59-.125.36-.479 1.013-1.04 1.639-.557.623-1.282 1.178-2.131 1.41C2.685 7.288 2 7.87 2 8.72v4.001c0 .845.682 1.464 1.448 1.545 1.07.114 1.564.415 2.068.723l.048.03c.272.165.578.348.97.484.397.136.861.217 1.466.217h3.5c.937 0 1.599-.477 1.934-1.064a1.86 1.86 0 0 0 .254-.912c0-.152-.023-.312-.077-.464.201-.263.38-.578.488-.901.11-.33.172-.762.004-1.149.069-.13.12-.269.159-.403.077-.27.113-.568.113-.857 0-.288-.036-.585-.113-.856a2.144 2.144 0 0 0-.138-.362 1.9 1.9 0 0 0 .234-1.734c-.206-.592-.682-1.1-1.2-1.272-.847-.282-1.803-.276-2.516-.211a9.84 9.84 0 0 0-.443.05 9.365 9.365 0 0 0-.062-4.509A1.38 1.38 0 0 0 9.125.111L8.864.046zM11.5 14.721H8c-.51 0-.863-.069-1.14-.164-.281-.097-.506-.228-.776-.393l-.04-.024c-.555-.339-1.198-.731-2.49-.868-.333-.036-.554-.29-.554-.55V8.72c0-.254.226-.543.62-.65 1.095-.3 1.977-.996 2.614-1.708.635-.71 1.064-1.475 1.238-1.978.243-.7.407-1.768.482-2.85.025-.362.36-.594.667-.518l.262.066c.16.04.258.143.288.255a8.34 8.34 0 0 1-.145 4.725.5.5 0 0 0 .595.644l.003-.001.014-.003.058-.014a8.908 8.908 0 0 1 1.036-.157c.663-.06 1.457-.054 2.11.164.175.058.45.3.57.65.107.308.087.67-.266 1.022l-.353.353.353.354c.043.043.105.141.154.315.048.167.075.37.075.581 0 .212-.027.414-.075.582-.05.174-.111.272-.154.315l-.353.353.353.354c.047.047.109.177.005.488a2.224 2.224 0 0 1-.505.805l-.353.353.353.354c.006.005.041.05.041.17a.866.866 0 0 1-.121.416c-.165.288-.503.56-1.066.56z"/>
</svg>
</div>
<div>
<h3 class="fs-2 text-body-emphasis">Deployed on Netlify:</h3>
<p>Each of the 30 projects has been deployed using Netlify, ensuring easy accessibility and hassle-free testing. Experience the projects in action and see how they behave in a live environment.</p>
</div>
</div>
</div>
</div>
<!--Features Section - END-->
<!--Projects Section-->
<div class="container my-5" id="projects">
<div class="p-5 text-center bg-body-tertiary rounded-3">
<h1 class="text-black">Project Gallery</h1>
<p class="lead text-black">
The projects are listed below!
</p>
<div class="table-responsive">
<table class="table table-bordered table-dotted">
<thead>
<tr>
<th>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-card-heading" viewBox="0 0 16 16">
<path d="M14.5 3a.5.5 0 0 1 .5.5v9a.5.5 0 0 1-.5.5h-13a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5h13zm-13-1A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h13a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 14.5 2h-13z"/>
<path d="M3 8.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5zm0-5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5v-1z"/>
</svg>
Title
</th>
<th>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-github" viewBox="0 0 16 16">
<path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.012 8.012 0 0 0 16 8c0-4.42-3.58-8-8-8z"/>
</svg>
Github File
</th>
<th>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-laptop" viewBox="0 0 16 16">
<path d="M13.5 3a.5.5 0 0 1 .5.5V11H2V3.5a.5.5 0 0 1 .5-.5h11zm-11-1A1.5 1.5 0 0 0 1 3.5V12h14V3.5A1.5 1.5 0 0 0 13.5 2h-11zM0 12.5h16a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 0 12.5z"/>
</svg>
Netlify Demo
</th>
</tr>
</thead>
<tbody>
<!--Project - 1-->
<tr>
<td style="text-align: left; font-weight: bold;">P1-Weather Site</td>
<td><a href="https://github.com/nishap24/JS-Project-Day-1-Weather-App" target="_blank"> GitHub</a></td>
<td><a href="https://kanasu-weather-site.netlify.app/" target="_blank"> Demo</a></td>
</tr>
<!--Project - 2-->
<tr>
<td style="text-align: left; font-weight: bold;">P2-Todo List</td>
<td><a href="https://github.com/nishap24/JS-Project-Day-2-To-Do-List-App" target="_blank"> GitHub</a></td>
<td><a href="http://kanasu-todo-list.netlify.app/" target="_blank"> Demo</a></td>
</tr>
<!--Project - 3-->
<tr>
<td style="text-align: left; font-weight: bold;">P3-Quiz Site</td>
<td><a href="https://github.com/nishap24/JS--Project-Day-4---Quiz-Site" target="_blank"> GitHub</a></td>
<td><a href="http://kanasu-quiz-site.netlify.app/" target="_blank"> Demo</a></td>
</tr>
<!--Project - 4-->
<tr>
<td style="text-align: left; font-weight: bold;">P4-Password Generator</td>
<td><a href="https://github.com/nishap24/JS---Project-Day-5-Password-Generator" target="_blank"> GitHub</a></td>
<td><a href="https://kanasu-password-generator.netlify.app/" target="_blank"> Demo</a></td>
</tr>
<!--Project - 5-->
<tr>
<td style="text-align: left; font-weight: bold;">P5-Notes Site</td>
<td><a href="https://github.com/nishap24/JS---Project-Day-3-Notes_Site" target="_blank"> GitHub</a></td>
<td><a href="https://kanasu-notes-site.netlify.app/" target="_blank"> Demo</a></td>
</tr>
<!--Project - 6-->
<tr>
<td style="text-align: left; font-weight: bold;">P6-Age Calculator</td>
<td><a href="https://github.com/nishap24/JS-Project-Day-6-Age-Calculator" target="_blank"> GitHub</a></td>
<td><a href="https://kanasu-age-calculator.netlify.app/" target="_blank"> Demo</a></td>
</tr>
<!--Project - 7-->
<tr>
<td style="text-align: left; font-weight: bold;">P7-Quote Generator</td>
<td><a href="https://github.com/nishap24/JS-Project-Day-11-Quote-Generator" target="_blank"> GitHub</a></td>
<td><a href="https://kanasu-quote-generator.netlify.app/" target="_blank"> Demo</a></td>
</tr>
<!--Project - 8-->
<tr>
<td style="text-align: left; font-weight: bold;">P8-QR Code Generator</td>
<td><a href="https://github.com/nishap24/JS-Project-12-QR-Code-Generator" target="_blank"> GitHub</a></td>
<td><a href="https://kanasu-qr-code-generator.netlify.app/" target="_blank"> Demo</a></td>
</tr>
<!--Project - 9-->
<tr>
<td style="text-align: left; font-weight: bold;">P9-Toast Notification bar</td>
<td><a href="https://github.com/nishap24/JS-Project-Day-13-Toast-Notification-Bar" target="_blank"> GitHub</a></td>
<td><a href="https://kanasu-toast-notification-bar.netlify.app/" target="_blank"> Demo</a></td>
</tr>
<!--Project - 10-->
<tr>
<td style="text-align: left; font-weight: bold;">P10 - Music Player</td>
<td><a href="https://github.com/nishap24/JS-Project-Day-14-Music-Player" target="_blank"> GitHub</a></td>
<td><a href="https://kanasu-musicplayer.netlify.app/" target="_blank"> Demo</a></td>
</tr>
<!--Project - 11-->
<tr>
<td style="text-align: left; font-weight: bold;">P11 - StopWatch</td>
<td><a href="https://github.com/nishap24/JS-Project-Day-14-Stopwatch" target="_blank"> GitHub</a></td>
<td><a href="https://kanasu-stopwatch.netlify.app/" target="_blank"> Demo</a></td>
</tr>
<!--Peoject - 12-->
<tr>
<td style="text-align: left; font-weight: bold;">P12 - Calculator</td>
<td><a href="https://github.com/nishap24/JS-Project-Day-15-Calculator" target="_blank"> GitHub</a></td>
<td><a href="https://kanasu-calculator.netlify.app/" target="_blank"> Demo</a></td>
</tr>
<!--Peoject - 13-->
<tr>
<td style="text-align: left; font-weight: bold;">P13 - Pop up info</td>
<td><a href="https://github.com/nishap24/JS-Project-Day-15-Popup-info" target="_blank"> GitHub</a></td>
<td><a href="https://kanasu-pop-up-info.netlify.app/" target="_blank"> Demo</a></td>
</tr>
<!--Project - 14-->
<tr>
<td style="text-align: left; font-weight: bold;">P14 - Password Hide/Show</td>
<td><a href="https://github.com/nishap24/JS-Project-Day-16-Password-Hide-show" target="_blank"> GitHub</a></td>
<td><a href="https://kanasu-password-hide-or-show.netlify.app/" target="_blank"> Demo</a></td>
</tr>
<!--Project - 15-->
<tr>
<td style="text-align: left; font-weight: bold;">P15 - Dark/Light mode</td>
<td><a href="https://github.com/nishap24/NKCodes-Dark-light-mode" target="_blank"> GitHub</a></td>
<td><a href="https://kanasu-dark-or-light-mode.netlify.app/" target="_blank"> Demo</a></td>
</tr>
<!--Project - 16-->
<tr>
<td style="text-align: left; font-weight: bold;">P16 - Form Validation</td>
<td><a href="https://github.com/nishap24/NKCodes-Form-Validation" target="_blank"> GitHub</a></td>
<td><a href="https://kanasu-form-validation.netlify.app/" target="_blank"> Demo</a></td>
</tr>
<!--Peoject - 17-->
<tr>
<td style="text-align: left; font-weight: bold;">P17 - Image Gallery</td>
<td><a href="https://github.com/nishap24/NKCodes-Image-Gallery-" target="_blank"> GitHub</a></td>
<td><a href="https://kanasu-image-gallery.netlify.app/" target="_blank"> Demo</a></td>
</tr>
<!--Peoject - 18-->
<tr>
<td style="text-align: left; font-weight: bold;">P18 - Email Subscription</td>
<td><a href="https://github.com/nishap24/NKCodes-Email-Subscription" target="_blank"> GitHub</a></td>
<td><a href="https://kanasu-email-subscription.netlify.app/" target="_blank"> Demo</a></td>
</tr>
<!--Project - 19-->
<tr>
<td style="text-align: left; font-weight: bold;">P19 - Password Strength Checker</td>
<td><a href="https://github.com/nishap24/NKCodes-Password-Strength-Checker" target="_blank"> GitHub</a></td>
<td><a href="https://kanasu-password-strength-checker.netlify.app/" target="_blank"> Demo</a></td>
</tr>
<!--Project - 20-->
<tr>
<td style="text-align: left; font-weight: bold;">P20 - Text to speech</td>
<td><a href="https://github.com/nishap24/NKCodes-Text-to-speech-website-" target="_blank"> GitHub</a></td>
<td><a href="https://kanasu-text-to-speech-website.netlify.app/" target="_blank"> Demo</a></td>
</tr>
<!--Project - 21-->
<tr>
<td style="text-align: left; font-weight: bold;">P21 - Webpage Launch count down</td>
<td><a href="https://github.com/nishap24/NKCodes-Website-launch-countdown" target="_blank"> GitHub</a></td>
<td><a href="https://kanasu-website-launch-count-down.netlify.app/" target="_blank"> Demo</a></td>
</tr>
<!--Project - 22-->
<tr>
<td style="text-align: left; font-weight: bold;">P22 - Image Transition</td>
<td><a href="https://github.com/nishap24/NKCodes-Image-transition" target="_blank"> GitHub</a></td>
<td><a href="https://kanasu-image-transition.netlify.app/" target="_blank"> Demo</a></td>
</tr>
<!--Project - 23-->
<tr>
<td style="text-align: left; font-weight: bold;">P23 - Mini Calendar</td>
<td><a href="https://github.com/nishap24/NKCodes-Mini-Calendar" target="_blank"> GitHub</a></td>
<td><a href="https://kanasu-mini-calendar.netlify.app/" target="_blank"> Demo</a></td>
</tr>
<!--Project - 24-->
<tr>
<td style="text-align: left; font-weight: bold;">P24 - Social media Dropdown</td>
<td><a href="https://github.com/nishap24/NKCodes-Socialmedia-Dropdown" target="_blank"> GitHub</a></td>
<td><a href="https://kanasu-social-media-dropdown.netlify.app/" target="_blank"> Demo</a></td>
</tr>
<!--Project - 25-->
<tr>
<td style="text-align: left; font-weight: bold;">P25 - Circular Progress Bar</td>
<td><a href="https://github.com/nishap24/NKCodes-Circular-Progress-bar" target="_blank"> GitHub</a></td>
<td><a href="https://kanasu-circular-progress-bar.netlify.app/" target="_blank"> Demo</a></td>
</tr>
<!--Project - 26-->
<tr>
<td style="text-align: left; font-weight: bold;">P26 - Product Page</td>
<td><a href="https://github.com/nishap24/NKCodes-Product-Page" target="_blank"> GitHub</a></td>
<td><a href="https://kanasu-product-page.netlify.app/" target="_blank"> Demo</a></td>
</tr>
<!--Project - 27-->
<tr>
<td style="text-align: left; font-weight: bold;">P27 - Cryptocurrency Info</td>
<td><a href="https://github.com/nishap24/NKCodes-Cryptocurrency-info" target="_blank"> GitHub</a></td>
<td><a href="https://kanasu-cryptocurrency-info.netlify.app/" target="_blank"> Demo</a></td>
</tr>
<!--Project - 28-->
<tr>
<td style="text-align: left; font-weight: bold;">P28 - Digital Clock</td>
<td><a href="https://github.com/nishap24/NKCodes-Digital-Clock" target="_blank"> GitHub</a></td>
<td><a href="https://kanasu-digital-clock.netlify.app/" target="_blank"> Demo</a></td>
</tr>
<!--Project - 29-->
<tr>
<td style="text-align: left; font-weight: bold;">P29 - Drag and Drop</td>
<td><a href="https://github.com/nishap24/NKCodes-Drag-and-drop" target="_blank"> GitHub</a></td>
<td><a href="https://kanasu-drag-and-drop.netlify.app/" target="_blank"> Demo</a></td>
</tr>
<!--Project - 30-->
<tr>
<td style="text-align: left; font-weight: bold;">P30 - Image searach engine</td>
<td><a href="https://github.com/nishap24/NKCodes-Image-Search-Engine" target="_blank"> GitHub</a></td>
<td><a href="https://kanasu-image-search-engine.netlify.app/" target="_blank"> Demo</a></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<!--Projects Section - END-->
<!--Jumbotron Section - START-->
<div class="container px-4 py-5 bg-body-tertiary" id="jumbotron">
<div class="container-fluid py-5">
<h3 class="display-5">Gratitude!</h3>
<p class="col-md-8 fs-4">Thanking <code>Great Stack</code> for organizing the 30 Days of Code challenge. Developing 30 websites in 30 days was an amazing experience, boosting my confidence as a web developer. The provided repositories and the opportunity to earn a T-shirt and certificate(which i am expecting for😉) made it even more rewarding. Looking forward to future challenges and your continued support. - Gratefully, NK💛</p>
<button class="btn btn-outline-dark btn-lg" type="button" onclick="window.open('https://www.youtube.com/@GreatStackDev', '_blank')">
Great Stack-Youtube
</button>
</div>
</div>
<!--Jumbotron Section - END-->
<!--Footer Section - START-->
<div class="container">
<footer class="d-flex flex-wrap justify-content-between align-items-center py-3 my-4 border-top">
<div class="col-md-4 d-flex align-items-center">
<a href="/" class="mb-3 me-2 mb-md-0 text-body-secondary text-decoration-none lh-1">
<svg class="bi" width="30" height="24"><use xlink:href="#bootstrap"></use></svg>
</a>
<span class="mb-3 mb-md-0 text-body-secondary">© NK Codes💛</span>
</div>
<ul class="nav col-md-4 justify-content-end list-unstyled d-flex">
<li class="ms-3">
<a class="text-dark" href="https://www.instagram.com/_nisha_2407_" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-instagram" viewBox="0 0 16 16">
<path d="M8 0C5.829 0 5.556.01 4.703.048 3.85.088 3.269.222 2.76.42a3.917 3.917 0 0 0-1.417.923A3.927 3.927 0 0 0 .42 2.76C.222 3.268.087 3.85.048 4.7.01 5.555 0 5.827 0 8.001c0 2.172.01 2.444.048 3.297.04.852.174 1.433.372 1.942.205.526.478.972.923 1.417.444.445.89.719 1.416.923.51.198 1.09.333 1.942.372C5.555 15.99 5.827 16 8 16s2.444-.01 3.298-.048c.851-.04 1.434-.174 1.943-.372a3.916 3.916 0 0 0 1.416-.923c.445-.445.718-.891.923-1.417.197-.509.332-1.09.372-1.942C15.99 10.445 16 10.173 16 8s-.01-2.445-.048-3.299c-.04-.851-.175-1.433-.372-1.941a3.926 3.926 0 0 0-.923-1.417A3.911 3.911 0 0 0 13.24.42c-.51-.198-1.092-.333-1.943-.372C10.443.01 10.172 0 7.998 0h.003zm-.717 1.442h.718c2.136 0 2.389.007 3.232.046.78.035 1.204.166 1.486.275.373.145.64.319.92.599.28.28.453.546.598.92.11.281.24.705.275 1.485.039.843.047 1.096.047 3.231s-.008 2.389-.047 3.232c-.035.78-.166 1.203-.275 1.485a2.47 2.47 0 0 1-.599.919c-.28.28-.546.453-.92.598-.28.11-.704.24-1.485.276-.843.038-1.096.047-3.232.047s-2.39-.009-3.233-.047c-.78-.036-1.203-.166-1.485-.276a2.478 2.478 0 0 1-.92-.598 2.48 2.48 0 0 1-.6-.92c-.109-.281-.24-.705-.275-1.485-.038-.843-.046-1.096-.046-3.233 0-2.136.008-2.388.046-3.231.036-.78.166-1.204.276-1.486.145-.373.319-.64.599-.92.28-.28.546-.453.92-.598.282-.11.705-.24 1.485-.276.738-.034 1.024-.044 2.515-.045v.002zm4.988 1.328a.96.96 0 1 0 0 1.92.96.96 0 0 0 0-1.92zm-4.27 1.122a4.109 4.109 0 1 0 0 8.217 4.109 4.109 0 0 0 0-8.217zm0 1.441a2.667 2.667 0 1 1 0 5.334 2.667 2.667 0 0 1 0-5.334z"/>
</svg>
</a>
</li>
<li class="ms-3">
<a class="text-dark" href="https://twitter.com/nishap24" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-twitter" viewBox="0 0 16 16">
<path d="M5.026 15c6.038 0 9.341-5.003 9.341-9.334 0-.14 0-.282-.006-.422A6.685 6.685 0 0 0 16 3.542a6.658 6.658 0 0 1-1.889.518 3.301 3.301 0 0 0 1.447-1.817 6.533 6.533 0 0 1-2.087.793A3.286 3.286 0 0 0 7.875 6.03a9.325 9.325 0 0 1-6.767-3.429 3.289 3.289 0 0 0 1.018 4.382A3.323 3.323 0 0 1 .64 6.575v.045a3.288 3.288 0 0 0 2.632 3.218 3.203 3.203 0 0 1-.865.115 3.23 3.23 0 0 1-.614-.057 3.283 3.283 0 0 0 3.067 2.277A6.588 6.588 0 0 1 .78 13.58a6.32 6.32 0 0 1-.78-.045A9.344 9.344 0 0 0 5.026 15z"/>
</svg>
</a>
</li>
<li class="ms-3">
<a class="text-dark" href="https://www.linkedin.com/in/-nisha-p/" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-linkedin" viewBox="0 0 16 16">
<path d="M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854V1.146zm4.943 12.248V6.169H2.542v7.225h2.401zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248-.822 0-1.359.54-1.359 1.248 0 .694.521 1.248 1.327 1.248h.016zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016a5.54 5.54 0 0 1 .016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225h2.4z"/>
</svg>
</a>
</li>
</ul>
</footer>
</div>
<!--Footer Section - END-->
<!--Bootstrap CDN link - JS-->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js" integrity="sha384-geWF76RCwLtnZ8qwWowPQNguL3RmwHVBC9FhGdlKrxdiJJigb/j/68SIy3Te4Bkz" crossorigin="anonymous"></script>
</body>
</html>