-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblog2.html
More file actions
55 lines (50 loc) · 3.67 KB
/
Copy pathblog2.html
File metadata and controls
55 lines (50 loc) · 3.67 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Blog Details</title>
<!-- Core theme CSS (includes Bootstrap)-->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
<style>
</style>
</head>
<body style="background-color:powderblue;">
<!-- Post Content-->
<article class="my-4">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<h2>Life is to be valued daily!</h2>
<div>
<span>
Posted by
<a href="#!">Shubhi Srivastava</a>
</span>
</div>
<p class="mt-3"> As I write this, I am thinking about how many people are in this world that have stress, anxiety, worry, and depression. It is a worsening pandemic that effects more people than any virus ever could. Mental health concerns are VERY very real and have an overall effect on someone that can truly be extremely detrimental to their health and others
In 2020, almost 1/4 adults in America reported considering killing themselves at one point during the year. That statistic is truly alarming.</p>
<p>There are many reasons that this was higher than usual in 2020 (pandemic, unemployment, political turmoil, etc.) but the scary part is the trend happens to be growing. We cannot solely blame it on the Pandemic and the consequences that came with it. We can probably blame it on a lot of things, but most importantly we can blame it on Isolation, or as we now know it, "social" distancing.</p>
<p> The truth is that we continue to be alone more and more as time goes by. We no longer hangout with friends or family, some of us avoided public places and interactions a long time before Covid started. We have lost respect for one another, but maybe most importantly, we lost respect for our God and for ourselves.
We have deemphasized the importance that others hold in our lives, and therefore lost crucial aspects and elements to life we need. As a society, we no longer give extra patience to others, we no longer help others unless we get something back. We talk before we listen to others, and speak before we think. In fact, we are mindless, believing what is told to us by others because we are too lazy to do the research ourselves. This is the problem... We don't put in effort anymore. As a society, everything is given, not earned, everything is expected, not taken as a gift of thankfulness but rather an expectation.</p>
<a class="btn btn-warning btn-md" href="index.html">☚ Go back</a>
</div>
</div>
</div>
</article>
<!-- Footer-->
<footer class="border-top">
<div class="container px-4 px-lg-5">
<div class="row gx-4 gx-lg-5 justify-content-center">
<div class="col-md-10 col-lg-8 col-xl-7">
<div class="small text-center text-muted fst-italic p-3">Copyright © Your Website 2021</div>
</div>
</div>
</div>
</footer>
<!-- Bootstrap core JS-->
<!-- Core theme JS-->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/js/bootstrap.bundle.min.js"
integrity="sha384-gtEjrD/SeCtmISkJkNUaaKMoLD0//ElJ19smozuHV6z3Iehds+3Ulb9Bn9Plx0x4"
crossorigin="anonymous"></script>
</body>
</html>