forked from thanhnt-2075/storysea.in
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·738 lines (664 loc) · 43.6 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
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-171053499-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-171053499-2');
</script>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Storysea</title>
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap"
rel="stylesheet">
<link rel="stylesheet" type="text/css" href="assets/css/screen.css">
<meta name="description" content="Thoughts, stories and ideas" />
<link rel="shortcut icon" href="content/images/default.png" type="image/x-icon" />
<meta name="referrer" content="no-referrer-when-downgrade" />
<meta property="og:site_name" content="storysea" />
<meta property="og:type" content="website" />
<meta property="og:title" content="storysea" />
<meta property="og:description" content="Thoughts, stories and ideas" />
<meta property="og:url" content="storysea.in" />
<meta property="og:image" content="content/default-monochrome-white.svg" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="storysea" />
<meta name="twitter:description" content="Thoughts, stories and ideas" />
<meta name="twitter:url" content="twitter.com/storysea11" />
<meta name="twitter:image" content="content/images/default.png" />
<meta name="twitter:site" content="@storysea11" />
<meta property="og:image:width" content="720" />
<meta property="og:image:height" content="1080" />
</head>
<body
class="home-template global-hash-blue global-hash-details-goldenrod global-hash-full-image global-hash-green global-hash-large global-hash-login-panel-disable global-hash-orange global-hash-post-orange global-hash-post-violet global-hash-red global-hash-violet global-hash-yellow">
<div class="global-wrap">
<div class="section-content-wrap">
<div class="section-header wrap">
<header class="header-wrap flex">
<div class="header-logo">
<h1 class="is-logo"><a href="https://storysea.in"><img
src="content/default-monochrome-white.svg" alt="storysea"></a></h1>
</div>
<div class="header-nav">
<nav class="nav-wrap">
<label for="toggle" class="nav-label hamburger hamburger-minus">
<span class="hamburger-box">
<span class="hamburger-inner"></span>
</span>
</label>
<input type="checkbox" id="toggle" class="nav-toggle">
<ul class="nav-list">
<li class="nav-list-item">
<a href="/contact" class="nav-link">Contact</a>
<span class="nav-dot"></span>
</li>
<li class="nav-list-item">
<a href="/about_us" class="nav-link">About</a>
<span class="nav-dot"></span>
</li>
<li class="nav-list-item">
<a href="https://cdn.forms-content.sg-form.com/93345a1d-bc5a-11ea-9ff5-66e09640f725"
class="nav-link">Subscribe</a>
<span class="nav-dot"></span>
</li>
<li class="nav-dots is-visible">
<ul class="nav-dots-wrap">
<li class="nav-list-item">
<a href="/coming_soon" class="nav-link">Authors</a>
<span class="nav-dot"></span>
</li>
<li class="nav-list-item">
<a href="/coming_soon" class="nav-link">Tags</a>
<span class="nav-dot"></span>
</li>
</ul>
</li>
<!--
<li class="section-members-login-panel">
<a class="members-signin" href="signin/">Sign in</a>
<a class="members-signup" href="signup/">Sign up</a>
</li>
-->
<li class="nav-list-item search-open"><span>Search</span><svg role="img"
viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path
d="M18.420346,15.5800244 L24,21.1596784 L21.1596784,24 L15.5800244,18.420346 C13.9925104,19.4717887 12.088789,20.0841064 10.0420532,20.0841064 C4.49598037,20.0841064 0,15.5881261 0,10.0420532 C0,4.49598037 4.49598037,0 10.0420532,0 C15.5881261,0 20.0841064,4.49598037 20.0841064,10.0420532 C20.0841064,12.088789 19.4717887,13.9925104 18.420346,15.5800244 Z M10.0420532,16.0672851 C13.3696969,16.0672851 16.0672851,13.3696969 16.0672851,10.0420532 C16.0672851,6.71440951 13.3696969,4.01682129 10.0420532,4.01682129 C6.71440951,4.01682129 4.01682129,6.71440951 4.01682129,10.0420532 C4.01682129,13.3696969 6.71440951,16.0672851 10.0420532,16.0672851 Z" />
</svg></li>
</ul>
</nav>
</div>
<div class="blog-description flex">Thoughts, stories and ideas</div>
</header>
</div>
<div id="slider" class="section-scrollable">
<div class="section-featured asyncImage is-featured-image">
<div class="featured-image" style="background-image: url(https://image.freepik.com/free-vector/help-support-question-mark-scribble-style-background_1017-25237.jpg)">
</div>
<div class="featured-wrap flex">
<article class="featured-content">
<span class="featured-label global-tag"><svg role="img" viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg">
<path
d="M22.9712403,8.05987765 L16.2291373,8.05987765 L12.796794,0.459688839 C12.5516266,-0.153229613 11.4483734,-0.153229613 11.0806223,0.459688839 L7.64827899,8.05987765 L0.906176009,8.05987765 C0.538424938,8.05987765 0.170673866,8.30504503 0.0480901758,8.6727961 C-0.0744935148,9.04054717 0.0480901758,9.40829825 0.293257557,9.65346563 L5.31918887,14.3116459 L3.11268244,22.4021694 C2.99009875,22.7699205 3.11268244,23.1376716 3.48043351,23.382839 C3.72560089,23.6280063 4.21593565,23.6280063 4.46110303,23.5054227 L11.9387082,19.2149935 L19.4163133,23.5054227 C19.538897,23.6280063 19.6614807,23.6280063 19.906648,23.6280063 C20.1518154,23.6280063 20.2743991,23.5054227 20.5195665,23.382839 C20.7647339,23.1376716 20.8873176,22.7699205 20.8873176,22.4021694 L18.6808111,14.3116459 L23.7067424,9.65346563 C23.9519098,9.40829825 24.0744935,9.04054717 23.9519098,8.6727961 C23.7067424,8.30504503 23.3389914,8.05987765 22.9712403,8.05987765 Z" />
</svg> Featured</span>
<h2>
<a href="/motitoon/story-of-luck">
THE DILEMMA OF BEING LUCKY!
</a><span class="featured-dot"></span>
</h2>
<div class="item-meta white">
<span>by</span>
<a href="#">Motitoon-Motivation</a>
</div>
</article>
</div>
</div>
<div class="section-featured asyncImage is-featured-image">
<div class="featured-image" style="background-image: url(https://image.freepik.com/free-vector/left-right-human-brain-cerebral-hemispheres-pictorial-symbolic-colorful-figure-with-flowchart-activity-zones-vector-illustration_98292-3513.jpg)">
</div>
<div class="featured-wrap flex">
<article class="featured-content">
<span class="featured-label global-tag"><svg role="img" viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg">
<path
d="M22.9712403,8.05987765 L16.2291373,8.05987765 L12.796794,0.459688839 C12.5516266,-0.153229613 11.4483734,-0.153229613 11.0806223,0.459688839 L7.64827899,8.05987765 L0.906176009,8.05987765 C0.538424938,8.05987765 0.170673866,8.30504503 0.0480901758,8.6727961 C-0.0744935148,9.04054717 0.0480901758,9.40829825 0.293257557,9.65346563 L5.31918887,14.3116459 L3.11268244,22.4021694 C2.99009875,22.7699205 3.11268244,23.1376716 3.48043351,23.382839 C3.72560089,23.6280063 4.21593565,23.6280063 4.46110303,23.5054227 L11.9387082,19.2149935 L19.4163133,23.5054227 C19.538897,23.6280063 19.6614807,23.6280063 19.906648,23.6280063 C20.1518154,23.6280063 20.2743991,23.5054227 20.5195665,23.382839 C20.7647339,23.1376716 20.8873176,22.7699205 20.8873176,22.4021694 L18.6808111,14.3116459 L23.7067424,9.65346563 C23.9519098,9.40829825 24.0744935,9.04054717 23.9519098,8.6727961 C23.7067424,8.30504503 23.3389914,8.05987765 22.9712403,8.05987765 Z" />
</svg> Featured</span>
<h2>
<a href="/logic-and-mind">
Logic Conflicts with Mind
</a><span class="featured-dot"></span>
</h2>
<div class="item-meta white">
<span>by</span>
<a href="#">Dvij Hirenkumar Joshi (IIT BHU CSE)</a>
</div>
</article>
</div>
</div>
<div class="section-featured is-featured-image">
<div class="featured-image asyncImage"
style="background-image: url(https://images.unsplash.com/photo-1522120691812-dcdfb625f397?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=668&q=80)">
</div>
<div class="featured-wrap flex">
<article class="featured-content">
<span class="featured-label global-tag"><svg role="img" viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg">
<path
d="M22.9712403,8.05987765 L16.2291373,8.05987765 L12.796794,0.459688839 C12.5516266,-0.153229613 11.4483734,-0.153229613 11.0806223,0.459688839 L7.64827899,8.05987765 L0.906176009,8.05987765 C0.538424938,8.05987765 0.170673866,8.30504503 0.0480901758,8.6727961 C-0.0744935148,9.04054717 0.0480901758,9.40829825 0.293257557,9.65346563 L5.31918887,14.3116459 L3.11268244,22.4021694 C2.99009875,22.7699205 3.11268244,23.1376716 3.48043351,23.382839 C3.72560089,23.6280063 4.21593565,23.6280063 4.46110303,23.5054227 L11.9387082,19.2149935 L19.4163133,23.5054227 C19.538897,23.6280063 19.6614807,23.6280063 19.906648,23.6280063 C20.1518154,23.6280063 20.2743991,23.5054227 20.5195665,23.382839 C20.7647339,23.1376716 20.8873176,22.7699205 20.8873176,22.4021694 L18.6808111,14.3116459 L23.7067424,9.65346563 C23.9519098,9.40829825 24.0744935,9.04054717 23.9519098,8.6727961 C23.7067424,8.30504503 23.3389914,8.05987765 22.9712403,8.05987765 Z" />
</svg> Featured</span>
<h2>
<a href="/Inspiring_journey">
An inspiring journey of an engineering student to 40 lakhs placement!!
</a><span class="featured-dot"></span>
</h2>
<div class="item-meta white">
<span>by</span>
<a href="#">Sourabh Varshney</a>
</div>
</article>
</div>
</div>
<div class="section-featured is-featured-image">
<div class="featured-image asyncImage"
style="background-image: url(https://images.unsplash.com/photo-1579758300918-333e43ba760d?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1567&q=80)">
</div>
<div class="featured-wrap flex">
<article class="featured-content">
<span class="featured-label global-tag"><svg role="img" viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg">
<path
d="M22.9712403,8.05987765 L16.2291373,8.05987765 L12.796794,0.459688839 C12.5516266,-0.153229613 11.4483734,-0.153229613 11.0806223,0.459688839 L7.64827899,8.05987765 L0.906176009,8.05987765 C0.538424938,8.05987765 0.170673866,8.30504503 0.0480901758,8.6727961 C-0.0744935148,9.04054717 0.0480901758,9.40829825 0.293257557,9.65346563 L5.31918887,14.3116459 L3.11268244,22.4021694 C2.99009875,22.7699205 3.11268244,23.1376716 3.48043351,23.382839 C3.72560089,23.6280063 4.21593565,23.6280063 4.46110303,23.5054227 L11.9387082,19.2149935 L19.4163133,23.5054227 C19.538897,23.6280063 19.6614807,23.6280063 19.906648,23.6280063 C20.1518154,23.6280063 20.2743991,23.5054227 20.5195665,23.382839 C20.7647339,23.1376716 20.8873176,22.7699205 20.8873176,22.4021694 L18.6808111,14.3116459 L23.7067424,9.65346563 C23.9519098,9.40829825 24.0744935,9.04054717 23.9519098,8.6727961 C23.7067424,8.30504503 23.3389914,8.05987765 22.9712403,8.05987765 Z" />
</svg> Featured</span>
<h2><a href="/trusting-people-easily">
Trusting people too easily!
</a><span class="featured-dot"></span></h2>
<div class="item-meta white">
<span>by</span>
<a href="#">Manoj kumar (IIT DELHI)</a>
<time datetime="2020-07-06"> 6 July 2020
</time>
</div>
</article>
</div>
</div>
</div>
<div class="scrollable-nav">
<span id="next" class="next"></span>
</div>
<div id="loop" class="section-loop wrap no-featured">
<div class="items-wrap flex">
<!-- <div class="item-wrap flex post tag-lifestyle featured is-image">
<article>
<a href="/motitoon/story-of-luck" class="item-link-overlay"
aria-label="Why You Shouldn't Wait For The Finish Line"></a>
<div class="item-image asyncImage" style="background-image: url(https://image.freepik.com/free-vector/help-support-question-mark-scribble-style-background_1017-25237.jpg)">
</div>
<h2><a href="/motitoon/story-of-luck" class="white">
THE DILEMMA OF BEING LUCKY!
</a>
</h2>
<div class="item-meta white is-primary-tag ">
<span>by</span>
<a class="author-name white" href="motitoon/story-of-luck">Motitoon-Motivation</a>
</div>
<a class="primary-tag global-tag white" href="motitoon/story-of-luck">Motitoon</a>
</article>
</div> -->
<div class="item-wrap flex post tag-lifestyle featured is-image">
<article>
<a href="/logic-and-mind" class="item-link-overlay"
aria-label="Why You Shouldn't Wait For The Finish Line"></a>
<div class="item-image asyncImage" style="background-image: url(https://image.freepik.com/free-vector/left-right-human-brain-cerebral-hemispheres-pictorial-symbolic-colorful-figure-with-flowchart-activity-zones-vector-illustration_98292-3513.jpg)">
</div>
<h2><a href="/logic-and-mind" class="white">Logic Conflicts with Mind</a>
</h2>
<div class="item-meta white is-primary-tag ">
<span>by</span>
<a class="author-name white" href="#">Dvij Hirenkumar Joshi (IIT BHU CSE)</a>
</div>
<a class="primary-tag global-tag white" href="#">Mind</a>
</article>
</div>
<div class="item-wrap flex post tag-lifestyle featured is-image">
<article>
<a href="/why-you-shouldn't-wait-for-the-finish-line" class="item-link-overlay"
aria-label="Why You Shouldn't Wait For The Finish Line"></a>
<div class="item-image asyncImage" style="background-image: url(content/images/optimistic.jpg)">
</div>
<h2><a href="/why-you-shouldn't-wait-for-the-finish-line" class="white">Why You Shouldn't
Wait For The Finish Line</a>
</h2>
<div class="item-meta white is-primary-tag ">
<span>by</span>
<a class="author-name white" href="#">Deepro Nath IIT(BHU) ECE</a>
</div>
<a class="primary-tag global-tag white" href="#">Deep</a>
</article>
</div>
<div class="item-wrap flex post tag-lifestyle featured no-image tag-hash-blue">
<article>
<a href="/mental-health" class="item-link-overlay" aria-label="Mental Health"></a>
<!-- <div class="item-image asyncImage"
style="background-image: url(https://image.freepik.com/free-vector/people-connecting-jigsaw-pieces-head-together_53876-43021.jpg)">
</div> -->
<h2><a href="/mental-health" class="white">Mental Health</a>
</h2>
<div class="item-meta white is-primary-tag ">
<span>by</span>
<a class="author-name white" href="#">Sonu Kumar</a>
</div>
<a class="primary-tag global-tag white" href="#">Mental-Health</a>
</article>
</div>
<div class="item-wrap flex post tag-lifestyle featured is-image">
<article>
<a href="/the-sparkling-moonlight" class="item-link-overlay"
aria-label="The Sparkling Moonlight"></a>
<div class="item-image asyncImage"
style="background-image: url(https://image.freepik.com/free-vector/realistic-full-moon-sky-background_23-2148419956.jpg)">
</div>
<h2><a href="/the-sparkling-moonlight" class="white">The Sparkling Moonlight</a>
</h2>
<div class="item-meta white is-primary-tag ">
<span>by</span>
<a class="author-name white" href="#">Gayatri Dhavalshankh</a>
</div>
<a class="primary-tag global-tag white" href="#">Memories</a>
</article>
</div>
<div class="item-wrap flex post tag-lifestyle featured is-image">
<article>
<a href="/the-tendency-of-hypocritical-admiration" class="item-link-overlay"
aria-label="The Tendency of Hypocritical Admiration"></a>
<div class="item-image asyncImage"
style="background-image: url(https://image.freepik.com/free-vector/two-businessmen-with-masks_1133-276.jpg)">
</div>
<h2><a href="/the-tendency-of-hypocritical-admiration" class="white">The Tendency of
Hypocritical Admiration</a>
</h2>
<div class="item-meta white is-primary-tag ">
<span>by</span>
<a class="author-name white" href="#">Dvij Hirenkumar Joshi (IIT BHU CSE)</a>
</div>
<a class="primary-tag global-tag white" href="#">Human-Behavior</a>
</article>
</div>
<div class="item-wrap flex post tag-lifestyle featured is-image">
<article>
<a href="/the-dry-petal-in-my-diary" class="item-link-overlay"
aria-label="The Dry Petal In My Diary"></a>
<div class="item-image asyncImage"
style="background-image: url(https://images.unsplash.com/photo-1522836924445-4478bdeb860c?ixlib=rb-1.2.1&auto=format&fit=crop&w=1650&q=80)">
</div>
<h2><a href="/the-dry-petal-in-my-diary" class="white">The Dry Petal In My Diary</a>
</h2>
<div class="item-meta white is-primary-tag ">
<span>by</span>
<a class="author-name white" href="#">Vijaya Gonugade (IIT PATNA)</a>
</div>
<a class="primary-tag global-tag white" href="#">Memories</a>
</article>
</div>
<div class="item-wrap tag-hash-large tag-hash-green flex post featured no-image">
<article>
<a href="/emotional-investment" class="item-link-overlay"
aria-label="/emotional-investment"></a>
<h2><a href="/emotional-investment" class="white">Emotional Investment</a>
</h2>
<div class="item-meta white is-primary-tag ">
<span>by</span>
<a class="author-name white" href="#">Ria Sonigara (IIT BHU)</a>
</div>
<a class="primary-tag global-tag white" href="#">Philosophical</a>
</article>
</div>
<div class="item-wrap flex post tag-hash-yellow tag-lifestyle featured is-image">
<article>
<a href="/memories_of_kota" class="item-link-overlay"
aria-label="Memories of Kota, Where JEE is in The Air…"></a>
<div class="item-image asyncImage" style="background-image: url()">
</div>
<h2><a href="/memories_of_kota" class="white">Memories of Kota, Where JEE is in The Air…</a>
</h2>
<div class="item-meta white is-primary-tag ">
<span>by</span>
<a class="author-name white" href="#">Manoj kumar (IIT DELHI CSE)</a>
</div>
<a class="primary-tag global-tag white" href="#">Inspirational</a>
</article>
</div>
<div class="item-wrap flex post tag-education tag-hash-red no-image ">
<article>
<a href="/ankul-blog" class="item-link-overlay"
aria-label="The Unconstructed Road to Paris !!"></a>
<h2><a href="/ankul-blog" class="white">
The Unconstructed Road to Paris !!</a></h2>
<div class="item-meta white is-primary-tag ">
<span>by</span>
<a class="author-name white" href="#">Ankul Prajapati</a>
</div>
<a class="primary-tag global-tag white" href="#">Education</a>
</article>
</div>
<div class="item-wrap flex post tag-design featured is-image">
<article>
<a href="dicision_making" class="item-link-overlay" aria-label=""></a>
<div class="item-image asyncImage"
style="background-image: url(https://images.unsplash.com/photo-1500856056008-859079534e9e?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1651&q=80)">
</div>
<h2><a href="https://storysea.in/dicision_making" class="white">Waiting hurts.
Forgetting hurts. But not knowing which decision to take can sometimes be the most
painful...
</a></h2>
<div class="item-meta white is-primary-tag ">
<span>by</span>
<a class="author-name white" href="#/">Monil Jain</a>
<time datetime="2020-07-02">2 July 2020</time>
</div>
<a class="primary-tag global-tag white" href="#">Deep</a>
</article>
</div>
</div>
</div>
<!-- <div class="section-load-more">
<div class="load-more" style="display: inline-block;">
<span>Load more</span>
</div>
</div> -->
<br>
<h3 style="text-align: center; text-decoration: underline;">
<a href="/more" onMouseOver="this.style.color='#E7A007'" onMouseOut="this.style.color='#000'">More
Stories</a>
</h3>
<div class="section-subscribe wrap">
<div class="subscribe-wrap">
<form name="contact" method="POST" netlify>
<h3>Join our occasional newsletter.</h3>
<div id="ityped" class="ityped">
<span class="ityped-wrap"></span>
</div>
<div class="form-group">
<input class="subscribe-email" placeholder="Your email address" type="email" name="email"
aria-label="Your email address" required>
</div>
<button class="global-button" type="send">Subscribe</button>
</form>
</div>
</div>
</div>
<footer class="section-footer">
<div class="footer-wrap wrap flex">
<div class="footer-logo flex">
<a class="is-logo" href="/"><img src="/content/default-monochrome-white.svg" alt="storysea"></a>
</div>
<div class="footer-nav">
<ul class="nav-list">
<li class="nav-list-item">
<a href="contact" class="nav-link">Contact</a>
<span class="nav-dot"></span>
</li>
</ul>
</div>
<div class="footer-social-links flex">
<a href="https://twitter.com/storysea11" aria-label="link Twitter">
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512"
style="enable-background:new 0 0 512 512;" xml:space="preserve">
<path style="fill:#03A9F4;" d="M512,97.248c-19.04,8.352-39.328,13.888-60.48,16.576c21.76-12.992,38.368-33.408,46.176-58.016
c-20.288,12.096-42.688,20.64-66.56,25.408C411.872,60.704,384.416,48,354.464,48c-58.112,0-104.896,47.168-104.896,104.992
c0,8.32,0.704,16.32,2.432,23.936c-87.264-4.256-164.48-46.08-216.352-109.792c-9.056,15.712-14.368,33.696-14.368,53.056
c0,36.352,18.72,68.576,46.624,87.232c-16.864-0.32-33.408-5.216-47.424-12.928c0,0.32,0,0.736,0,1.152
c0,51.008,36.384,93.376,84.096,103.136c-8.544,2.336-17.856,3.456-27.52,3.456c-6.72,0-13.504-0.384-19.872-1.792
c13.6,41.568,52.192,72.128,98.08,73.12c-35.712,27.936-81.056,44.768-130.144,44.768c-8.608,0-16.864-0.384-25.12-1.44
C46.496,446.88,101.6,464,161.024,464c193.152,0,298.752-160,298.752-298.688c0-4.64-0.16-9.12-0.384-13.568
C480.224,136.96,497.728,118.496,512,97.248z" />
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>
</a>
<a href="https://www.instagram.com/storysea.in/" aria-label="link instagram">
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512"
style="enable-background:new 0 0 512 512;" xml:space="preserve">
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-46.0041" y1="634.1208"
x2="-32.9334" y2="647.1917" gradientTransform="matrix(32 0 0 -32 1519 20757)">
<stop offset="0" style="stop-color:#FFC107" />
<stop offset="0.507" style="stop-color:#F44336" />
<stop offset="0.99" style="stop-color:#9C27B0" />
</linearGradient>
<path style="fill:url(#SVGID_1_);" d="M352,0H160C71.648,0,0,71.648,0,160v192c0,88.352,71.648,160,160,160h192
c88.352,0,160-71.648,160-160V160C512,71.648,440.352,0,352,0z M464,352c0,61.76-50.24,112-112,112H160c-61.76,0-112-50.24-112-112
V160C48,98.24,98.24,48,160,48h192c61.76,0,112,50.24,112,112V352z" />
<linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="-42.2971" y1="637.8279"
x2="-36.6404" y2="643.4846" gradientTransform="matrix(32 0 0 -32 1519 20757)">
<stop offset="0" style="stop-color:#FFC107" />
<stop offset="0.507" style="stop-color:#F44336" />
<stop offset="0.99" style="stop-color:#9C27B0" />
</linearGradient>
<path style="fill:url(#SVGID_2_);" d="M256,128c-70.688,0-128,57.312-128,128s57.312,128,128,128s128-57.312,128-128
S326.688,128,256,128z M256,336c-44.096,0-80-35.904-80-80c0-44.128,35.904-80,80-80s80,35.872,80,80
C336,300.096,300.096,336,256,336z" />
<linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="-35.5456" y1="644.5793"
x2="-34.7919" y2="645.3331" gradientTransform="matrix(32 0 0 -32 1519 20757)">
<stop offset="0" style="stop-color:#FFC107" />
<stop offset="0.507" style="stop-color:#F44336" />
<stop offset="0.99" style="stop-color:#9C27B0" />
</linearGradient>
<circle style="fill:url(#SVGID_3_);" cx="393.6" cy="118.4" r="17.056" />
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg></a>
</div>
</div>
<div class="footer-copyright">
© 2020 <a href="https://storysea.in">storysea</a>. All Right Reserved. <a>
<a href="/privacy-policy">Privacy Policy.</a>
</div>
<!-- <div>
<a href="https://storysea.in/privacy-policy">PRIVACY POLICY</a>
</div> -->
</footer>
<!-- <div class="members-notification subscribe-success">
You've successfully subscribed to storysea
</div>
<div class="members-notification signin-success">
Welcome back! You've successfully signed in.
</div>
<div class="members-notification signup-success">
Great! You've successfully signed up.
</div>
<div class="members-notification checkout-success">
Success! Your account is fully activated, you now have access to all content.
</div> -->
</div>
<div class="section-search flex" id="search">
<div class="search-close"><svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path
d="M15.4285714,12 L24,20.5714286 L20.5714286,24 L12,15.4285714 L3.42857143,24 L3.55271368e-15,20.5714286 L8.57142857,12 L5.32907052e-15,3.42857143 L3.42857143,3.55271368e-15 L12,8.57142857 L20.5714286,3.55271368e-15 L24,3.42857143 L15.4285714,12 Z" />
</svg></div>
<div class="search-image asyncImage"
style="background-image: url(/content/images/2018/12/alisher-sharip-117976-unsplash.jpg)">
</div>
<div class="search-wrap">
<div class="search-content">
<form class="search-form flex" onsubmit="return false">
<input type="text" class="search-input" placeholder="Type your keywords..."
aria-label="Type your keywords...">
</form>
<div class="search-meta">
<span class="search-info-wrap">Please enter at least 3 characters</span>
<span class="search-counter-wrap hide">
<span class="counter-results">0</span> Results for your search</span>
</div>
<div class="search-results">
</div>
<div class="search-suggestion flex">
<div class="search-suggestion-tags">
<h3>May we suggest a tag?</h3>
<!-- <a class="post-tag global-tag" href="/tag/story/">Story</a>
<a class="post-tag global-tag" href="/tag/people/">People</a>
<a class="post-tag global-tag" href="/tag/journey/">Journey</a>
<a class="post-tag global-tag" href="/tag/education/">Education</a>
<a class="post-tag global-tag" href="/tag/architecture/">Architecture</a>
<a class="post-tag global-tag" href="/tag/lifestyle/">Lifestyle</a>
<a class="post-tag global-tag" href="/tag/nature/">Nature</a>
<a class="post-tag global-tag" href="/tag/culture/">Culture</a>
<a class="post-tag global-tag" href="/tag/design/">Design</a> -->
</div>
<div class="search-suggestion-authors">
<h3>May we suggest an author?</h3>
<!-- <a class="post-tag global-tag" href="/author/patricia/">Patricia Jenkins</a>
<a class="post-tag global-tag" href="/author/james/">James Bryant</a>
<a class="post-tag global-tag" href="/author/margaret/">Margaret Robertson</a>
<a class="post-tag global-tag" href="/author/janet/">Janet Robertson</a>
<a class="post-tag global-tag" href="/author/sean/">Sean Hamilton</a>
<a class="post-tag global-tag" href="/author/marcos/">Marcos Duran</a> -->
</div>
</div>
</div>
<div class="search-footer">
<a href="https://storysea.in">storysea.</a>
<span>Thoughts, stories and ideas.</span>
</div>
</div>
</div>
<script>
var searchPublished = 'Published',
searchFeaturedIcon =
'<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M22.9712403,8.05987765 L16.2291373,8.05987765 L12.796794,0.459688839 C12.5516266,-0.153229613 11.4483734,-0.153229613 11.0806223,0.459688839 L7.64827899,8.05987765 L0.906176009,8.05987765 C0.538424938,8.05987765 0.170673866,8.30504503 0.0480901758,8.6727961 C-0.0744935148,9.04054717 0.0480901758,9.40829825 0.293257557,9.65346563 L5.31918887,14.3116459 L3.11268244,22.4021694 C2.99009875,22.7699205 3.11268244,23.1376716 3.48043351,23.382839 C3.72560089,23.6280063 4.21593565,23.6280063 4.46110303,23.5054227 L11.9387082,19.2149935 L19.4163133,23.5054227 C19.538897,23.6280063 19.6614807,23.6280063 19.906648,23.6280063 C20.1518154,23.6280063 20.2743991,23.5054227 20.5195665,23.382839 C20.7647339,23.1376716 20.8873176,22.7699205 20.8873176,22.4021694 L18.6808111,14.3116459 L23.7067424,9.65346563 C23.9519098,9.40829825 24.0744935,9.04054717 23.9519098,8.6727961 C23.7067424,8.30504503 23.3389914,8.05987765 22.9712403,8.05987765 Z"/></svg>',
searchHost = 'https://storysea.in',
searchKey = "8ccf81de5d546af981f6ed7672",
searchAPI = searchHost + '/ghost/api/v3/content/posts/?key=' + searchKey +
'&limit=all&formats=plaintext&fields=url,title,featured,published_at,plaintext,excerpt,visibility'
</script>
<script>
var numberPage = 3;
</script>
<script src="assets/js/index.js?v=62ad10baa0"></script>
<script src="assets/js/global.js?v=62ad10baa0"></script>
<script src="assets/js/ityped.js?v=62ad10baa0"></script>
<!-- <script>
function getParameterByName(e, n) {
n || (n = window.location.href), e = e.replace(/[\[\]]/g, "\\$&");
var r = new RegExp("[?&]" + e + "(=([^&#]*)|&|#|$)").exec(n);
return r ? r[2] ? decodeURIComponent(r[2].replace(/\+/g, " ")) : "" : null
}
/* Custom settings for notifications */
const action = getParameterByName('action'),
stripe = getParameterByName('stripe'),
body = document.body;
if (action == 'subscribe') {
body.classList.add("members-notification-subscribe");
}
if (action == 'signin') {
body.classList.add("members-notification-signin");
}
if (action == 'signup') {
body.classList.add("members-notification-signup");
}
if (stripe == 'success') {
body.classList.add("members-notification-checkout-success");
}
</script> -->
<script>
var initTyped = document.getElementById("ityped");
if (initTyped) {
ityped.init(document.querySelector(".ityped-wrap"), {
strings: ['Start your day with storysea', 'No spam ever, we promise!'],
showCursor: true,
typeSpeed: 150,
startDelay: 500,
backDelay: 5000
});
}
</script>
<script>
(() => {
'use strict';
// Page is loaded
const objects = document.getElementsByClassName('asyncImage');
Array.from(objects).map((item) => {
// Start loading image
const img = new Image();
img.src = item.dataset.src;
// Once image is loaded replace the src of the HTML element
img.onload = () => {
item.classList.remove('asyncImage');
return item.nodeName === 'IMG' ?
item.src = item.dataset.src :
item.style.backgroundImage = `url(${item.dataset.src})`;
};
});
})();
</script>
</body>
</html>