-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
executable file
·722 lines (628 loc) · 30.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
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
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
<!--
_
| |
_ __ ___ | | _____ _ __ ___ ___ _ __
| '_ \ / _ \| |/ / _ \ '_ ` _ \ / _ \| '_ \
| |_) | (_) | < __/ | | | | | (_) | | | |
| .__/ \___/|_|\_\___|_| |_| |_|\___/|_| |_|
| |
|_|
-->
<!DOCTYPE html>
<!--[if IE 8 ]><html class="no-js oldie ie8" lang="en"> <![endif]-->
<!--[if IE 9 ]><html class="no-js oldie ie9" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html class="no-js" lang="en"> <!--<![endif]-->
<head>
<!--- basic page needs -->
<meta charset="utf-8">
<title>Daniel James</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- mobile specific metas -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/fa/all.min.css">
<link rel="stylesheet" href="css/fa/fontawesome.min.css">
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/vendor.css">
<link rel="stylesheet" href="css/card.css">
<link rel="stylesheet" href="https://s.pageclip.co/v1/pageclip.css" media="screen">
<!-- Vendor CSS Files -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- script -->
<script src="js/modernizr.js"></script>
<script src="js/pace.min.js"></script>
<!-- Browser icon - not needed for modern browsers as it will automatically look for favicon.ico -->
<link rel="icon" type="image/icon" href="favicon.ico">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-150422597-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-150422597-1');
</script>
</head>
<body id="top">
<!-- navigationbar -->
<header>
<div class="new-font topnav" id="navbar">
<ul id="nav" class="nav" style="display: block;">
<li class="current"><a class="smoothscroll" href="#intro">Home</a></li>
<li><a class="smoothscroll" href="#coder">Coding</a></li>
<li><a class="smoothscroll" href="#cuber">Cubing</a></li>
<li><a class="smoothscroll" href="#traveller">Travel-Vlogs</a></li>
<li><a class="smoothscroll" href="#contact">Contact</a></li>
</ul>
</div>
</header> <!-- /navigationbar -->
<!-- intro -->
<section id="intro">
<div class="intro-overlay"></div>
<div class="intro-content">
<div class="row">
<div class="col-twelve">
<h1 class="new-font">DANIEL JAMES</h1>
<p class="new-font intro-position">
<span><a class="smoothscroll" href="#coder" style="color: white;">Coding</a></span>
<span><a class="smoothscroll" href="#chess-player" style="color: white;">Chess</a></span>
<span><a class="smoothscroll" href="#cuber" style="color: white;">Cubing</a></span>
<span><a class="smoothscroll" href="#trader" style="color: white;">Algo-Trading</a></span>
</p>
<!-- <a class="new-font button stroke smoothscroll" href="#about" title="">More About Me</a> -->
</div>
</div>
</div>
<ul class="intro-social">
<li><a class="smoothscroll" href="#contact"><i class="fa fa-envelope" style="font-size: 30px;"></i></a></li>
<li><a href="http://www.linkedin.com/in/danieljames-dj" target="_blank"><i class="fab fa-linkedin" style="font-size: 30px;"></i></a></li>
<li><a href="https://twitter.com/djdany444" target="_blank"><i class="fa fa-twitter" style="font-size: 30px;"></i></a></li>
</ul> <!-- /intro-social -->
</section> <!-- /intro -->
<!-- about -->
<section id="coder" class="portfolio">
<div class="container" data-aos="fade-up">
<div class="portfolio-title">
<h2>Coding</h2>
<p>I'm a Full-Stack Developer and my favorite tech-stack is MERN (MongoDB, Express, React, Node) and my favorite programming language is JavaScript. The following are some of my works:</p>
</div>
<div class="row portfolio-container" data-aos="fade-up" data-aos-delay="200">
<div class="col-lg-4 col-md-6 portfolio-item">
<div class="portfolio-wrap">
<img src="images/coder/fundfolio.png" class="img-fluid" alt="">
<div class="portfolio-info" style="background-color: rgba(0, 0, 0, 0.7);">
<h4>Fundfolio</h4>
<p>Currently working as Software Engineer 2 at Fundfolio.</p>
<!-- <button type="button" class="portfolio-more" data-toggle="modal" data-target="#exampleModal">MORE</button> -->
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item">
<div class="portfolio-wrap">
<img src="images/coder/zoho.jpeg" class="img-fluid" alt="">
<div class="portfolio-info" style="background-color: rgba(0, 0, 0, 0.7);">
<h4>Zoho</h4>
<p>Worked at Zoho for 4 years in different domains like Full-Stack development & mobile app development.</p>
<button type="button" class="portfolio-more" data-toggle="modal" data-target="#zohoModal">MORE</button>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item">
<div class="portfolio-wrap">
<img src="images/coder/wca.png" class="img-fluid" alt="">
<div class="portfolio-info" style="background-color: rgba(0, 0, 0, 0.7);">
<h4>World Cube Association (Open-Source)</h4>
<p>Implemented features like Delegate table structuring, score upload processing, etc and fixed few bugs. Worked in purging of database using MySQL queries as part of Results Team.</p>
<!-- <button type="button" class="portfolio-more" data-toggle="modal" data-target="#exampleModal">MORE</button> -->
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item">
<div class="portfolio-wrap">
<img src="images/coder/trading-bot.png" class="img-fluid" alt="">
<div class="portfolio-info" style="background-color: rgba(0, 0, 0, 0.7);">
<h4>Trading Bot</h4>
<p>A live trading application which is built using Node.js & hosted in AWS. It analyze live stock market trends and charts to decide entry and exit points.</p>
<!-- <button type="button" class="portfolio-more" data-toggle="modal" data-target="#exampleModal">MORE</button> -->
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item">
<div class="portfolio-wrap">
<img src="images/coder/nasa.png" class="img-fluid" alt="">
<div class="portfolio-info" style="background-color: rgba(0, 0, 0, 0.7);">
<h4>Sunshine (NASA Space App Challenge)</h4>
<p>Winner, for building prototype applications to effectively utilize solar power.</p>
<!-- <button type="button" class="portfolio-more" data-toggle="modal" data-target="#exampleModal">MORE</button> -->
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item">
<div class="portfolio-wrap">
<img src="images/coder/eyantra.png" class="img-fluid" alt="">
<div class="portfolio-info" style="background-color: rgba(0, 0, 0, 0.7);">
<h4>Bothoven (e-Yantra Robotics competition)</h4>
<p>A synchronized robot system that produces music according to given notes was built.</p>
<!-- <button type="button" class="portfolio-more" data-toggle="modal" data-target="#exampleModal">MORE</button> -->
</div>
</div>
</div>
<!-- <div class="col-lg-4 col-md-6 portfolio-item filter-web">
<div class="portfolio-wrap">
<img src="assets/img/portfolio/portfolio-2.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Web 3</h4>
<p>Web</p>
<div class="portfolio-links">
<a href="assets/img/portfolio/portfolio-2.jpg" data-gallery="portfolioGallery" class="portfolio-lightbox" title="Web 3"><i class="bx bx-plus"></i></a>
<a href="portfolio-details.html" class="portfolio-details-lightbox" data-glightbox="type: external" title="Portfolio Details"><i class="bx bx-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-app">
<div class="portfolio-wrap">
<img src="assets/img/portfolio/portfolio-3.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>App 2</h4>
<p>App</p>
<div class="portfolio-links">
<a href="assets/img/portfolio/portfolio-3.jpg" data-gallery="portfolioGallery" class="portfolio-lightbox" title="App 2"><i class="bx bx-plus"></i></a>
<a href="portfolio-details.html" class="portfolio-details-lightbox" data-glightbox="type: external" title="Portfolio Details"><i class="bx bx-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-card">
<div class="portfolio-wrap">
<img src="assets/img/portfolio/portfolio-4.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Card 2</h4>
<p>Card</p>
<div class="portfolio-links">
<a href="assets/img/portfolio/portfolio-4.jpg" data-gallery="portfolioGallery" class="portfolio-lightbox" title="Card 2"><i class="bx bx-plus"></i></a>
<a href="portfolio-details.html" class="portfolio-details-lightbox" data-glightbox="type: external" title="Portfolio Details"><i class="bx bx-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-web">
<div class="portfolio-wrap">
<img src="assets/img/portfolio/portfolio-5.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Web 2</h4>
<p>Web</p>
<div class="portfolio-links">
<a href="assets/img/portfolio/portfolio-5.jpg" data-gallery="portfolioGallery" class="portfolio-lightbox" title="Web 2"><i class="bx bx-plus"></i></a>
<a href="portfolio-details.html" class="portfolio-details-lightbox" data-glightbox="type: external" title="Portfolio Details"><i class="bx bx-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-app">
<div class="portfolio-wrap">
<img src="assets/img/portfolio/portfolio-6.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>App 3</h4>
<p>App</p>
<div class="portfolio-links">
<a href="assets/img/portfolio/portfolio-6.jpg" data-gallery="portfolioGallery" class="portfolio-lightbox" title="App 3"><i class="bx bx-plus"></i></a>
<a href="portfolio-details.html" class="portfolio-details-lightbox" data-glightbox="type: external" title="Portfolio Details"><i class="bx bx-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-card">
<div class="portfolio-wrap">
<img src="assets/img/portfolio/portfolio-7.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Card 1</h4>
<p>Card</p>
<div class="portfolio-links">
<a href="assets/img/portfolio/portfolio-7.jpg" data-gallery="portfolioGallery" class="portfolio-lightbox" title="Card 1"><i class="bx bx-plus"></i></a>
<a href="portfolio-details.html" class="portfolio-details-lightbox" data-glightbox="type: external" title="Portfolio Details"><i class="bx bx-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-card">
<div class="portfolio-wrap">
<img src="assets/img/portfolio/portfolio-8.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Card 3</h4>
<p>Card</p>
<div class="portfolio-links">
<a href="assets/img/portfolio/portfolio-8.jpg" data-gallery="portfolioGallery" class="portfolio-lightbox" title="Card 3"><i class="bx bx-plus"></i></a>
<a href="portfolio-details.html" class="portfolio-details-lightbox" data-glightbox="type: external" title="Portfolio Details"><i class="bx bx-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-web">
<div class="portfolio-wrap">
<img src="assets/img/portfolio/portfolio-9.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Web 3</h4>
<p>Web</p>
<div class="portfolio-links">
<a href="assets/img/portfolio/portfolio-9.jpg" data-gallery="portfolioGallery" class="portfolio-lightbox" title="Web 3"><i class="bx bx-plus"></i></a>
<a href="portfolio-details.html" class="portfolio-details-lightbox" data-glightbox="type: external" title="Portfolio Details"><i class="bx bx-link"></i></a>
</div>
</div>
</div>
</div> -->
</div>
</div>
<div class="col-twelve tab-full social" style="text-align: center; height: 40px;">
<ul class="coder-social">
<li><a href="https://github.com/danieljames-dj" target="_blank"><i class="fab fa-github" style="font-size: 30px;"></i></a></li>
<li><a href="http://www.linkedin.com/in/danieljames-dj" target="_blank"><i class="fab fa-linkedin" style="font-size: 30px;"></i></a></li>
<li><a href="https://medium.com/danieljames-dev-blogs" target="_blank"><i class="fab fa-medium" style="font-size: 30px;"></i></a></li>
</ul>
</div>
<div class="row resume-timeline">
<div class="col-twelve sub-header">
</div> <!-- /resume-header -->
</div> <!-- /resume-timeline -->
<!-- <div class="row button-section"> -->
<!-- <div class="col-twelve"> -->
<!-- <a href="#contact" title="Contact Me" class="button stroke smoothscroll">Contact Me</a> -->
<!-- <a href="#" title="Download CV" class="button button-primary">Download CV</a> -->
<!-- </div> -->
<!-- </div> -->
</section> <!-- /about -->
<!-- developer -->
<section id="developer" style="display: none;">
<div class="row section-intro">
<div class="col-twelve">
<h5>Chess-Player</h5>
<h1>All about my Coding.</h1>
</div>
</div>
<div class="row">
<div class="new-font col-twelve">
<div class="col-four tab-full" style="text-align: center;">
<i class="fas fa-window-maximize" style="font-size: 60px; color: #4169e1;"></i>
<h3 class="skillset-heading">Full Stack<br/>Developer</h3>
<p class="skillset-content">
I am proficient in many web frameworks such as React and Angular along with other quintessential front end technologies. On the server-side programming, I am well versed in Node.js and Spring Boot. I also have knowledge of various DBMS technologies like MySQL, MongoDB, etc.
</p>
</div>
<div class="col-four tab-full" style="text-align: center;">
<i class="fas fa-mobile-alt" style="font-size: 60px; color: #4169e1;"></i>
<h3 class="skillset-heading">Native Mobile<br/>App Developer</h3>
<p class="skillset-content">
I am well experienced in creating secure, interactive and intuitive apps for both iOS and Android platforms. For iOS apps, I use Swift or Objective-C (Xcode) and for Android apps, I predominantly use Java in Android Studio.
</p>
</div>
<div class="col-four tab-full" style="text-align: center;">
<i class="fas fa-chalkboard-teacher" style="font-size: 60px; color: #4169e1;"></i>
<h3 class="skillset-heading">Machine Learning<br/>Developer</h3>
<p class="skillset-content">
I am well sound in the implementation of standard ML algorithms through libraries, packages, and APIs such as scikit-learn, NumPy, Pandas, etc and applying them effectively to select the right models and learning procedures to fit the data.
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-twelve"></div>
<div class="col-twelve">
<br/><br/>
<div class="col-six tab-full"><a href="https://github.com/danieljames-dj?tab=repositories" target="_blank" style="color: inherit;">
<div class="image-container">
<img src="images/developer/projects.png" class="image-dev"></img>
<h2 class="new-font image-title">OPEN SOURCE PROJECTS</h2>
<div class="after"></div>
</div></a>
</div>
<div class="col-six tab-full"><a href="https://danieljames-dj.github.io/developer-blogs/" target="_blank" style="color: inherit;">
<div class="image-container">
<img src="images/developer/blogs.png" class="image-dev"></img>
<h2 class="new-font image-title">DEVELOPER BLOGS</h2>
<div class="after"></div>
</div></a>
</div>
</div>
</div>
</section> <!-- /developer -->
<!-- cuber -->
<section id="cuber">
<div class="row section-intro">
<div class="col-twelve">
<h5>Cuber</h5>
<h1>It's my world of puzzles.</h1>
<p class="lead">I started my cubing venture by solving a simple 3x3 puzzle in 2012. Later I was introduced to various other twisty puzzles and methodologies through World Cube Association. Now I'm a WCA Delegate who has the responsibility of supervision of WCA competitions. I'm also a part of WCA Results Team & WCA Executive Assistant Team.</p>
<a class="button stroke" href="https://www.worldcubeassociation.org/persons/2012JAME04" target="_blank" title="">Visit my WCA Profile</a>
</div>
</div>
<div class="sub-header"><h2>Statistics</h2></div>
<div class="row">
<div class="col-twelve" style="background-color: #708090; padding-top: 20px;">
<div class="block-1-6 block-s-1-3 block-tab-1-2 block-mob-full stats-list">
<div class="bgrid stat">
<div class="icon-part">
<i class="fas fa-trophy" style="color: white; width: 50px; height: 50px;"></i>
</div>
<h3 class="stat-count">
6
</h3>
<h5 class="stat-title">
National Records
</h5>
</div> <!-- /stat -->
<div class="bgrid stat">
<div class="icon-part">
<i class="fas fa-medal" style="color: white; width: 50px; height: 50px;"></i>
</div>
<h3 class="stat-count">
91
</h3>
<h5 class="stat-title">
Medals
</h5>
</div> <!-- /stat -->
<div class="bgrid stat">
<div class="icon-part">
<i class="cubing-icon event-333" style="color: white; width: 50px; height: 50px;"></i>
</div>
<h3 class="stat-count">
11.97s
</h3>
<h5 class="stat-title">
Fastest Time to solve 3x3x3 Cube
</h5>
</div> <!-- /stat -->
<div class="bgrid stat">
<div class="icon-part">
<i class="cubing-icon event-222" style="color: white; width: 50px; height: 50px;"></i>
</div>
<h3 class="stat-count">
2.17s
</h3>
<h5 class="stat-title">
Fastest Time to solve 2x2x2 Cube
</h5>
</div> <!-- /stat -->
<div class="bgrid stat">
<div class="icon-part">
<i class="cubing-icon event-333bf" style="color: white; width: 50px; height: 50px;"></i>
</div>
<h3 class="stat-count">
64.90s
</h3>
<h5 class="stat-title">
Fastest Time to solve 3x3x3 Cube Blindfolded
</h5>
</div> <!-- /stat -->
<div class="bgrid stat">
<div class="icon-part">
<i class="cubing-icon event-333mbf" style="color: white; width: 50px; height: 50px;"></i>
</div>
<h3 class="stat-count">
12/13
</h3>
<h5 class="stat-title">
Most number of Cubes solved Multi-blindfolded
</h5>
</div> <!-- /stat -->
</div> <!-- /stats-list -->
</div> <!-- /twelve -->
</div> <!-- /row -->
<br/>
<div class="col-twelve sub-header"><h2>Videos</h2></div>
<div class="row">
<div class="col-four tab-full">
<div class="youtube" data-embed="uJEh5aaF5os">
<div class="youtube-title">Rubik's Cube 3x3 Feet - 36 seconds - National Record in 2014 - India [Cubing Diary - Daniel James]</div>
<div class="play-button"></div>
</div>
</div>
<div class="col-four tab-full">
<div class="youtube" data-embed="d1kNOuNV_gg">
<div class="youtube-title">Rubik's Cube Blindfolded solve at Yamistha 2014 at CET [Cubing Diary - Daniel James]</div>
<div class="play-button"></div>
</div>
</div>
<div class="col-four tab-full">
<div class="youtube" data-embed="a6jB6QsmQuc">
<div class="youtube-title">Aju Cube DD4</div>
<div class="play-button"></div>
</div>
</div>
</div>
<div class="row">
<div class="col-four tab-full">
<div class="youtube" data-embed="paxDZpcpC1E">
<div class="youtube-title">Daniel James in TV New Channel</div>
<div class="play-button"></div>
</div>
</div>
<div class="col-four tab-full">
<div class="youtube" data-embed="2EAFQCITXcM">
<div class="youtube-title">ENIGMA | Daniel James | Rubik's cube 3x3 feet national record holder | Neo Film School</div>
<div class="play-button"></div>
</div>
</div>
<div class="col-four tab-full">
<div class="youtube" data-embed="ui6-lugMh90">
<div class="youtube-title">Solving a Rubik's Cube Blindfolded ft. Daniel James at Kadence Xperience Store Koramangala</div>
<div class="play-button"></div>
</div>
</div>
</div>
<!-- <div class="row">
</div> -->
</section> <!-- /cuber -->
<!-- traveller -->
<section id="traveller">
<div class="row section-intro">
<div class="col-twelve">
<h5>Gallivanter</h5>
<h1>One who loves to travel.</h1>
<p class="lead">Exploring new places and cultures was always my dream. Through my WCA Delegate missions, I got to travel across the length & breadth of the country and sometimes even outside the country. Recently, I bought a GoPro and started documenting my travel. These are the little sneak peaks of my voyage...</p>
</div>
</div>
<div class="row">
<div class="col-four tab-full">
<div class="youtube" data-embed="bhtMPU8SCU8">
<div class="youtube-title">Tenkasi Days 2019 [Travel Diary - Daniel James]</div>
<div class="play-button"></div>
</div>
</div>
<div class="col-four tab-full">
<div class="youtube" data-embed="e1xrh-k-SOs">
<div class="youtube-title">A trip to Humpi 2020 [Travel Diary - Daniel James, Boby Thomas]</div>
<div class="play-button"></div>
</div>
</div>
<div class="col-four tab-full">
<div class="youtube" data-embed="zr3PrR0osKo">
<div class="youtube-title">A day at Punchakari, Trivandrum 2019 [Travel Diary - Daniel James, Mohammed Redzuan]</div>
<div class="play-button"></div>
</div>
</div>
<div class="col-four tab-full">
<div class="youtube" data-embed="GpP58zCHl9s">
<div class="youtube-title">Scenic Beauty of Train travel Chengalpattu to Kollam - 2019 [Travel Diary - Daniel James]</div>
<div class="play-button"></div>
</div>
</div>
<div class="col-four tab-full">
<div class="youtube" data-embed="tqKptdtaTIg">
<div class="youtube-title">VGP Marine Kingdom Chennai 2019 [Travel Diary - Daniel James]</div>
<div class="play-button"></div>
</div>
</div>
<div class="col-four tab-full">
<div class="youtube" data-embed="8Ldh5xPDUN4">
<div class="youtube-title">A car ride from Kochi to Chennai 2019 [Travel Diary - Daniel James]</div>
<div class="play-button"></div>
</div>
</div>
</div>
</section> <!-- /traveller -->
<!-- contact -->
<section id="contact">
<div class="row section-intro">
<div class="col-twelve">
<h5>Contact</h5>
<h1>I'd Love To Hear From You.</h1>
</div>
</div>
<div class="row contact-form">
<div class="col-twelve">
<!-- form -->
<form action="https://send.pageclip.co/YuzawBxTH9Qkq1dThUMx1tjyTGpciYvu" class="pageclip-form pageclip-form--success" method="post" name="contactForm" id="contactForm">
<fieldset>
<div class="form-field">
<input name="contactName" type="text" id="contactName" placeholder="Name" value="" minlength="2" required="">
</div>
<div class="form-field">
<input name="contactEmail" type="email" id="contactEmail" placeholder="Email" value="" required="">
</div>
<div class="form-field">
<input name="contactSubject" type="text" id="contactSubject" placeholder="Subject" value="">
</div>
<div class="form-field">
<textarea name="contactMessage" id="contactMessage" placeholder="message" rows="10" cols="50" required=""></textarea>
</div>
<div class="form-field">
<button class="submitform">Send</button>
<div id="submit-loader">
<div class="text-loader">Sending...</div>
<div class="s-loader">
<div class="bounce1"></div>
<div class="bounce2"></div>
<div class="bounce3"></div>
</div>
</div>
</div>
</fieldset>
</form> <!-- Form End -->
</div> <!-- /col-twelve -->
</div> <!-- /contact-form -->
</section> <!-- /contact -->
<!-- footer -->
<footer id="footer">
<div class="row">
<div class="col-six tab-full pull-right social">
<ul class="footer-social">
<a href="https://www.google.com/maps/place/Kerala/@10.5327259,73.8840483,7z/data=!3m1!4b1!4m5!3m4!1s0x3b0812ffd49cf55b:0x64bd90fbed387c99!8m2!3d10.8505159!4d76.2710833" target="_blank"><li><i class="icon-pin"></i></li>Kerala, India</a>
<!-- <li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-behance"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-dribbble"></i></a></li>
<li><a href="#"><i class="fa fa-instagram"></i></a></li> -->
</ul>
</div>
<div class="col-six tab-full">
<div class="copyright">
<span>Icons by <a href="https://fontawesome.com/license" target="_blank">fontawesome</a></span>
<span>Design by <a href="http://www.styleshout.com/" target="_blank">styleshout</a></span>
</div>
</div>
</div>
</footer> <!-- /footer -->
<div id="go-top">
<a class="smoothscroll" title="Back to Top" href="#top"><i class="fa fa-long-arrow-up"></i></a>
</div>
<div id="preloader">
<div id="loader"></div>
</div>
<!-- Modal -->
<div class="modal fade" id="zohoModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h2 class="modal-title" id="exampleModalLabel">Zoho</h2>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<h5>Member Technical Staff: Full-Stack development (Zoho Sheet)</h5>
<ul>
<li>Implemented the front-end part of collaboration handling among multiple users in the same spreadsheet.</li>
<li>Worked on features like text rotation, row and column grouping, etc.</li>
<li>Integrated JS source map, minification and lazy loading for enhancing performance and easy debugging for co-developers.</li>
</ul>
<h5>Member Technical Staff: iOS development (Zoho Sheet)</h5>
<ul>
<li>Implemented the file listing page and handled actions like share, delete, mark as favorite, etc.</li>
<li>Implemented spreadsheet features like multiline input, picklist, date picker, etc.</li>
<li>Worked in migration of the app from Objective-C to Swift 3, and later to Swift 5.</li>
</ul>
</div>
<div class="modal-footer">
<!-- <button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
<button type="button" class="btn btn-primary">Save changes</button> -->
</div>
</div>
</div>
</div>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/purecounter/purecounter.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/waypoints/noframework.waypoints.js"></script>
<!-- JavaScript -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<script src="https://s.pageclip.co/v1/pageclip.js" charset="utf-8"></script>
<script src="js/jquery-2.1.3.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</body>
</html>