-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinspiration.html
More file actions
58 lines (58 loc) · 2.49 KB
/
inspiration.html
File metadata and controls
58 lines (58 loc) · 2.49 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
56
57
58
<!DOCTYPE html>
<html>
<head>
<title>Inspiration</title>
<link rel="stylesheet" type="text/css" href="inspiration.css">
</head>
<body>
<div id = "head">
<h1><b>10 Inspirational Videos</b></h1>
<p>Here you will find a collection of 10 inspiration videos to assist you in current endeavors. The sources of these videos include mental-health stories, ted talks, and other sources.</p>
</div>
<div id="cat1">
<h2><a href="https://www.youtube.com/watch?v=XWQtsYgrVa0">Psychological Care for People Affected by Cancer</a></h2>
</div>
<div id="cat2">
<h2><a href="https://www.youtube.com/watch?v=pz_qaxf3egc">COVID-19: Psychology and Care for Palliative Care Patients</a></h2>
</div>
<div id="cat1">
<h2><a href="https://www.youtube.com/watch?v=rfeqVGf_PB0">Why Palliative Care is Essential In the Face of Serious Illness</a></h2>
</div>
<div id="cat2">
<h2><a href="https://www.youtube.com/watch?v=Vw1_AEaoXtM">You are Not Alone</a></h2>
</div>
<div id="cat1">
<h2><a href="https://www.youtube.com/watch?v=ssKSfQmloLE">My Story of Depression and How to Overcome Depression</a></h2>
</div>
<div id="cat2">
<h2><a href="https://www.youtube.com/watch?v=NHf56w1AmPw">People With Anxiety and Depression Share Advice for Anyone Who is Struggling</a></h2>
</div>
<div id="cat1">
<h2><a href="https://www.youtube.com/watch?v=_re6AX3Mi4s">Lifi Depression With These 3 Prescriptions - Without-Pills</a></h2>
</div>
<div id="cat2">
<h2><a href="https://www.youtube.com/watch?v=p2CJRVzdhss">Anxiety and Depression</a></h2>
</div>
<div id="cat1">
<h2><a href="https://www.youtube.com/watch?v=OVMbzoDrFKg">Hand in Hand: Depression and Cancer</a></h2>
</div>
<div id="cat2">
<h2><a href="https://www.youtube.com/watch?v=KqDD-5bfFv4">How Can I Deal With Anxiety or Depression After Breast Cancer Treatment?</a></h2>
</div>
<div id="cat1">
<h2><a href="https://www.youtube.com/watch?v=FqprqUd56_g">Coronavirus: Mental Health and Wellness During the COVID-19 Pandemic</a></h2>
</div>
<div id="cat2">
<h2><a href="https://www.youtube.com/watch?v=DQC2eRUilUM">I Am Depressed</a></h2>
</div>
<div id="cat1">
<h2><a href="https://www.youtube.com/watch?v=hL8VvfVkv18">Leukemia Survivors Share How Cancer Affected Their Mental Health</a></h2>
</div>
<div id="cat2">
<h2><a href="https://www.youtube.com/watch?v=UwVE1MMR23w">Managing Cancer-Related Anxiety and General Mood Changes</a></h2>
</div>
<div id="cat1">
<h2><a href="https://www.youtube.com/watch?v=FAwFJ5zMktE">Young Adults with Cancer. Part 2. Mental Health & its Stigma</a></h2>
</div>
</body>
</html>