-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmore.html
60 lines (53 loc) · 3.41 KB
/
more.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
<!DOCTYPE html>
<html>
<title>Psilocybin Mushrooms as a treatment for Depression, Anxiety, PTSD and Addiction</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="main.css">
<body>
<!-- Navbar -->
<div class="w3-top" id="nav">
<div class="w3-bar w3-black w3-card">
<a href="index.html" class="w3-bar-item w3-button w3-padding-large">HOME</a>
<a href="research.html" class="w3-bar-item w3-button w3-padding-large w3-hide-small">RESEARCH ESSAY</a>
<a href="brochure.html" class="w3-bar-item w3-button w3-padding-large w3-hide-small">BROCHURE</a>
<a href="cartoon.html" class="w3-bar-item w3-button w3-padding-large w3-hide-small">CARTOON</a>
<a href="news.html" class="w3-bar-item w3-button w3-padding-large w3-hide-small">FUTURE NEWS REPORT</a>
<a href="more.html" class="w3-bar-item w3-button w3-padding-large w3-hide-small">FURTHER LEARNING RESOURCES</a>
</div>
</div>
<main>
<!-- Header -->
<header class="w3-display-container w3-content w3-wide" style="max-width:100%; min-width:50%; text-align:center;" id="home">
<h1>Psilocybin Mushrooms as a treatment for Depression, Anxiety, PTSD and Addiction</h1>
<img src="images/shroom.jpg" alt="Psilocybin Mushrooms" style="width: 100%; height:400px">
</header>
<h2>Further Reading/Resources</h2>
<ul>
<li>
<h5>60 Minutes Special</h5>
<p>60 Minutes did a fantastic special featuring Michael Pollan, i would highly reccomend it!</p>
<a href="https://www.cbsnews.com/news/psychedelic-drugs-lsd-active-agent-in-magic-mushrooms-to-treat-addiction-depression-anxiety-60-minutes-2020-08-16/">Here is a link to the free text version of the segment</a> <br>
<a href="https://www.cbs.com/shows/60_minutes/video/aVr4a9j7Sa5PhkHjhaE__e5QlMoU4WaX/researchers-experimenting-with-psychedelics-to-treat-addiction-depression-and-anxiety/">Here is a link to the full video, which is unfortuantely exclusive to those with CBS All Access</a>
</li>
<li>
<h5>How to Change Your Mind by Michael Pollan</h5>
<p>A fantastic book about the immense benefits that psychadlics could give people all of all walks</p>
<a href="https://smile.amazon.com/Change-Your-Mind-Consciousness-Transcendence/dp/1594204225">Amazon Link</a>
</li>
<li>
<h5>Michael Pollan Interview on The Joe Rogan Experience</h5>
<a href="https://www.youtube.com/watch?v=tz4CrWE_P0g">About an hour and a half of getting to hear Michael Pollan talk about psychadelic treatments</a>
</li>
<li>
<h5>Paul Stamets Interview on The Joe Rogan Experience</h5>
<a href="https://www.youtube.com/watch?v=xJ6Ym719urg">Paul Stamets, another respected voice when it comes to using psychadelics as a medicine on Joe Rogan</a>
</li>
<li>
<h5>Rick Doblin Interview</h5>
<a href="https://www.youtube.com/watch?v=1e2h-awLC-s">Interview with Rick Doblin, who is the head and founder of The Multi Disciplinary Association for Psychadelic Studies</a>
</li>
</ul>
</main>
</body>
</html>