212
212
< h2 > Hi, I'm < span class ="teal "> Varad Bhogayata.</ span > </ h2 >
213
213
< h5 style ="color:#fff "> A < span class ="typing " style ="font-weight: 300; color:#004d40 "> </ span > </ h5 >
214
214
<!-- <h5 style="color:#00796b">A <span class="typing" style="font-weight: 300; color:#fff"></span></h5> -->
215
-
215
+ < h5 > Self-driven, quick starter, passionate problem solver with curious mind who loves solving very complex, very challenging real world problems. </ h5 >
216
216
</ div >
217
217
< div class ="social ">
218
218
< a href ="http://linkedin.com/in/varadbhogayata " target ="_blank ">
@@ -231,6 +231,14 @@ <h5 style="color:#fff">A <span class="typing" style="font-weight: 300; color:#00
231
231
< i class ="fa fa-angellist "> </ i >
232
232
</ button >
233
233
</ a >
234
+
235
+ <!-- <a href="http://linkedin.com/in/varadbhogayata" target="_blank">
236
+ <span class="fa-stack fa-lg">
237
+ <i class="fa fa-circle fa-stack-2x"></i>
238
+ <i class="fa fa-linkedin fa-stack-1x fa-inverse"></i>
239
+
240
+ </span>
241
+ </a> -->
234
242
</ div >
235
243
< div class ='buttons '>
236
244
< a href ="#about " class ="readme "> Read More</ a >
@@ -245,14 +253,16 @@ <h5 style="color:#fff">A <span class="typing" style="font-weight: 300; color:#00
245
253
< section id ="about " class ="section scrollspy ">
246
254
< h3 class ="page-title white-text teal "> About</ h3 >
247
255
< div class ="container flow-text ">
248
- < blockquote >
256
+ <!-- < blockquote>
249
257
<h2>
250
- Software Developer with a passion for artificial intelligence and backend development .
258
+ A Software Developer with a passion for Backend Development and Artificial Intelligence .
251
259
252
260
</h2>
253
- </ blockquote >
261
+ </blockquote> -->
254
262
< p >
255
- Skilled in Python, Django, Flask, MySQL and Machine Learning.
263
+
264
+ I am Software Developer with 1 year of professional experience in Machine Learning, Computer Vision with willingness to learn and master Software Development, Backend Development. I am adept in Python, Django, Flask, SQL, Machine Learning, Computer Vision.
265
+ <!-- Detail-oriented Software Engineer with a get-it-done, on-time, and high-quality product spirit and a keen interest in Software Development and Artificial Intelligence. -->
256
266
</ p >
257
267
<!-- <p>
258
268
Another Paragraph
@@ -411,10 +421,10 @@ <h3 class="page-title white-text teal">Projects</h3>
411
421
< img alt ="django web app " src ="/assets/img/project-python-django4.jpg " class ="activator " />
412
422
</ div >
413
423
< div class ="card-content ">
414
- < span class ="card-title activator teal-text hoverline "> Project Title < i
424
+ < span class ="card-title activator teal-text hoverline "> Local Library Web-App < i
415
425
class ="mdi-navigation-more-vert right "> </ i > </ span >
416
426
< p >
417
- Project Description
427
+ A web-app that creates an online catalog for a small local library, where users can browse available books and manage their accounts.
418
428
</ p >
419
429
</ div >
420
430
< div class ="card-reveal ">
@@ -423,16 +433,18 @@ <h3 class="page-title white-text teal">Projects</h3>
423
433
< span class ="card-title grey-text "> < small > Accomplishments</ small > < i
424
434
class ="mdi-navigation-close right "> </ i > </ span >
425
435
< ul >
426
- < li > </ li >
427
- < li > </ li >
436
+ < li > < b > Tools:</ b > HTML, CSS, Bootstrap, SQLite, Django, Heroku</ li >
437
+ < li > Users can view list and detail information for books and authors.</ li >
438
+ < li > Admin users can create and manage models.</ li >
439
+ < li > Librarians can renew reserved books.</ li >
428
440
429
441
</ ul >
430
442
< div class ="card-action ">
431
- < a aria-label ="Visit Code Island website " href ="http ://google .com " target ="_blank " data-position ="top "
443
+ < a aria-label ="Visit " href ="https ://django-local-lib.herokuapp .com " target ="_blank " data-position ="top "
432
444
data-tooltip ="View Online "
433
445
class ="btn-floating btn-large waves-effect waves-light blue-grey tooltipped "> < i
434
446
class ="fa fa-external-link "> </ i > </ a >
435
- < a aria-label ="Visit the GitHub repo for project " href ="https://github.com/varadbhogayata/ "
447
+ < a aria-label ="Visit the GitHub repo for project " href ="https://github.com/varadbhogayata/django-local-library "
436
448
target ="_blank " data-position ="top " data-tooltip ="View Source "
437
449
class ="btn-floating btn-large waves-effect waves-light blue-grey tooltipped "> < i
438
450
class ="fa fa-github "> </ i > </ a >
@@ -449,31 +461,32 @@ <h3 class="page-title white-text teal">Projects</h3>
449
461
class ="activator " />
450
462
</ div >
451
463
< div class ="card-content ">
452
- < span class ="card-title activator teal-text hoverline "> Project Title < i
464
+ < span class ="card-title activator teal-text hoverline "> Tech Blog < i
453
465
class ="mdi-navigation-more-vert right "> </ i > </ span >
454
466
< p >
455
- Project Description
467
+ Flask based Blog.
456
468
</ p >
457
469
</ div >
458
470
< div class ="card-reveal ">
459
471
<!-- TODO: change this -- only close button -->
460
472
<!-- <span class="card-title brown-text">Accomplishments<i class="mdi-navigation-close right"></i></span> -->
461
- < span class ="card-title brown -text "> < small > Accomplishments</ small > < i
473
+ < span class ="card-title teal -text "> < small > Accomplishments</ small > < i
462
474
class ="mdi-navigation-close right "> </ i > </ span >
463
475
< ul >
464
- < li > </ li >
465
- < li > </ li >
476
+ < li > < b > Tools:</ b > HTML, CSS, Bootstrap, Flask, SQLAlchemy, Postgresql, Python</ li >
477
+ < li > Users can view posts and contact the admin via Contact Page.</ li >
478
+ < li > Admin can Add, Delete, Update posts.</ li >
466
479
467
480
468
481
</ ul >
469
482
< div class ="card-action ">
470
- < a aria-label ="Visit Code Island website " href ="http ://google. com " target ="_blank " data-position ="top "
483
+ < a aria-label ="Visit Blog website " href ="https ://flask-heroku-blog.herokuapp. com/ " target ="_blank " data-position ="top "
471
484
data-tooltip ="View Online "
472
- class ="btn-floating btn-large waves-effect waves-light brown tooltipped "> < i
485
+ class ="btn-floating btn-large waves-effect waves-light blue-grey tooltipped "> < i
473
486
class ="fa fa-external-link "> </ i > </ a >
474
- < a aria-label ="Visit the GitHub repo for project " href ="https://github.com/varadbhogayata/ "
487
+ < a aria-label ="Visit the GitHub repo for project " href ="https://github.com/varadbhogayata/flask-blog "
475
488
target ="_blank " data-position ="top " data-tooltip ="View Source "
476
- class ="btn-floating btn-large waves-effect waves-light brown tooltipped "> < i
489
+ class ="btn-floating btn-large waves-effect waves-light blue-grey tooltipped "> < i
477
490
class ="fa fa-github "> </ i > </ a >
478
491
</ div >
479
492
</ div >
@@ -496,7 +509,7 @@ <h3 class="page-title white-text teal">Projects</h3>
496
509
< div class ="card-reveal ">
497
510
<!-- TODO: change this -- only close button -->
498
511
<!-- <span class="card-title brown-text">Accomplishments<i class="mdi-navigation-close right"></i></span> -->
499
- < span class ="card-title brown -text "> < small > Accomplishments</ small > < i
512
+ < span class ="card-title teal -text "> < small > Accomplishments</ small > < i
500
513
class ="mdi-navigation-close right "> </ i > </ span >
501
514
< ul >
502
515
< li > Incorporated Convolution Neural Networks (CNN) for extracting image features and Long Short Term
@@ -510,7 +523,7 @@ <h3 class="page-title white-text teal">Projects</h3>
510
523
< a aria-label ="Visit the GitHub repo for project "
511
524
href ="https://github.com/varadbhogayata/visual-question-answering " target ="_blank "
512
525
data-position ="top " data-tooltip ="View Source "
513
- class ="btn-floating btn-large waves-effect waves-light brown tooltipped "> < i
526
+ class ="btn-floating btn-large waves-effect waves-light blue-grey tooltipped "> < i
514
527
class ="fa fa-github "> </ i > </ a >
515
528
</ div >
516
529
</ div >
@@ -547,7 +560,7 @@ <h3 class="page-title white-text teal">Projects</h3>
547
560
< div class ="card-action ">
548
561
< a aria-label ="Visit the GitHub repo for project " href ="https://github.com/varadbhogayata/ "
549
562
target ="_blank " data-position ="top " data-tooltip ="View Source "
550
- class ="btn-floating btn-large waves-effect waves-light brown tooltipped "> < i
563
+ class ="btn-floating btn-large waves-effect waves-light blue-grey tooltipped "> < i
551
564
class ="fa fa-github "> </ i > </ a >
552
565
</ div >
553
566
</ div >
@@ -582,7 +595,7 @@ <h3 class="page-title white-text teal">Projects</h3>
582
595
< div class ="card-action ">
583
596
< a aria-label ="Visit the GitHub repo for project " href ="https://github.com/varadbhogayata/ "
584
597
target ="_blank " data-position ="top " data-tooltip ="View Source "
585
- class ="btn-floating btn-large waves-effect waves-light brown tooltipped "> < i
598
+ class ="btn-floating btn-large waves-effect waves-light blue-grey tooltipped "> < i
586
599
class ="fa fa-github "> </ i > </ a >
587
600
</ div >
588
601
</ div >
@@ -617,7 +630,7 @@ <h3 class="page-title white-text teal">Projects</h3>
617
630
< a aria-label ="Visit the GitHub repo for project "
618
631
href ="https://github.com/varadbhogayata/visual-question-answering " target ="_blank "
619
632
data-position ="top " data-tooltip ="View Source "
620
- class ="btn-floating btn-large waves-effect waves-light brown tooltipped "> < i
633
+ class ="btn-floating btn-large waves-effect waves-light blue-grey tooltipped "> < i
621
634
class ="fa fa-github "> </ i > </ a >
622
635
</ div >
623
636
</ div >
0 commit comments