-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
645 lines (590 loc) · 27 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
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
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Rakshit Vyas⭐</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link rel="stylesheet" href="css/master.css">
<!-- Bootstrap Scripts -->
<link rel="icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css2?family=Merriweather:ital@0;1&family=Montserrat:ital@0;1&family=Sacramento&display=swap" rel="stylesheet">
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
<!-- facebook plugin for likes -->
<script async defer crossorigin="anonymous" src="https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v7.0" nonce="99zHy7Z4"></script>
</head>
<body class="dark-mode">
<div class="top-container">
<img class="top-cloud" src="images/cloud.png" alt="cloud-img">
<h1>I'm Rakshit Vyas</h1>
<p class="subtitle">a computer science enthusiast.</p>
<img class="bottom-cloud" src="images/cloud.png" alt="cloud-img">
<img src="images/mountain.png" alt="mountain-img">
</div>
<div class="middle-container">
<div class="profile">
<img src="images/RKV1.jpg" class="rkv-img" alt="Rakshit"> <br> <br>
<h2>Hello.</h2>
<p class="intro">I'm Rakshit Vyas. Completed BTech in Computer Science from LNCT Bhopal. Passionate about programming and design. I enjoy applying my skills to my personal projects. I'm a keen learner. I'm a goal-oriented person who has a "Never-give-up" attitude. I'm a self motivated personality who is sociable with all.
</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="skill-left" src="images/skill_programming.png" alt="skill_programming">
<h3>Programminng</h3>
<p>I have well-tuned knowledge of programming skills. Programminng languages including C, C++, Java, Python, HTML, CSS, JavaScript, Dart for Flutter.</p>
</div>
<div class="skill-row">
<img class="skill-right" src="images/skill_web.png" alt="skill_web">
<h3>Web Development</h3>
<p>I have decent knowledge about web development both back-end and front-end. Programming languages including HTML-5, CSS-3, Javascript. Libraries including Bootstrap-4. Web framework of Python i.e. Django and Flask. I am also familiar with Wordpress to create attractive Website.</p>
</div>
<div class="skill-row">
<img class="skill-left" src="images/ml.png" alt="skill_app">
<h3>Machine Learning</h3>
<p>I like working on Machine Learning projects. My Machine Learning package consist of Data Preprocessing, Regression, Classification, Clustering, Association Rule Learning, Reinforcement Learning, Deep Learning, Dimensionality Reduction, Model selection and Boosting Methods.</p>
</div>
<div class="skill-row">
<img class="skill-right" src="images/database.png" alt="skill_database">
<h3>Databases</h3>
<p>I have implemented SQL and NoSQL database in my projects. Oracle SQL as SQL database. MongoDB as NoSQL database, Mongoose library for MongoDB and Node.js</p>
</div>
<div class="skill-row">
<img class="skill-left" src="images/skill_app.png" alt="skill_app">
<h3>Application Development</h3>
<p>I have knowledge of Application Development including Programminng language Dart, Software development Kit Flutter and Softwares like Android studio and Visual Studio code.</p>
</div>
<div class="skill-row">
<img class="skill-right" src="images/skill_work.png" alt="skill_work">
<h3>Clean and Efficient work</h3>
<p>I have ability to complete my work in clean and efficient way. I am sincere towards my work.</p>
</div>
<hr>
</div>
<div class="course_and_certificate">
<h2>My Courses and Certifications.</h2>
<div class="row">
<div class="col-lg-3 col-md-4 col-sm-6">
<div class="cc">
<h3>Microsoft AI Classroom Series</h3>
Microsoft <br>
NASSCOM | futureskills <br>
Issued 11 Oct 2020 . No Expiration Date <br>
<a target="_blank" href="./certificates/Microsoft Certificate Rakshit Vyas.pdf">See Credential</a>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<div class="cc">
<h3>Machine Learning with Python</h3>
Coursera <br>
IBM<br>
Issued 7 Dec 2020 . No Expiration Date <br>
Credential ID 6X7BT5WB5VZR <br>
<a target="_blank" href="https://www.coursera.org/account/accomplishments/verify/6X7BT5WB5VZR">See Credential</a> <br>
<a target = "_blank" href="./certificates/Coursera Machine Learning with Python IBM Badge.pdf">See Badge</a>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<div class="cc">
<h3>Machine Learning A-Z Hands-On Python & R In Data Science</h3>
Udemy <br>
Super Data Science <br>
Issued 26 Nov 2020 . No Expiration Date <br>
Credential ID UC-2ce2c56b-a903-400d-abda-ff7fee9ec2d0 <br>
<a target="_blank" href="https://www.udemy.com/certificate/UC-2ce2c56b-a903-400d-abda-ff7fee9ec2d0/">See Credential</a>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<div class="cc">
<h3>Introduction to Web Development</h3>
Coursera <br>
University of California, Davis <br>
Issued 13 May 2020 . No Expiration Date <br>
Credential ID FPCLNHCFEYSL <br>
<a target="_blank" href="https://www.coursera.org/account/accomplishments/verify/FPCLNHCFEYSL">See Credential</a>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<div class="cc">
<h3>Introduction to the Internet of Things and Embedded Systems</h3>
Coursera <br>
University of California, Irvine <br>
Issued 26 May 2020 . No Expiration Date <br>
Credential ID P5ESD8BTERAY <br>
<a target="_blank" href="https://www.coursera.org/account/accomplishments/verify/P5ESD8BTERAY">See Credential</a>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<div class="cc">
<h3>The Arduino Platform and C programming</h3>
Coursera <br>
University of California, Irvine <br>
Issued 28 May 2020 . No Expiration Date <br>
Credential ID Q465N5GAHTTG <br>
<a target="_blank" href="https://www.coursera.org/account/accomplishments/verify/Q465N5GAHTTG">See Credential</a>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<div class="cc">
<h3>Interfacing with the Arduino</h3>
Coursera <br>
University of California, Irvine <br>
Issued 3 June 2020 . No Expiration Date <br>
Credential ID NYU2Y93KCM45 <br>
<a target="_blank" href="https://www.coursera.org/account/accomplishments/verify/NYU2Y93KCM45">See Credential</a>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<div class="cc">
<h3>Programming for Everybody (Getting Started with Python)</h3>
Coursera <br>
University of Michigan<br>
Issued 13 May 2020 . No Expiration Date <br>
Credential ID RPELSM32HGWL <br>
<a target="_blank" href="https://www.coursera.org/account/accomplishments/verify/RPELSM32HGWL">See Credential</a>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<div class="cc">
<h3>Python Data Structures</h3>
Coursera <br>
University of Michigan<br>
Issued 15 May 2020 . No Expiration Date <br>
Credential ID 8UNF3TJSJ4P8 <br>
<a target="_blank" href="https://www.coursera.org/account/accomplishments/verify/8UNF3TJSJ4P8">See Credential</a>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<div class="cc">
<h3>Using Python to Access Web Data</h3>
Coursera <br>
University of Michigan<br>
Issued 2 June 2020 . No Expiration Date <br>
Credential ID ZPHTEL47T54X <br>
<a target="_blank" href="https://www.coursera.org/account/accomplishments/verify/ZPHTEL47T54X">See Credential</a>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<div class="cc">
<h3>Capstone: Retrieving, Processing, and Visualizing Data with Python</h3>
Coursera <br>
University of Michigan<br>
Issued 22 May 2020 . No Expiration Date <br>
Credential ID YTJD48TY3K4E <br>
<a target="_blank" href="https://www.coursera.org/account/accomplishments/verify/YTJD48TY3K4E">See Credential</a>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<div class="cc">
<h3>Introduction to HTML5</h3>
Coursera <br>
University of Michigan<br>
Issued 29 May 2020 . No Expiration Date <br>
Credential ID 3HU8BRYJFH4G <br>
<a target="_blank" href="https://www.coursera.org/account/accomplishments/verify/3HU8BRYJFH4G">See Credential</a>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<div class="cc">
<h3>Introduction to CSS3</h3>
Coursera <br>
University of Michigan<br>
Issued 4 June 2020 . No Expiration Date <br>
Credential ID YD7AF9ZQJAMP <br>
<a target="_blank" href="https://www.coursera.org/account/accomplishments/verify/YD7AF9ZQJAMP">See Credential</a>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<div class="cc">
<h3>Interactivity with JavaScript</h3>
Coursera <br>
University of Michigan<br>
Issued 6 June 2020 . No Expiration Date <br>
Credential ID XEKZEKYLDYK4 <br>
<a target="_blank" href="https://www.coursera.org/account/accomplishments/verify/XEKZEKYLDYK4">See Credential</a>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<div class="cc">
<h3>Advanced Styling with Responsive Design</h3>
Coursera <br>
University of Michigan<br>
Issued 10 June 2020 . No Expiration Date <br>
Credential ID S56ANZMB3NLF <br>
<a target="_blank" href="https://www.coursera.org/account/accomplishments/verify/S56ANZMB3NLF">See Credential</a>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<div class="cc">
<h3>Learn to Code for the Web</h3>
FutureLearn <br>
University of LEEDS & Institute of CODING <br>
Issued 3 May 2020 . No Expiration Date <br>
Credential ID 8a3i9n4 <br>
<a target="_blank" href="https://www.futurelearn.com/certificates/8a3i9n4">See Credential</a>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<div class="cc">
<h3>Digital Skills: Artificial Intelligence</h3>
FutureLearn <br>
Accenture <br>
Issued 10 May 2020 . No Expiration Date <br>
Credential ID vib5m6r <br>
<a target="_blank" href="https://www.futurelearn.com/certificates/vib5m6r">See Credential</a>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<div class="cc">
<h3>TCS iON Career Edge - Young Professional</h3>
TCSiON <br>
Issued 09 Oct 2020 . No Expiration Date <br>
Credential ID 119854-6581140-1016 <br>
<a target="_blank" href="./certificates/TCS iON Career Edge - Young Professional.pdf">See Credential</a>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<div class="cc">
<h3>TCS Career Edge- Knockdown the Lockdown</h3>
TCSiON <br>
Issued 21 Apr 2020 . No Expiration Date <br>
Credential ID 119854-6581140-1016 <br>
<a target="_blank" href="./certificates/TCS Career Edge- Knockdown the Lockdown.pdf">See Credential</a>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<div class="cc">
<h3>Introduction to Artificial Intelligence</h3>
Simplilearn <br>
Issued Apr 2020 . No Expiration Date <br>
Credential ID 1733761 <br>
<a target="_blank" href="./certificates/Introduction to AI.pdf">See Credential</a>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<div class="cc">
<h3>Introduction to IOT</h3>
Simplilearn <br>
Issued Apr 2020 . No Expiration Date <br>
Credential ID 1751603 <br>
<a target="_blank" href="./certificates/Introduction to IOT.pdf">See Credential</a>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<div class="cc">
<h3>Complete Python Developer in 2020: Zero to mastery</h3>
Udemy <br>
Issued Mar 2020 . No Expiration Date <br>
Credential ID UC-73b2e547-e468-46ef-83e5-54ee20a7d00f1 <br>
<a target="_blank" href="https://www.udemy.com/certificate/UC-73b2e547-e468-46ef-83e5-54ee20a7d00f/">See Credential</a>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<div class="cc">
<h3>jQuery for Absolute Beginners - From Beginning to Advanced</h3>
Udemy <br>
Issued 7 May 2020 . No Expiration Date <br>
Credential ID UC-73b2e547-e468-46ef-83e5-54ee20a7d00f1 <br>
<a target="_blank" href="https://www.udemy.com/certificate/UC-04fd279a-899e-4e27-a971-8f63ee3a5939/">See Credential</a>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<div class="cc">
<h3>COVID-19 Awareness Programme </h3>
NIET Noida <br>
Issued 23 Apr 2020 . No Expiration Date <br>
<a target="_blank" href="./certificates/COVID-19 Awareness Programm.pdf">See Credential</a>
</div>
</div>
</div>
<hr>
</div>
<div class="works">
<h2>My Work/Projects.</h2>
<!-- <p>(Please check the projects that have been recommended, they are the result of a lot of effort and hard work.)</p> -->
<div class="row">
<div class="col-lg-4 col-md-6 col-sm-12">
<div class="cc">
<div class="card">
<div class="card-header">
<img class="works" src="images/mac.jpg" alt="MyAwesomeCart">
</div>
<div class="card-body">
<h3>My Awesome Cart</h3>
<p>
My Awesome Cart is a ECommerce website with all the functionality of a ECommerce website along with a blog section.
</p>
</div>
<div class="card-footer">
<a target="_blank" type="button" class="btn btn-outline-info btn1" href="https://github.com/rkvyas98/myawesomecart/">View repository</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12">
<div class="cc">
<div class="card">
<div class="card-header">
<img class="works" src="images/stay-safe-from-corona-website.png" alt="stay-safe-from-corona-website">
</div>
<div class="card-body">
<h3>Stay safe from Corona Website</h3>
<p>
Stay safe from Corona website is a informative website.<strong> It tracks down live coronavirus cases from all over the world and India.</strong> It contains basic information of Corona virus, some safety measures from Corona virus.
</p>
</div>
<div class="card-footer">
<a target="_blank" type="button" class="btn btn-outline-info btn1" href="https://rkvyas98.github.io/safety_from_corona/">Visit website</a>
<a target="_blank" type="button" class="btn btn-outline-info btn1" href="https://github.com/rkvyas98/safety_from_corona/">View repository</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12">
<div class="cc">
<div class="card">
<div class="card-header">
<img class="works" src="images/quiz-gif.gif" alt="ToDoList">
</div>
<div class="card-body">
<h3>Quizz Timee</h3>
<p>
Quiz website to check your fundamental knowledge of basic programming languages.
</p>
</div>
<div class="card-footer">
<a target="_blank" type="button" class="btn btn-outline-info btn1" href="https://rkvyas98.github.io/quiz/">Visit website</a>
<a target="_blank" type="button" class="btn btn-outline-info btn1" href="https://github.com/rkvyas98/quiz/">View repository</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12">
<div class="cc">
<div class="card">
<div class="card-header">
<img class="works" src="images/carpriceprediction.jpg" alt="ToDoList">
</div>
<div class="card-body">
<h3>CarPricePrediction</h3>
<p>
CarPricePrediction is a full end to end a Machine learning car price prediction model implementation.
</p>
</div>
<div class="card-footer">
<a target="_blank" type="button" class="btn btn-outline-info btn1" href="https://github.com/rkvyas98/CarPricePrediction">View repository</a>
<a target="_blank" type="button" class="btn btn-outline-info btn1" href="https://carpriceprediction-rv.herokuapp.com/">Visit website</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12">
<div class="cc">
<div class="card">
<div class="card-header">
<img class="works" src="images/todolist.png" alt="ToDoList">
</div>
<div class="card-body">
<h3>To Do List</h3>
<p>
To Do List is an Web Application helps you to complete all your important tasks on time.
</p>
</div>
<div class="card-footer">
<a target="_blank" type="button" class="btn btn-outline-info btn1" href="https://github.com/rkvyas98/ToDoList/">View repository</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12">
<div class="cc">
<div class="card">
<div class="card-header">
<img class="works" src="images/empMgmt_app.png" alt="empMgmt_app">
</div>
<div class="card-body">
<h3>Employee Management App</h3>
<p>
Employee Management App is a desktop application made using the basic concept of Java including the GUI effects.
</p>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12">
<div class="cc">
<div class="card">
<div class="card-header">
<img class="works" src="images/myHms_app.png" alt="myHms_app">
</div>
<div class="card-body">
<h3>Hospital Management App</h3>
<p>
Hospital Management App is desktop application made using java. Application covers all the basic functionality of hospital management system.
</p>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12">
<div class="cc">
<div class="card">
<div class="card-header">
<img class="works" src="images/tindog-website.png" alt="tindog-website">
</div>
<div class="card-body">
<h3>Tindog Website</h3>
<p>
This website is basically a clone website of TinDog website.
</p>
</div>
<div class="card-footer">
<a target="_blank" type="button" class="btn btn-outline-info btn1" href="https://rkvyas98.github.io/tindog/">Visit website</a>
<a target="_blank" type="button" class="btn btn-outline-info btn1" href="https://github.com/rkvyas98/tindog">View repository</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12">
<div class="cc">
<div class="card">
<div class="card-header">
<img class="works" src="images/dice-website.png" alt="dice-website">
</div>
<div class="card-body">
<h3>Dice Game Website</h3>
<p>
Dice games website helps you to make decision if you stuck in 50-50 conditon.
</p>
</div>
<div class="card-footer">
<a target="_blank" type="button" class="btn btn-outline-info btn1" href="https://rkvyas98.github.io/dice_game/">Visit website</a>
<a target="_blank" type="button" class="btn btn-outline-info btn1" href="https://github.com/rkvyas98/dice_game/">View repository</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12">
<div class="cc">
<div class="card">
<div class="card-header">
<img class="works" src="images/drum-kit-website.png" alt="drum-kit-website">
</div>
<div class="card-body">
<h3>Drum kit Website</h3>
<p>
Drum kit website is a fun-kind website. Here you can play sounds corresponds to various drum kits.
</p>
</div>
<div class="card-footer">
<a target="_blank" type="button" class="btn btn-outline-info btn1" href="https://rkvyas98.github.io/drum_kit/">Visit website</a>
<a target="_blank" type="button" class="btn btn-outline-info btn1" href="https://github.com/rkvyas98/drum_kit/">View repository</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12">
<div class="cc">
<div class="card">
<div class="card-header">
<img class="works" src="images/simon-game-website.png" alt="simon-game-website">
</div>
<div class="card-body">
<h3>Simon game Website</h3>
<p>
Simon game website is a fun-kind website. It is based on the basic rules of game i.e. Simon Game.
</p>
</div>
<div class="card-footer">
<a target="_blank" type="button" class="btn btn-outline-info btn1" href="https://rkvyas98.github.io/simon_game/">Visit website</a>
<a target="_blank" type="button" class="btn btn-outline-info btn1" href="https://github.com/rkvyas98/simon_game">View repository</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12">
<div class="cc">
<div class="card">
<div class="card-header">
<img class="works" src="images/blog-website.png" alt="blog-website">
</div>
<div class="card-body">
<h3>My Blog Website</h3>
<p>
My Blog website is a daily journal website. Author can post his daily post on it.
</p>
</div>
<div class="card-footer">
<a target="_blank" type="button" class="btn btn-outline-info btn1" href="https://github.com/rkvyas98/my_blog_website/" >View repository</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12">
<div class="cc">
<div class="card">
<div class="card-header">
<img class="works" src="images/search-video.png" alt="ToDoList">
</div>
<div class="card-body">
<h3>Search Vidz</h3>
<p>
Search Vidz is a youtube content search website, you can search any video from youtube here.
</p>
</div>
<div class="card-footer">
<a target="_blank" type="button" class="btn btn-outline-info btn1" href="https://rkvyas98.github.io/ytvideos/">Visit website</a>
<a target="_blank" type="button" class="btn btn-outline-info btn1" href="https://github.com/rkvyas98/ytvideos/">View repository</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12">
<div class="cc">
<div class="card">
<div class="card-header">
<img class="works" src="images/textutils.jpg" alt="TextUtils">
</div>
<div class="card-body">
<h3>Text Utils</h3>
<p>
TextUtils is a Text Utility website. A tool for analyzing text data using Django.
</p>
</div>
<div class="card-footer">
<a target="_blank" type="button" class="btn btn-outline-info btn1" href="https://github.com/rkvyas98/textutils/">View repository</a>
</div>
</div>
</div>
</div>
</div>
<hr>
<div class="contact-me">
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-12">
<img class="RVlogo" src="images/logo_RVS.png" alt="RVlogo">
</div>
<div class="col-lg-6 col-md-6 col-sm-12">
<h2>Get In Touch</h2> <br> <br>
<h3>If you love hot pasta as much as I do.</h3>
<p class="contact_message">Love hot pasta as much as I do? Lets talk about how awesome they are. We can code while we eat hot pasta!</p>
</div>
</div>
</div>
<!-- Like and share facebook plugin
<div class="btn btn-outline-info btn-lg fb-like" data-href="https://rkvyas98.github.io/rakshitvyas/" data-width="" data-layout="button_count" data-action="like" data-size="large"></div> -->
<a target="_blank" type="button" class="btn btn-outline-info btn-lg" href="mailto:[email protected]">CONTACT ME</a>
<a target="_blank" type="button" class="btn btn-outline-info btn-lg" href="./certificates/Rakshit Vyas Resume.pdf">My Resume</a>
</div>
</div>
<div class="bottom-container">
<a target="_blank" class="footer-link" href="https://www.linkedin.com/in/rakshit-vyas-253a47174/">LinkedIn</a>
<a target="_blank" class="footer-link" href="https://twitter.com/rkvyas98">Twitter</a>
<a target="_blank" class="footer-link" href="https://www.facebook.com/rakshit.vyas.73/">Facebook</a>
<p class="copyright">© Rakshit Vyas.2020</p>
</div>
</body>
</html>