-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsingle-video.html
633 lines (481 loc) · 39.9 KB
/
single-video.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
<!DOCTYPE html>
<html lang="en" class="no-js" >
<head>
<!--- basic page needs
================================================== -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Video Post - Soumya</title>
<script>
document.documentElement.classList.remove('no-js');
document.documentElement.classList.add('js');
</script>
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/vendor.css">
<link rel="stylesheet" href="css/styles.css">
<!-- favicons
================================================== -->
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="manifest" href="site.webmanifest">
</head>
<body id="top">
<!-- preloader
================================================== -->
<div id="preloader">
<div id="loader" class="dots-fade">
<div></div>
<div></div>
<div></div>
</div>
</div>
<!-- page wrap
================================================== -->
<div id="page" class="s-pagewrap">
<!-- # site header
================================================== -->
<header id="masthead" class="s-header">
<div class="s-header__branding">
<p class="site-title">
<a href="index.html" rel="home">Soumya.</a>
</p>
</div>
<div class="row s-header__navigation">
<nav class="s-header__nav-wrap">
<h3 class="s-header__nav-heading">Navigate to</h3>
<ul class="s-header__nav">
<li><a href="index.html" title="">Home</a></li>
<li class="has-children">
<a href="#0" title="" class="">Categories</a>
<ul class="sub-menu">
<li><a href="game.html">Game</a></li>
<li><a href="category.html">Lifestyle</a></li>
<li><a href="category.html">Inspiration</a></li>
<li><a href="category.html">Work</a></li>
<li><a href="category.html">Health</a></li>
<li><a href="category.html">Photography</a></li>
</ul>
</li>
<li class="current-menu-item has-children">
<a href="#0" title="" class="">Blog</a>
<ul class="sub-menu">
<li><a href="single-standard.html">Standard Post</a></li>
<li><a href="single-video.html">Video Post</a></li>
<li><a href="single-audio.html">Audio Post</a></li>
</ul>
</li>
<li><a href="about.html" title="">About</a></li>
<li><a href="contact.html" title="">Contact</a></li>
</ul> <!-- end s-header__nav -->
</nav> <!-- end s-header__nav-wrap -->
</div> <!-- end s-header__navigation -->
<div class="s-header__search">
<div class="s-header__search-inner">
<div class="row">
<form role="search" method="get" class="s-header__search-form" action="#">
<label>
<span class="u-screen-reader-text">Search for:</span>
<input type="search" class="s-header__search-field" placeholder="Search for..." value="" name="s" title="Search for:" autocomplete="off">
</label>
<input type="submit" class="s-header__search-submit" value="Search">
</form>
<a href="#0" title="Close Search" class="s-header__search-close">Close</a>
</div> <!-- end row -->
</div> <!-- s-header__search-inner -->
</div> <!-- end s-header__search -->
<a class="s-header__menu-toggle" href="#0"><span>Menu</span></a>
<a class="s-header__search-trigger" href="#">
<svg width="24" height="24" fill="none" viewBox="0 0 24 24">
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M19.25 19.25L15.5 15.5M4.75 11C4.75 7.54822 7.54822 4.75 11 4.75C14.4518 4.75 17.25 7.54822 17.25 11C17.25 14.4518 14.4518 17.25 11 17.25C7.54822 17.25 4.75 14.4518 4.75 11Z"></path>
</svg>
</a>
</header> <!-- end s-header -->
<!-- # site-content
================================================== -->
<div id="content" class="s-content s-content--blog">
<div class="row entry-wrap">
<div class="column lg-12">
<article class="entry format-standard">
<header class="entry__header">
<h1 class="entry__title">
Hey, This Is A Video Post.
</h1>
<div class="entry__meta">
<div class="entry__meta-author">
<svg width="24" height="24" fill="none" viewBox="0 0 24 24">
<circle cx="12" cy="8" r="3.25" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></circle>
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M6.8475 19.25H17.1525C18.2944 19.25 19.174 18.2681 18.6408 17.2584C17.8563 15.7731 16.068 14 12 14C7.93201 14 6.14367 15.7731 5.35924 17.2584C4.82597 18.2681 5.70558 19.25 6.8475 19.25Z"></path>
</svg>
<a href="#">Shreyash Srivastva</a>
</div>
<div class="entry__meta-date">
<svg width="24" height="24" fill="none" viewBox="0 0 24 24">
<circle cx="12" cy="12" r="7.25" stroke="currentColor" stroke-width="1.5"></circle>
<path stroke="currentColor" stroke-width="1.5" d="M12 8V12L14 14"></path>
</svg>
August 15, 2024
</div>
<div class="entry__meta-cat">
<svg width="24" height="24" fill="none" viewBox="0 0 24 24">
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M19.25 17.25V9.75C19.25 8.64543 18.3546 7.75 17.25 7.75H4.75V17.25C4.75 18.3546 5.64543 19.25 6.75 19.25H17.25C18.3546 19.25 19.25 18.3546 19.25 17.25Z"></path>
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M13.5 7.5L12.5685 5.7923C12.2181 5.14977 11.5446 4.75 10.8127 4.75H6.75C5.64543 4.75 4.75 5.64543 4.75 6.75V11"></path>
</svg>
<span class="cat-links">
<a href="#0">Inspiration</a>
<a href="#0">Game</a>
</span>
</div>
</div>
</header>
<div class="entry__media">
<div class="featured-image">
<div class="video-container">
<div style="padding:56.25% 0 0 0;position:relative;"><iframe src="https://player.vimeo.com/video/217594209?badge=0&autopause=0&player_id=0&app_id=58479" frameborder="0" allow="autoplay; fullscreen; picture-in-picture; clipboard-write" style="position:absolute;top:0;left:0;width:100%;height:100%;" title="Kelty Mental Health ~ #Shared Experiences Video"></iframe></div><script src="https://player.vimeo.com/api/player.js"></script>
</div>
</div>
</div>
<div class="content-primary">
<div class="entry__content">
<p class="lead">
In today’s fast-paced world, mental health often takes a backseat to our physical well-being. Yet, it is the foundation of a fulfilling and balanced life. Mental health matters because it affects how we think, feel, and act, influencing every decision, relationship, and experience we have. Prioritizing it is not just important—it’s essential. </p>
<p class="drop-cap">
</p>
<p>
Unfortunately, stigma and misinformation still surround mental health issues, preventing many from seeking the help they need. It’s crucial to understand that mental health struggles are not a sign of weakness but a human experience. Just as we care for our physical health, we must nurture our minds with equal compassion.
</p>
<figure class="alignwide">
<img src="images/sample-1200.jpg"
srcset="images/sample-2400.jpg 2400w,
images/sample-1200.jpg 1200w,
images/sample-600.jpg 600w" sizes="(max-width: 2400px) 100vw, 2400px" alt="">
</figure>
<p>
Taking steps to improve mental health doesn’t have to be overwhelming. Small acts—like practicing mindfulness, staying connected with loved ones, or seeking professional guidance—can make a big difference. Remember, it’s okay to not be okay. Reaching out for help is a brave step toward healing and growth.
</p>
<h2>Mental Health in India</h2>
<p>
Let’s break the stigma, start the conversations, and ensure mental health is treated with the respect and care it deserves. Because when mental health matters, everything else falls into place.
<a href="http://#">Join Today for Shreyash's Newsletter</a>
</p>
<blockquote>
<p>
Just like the body, the mind needs rest, care, and attention to remain healthy.
</p>
<cite>Sachin Tendulkar</cite>
</blockquote>
<p>
<ol><li>Prevalence: Over 14% of India's population is estimated to suffer from mental health disorders, including depression, anxiety, and substance use disorders (Lancet Report, 2021).</li>
<li>Suicide Rates: Suicide remains a significant public health issue in India, with over 1,64,000 suicides reported in 2021 (NCRB). It is the leading cause of death among individuals aged 15-29.</li>
<li>Treatment Gap: Despite the high prevalence, nearly 80% of people with mental health issues in India do not receive adequate treatment due to stigma, lack of awareness, and limited resources (WHO).</li>
<li>Workplace Stress: A survey by LinkedIn found that 82% of Indian professionals reported increased stress during the pandemic, highlighting the need for mental health support in workplaces.</li></ol>
<h3>Global Mental Health Statistics</h3>
<p>
<ol><li> Mental Disorders: Globally, 1 in 8 people lives with a mental disorder, translating to over 970 million individuals (WHO, 2022).</li>
<li>Economic Impact: The global cost of mental health conditions is estimated to exceed $6 trillion by 2030, primarily due to lost productivity (World Economic Forum).</li>
<li>Pandemic Effect: During COVID-19, the prevalence of anxiety and depression increased by 25% worldwide, showcasing the urgent need for mental health resources (WHO, 2022).</li></ol>
</p>
<pre><code class="language-css">
<pre><code class="language-css">
<h2>Mental Health Matters</h2>
Impact on Overall Health: Poor mental health can lead to or exacerbate chronic illnesses such as heart disease, diabetes, and hypertension.
Children and Adolescents: 50% of mental health conditions begin by the age of 14, yet many remain undiagnosed and untreated (WHO).
Breaking the Stigma: Open conversations about mental health help reduce stigma and encourage people to seek help, ultimately saving lives.
</code></pre>
</code></pre>
<p>
<ol><li>National Mental Health Program (NMHP): Introduced in 1982, this program aims to provide affordable mental health services across rural and urban areas.</li>
<li>Mental Healthcare Act, 2017: This act decriminalized suicide and ensured the right to mental healthcare for all citizens, marking a progressive step in addressing mental health issues.</li>
<li>Helpline Services: India launched the Kiran Helpline (1800-599-0019) to offer immediate mental health support and counseling.</li> </ol>
</p>
<p>Addressing mental health is not just a personal necessity but also a societal responsibility. By improving awareness, investing in mental health infrastructure, and promoting conversations, we can ensure healthier and happier communities.
</p>
<p class="entry__tags">
<strong>Tags:</strong>
<span class="entry__tag-list">
<a href="#0">Mental Health</a>
<a href="#0">Safety</a>
<a href="#0">Sexual Health</a>
<a href="#0">Awareness</a>
</span>
</p>
<div class="entry__author-box">
<figure class="entry__author-avatar">
<img alt="" src="images/avatars/user-06.jpg" class="avatar">
</figure>
<div class="entry__author-info">
<h5 class="entry__author-name">
<a href="about.html">
Shreyash Srivastva
</a>
</h5>
<p>
i code and watch memes on Instagram.
</p>
</div>
</div>
</div> <!-- end entry-content -->
<div class="post-nav">
<div class="post-nav__prev">
<a href="single-standard.html" rel="prev">
<span>Prev</span>
The Pomodoro Technique Really Works.
</a>
</div>
<div class="post-nav__next">
<a href="single-standard.html" rel="next">
<span>Next</span>
How Imagery Drives User Experience.
</a>
</div>
</div>
</div> <!-- end content-primary -->
</article> <!-- end entry -->
<!-- comments -->
<div class="comments-wrap">
<div id="comments">
<div class="large-12">
<h3>5 Comments</h3>
<!-- START commentlist -->
<ol class="commentlist">
<li class="depth-1 comment">
<div class="comment__avatar">
<img class="avatar" src="images/avatars/user-08.jpg" alt="" width="50" height="50">
</div>
<div class="comment__content">
<div class="comment__info">
<div class="comment__author">Vedika Dungrani</div>
<div class="comment__meta">
<div class="comment__time">Aug 15, 2024</div>
<div class="comment__reply">
<a class="comment-reply-link" href="#0">Reply</a>
</div>
</div>
</div>
<div class="comment__text">
<p>A life-changing initiative that truly prioritizes mental and physical well-being—thank you for making such support accessible to all!</p>
</div>
</div>
</li> <!-- end comment level 1 -->
<li class="thread-alt depth-1 comment">
<div class="comment__avatar">
<img class="avatar" src="images/avatars/user-07.jpg" alt="" width="50" height="50">
</div>
<div class="comment__content">
<div class="comment__info">
<div class="comment__author">Anshumaan Kumar</div>
<div class="comment__meta">
<div class="comment__time">Aug 14, 2024</div>
<div class="comment__reply">
<a class="comment-reply-link" href="#0">Reply</a>
</div>
</div>
</div>
<div class="comment__text">
<p>This platform combines compassion and expertise seamlessly, creating a safe space for anyone seeking help on their wellness journey.</p>
</div>
</div>
<ul class="children">
<li class="depth-2 comment">
<div class="comment__avatar">
<img class="avatar" src="images/avatars/user-02.jpg" alt="" width="50" height="50">
</div>
<div class="comment__content">
<div class="comment__info">
<div class="comment__author">Sumit Kr. Chaudhary</div>
<div class="comment__meta">
<div class="comment__time">Aug 14, 2024</div>
<div class="comment__reply">
<a class="comment-reply-link" href="#0">Reply</a>
</div>
</div>
</div>
<div class="comment__text">
<p>Very True!</p>
</div>
</div>
<ul class="children">
<li class="depth-3 comment">
<div class="comment__avatar">
<img class="avatar" src="images/avatars/user-03.jpg" alt="" width="50" height="50">
</div>
<div class="comment__content">
<div class="comment__info">
<div class="comment__author">Md. Ahmer Siddiqui</div>
<div class="comment__meta">
<div class="comment__time">Aug 14, 2024</div>
<div class="comment__reply">
<a class="comment-reply-link" href="#0">Reply</a>
</div>
</div>
</div>
<div class="comment__text">
<p>I admire how this project empowers individuals to take control of their health while fostering a sense of community and care.</p>
</div>
</div>
</li>
</ul>
</li>
</ul>
</li> <!-- end comment level 1 -->
<li class="depth-1 comment">
<div class="comment__avatar">
<img class="avatar" src="images/avatars/user-05.jpg" alt="" width="50" height="50">
</div>
<div class="comment__content">
<div class="comment__info">
<div class="comment__author">Isha Dungrani</div>
<div class="comment__meta">
<div class="comment__time">Aug 13, 2024</div>
<div class="comment__reply">
<a class="comment-reply-link" href="#0">Reply</a>
</div>
</div>
</div>
<div class="comment__text">
<p>Incredible work! This initiative is a beacon of hope for those looking to heal and grow in every aspect of their lives.</p>
</div>
</div>
</li> <!-- end comment level 1 -->
</ol>
<!-- END commentlist -->
</div> <!-- end col-full -->
</div> <!-- end comments -->
<div class="comment-respond">
<!-- START respond -->
<div id="respond">
<h3>
Add Comment
<span>Your email address will not be published.</span>
</h3>
<form name="contactForm" id="contactForm" method="post" action="" autocomplete="off">
<fieldset class="row">
<div class="column lg-6 tab-12 form-field">
<input name="cName" id="cName" class="u-fullwidth h-remove-bottom" placeholder="Your Name" value="" type="text">
</div>
<div class="column lg-6 tab-12 form-field">
<input name="cEmail" id="cEmail" class="u-fullwidth h-remove-bottom" placeholder="Your Email" value="" type="text">
</div>
<div class="column lg-12 form-field">
<input name="cWebsite" id="cWebsite" class="u-fullwidth h-remove-bottom" placeholder="Website" value="" type="text">
</div>
<div class="column lg-12 message form-field">
<textarea name="cMessage" id="cMessage" class="u-fullwidth" placeholder="Your Message"></textarea>
</div>
<div class="column lg-12">
<input name="submit" id="submit" class="btn btn--primary btn-wide btn--large u-fullwidth" value="Add Comment" type="submit">
</div>
</fieldset>
</form> <!-- end form -->
</div>
<!-- END respond-->
</div> <!-- end comment-respond -->
</div> <!-- end comments-wrap -->
</div>
</div> <!-- end entry-wrap -->
</section> <!-- end s-content -->
<!-- # site-footer
================================================== -->
<footer id="colophon" class="s-footer">
<div class="row s-footer__subscribe">
<div class="column lg-12">
<h2>
Subscribe to Our Newsletter.
</h2>
<p>
Subscribe now to get all latest updates
</p>
<form id="mc-form" class="mc-form">
<input type="email" name="EMAIL" id="mce-EMAIL" class="u-fullwidth text-center" placeholder="Your Email Address" title="The domain portion of the email address is invalid (the portion after the @)." pattern="^([^\x00-\x20\x22\x28\x29\x2c\x2e\x3a-\x3c\x3e\x40\x5b-\x5d\x7f-\xff]+|\x22([^\x0d\x22\x5c\x80-\xff]|\x5c[\x00-\x7f])*\x22)(\x2e([^\x00-\x20\x22\x28\x29\x2c\x2e\x3a-\x3c\x3e\x40\x5b-\x5d\x7f-\xff]+|\x22([^\x0d\x22\x5c\x80-\xff]|\x5c[\x00-\x7f])*\x22))*\x40([^\x00-\x20\x22\x28\x29\x2c\x2e\x3a-\x3c\x3e\x40\x5b-\x5d\x7f-\xff]+|\x5b([^\x0d\x5b-\x5d\x80-\xff]|\x5c[\x00-\x7f])*\x5d)(\x2e([^\x00-\x20\x22\x28\x29\x2c\x2e\x3a-\x3c\x3e\x40\x5b-\x5d\x7f-\xff]+|\x5b([^\x0d\x5b-\x5d\x80-\xff]|\x5c[\x00-\x7f])*\x5d))*(\.\w{2,})+$" required>
<input type="submit" name="subscribe" value="Subscribe" class="btn--small btn--primary u-fullwidth">
<!-- <div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_cdb7b577e41181934ed6a6a44_9a91cfe7b3" tabindex="-1" value=""></div> -->
<div class="mc-status"></div>
</form>
</div>
</div> <!-- end s-footer__subscribe -->
<div class="row s-footer__main">
<div class="column lg-5 md-6 tab-12 s-footer__about">
<h4>Soumya</h4>
<p>
Our team of dedicated professionals combines evidence-based practices with compassionate care, ensuring a safe and welcoming environment for everyone.
</p>
</div> <!-- end s-footer__about -->
<div class="column lg-5 md-6 tab-12">
<div class="row">
<div class="column lg-6">
<h4>Categories</h4>
<ul class="link-list">
<li><a href="category.html">Lifestyle</a></li>
<li><a href="category.html">Workplace</a></li>
<li><a href="category.html">Inspiration</a></li>
<li><a href="game.html">Game</a></li>
<li><a href="category.html">Health</a></li>
<li><a href="category.html">Photography</a></li>
</ul>
</div>
<div class="column lg-6">
<h4>Site Links</h4>
<ul class="link-list">
<li><a href="index.html">Home</a></li>
<li><a href="category.html">Categories</a></li>
<li><a href="category.html">Blog</a></li>
<li><a href="about.html">About</a></li>
<li><a href="about.html">Contact</a></li>
<li><a href="#0">Terms & Policy</a></li>
</ul>
</div>
</div>
</div>
</div> <!-- end s-footer__main -->
<div class="row s-footer__bottom">
<div class="column lg-7 md-6 tab-12">
<ul class="s-footer__social">
<li>
<a href="#0">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" style="fill: rgba(0, 0, 0, 1);transform: ms-Filter"><path d="M12.001 2.002c-5.522 0-9.999 4.477-9.999 9.999 0 4.99 3.656 9.126 8.437 9.879v-6.988h-2.54v-2.891h2.54V9.798c0-2.508 1.493-3.891 3.776-3.891 1.094 0 2.24.195 2.24.195v2.459h-1.264c-1.24 0-1.628.772-1.628 1.563v1.875h2.771l-.443 2.891h-2.328v6.988C18.344 21.129 22 16.992 22 12.001c0-5.522-4.477-9.999-9.999-9.999z"></path></svg>
<span class="u-screen-reader-text">Facebook</span>
</a>
</li>
<li>
<a href="#0">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" style="fill:rgba(0, 0, 0, 1);transform:ms-filter"><path d="M19.633,7.997c0.013,0.175,0.013,0.349,0.013,0.523c0,5.325-4.053,11.461-11.46,11.461c-2.282,0-4.402-0.661-6.186-1.809 c0.324,0.037,0.636,0.05,0.973,0.05c1.883,0,3.616-0.636,5.001-1.721c-1.771-0.037-3.255-1.197-3.767-2.793 c0.249,0.037,0.499,0.062,0.761,0.062c0.361,0,0.724-0.05,1.061-0.137c-1.847-0.374-3.23-1.995-3.23-3.953v-0.05 c0.537,0.299,1.16,0.486,1.82,0.511C3.534,9.419,2.823,8.184,2.823,6.787c0-0.748,0.199-1.434,0.548-2.032 c1.983,2.443,4.964,4.04,8.306,4.215c-0.062-0.3-0.1-0.611-0.1-0.923c0-2.22,1.796-4.028,4.028-4.028 c1.16,0,2.207,0.486,2.943,1.272c0.91-0.175,1.782-0.512,2.556-0.973c-0.299,0.935-0.936,1.721-1.771,2.22 c0.811-0.088,1.597-0.312,2.319-0.624C21.104,6.712,20.419,7.423,19.633,7.997z"></path></svg>
<span class="u-screen-reader-text">Twitter</span>
</a>
</li>
<li>
<a href="#0">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" style="fill:rgba(0, 0, 0, 1);transform:-ms-filter"><path d="M11.999,7.377c-2.554,0-4.623,2.07-4.623,4.623c0,2.554,2.069,4.624,4.623,4.624c2.552,0,4.623-2.07,4.623-4.624 C16.622,9.447,14.551,7.377,11.999,7.377L11.999,7.377z M11.999,15.004c-1.659,0-3.004-1.345-3.004-3.003 c0-1.659,1.345-3.003,3.004-3.003s3.002,1.344,3.002,3.003C15.001,13.659,13.658,15.004,11.999,15.004L11.999,15.004z"></path><circle cx="16.806" cy="7.207" r="1.078"></circle><path d="M20.533,6.111c-0.469-1.209-1.424-2.165-2.633-2.632c-0.699-0.263-1.438-0.404-2.186-0.42 c-0.963-0.042-1.268-0.054-3.71-0.054s-2.755,0-3.71,0.054C7.548,3.074,6.809,3.215,6.11,3.479C4.9,3.946,3.945,4.902,3.477,6.111 c-0.263,0.7-0.404,1.438-0.419,2.186c-0.043,0.962-0.056,1.267-0.056,3.71c0,2.442,0,2.753,0.056,3.71 c0.015,0.748,0.156,1.486,0.419,2.187c0.469,1.208,1.424,2.164,2.634,2.632c0.696,0.272,1.435,0.426,2.185,0.45 c0.963,0.042,1.268,0.055,3.71,0.055s2.755,0,3.71-0.055c0.747-0.015,1.486-0.157,2.186-0.419c1.209-0.469,2.164-1.424,2.633-2.633 c0.263-0.7,0.404-1.438,0.419-2.186c0.043-0.962,0.056-1.267,0.056-3.71s0-2.753-0.056-3.71C20.941,7.57,20.801,6.819,20.533,6.111z M19.315,15.643c-0.007,0.576-0.111,1.147-0.311,1.688c-0.305,0.787-0.926,1.409-1.712,1.711c-0.535,0.199-1.099,0.303-1.67,0.311 c-0.95,0.044-1.218,0.055-3.654,0.055c-2.438,0-2.687,0-3.655-0.055c-0.569-0.007-1.135-0.112-1.669-0.311 c-0.789-0.301-1.414-0.923-1.719-1.711c-0.196-0.534-0.302-1.099-0.311-1.669c-0.043-0.95-0.053-1.218-0.053-3.654 c0-2.437,0-2.686,0.053-3.655c0.007-0.576,0.111-1.146,0.311-1.687c0.305-0.789,0.93-1.41,1.719-1.712 c0.534-0.198,1.1-0.303,1.669-0.311c0.951-0.043,1.218-0.055,3.655-0.055c2.437,0,2.687,0,3.654,0.055 c0.571,0.007,1.135,0.112,1.67,0.311c0.786,0.303,1.407,0.925,1.712,1.712c0.196,0.534,0.302,1.099,0.311,1.669 c0.043,0.951,0.054,1.218,0.054,3.655c0,2.436,0,2.698-0.043,3.654H19.315z"></path></svg>
<span class="u-screen-reader-text">Instagram</span>
</a>
</li>
<li>
<a href="#0">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" style="fill: rgba(0, 0, 0, 1);transform: msFilter"><path d="M11.99 2C6.472 2 2 6.473 2 11.99c0 4.232 2.633 7.85 6.35 9.306-.088-.79-.166-2.006.034-2.868.182-.78 1.172-4.966 1.172-4.966s-.299-.599-.299-1.484c0-1.388.805-2.425 1.808-2.425.853 0 1.264.64 1.264 1.407 0 .858-.546 2.139-.827 3.327-.235.994.499 1.805 1.479 1.805 1.775 0 3.141-1.872 3.141-4.575 0-2.392-1.719-4.064-4.173-4.064-2.843 0-4.512 2.132-4.512 4.335 0 .858.331 1.779.744 2.28a.3.3 0 0 1 .069.286c-.076.315-.245.994-.277 1.133-.044.183-.145.222-.335.134-1.247-.581-2.027-2.405-2.027-3.871 0-3.151 2.289-6.045 6.601-6.045 3.466 0 6.159 2.469 6.159 5.77 0 3.444-2.171 6.213-5.184 6.213-1.013 0-1.964-.525-2.29-1.146l-.623 2.374c-.225.868-.834 1.956-1.241 2.62a10 10 0 0 0 2.958.445c5.517 0 9.99-4.473 9.99-9.99S17.507 2 11.99 2"></path></svg>
<span class="u-screen-reader-text">Pinterest</span>
</a>
</li>
</ul>
</div>
<div class="column lg-5 md-6 tab-12">
<div class="ss-copyright">
<span>© Copyright Soumya 2024</span>
<span>Developed by <a href="https://www.linkedin.com/in/shreyashsrivastva">Shreyash Srivastva</a></span>
</div>
</div>
</div> <!-- end s-footer__bottom -->
<div class="ss-go-top">
<a class="smoothscroll" title="Back to Top" href="#top">
<svg width="24" height="24" fill="none" viewBox="0 0 24 24">
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M17.25 10.25L12 4.75L6.75 10.25"/>
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 19.25V5.75"/>
</svg>
</a>
</div> <!-- end ss-go-top -->
</footer><!-- end s-footer -->
<!-- Java Script
================================================== -->
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</body>
</html>