-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcertificates.html
485 lines (461 loc) · 21.6 KB
/
certificates.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
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
<!DOCTYPE html>
<html lang="en">
<head>
<title></title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="css/style.css" rel="stylesheet">
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-M49828TJQN"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-M49828TJQN');
</script>
<body>
<header class="header">
<div class="header__content">
<div class="header__logo-container">
<div class="header__logo-img-cont">
<img
src="https://avatars.githubusercontent.com/u/83904358?s=400&u=06708817c346099eec287ee10aef2675223e2479&v=4"
class="header__logo-img"
/>
</div>
<span class="header__logo-sub">Abhishek Gupta</span>
</div>
<div class="header__main">
<ul class="header__links">
<li class="header__link-wrapper">
<a href="./index.html" class="header__link"> Home </a>
</li>
<li class="header__link-wrapper">
<a href="./index.html#about" class="header__link">About </a>
</li>
<li class="header__link-wrapper">
<a href="./badge.html" class="header__link">Badges</a>
</li>
<li class="header__link-wrapper">
<a href="./certificates.html" class="header__link">Certificates </a>
</li>
<li class="header__link-wrapper">
<a href="./project.html" class="header__link">Projects </a>
</li>
</ul>
<div class="header__main-ham-menu-cont">
<img
src="./assets/svg/ham-menu.svg"
alt="hamburger menu"
class="header__main-ham-menu"
/>
<img
src="./assets/svg/ham-menu-close.svg"
alt="hamburger menu close"
class="header__main-ham-menu-close d-none"
/>
</div>
</div>
</div>
<div class="header__sm-menu">
<div class="header__sm-menu-content">
<ul class="header__sm-menu-links">
<li class="header__sm-menu-link">
<a href="./index.html"> Home </a>
</li>
<li class="header__sm-menu-link">
<a href="./index.html#about"> About </a>
</li>
<li class="header__sm-menu-link">
<a href="badge.html"> Badges </a>
</li>
<li class="header__sm-menu-link">
<a href="certificates.html"> Certificates </a>
</li>
<li class="header__sm-menu-link">
<a href="project.html"> Projects </a>
</li>
</ul>
</div>
</div>
</header>
<section id="certificates" class="projects sec-pad">
<div class="main-container">
<h2 class="heading heading-sec heading-sec__mb-bg">
<span class="heading-sec__main">Certificates</span>
<span class="heading-sec__sub">
These are the Certificates I have earned.
</span>
</h2>
<div class="projects__row">
<div class="projects__row-img-cont">
<img id="images"
src="./assets/jpeg/AIML.jpg"
alt="Certificate of Completion"
class="projects__row-img"
loading="lazy"
/>
</div>
<div class="projects__row-content">
<h3 class="projects__row-content-title">Applications of AI and Machine Learning</h3>
<p class="projects__row-content-desc">
This is the Certificate of Participation of the Short Term course Applications of Artificial Intelligence and Machine Learning, organised by SMVDU.
You can see the Certificate by clicking on the button below.
</p>
<a
href="https://thatsabhishek.github.io/certificatepages/aiml.html"
class="btn btn--med btn--theme dynamicBgClr"
target="_blank">Course Certificate
</a>
</div>
</div>
<div class="projects__content">
<div class="projects__row">
<div class="projects__row-img-cont">
<img id="images"
src="./assets/png/toolsfordatascience.png"
alt="Course Certificate"
class="projects__row-img"
loading="lazy"
/>
</div>
<div class="projects__row-content">
<h3 class="projects__row-content-title">Tools for Data Science</h3>
<p class="projects__row-content-desc">
This is the Course Certificate of the course Tools for Data Science authorized by IBM and offered through Coursera.
You can see the Certificate by clicking on the button below.
</p>
<a
href="https://coursera.org/verify/ETAQXNLNYDJ2"
class="btn btn--med btn--theme dynamicBgClr"
target="_blank"
>Course Certificate</a>
</div>
</div>
<div class="projects__row">
<div class="projects__row-img-cont">
<img id="images"
src="./assets/png/What is Data Science.PNG"
alt="Course Certificate"
class="projects__row-img"
loading="lazy"
/>
</div>
<div class="projects__row-content">
<h3 class="projects__row-content-title">What is Data Science?</h3>
<p class="projects__row-content-desc">
This is the Course Certificate of the course What is Data Science? authorized by IBM and offered through Coursera.
You can see the Certificate by clicking on the button below.
</p>
<a
href="https://coursera.org/verify/TLMN3JSJD7SS"
class="btn btn--med btn--theme dynamicBgClr"
target="_blank"
>Course Certificate</a>
</div>
</div>
<div class="projects__row">
<div class="projects__row-img-cont">
<img id="images"
src="./assets/png/Python for Data Science.PNG"
alt="Online Certification"
class="projects__row-img"
loading="lazy"/>
</div>
<div class="projects__row-content">
<h3 class="projects__row-content-title">Python for Data Science</h3>
<p class="projects__row-content-desc">
This is the Online Certification of the course Python for Data Science by NPTEL.
You can see the Certificate by clicking on the button below.
</p>
<a
href="http://archive.nptel.ac.in/content/noc/NOC23/SEM2/Ecertificates/106/noc23-cs99/Course/NPTEL23CS99S3457020210022408.pdf"
class="btn btn--med btn--theme dynamicBgClr"
target="_blank">Online Certification
</a>
</div>
</div>
<div class="projects__row">
<div class="projects__row-img-cont">
<img id="images"
src="./assets/jpeg/DataScience.jpg"
alt="Certificate of Completion"
class="projects__row-img"
loading="lazy"
/>
</div>
<div class="projects__row-content">
<h3 class="projects__row-content-title">Data Science</h3>
<p class="projects__row-content-desc">
This is the Certificate of Completion of the course Data Science by Nucleon.
You can see the Certificate by clicking on the button below.
</p>
<a
href="https://thatsabhishek.github.io/certificatepages/datascience.html"
class="btn btn--med btn--theme dynamicBgClr"
target="_blank">Certificate of Completion
</a>
</div>
</div>
<div class="projects__row">
<div class="projects__row-img-cont">
<img id="images"
src="./assets/png/pythoncompletion.PNG"
alt="Certificate of Completion"
class="projects__row-img"
loading="lazy"
/>
</div>
<div class="projects__row-content">
<h3 class="projects__row-content-title">Introduction to Python</h3>
<p class="projects__row-content-desc">
This is the Certificate of Completion of the course Introduction to Python by Coding Ninjas.
You can see the Certificate by clicking on the button below.
</p>
<a
href="https://certificate.codingninjas.com/verify/cd227ee61820cee3"
class="btn btn--med btn--theme dynamicBgClr"
target="_blank">Certificate of Completion
</a>
</div>
</div>
<div class="projects__row">
<div class="projects__row-img-cont">
<img id="images"
src="./assets/png/pythonexcellence.PNG"
alt="Certificate of Excellence"
class="projects__row-img"
loading="lazy"
/>
</div>
<div class="projects__row-content">
<h3 class="projects__row-content-title">Introduction to Python</h3>
<p class="projects__row-content-desc">
This is the Certificate of Excellence of the course Introduction to Python by Coding Ninjas.
You can see the Certificate by clicking on the button below.
</p>
<a
href="https://certificate.codingninjas.com/verify/bd59c8419ddbde2b"
class="btn btn--med btn--theme dynamicBgClr"
target="_blank">Certificate of Excellence
</a>
</div>
</div>
<div class="projects__row">
<div class="projects__row-img-cont">
<img id="images"
src="./assets/png/dbmscompletion.PNG"
alt="Certificate of Completion"
class="projects__row-img"
loading="lazy"
/>
</div>
<div class="projects__row-content">
<h3 class="projects__row-content-title">Database Management System</h3>
<p class="projects__row-content-desc">
This is the Certificate of Completion of the course Database Management System by Coding Ninjas.
You can see the Certificate by clicking on the button below.
</p>
<a
href="https://certificate.codingninjas.com/verify/378de1d825026a44"
class="btn btn--med btn--theme dynamicBgClr"
target="_blank">Certificate of Completion
</a>
</div>
</div>
<div class="projects__row">
<div class="projects__row-img-cont">
<img id="images"
src="./assets/png/dbmsexcellence.PNG"
alt="Certificate of Excellence"
class="projects__row-img"
loading="lazy"
/>
</div>
<div class="projects__row-content">
<h3 class="projects__row-content-title">Database Management System</h3>
<p class="projects__row-content-desc">
This is the Certificate of Excellence of the course Database Management System by Coding Ninjas.
You can see the Certificate by clicking on the button below.
</p>
<a
href="https://certificate.codingninjas.com/verify/22b58f8a675ecedc"
class="btn btn--med btn--theme dynamicBgClr"
target="_blank">Certificate of Excellence
</a>
</div>
</div>
<div class="projects__row">
<div class="projects__row-img-cont">
<img id="images"
src="./assets/png/pythoncertificate.PNG"
alt="Certificate"
class="projects__row-img"
loading="lazy"
/>
</div>
<div class="projects__row-content">
<h3 class="projects__row-content-title">Python</h3>
<p class="projects__row-content-desc">
This is the Certificate, I have earned by completing the course Python by ThinkNext Pvt Ltd.
You can see the Certificate by clicking on the button below.
</p>
<a
href="http://thinknexttraining.com/VerifyCertificate.aspx"
class="btn btn--med btn--theme dynamicBgClr"
target="_blank">Certificate
</a>
</div>
</div>
<div class="projects__row">
<div class="projects__row-img-cont">
<img id="images"
src="./assets/png/oscompletion.PNG"
alt="Certificate"
class="projects__row-img"
loading="lazy"
/>
</div>
<div class="projects__row-content">
<h3 class="projects__row-content-title">Operating System</h3>
<p class="projects__row-content-desc">
This is the Certificate of Completion of the course Operating System by Coding Ninjas.
You can see the Certificate by clicking on the button below.
</p>
<a
href="https://certificate.codingninjas.com/verify/1e94373ec69b3cd3"
class="btn btn--med btn--theme dynamicBgClr"
target="_blank">Certificate of Completion
</a>
</div>
</div>
<div class="projects__row">
<div class="projects__row-img-cont">
<img id="images"
src="./assets/png/cppcertificate.PNG"
alt="Certificate of Completion"
class="projects__row-img"
loading="lazy"
/>
</div>
<div class="projects__row-content">
<h3 class="projects__row-content-title">Introduction to C++</h3>
<p class="projects__row-content-desc">
This is the Certificate of Completion of the course Introduction to C++ by Coding Ninjas.
You can see the Certificate by clicking on the button below.
</p>
<a
href="https://certificate.codingninjas.com/verify/aa36ce5892a25538"
class="btn btn--med btn--theme dynamicBgClr"
target="_blank">Certificate of Completion
</a>
</div>
</div>
<div class="projects__row">
<div class="projects__row-img-cont">
<img id="images"
src="./assets/png/cppexcellence.PNG"
alt="Certificate of Excellence"
class="projects__row-img"
loading="lazy"
/>
</div>
<div class="projects__row-content">
<h3 class="projects__row-content-title">Introduction to C++</h3>
<p class="projects__row-content-desc">
This is the Certificate of Excellence of the course Introduction to C++ by Coding Ninjas.
You can see the Certificate by clicking on the button below.
</p>
<a
href="https://certificate.codingninjas.com/verify/3926517bbf82f8fe"
class="btn btn--med btn--theme dynamicBgClr"
target="_blank">Certificate of Excellence
</a>
</div>
</div>
<div class="projects__row">
<div class="projects__row-img-cont">
<img id="images"
src="assets/jpeg/DataAnalyticswithPython.jpg"
alt="ONLINE CERTIFICATION"
class="projects__row-img"
loading="lazy"
/>
</div>
<div class="projects__row-content">
<h3 class="projects__row-content-title">Data Analytics with Python</h3>
<p class="projects__row-content-desc">
This is the Online Certification of the course Data Analytics with Python by NPTEL.
You can see the Certificate by clicking on the button below.
</p>
<a
href="https://archive.nptel.ac.in/noc/Ecertificate/?q=NPTEL22CS08S1360010402030205"
class="btn btn--med btn--theme dynamicBgClr"
target="_blank">ONLINE CERTIFICATION
</a>
</div>
</div>
</div>
</div>
</section>
<footer class="main-footer">
<div class="main-container">
<div class="main-footer__upper">
<div class="main-footer__row main-footer__row-1">
<h2 class="heading heading-sm main-footer__heading-sm">
<span>Social</span>
</h2>
<div class="main-footer__social-cont">
<a target="_blank" rel="noreferrer" href="https://www.linkedin.com/in/abhishek-gupta-ba490a210">
<img
class="main-footer__icon"
src="./assets/png/linkedin-ico.png"
alt="icon"
/>
</a>
<a target="_blank" rel="noreferrer" href="https://github.com/thatsabhishek">
<img
class="main-footer__icon"
src="./assets/png/github-ico.png"
alt="icon"
/>
</a>
<a target="_blank" rel="noreferrer" href="https://twitter.com/thatsabhishek19">
<img
class="main-footer__icon"
src="./assets/png/twitter-ico.png"
alt="icon"
/>
</a>
<a target="_blank" rel="noreferrer" href="https://www.youtube.com/@anime_dose">
<img
class="main-footer__icon"
src="./assets/png/yt-ico.png"
alt="icon"
/>
</a>
<a target="_blank" rel="noreferrer" href="https://www.instagram.com/thatsabhishek_19/">
<img
class="main-footer__icon main-footer__icon--mr-none"
src="./assets/png/insta-ico.png"
alt="icon"
/>
</a>
</div>
</div>
<div class="main-footer__row main-footer__row-2">
<h4 class="heading heading-sm text-lt">Abhishek Gupta</h4>
<p class="main-footer__short-desc">
I am Abhishek Gupta, pursuing B tech in CSE from University Institute Of Engineering And Technology (UIET), Kathua, J&K and currently in my final year.
</p>
</div>
</div>
<div class="main-footer__lower">
© Copyright 2023.Abhishek Gupta.
</div>
</div>
</footer>
<script src="./index.js"></script>
</body>
</html>