-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
executable file
·867 lines (857 loc) · 42.9 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
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
<title>Legalize Psychedelics</title>
<meta name="author" content="Seth Lesky"/>
<meta name="keywords" content="legalize psychedelics, psychedelics"/>
<meta name="description" content="Psychedelics hold enormous medicinal, therapeutic and spiritual potential. We believe exploring consciousness isn't a crime. It's a human right."/>
<link rel="icon" href="images/favicons/favicon.ico"/>
<link rel="apple-touch-icon" href="images/favicons/apple-touch-icon.png"/>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:400,700"/>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800"/>
<!-- <link rel="stylesheet" href="css/bootstrap.min.css"/>
<link rel="stylesheet" href="css/colors/orange.css"/>
<link rel="stylesheet" href="css/style.css"/> -->
<link rel="stylesheet" href="css/style.dist.css"/>
<script>(function(){window.Countly=window.Countly||{};window.Countly.q=window.Countly.q||[];window.Countly.app_key='e5b60c4243e3bb5b663780ad959926fa250602e5';window.Countly.url='https://psychonautwiki.org/metrics';window.Countly.q.push(['track_sessions','track_pageview','track_clicks','track_errors','track_links','track_forms']);try{window.addEventListener('load',function(){});var cly=document.createElement('script');cly.type='text/javascript';cly.async=true;cly.src='https://metrics.psychonautwiki.org/sdk/web/countly.min.js';cly.onload=function(){window.Countly.init();};var s=document.getElementsByTagName('script')[0];s.parentNode.insertBefore(cly,s);}catch(err){"Raven"in window&&"captureException"in Raven&&Raven.captureException(err)}})();</script>
<script>try{window.___pw_c6=window.console;delete window.console;var a=function(){};window.console={debug:a,error:a,info:a,log:a,warn:a,dir:a,trace:a,group:a};___pw_c6.log("%c\n /\\,%,_\n \\%%%/,\\\n _.-\"%%|//%\n .' .-\" /%%%\n _.-'_.-\" 0) \\%%%\n /.\\.' \\%%%\n \\ / _, %%%\n `\"---\"~`\\ _,*'\\%%' _,--\"\"\"\"-,%%,\n )*^ `\"\"~~` \\%%%,\n _/ \\%%%\n _.-`/ |%%,___\n _.-\" / , , ,|%% .`\\\n /\\ / / `\\ \\%' \\ / \n \\ \\ _,/ /`~-._ _,`\\ \\`\"\"~~`\n `\"` /-.,_ /' `~\"----\"~ `\\ \\\n \\___,' \\.-\"`/\n `--'\n PsychonautWiki\n\n The open encyclopedia of psychonautics.\n\n",'background: #ffffff; color: #09aa55')}catch(err){}</script>
<!-- <noscript><img src='https://metrics.psychonautwiki.org/pixel.png?app_key=e5b60c4243e3bb5b663780ad959926fa250602e5&begin_session=1'/></noscript> -->
</head>
<body>
<div id="document" class="document">
<header id="header" class="header-section section section-dark navbar navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header navbar-left">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navigation">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-logo navbar-brand anchor-link" href="#hero">
<img src="images/logo-small.svg" alt="" alt="Legalize Psychedelics">
<!-- <noscript><img src="images/logo-small.svg"/></noscript> -->
</a>
</div>
<nav id="navigation" class="navigation navbar-collapse collapse navbar-right">
<ul id="header-nav" class="nav navbar-nav">
<li>
<a href="#hero" class="hidden">Top</a>
</li>
<li>
<a href="#about">Learn</a>
</li>
<li>
<a href="#people">People</a>
</li>
<li>
<a href="#podcasts">Podcasts</a>
</li>
<li>
<a href="#websites">Sites</a>
</li>
<li>
<a href="#books">Books</a>
</li>
<li>
<a href="#documentaries">Documentaries</a>
</li>
<li class="header-action-button">
<a href="#get-involved" class="btn btn-primary">
<i class="fa fa-thumbs-o-up" style="font-size: 18px; padding-right: 5px;"></i>Get Involved
</a>
</li>
</ul>
</nav>
</div>
</header>
<section id="hero" class="hero-section hero-layout-simple section section-dark">
<div class="section-background">
<div class="section-background-image parallax">
</div>
</div>
<div class="container">
<div class="hero-heading">
<img src="images/logo.svg"/>
<!-- <noscript><img src="images/logo.svg"/></noscript> -->
<p class="hero-tagline">
Psychedelics have enormous medicinal, therapeutic and spiritual potential.
<br/>We believe the exploration of consciousness is a human right.
</p>
<p class="hero-buttons">
<a href="#about" class="learn-btn btn btn-lg btn-primary">LEARN MORE</a>
</p>
</div>
</div>
</section>
<section id="headline" class="headline-section section-dark section top-quote">
<div class="container">
<h2 class="section-heading text-center hidden">Tagline</h2>
<div class="row">
<div class="col-md-10 col-md-offset-1">
<p class="headline-text">
<em>"Taking LSD was a profound experience, one of the most important things in my life. LSD shows you that there’s another side to the coin, and you can’t remember it when it wears off, but you know it. It reinforced my sense of what was important creating great things instead of making money, putting things back into the stream of history and of human consciousness as much as I could."</em>
<br/><strong>- Steve Jobs</strong>
</p>
</div>
</div>
</div>
</section>
<section id="about" class="about-section section">
<div class="container">
<h2 class="section-heading text-center">Know the facts</h2>
<p class="lead text-left above-pic">
Psychedelics are not only much safer than prescription medication, tobacco and alcohol, but have powerful physical, psychological and spiritual healing properties that have been known about since early human history.
</p>
<div class="about-row row">
<div class="about-image col-md-6" data-animation="fadeIn">
<img src="images/psyart.jpg" alt="Psychedelic art"/>
<!-- <noscript><img src="images/psyart.jpg"/></noscript> -->
<!-- TOOD: ayahuascacommunity.com doesn't exist anymore
<p style="padding-top: 10px;">
<a href="http://www.ayahuascacommunity.com/anderson-debernardi/">Painting by Anderson Debernadi</a>
</p>
-->
</div>
<div class="about-text col-md-6">
<p>
<strong>Psychedelics provide the user with an altered perspective of themselves and the universe.</strong> One of the main effects is to reduce the “sense of self”, opening the mind up to perceive aspects of onself from a ‘third person’ point of view; objectively analyze situations in themselves and their lives; and, conversely, place themselves in a different subjective view in these same situations.
</p>
<p>
The many “side effects” of this experience are increased wisdom through the additional viewpoints; increased self-knowledge through objectivity; a sense of unity with the cosmos through the reduced sense of self; and peace of mind through a better understanding of stressors in the person’s life
<a href="https://ieet.org/index.php/IEET/print/10406">(Source: IEET)</a>.
</p>
<p>
There are countless reasons why psychedelics should be legalized.
</p>
<ul class="icon-list">
<li>
<img src="images/icons/cognitive.png" alt="" class="icon-list-icon">
<!-- <noscript><img src="images/icons/cognitive.png"/></noscript> -->
<h4 class="icon-list-title">Cognitive Liberty</h4>
<p>Every individual should have the right to alter, and explore their consciousness as they see fit.</p>
</li>
<li>
<img src="images/icons/healthwellness.png" alt="" class="icon-list-icon">
<!-- <noscript><img src="images/icons/healthwellness.png"/></noscript> -->
<h4 class="icon-list-title">Health and Wellness</h4>
<p>The physical and psychological benifits of the psychedelic experience far outway their risks.</p>
</li>
<li>
<img src="images/icons/scientific_inquiry.png" alt="" class="icon-list-icon">
<!-- <noscript><img src="images/icons/scientific_inquiry.png"/></noscript> -->
<h4 class="icon-list-title">Scientific Inquiry</h4>
<p>The current scheduling of psychedelics is in direct contradiction to accepted science. Furthermore, it makes research and scientific inquiry extremely difficult.</p>
</li>
<li>
<img src="images/icons/drugwar.png" alt="" class="icon-list-icon">
<!-- <noscript><img src="images/icons/drugwar.png"/></noscript> -->
<h4 class="icon-list-title">Failed Drug War</h4>
<p>Treating drug use as a criminal issue instead of a public health issue has had a devastating impact on all aspects of society. </p>
</li>
</ul>
</div>
</div>
</div>
</section>
<section id="portfolio" class="portfolio-section section">
<div class="container-fluid">
<h2 class="section-heading text-center">Learn about Psychedelics</h2>
<div class="portfolio-row row">
<div class="col-sm-6 col-md-3" data-animation="fadeIn">
<a target="_blank" href="https://psychonautwiki.org/wiki/MDMA">
<div class="portfolio-item">
<img src="images/mdma.jpg" alt="" class="portfolio-item-picture"/>
<!-- <noscript><img src="images/mdma.jpg"/></noscript> -->
<div class="portfolio-item-overlay"></div>
<div class="portfolio-item-text">
<h4 class="portfolio-item-title">MDMA</h4>
<p class="portfolio-item-description">MAPS is currently funding pilot studies investigating the use of MDMA in PTSD therapy and social anxiety therapy for autistic adults.</p>
</div>
</div>
</a>
</div>
<div class="col-sm-6 col-md-3" data-animation="fadeIn">
<a target="_blank" href="https://psychonautwiki.org/wiki/DMT">
<div class="portfolio-item">
<img src="images/dmt.jpg" alt="" class="portfolio-item-picture"/>
<!-- <noscript><img src="images/dmt.jpg"/></noscript> -->
<div class="portfolio-item-overlay"></div>
<div class="portfolio-item-text">
<h4 class="portfolio-item-title">DMT</h4>
<p class="portfolio-item-description">For centuries, the indigenous tribes of the Amazon have used DMT based medicines, such as Ayahuasca as powerful tools for physical, emotional, and spiritual healing and awakening.</p>
</div>
</div>
</a>
</div>
<div class="hidden-md hidden-lg clear"></div>
<div class="col-sm-6 col-md-3" data-animation="fadeIn">
<a target="_blank" href="https://psychonautwiki.org/wiki/LSD">
<div class="portfolio-item">
<img src="images/lsd.jpg" alt="" class="portfolio-item-picture"/>
<!-- <noscript><img src="images/lsd.jpg"/></noscript> -->
<div class="portfolio-item-overlay"></div>
<div class="portfolio-item-text">
<h4 class="portfolio-item-title">LSD</h4>
<p class="portfolio-item-description">Scientists believe LSD (lysergic acid diethylamide) can be used to treat addictions, depression and chronic pain.</p>
</div>
</div>
</a>
</div>
<div class="col-sm-6 col-md-3" data-animation="fadeIn">
<a href="https://psychonautwiki.org/wiki/Psilocybin_mushrooms" target="_blank">
<div class="portfolio-item">
<img src="images/psil.jpg" alt="" class="portfolio-item-picture"/>
<!-- <noscript><img src="images/psil.jpg"/></noscript> -->
<div class="portfolio-item-overlay"></div>
<div class="portfolio-item-text">
<h4 class="portfolio-item-title">Psilicybin</h4>
<p class="portfolio-item-description">Psilicybin, the active ingredient in magic mushrooms has been shown to treat anxiety and "existential distress" in the terminally ill.</p>
</div>
</div>
</a>
</div>
<div class="clear"></div>
<div class="col-sm-6 col-md-3" data-animation="fadeIn">
<a target="_blank" href="https://psychonautwiki.org/wiki/Salvinorin_A">
<div class="portfolio-item">
<img src="images/salvia.jpg" alt="" class="portfolio-item-picture"/>
<!-- <noscript><img src="images/salvia.jpg"/></noscript> -->
<div class="portfolio-item-overlay"></div>
<div class="portfolio-item-text">
<h4 class="portfolio-item-title">Salvia</h4>
<p class="portfolio-item-description">Some scientists believe Salvia could turn out to be valuable for treating problems such as drug addiction, chronic pain and bipolar disorder.</p>
</div>
</div>
</a>
</div>
<div class="col-sm-6 col-md-3" data-animation="fadeIn">
<a href="https://psychonautwiki.org/wiki/Ketamine" target="_blank">
<div class="portfolio-item">
<img src="images/ketamine.jpg" alt="" class="portfolio-item-picture"/>
<!-- <noscript><img src="images/ketamine.jpg"/></noscript> -->
<div class="portfolio-item-overlay"></div>
<div class="portfolio-item-text">
<h4 class="portfolio-item-title">Ketamine</h4>
<p class="portfolio-item-description">Ketmamine is a powerful dissociative that has proven effective in treating previously intractable depression.</p>
</div>
</div>
</a>
</div>
<div class="hidden-md hidden-lg clear"></div>
<div class="col-sm-6 col-md-3" data-animation="fadeIn">
<a href="https://psychonautwiki.org/wiki/Ibogaine" target="_blank">
<div class="portfolio-item">
<img src="images/iboga.jpg" alt="" class="portfolio-item-picture"/>
<!-- <noscript><img src="images/iboga.jpg"/></noscript> -->
<div class="portfolio-item-overlay"></div>
<div class="portfolio-item-text">
<h4 class="portfolio-item-title">Iboga</h4>
<p class="portfolio-item-description">Used for thousands of years by West African tribes for spiritual development and as a rite of passage Iboga is also known as a powerful addiction treatment. </p>
</div>
</div>
</a>
</div>
<div class="col-sm-6 col-md-3" data-animation="fadeIn">
<a href="https://psychonautwiki.org/wiki/Cannabis" target="_blank">
<div class="portfolio-item">
<img src="images/cannabis.jpg" alt="" class="portfolio-item-picture"/>
<!-- <noscript><img src="images/cannabis.jpg"/></noscript> -->
<div class="portfolio-item-overlay"></div>
<div class="portfolio-item-text">
<h4 class="portfolio-item-title">Cannabis</h4>
<p class="portfolio-item-description">Cannabis has been shown to be effective treating numerous health conditions including glaucoma, epileptic seizures, Parkinson and has been found to stop cancer from spreading. </p>
</div>
</div>
</a>
</div>
</div>
</div>
</section>
<section id="benefits" class="benefits-section section-gray section">
<div class="container">
<h2 class="section-heading text-center">The Benefits</h2>
<div class="benefits-row row">
<div class="col-sm-6 col-md-4">
<div class="benefit">
<img src="images/icons/depression.png" alt="" data-animation="bounceIn"/>
<!-- <noscript><img src="images/icons/depression.png"/></noscript> -->
<h4 class="benefit-title">Treatment of depression</h4>
<p class="benefit-description">For decades psychedelics have been used in clinical studies, private therapy, and at home to alleviate depression.</p>
</div>
</div>
<div class="col-sm-6 col-md-4">
<div class="benefit">
<img src="images/icons/anxiety.png" alt="" data-animation="bounceIn"/>
<!-- <noscript><img src="images/icons/anxiety.png"/></noscript> -->
<h4 class="benefit-title">Treatment of anxiety</h4>
<p class="benefit-description">Psychedelics have been known to alleviate feelings of anxiety, helping to identify root causes, often enabling resolution.</p>
</div>
</div>
<div class="hidden-md hidden-lg clear"></div>
<div class="col-sm-6 col-md-4">
<div class="benefit">
<img src="images/icons/creative.png" alt="" data-animation="bounceIn"/>
<!-- <noscript><img src="images/icons/creative.png"/></noscript> -->
<h4 class="benefit-title">Creative Uses</h4>
<p class="benefit-description">Psychedelics can be helpful to artists working on creative projects as well as problem solving in scientific domains.</p>
</div>
</div>
<div class="hidden-sm clear"></div>
<div class="col-sm-6 col-md-4">
<div class="benefit">
<img src="images/icons/ptsd.png" alt="" data-animation="bounceIn"/>
<!-- <noscript><img src="images/icons/ptsd.png"/></noscript> -->
<h4 class="benefit-title">Helps treat PTSD</h4>
<p class="benefit-description">Research trials with MDMA are showing incredible results in treating PTSD in veterans.</p>
</div>
</div>
<div class="hidden-md hidden-lg clear"></div>
<div class="col-sm-6 col-md-4">
<div class="benefit">
<img src="images/icons/addiction.png" alt="" data-animation="bounceIn"/>
<!-- <noscript><img src="images/icons/addiction.png"/></noscript> -->
<h4 class="benefit-title">Can treat addiction</h4>
<p class="benefit-description"> Ibogaine has been helpful treating addiction to opiates as well as alcohol, methamphetamine and nicotine.</p>
</div>
</div>
<div class="col-sm-6 col-md-4">
<div class="benefit">
<img src="images/icons/endoflife.png" alt="" data-animation="bounceIn"/>
<!-- <noscript><img src="images/icons/endoflife.png"/></noscript> -->
<h4 class="benefit-title">End of life care</h4>
<p class="benefit-description">Psychedlics enable people to confront their deepest fears and anxieties with rare compassion and understanding.</p>
</div>
</div>
</div>
</div>
</section>
<!-- TODO: why is this section now shown?
<section id="closing" class="closing-section section-dark section">
<div class="section-background">
<div class="section-background-image parallax" data-stellar-ratio="0.4">
<img src="images/backgrounds/closing-bg.jpg" alt="" style="opacity: 0.15;"/>
<noscript><img src="images/backgrounds/closing-bg.jpg"/></noscript>
</div>
<div class="container">
<h3 class="closing-shout">Changing 50 years of misinformation and turning around a failed drug war happens one conversation at a time.</h3>
<div class="closing-buttons" data-animation="tada">
<a href="http://society6.com/psychedelicchat" target="_blank" class="btn btn-lg btn-primary">start the conversation</a>
</div>
</div>
</div>
</section>
-->
<section id="people" class="team-section section">
<div class="container-fluid">
<h2 class="section-heading text-center">Who Supports Psychedelics?</h2>
<div class="team-row row">
<div class="col-sm-4 col-lg-2" data-animation="fadeIn">
<div class="team-member">
<div>
<img src="images/fadiman.jpg" alt="" class="team-member-picture"/>
<!-- <noscript><img src="images/fadiman.jpg"/></noscript> -->
</div>
<div class="team-member-text">
<h4 class="team-member-name">James Fadiman, Ph.D</h4>
<div class="team-member-position">Psychologist & Author</div>
<p class="team-member-description">Psychedelic experiences have been the foundation stones of my worldview, as crucial now as when I had my first experience. If it is true, as one tradition suggests, that "God is as close to you as your jugular vein," knowing that personally should be beneficial.</p>
</div>
</div>
</div>
<div class="col-sm-4 col-lg-2" data-animation="fadeIn">
<div class="team-member even">
<div>
<img src="images/doblin.jpg" alt="" class="team-member-picture"/>
<!-- <noscript><img src="images/doblin.jpg"/></noscript> -->
</div>
<div class="team-member-text">
<h4 class="team-member-name">Rick Doblin, Ph.D</h4>
<div class="team-member-position">MAPS Founder & Director</div>
<p class="team-member-description">Psychedelics are a door to authentic faith, born of encountering directly the sacred dimension of everyday experience. This is not the only gate to that discovery, but it is the most ancient and universal, and potentially the most accessible to the majority of the human race.</p>
</div>
</div>
</div>
<div class="col-sm-4 col-lg-2" data-animation="fadeIn">
<div class="team-member">
<div>
<img src="images/dmkenna.jpg" alt="" class="team-member-picture"/>
<!-- <noscript><img src="images/dmkenna.jpg"/></noscript> -->
</div>
<div class="team-member-text">
<h4 class="team-member-name">Dennis McKenna</h4>
<div class="team-member-position">Researcher & Author</div>
<p class="team-member-description">All experience is a drug experience. Whether it's mediated by our own [endogenous] drugs, or whether it's mediated by substances that we ingest that are found in plants, cognition, consciousness, the working of the brain, it's all a chemically mediated process. Life itself is a drug experience.
</p>
</div>
</div>
</div>
<div class="col-sm-4 col-lg-2" data-animation="fadeIn">
<div class="team-member even">
<div>
<img src="images/shulgin.jpg" alt="" class="team-member-picture"/>
<!-- <noscript><img src="images/shulgin.jpg"/></noscript> -->
</div>
<div class="team-member-text">
<h4 class="team-member-name">Alexander Shulgin</h4>
<div class="team-member-position">Biochemist & Author</div>
<p class="team-member-description">Know what you're using, decide just why you're using it, and you can have a rich experience. They're not addictive, and they're certainly not escapist, either, but they're exceptionally valuable tools for understanding the human mind, and how it works.</p>
</div>
</div>
</div>
<div class="col-sm-4 col-lg-2" data-animation="fadeIn">
<div class="team-member odd">
<div>
<img src="images/strassman.jpg" alt="" class="team-member-picture"/>
<!-- <noscript><img src="images/strassman.jpg"/></noscript> -->
</div>
<div class="team-member-text">
<h4 class="team-member-name">Rick Strassman</h4>
<div class="team-member-position">Medical Doctor & Author</div>
<p class="team-member-description">The history of human use of plants, mushrooms, and animals for their psychedelic effects is far older than written history, and probably predates the appearance of the modern human species.</p>
</div>
</div>
</div>
<div class="col-sm-4 col-lg-2" data-animation="fadeIn">
<div class="team-member even">
<div>
<img src="images/mkenna.jpg" alt="" class="team-member-picture"/>
<!-- <noscript><img src="images/mkenna.jpg"/></noscript> -->
</div>
<div class="team-member-text">
<h4 class="team-member-name">Terence McKenna</h4>
<div class="team-member-position">Author</div>
<p class="team-member-description">If the words 'life, liberty, and the pursuit of happiness' don't include the right to experiment with your own consciousness, then the Declaration of Independence isn't worth the hemp it was written on.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="numbers" class="numbers-section section-dark section">
<div class="section-background">
<div class="section-background-image parallax" data-stellar-ratio="0.4">
<img src="images/pills.jpg" alt="" style="opacity: 0.2;"/>
<!-- <noscript><img src="images/pills.jpg"/></noscript> -->
</div>
</div>
<div class="container">
<h2 class="section-heading text-center">Drug Deaths Each Year</h2>
<div class="numbers-row row">
<div class="col-sm-6 col-md-3">
<div class="numbers-item">
<div class="numbers-item-counter">
<span class="counter-up">556,000</span>
</div>
<div class="numbers-item-caption">Tobacco</div>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="numbers-item">
<div class="numbers-item-counter">
<span class="counter-up">66,427</span>
</div>
<div class="numbers-item-caption">Alcohol</div>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="numbers-item">
<div class="numbers-item-counter">
<span class="counter-up">29,471</span>
</div>
<div class="numbers-item-caption">Pharmaceuticals</div>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="numbers-item">
<div class="numbers-item-counter">
<span class=""> < 20</span>
</div>
<div class="numbers-item-caption">Psychedelics*</div>
</div>
</div>
</div>
</div>
</section>
<section id="podcasts" class="section section-gray section-listing">
<div class="container-fluid">
<h2 class="section-heading text-center">Podcasts</h2>
<div class="layout-list row" style="text-align: center;">
<div class="layout-item col-sm-4 col-lg-2">
<div class="layout-img">
<a href="https://www.tinktinkclub.com/">
<img src="images/podcasts/tink.jpg" target="_blank" alt="Tink Tink Club"/>
<!-- <noscript><img src="images/podcasts/tink.jpg"/></noscript> -->
<span class="new">Tink Tink Club</span>
</a>
</div>
</div>
<!-- TODO: doesn't have TLS
<div class="layout-item col-sm-4 col-lg-2">
<div class="layout-img">
<a target="_blank" href="http://podcasts.joerogan.net/">
<img src="images/podcasts/rogan.jpg" alt="Fullscreen Slider"/>
<noscript><img src="images/podcasts/rogan.jpg"/></noscript>
<span class="new">The Joe Rogan Experience</span>
</a>
</div>
</div>
-->
<div class="layout-item col-sm-4 col-lg-2">
<div class="layout-img">
<a target="_blank" href="https://duncantrussell.com/">
<img src="images/podcasts/duncan.jpg" alt="Fullscreen Slider"/>
<!-- <noscript><img src="images/podcasts/duncan.jpg"/></noscript> -->
<span class="new">The Duncan Trussell Family Hour</span>
</a>
</div>
</div>
<div class="layout-item col-sm-4 col-lg-2">
<div class="layout-img">
<a href="https://chrisryanphd.com/tangentially-speaking/" target="_blank">
<img src="images/podcasts/tangent.jpg" alt="Fullscreen Slider"/>
<!-- <noscript><img src="images/podcasts/tangent.jpg"/></noscript> -->
<span class="new">Tangentially Speaking</span>
</a>
</div>
</a>
</div>
<div class="layout-item col-sm-4 col-lg-2">
<div class="layout-img">
<a href="https://matrixmasters.net/salon/" target="_blank">
<img src="images/podcasts/salon.jpg" alt="Fullscreen Slider"/>
<!-- <noscript><img src="images/podcasts/salon.jpg"/></noscript> -->
<span class="new">Psychedelic Salon</span>
</a>
</div>
</div>
<div class="layout-item col-sm-4 col-lg-2">
<a href="https://smartdrugsmarts.com/" target="_blank">
<div class="layout-img">
<img src="images/podcasts/smart.jpg" alt="Fullscreen Slider"/>
<!-- <noscript><img src="images/podcasts/smart.jpg"/></noscript> -->
<span class="new">Smart Drug Smarts</span>
</div>
</a>
</div>
</div>
</section>
<section id="websites" class="websites-section section section-white section-listing">
<div class="container-fluid flex flex-column-wrap">
<h2 class="section-heading text-center">Websites</h2>
<a class="flex-align-self-center pw-logo-hero" href="https://psychonautwiki.org" target="_blank">
<img src="images/pw-logo-big.svg" alt="" class="pw-logo-hero"/>
<!-- <noscript><img src="images/pw-logo-big.svg"/></noscript> -->
</a>
<div class="layout-list row" style="text-align: center;">
<div class="layout-item col-sm-4 col-lg-2">
<div class="layout-img">
<a href="https://norml.org" target="_blank">
<img src="images/sites/norml.jpg" alt="NORML"/>
<!-- <noscript><img src="images/sites/norml.jpg"/></noscript> -->
</a>
</div>
</div>
<!-- TODO: doesn't have TLS
<div class="layout-item col-sm-4 col-lg-2">
<div class="layout-img">
<a href="http://reset.me" target="_blank">
<img src="images/sites/reset.jpg" alt="Fullscreen Slider"/>
<noscript><img src="images/sites/reset.jpg"/></noscript>
</a>
</div>
</div>
-->
<div class="layout-item col-sm-4 col-lg-2">
<div class="layout-img">
<a href="https://www.erowid.org" target="_blank">
<img src="images/sites/erowid.jpg" alt="Fullscreen Slider"/>
<!-- <noscript><img src="images/sites/erowid.jpg"/></noscript> -->
</a>
</div>
</div>
<div class="layout-item col-sm-4 col-lg-2">
<div class="layout-img">
<a href="https://www.shroomery.org" target="_blank">
<img src="images/sites/shroom.jpg" alt="Fullscreen Slider"/>
<!-- <noscript><img src="images/sites/shroom.jpg"/></noscript> -->
</a>
</div>
</div>
<div class="layout-item col-sm-4 col-lg-2">
<div class="layout-img">
<a href="https://www.maps.org" target="_blank">
<img src="images/sites/maps.jpg" alt="Fullscreen Slider"/>
<!-- <noscript><img src="images/sites/maps.jpg"/></noscript> -->
</a>
</div>
</div>
<div class="layout-item col-sm-4 col-lg-2">
<div class="layout-img">
<a href="https://www.drugpolicy.org/" target="_blank">
<img src="images/sites/policy.jpg" alt="Fullscreen Slider"/>
<!-- <noscript><img src="images/sites/policy.jpg"/></noscript> -->
</a>
</div>
</div>
</div>
<div class="layout-list row" style="text-align: center;">
<div class="layout-item col-sm-4 col-lg-2">
<div class="layout-img">
<a href="https://dancesafe.org/" target="_blank">
<img src="images/sites/dancesafe.jpg" alt="NORML"/>
<!-- <noscript><img src="images/sites/dancesafe.jpg"/></noscript> -->
</a>
</div>
</div>
<div class="layout-item col-sm-4 col-lg-2">
<div class="layout-img">
<a href="https://awareproject.org/" target="_blank">
<img src="images/sites/awareproject.jpg" alt="Fullscreen Slider"/>
<!-- <noscript><img src="images/sites/awareproject.jpg"/></noscript> -->
</a>
</div>
</div>
<div class="layout-item col-sm-4 col-lg-2">
<div class="layout-img">
<a href="https://www.psychedelicsociety.org.uk/" target="_blank">
<img src="images/sites/psysociety.jpg" alt="Fullscreen Slider"/>
<!-- <noscript><img src="images/sites/psysociety.jpg"/></noscript> -->
</a>
</div>
</div>
<div class="layout-item col-sm-4 col-lg-2">
<div class="layout-img">
<a href="https://www.zendoproject.org/" target="_blank">
<img src="images/sites/zendo.jpg" alt="Fullscreen Slider"/>
<!-- <noscript><img src="images/sites/zendo.jpg"/></noscript> -->
</a>
</div>
</div>
<div class="layout-item col-sm-4 col-lg-2">
<div class="layout-img">
<a href="https://www.thinkwilder.com/" target="_blank">
<img src="images/sites/twip.jpg" alt="Fullscreen Slider"/>
<!-- <noscript><img src="images/sites/twip.jpg"/></noscript> -->
</a>
</div>
</div>
<div class="layout-item col-sm-4 col-lg-2">
<div class="layout-img">
<a href="https://www.920coalition.org/" target="_blank">
<img src="images/sites/920.jpg" alt="Fullscreen Slider"/>
<!-- <noscript><img src="images/sites/920.jpg"/></noscript> -->
</a>
</div>
</div>
</div>
</div>
</section>
<section id="books" class="section section-gray section-listing">
<div class="container-fluid">
<h2 class="section-heading text-center">Books</h2>
<div class="layout-list row" style="text-align: center;">
<div class="layout-item col-sm-4 col-lg-2">
<div class="layout-img">
<a href="https://www.amazon.com/Psychedelic-Explorers-Guide-Therapeutic-Journeys/dp/1594774021/" target="_blank">
<img src="images/books/psychexplorers.jpg" alt="Fullscreen Slider"/>
<!-- <noscript><img src="images/books/psychexplorers.jpg"/></noscript> -->
</a>
</div>
</div>
<div class="layout-item col-sm-4 col-lg-2">
<div class="layout-img">
<a href="https://www.amazon.com/Food-Gods-Original-Knowledge-Evolution/dp/0553371304/" target="_blank">
<img src="images/books/foodofgods.jpg" alt="Fullscreen Slider"/>
<!-- <noscript><img src="images/books/foodofgods.jpg"/></noscript> -->
</a>
</div>
</div>
<div class="layout-item col-sm-4 col-lg-2">
<div class="layout-img">
<a href="https://www.amazon.com/Psychedelic-Healing-Entheogens-Psychotherapy-Development/dp/1594772509/" target="_blank">
<img src="images/books/healing.jpg" alt="Fullscreen Slider"/>
<!-- <noscript><img src="images/books/healing.jpg"/></noscript> -->
</a>
</div>
</div>
<div class="layout-item col-sm-4 col-lg-2">
<div class="layout-img">
<a href="https://www.amazon.com/Manifesting-Minds-Psychedelics-Medicine-Spirituality/dp/1583947264/" target="_blank">
<img src="images/books/minds.jpg" alt="Fullscreen Slider"/>
<!-- <noscript><img src="images/books/minds.jpg"/></noscript> -->
</a>
</div>
</div>
<div class="layout-item col-sm-4 col-lg-2">
<div class="layout-img">
<a href="https://www.amazon.com/New-Science-Psychedelics-Consciousness-Spirituality/dp/1594774927/" target="_blank">
<img src="images/books/science.jpg" alt="Fullscreen Slider"/>
<!-- <noscript><img src="images/books/science.jpg"/></noscript> -->
</a>
</div>
</div>
<div class="layout-item col-sm-4 col-lg-2">
<div class="layout-img">
<a href="https://www.amazon.com/LSD-Numinous-Groundbreaking-Psychedelic-Unconscious/dp/1594772827/" target="_blank">
<img src="images/books/doorway.jpg" alt="Fullscreen Slider"/>
<!-- <noscript><img src="images/books/doorway.jpg"/></noscript> -->
</a>
</div>
</div>
</div>
</div>
</section>
<section id="documentaries" class="section section-white section-listing">
<div class="container-fluid">
<h2 class="section-heading text-center">Documentaries</h2>
<div class="layout-list row" style="text-align: center;">
<div class="layout-item col-sm-4 col-lg-2">
<div class="layout-img">
<a href="https://www.amazon.com/gp/video/detail/B00LDLQZX6/" target="_blank">
<img src="images/docs/ayaawake.jpg" alt="Fullscreen Slider"/>
<!-- <noscript><img src="images/docs/ayaawake.jpg"/></noscript> -->
</a>
</div>
</div>
<div class="layout-item col-sm-4 col-lg-2">
<div class="layout-img">
<a href="https://www.youtube.com/watch?v=LtT6Xkk-kzk" target="_blank">
<img src="images/docs/dmt.jpg" alt="Fullscreen Slider"/>
<!-- <noscript><img src="images/docs/dmt.jpg"/></noscript> -->
</a>
</div>
</div>
<div class="layout-item col-sm-4 col-lg-2">
<div class="layout-img">
<a href="https://www.amazon.com/gp/video/detail/B0058ZZHXC/" target="_blank">
<img src="images/docs/magictrip.jpg" alt="Fullscreen Slider"/>
<!-- <noscript><img src="images/docs/magictrip.jpg"/></noscript> -->
</a>
</div>
</div>
<div class="layout-item col-sm-4 col-lg-2">
<div class="layout-img">
<a href="https://www.amazon.com/gp/video/detail/B00J0CHX72/" target="_blank">
<img src="images/docs/neurons.jpg" alt="Fullscreen Slider"/>
<!-- <noscript><img src="images/docs/neurons.jpg"/></noscript> -->
</a>
</div>
</div>
<div class="layout-item col-sm-4 col-lg-2">
<div class="layout-img">
<a href="https://www.amazon.com/gp/video/detail/B00ESXY0ZQ/" target="_blank">
<img src="images/docs/substance.jpg" alt="Fullscreen Slider"/>
<!-- <noscript><img src="images/docs/substance.jpg"/></noscript> -->
</a>
</div>
</div>
<div class="layout-item col-sm-4 col-lg-2">
<div class="layout-img">
<a href="https://www.youtube.com/watch?v=nbCXDmOPuL8" target="_blank">
<img src="images/docs/tolsd.jpg" alt="Fullscreen Slider"/>
<!-- <noscript><img src="images/docs/tolsd.jpg"/></noscript> -->
</a>
</div>
</div>
</div>
</div>
</section>
<section id="get-involved" class="how-it-works-section section">
<div class="container-fluid">
<h2 class="section-heading text-center">Get involved</h2>
<div class="hiw-row row flex">
<div class="flex-1 col-sm-6 col-md-3" data-animation="fadeIn">
<div class="hiw-item">
<img src="images/cta/firechat.jpg" alt="" class="hiw-item-picture"/>
<!-- <noscript><img src="images/cta/firechat.jpg"/></noscript> -->
<div class="hiw-item-text">
<span class="hiw-item-icon">1</span>
<h4 class="hiw-item-title">Share Experiences</h4>
<p class="hiw-item-description">Change happens one conversation at a time. The most powerful way to shift the public perception of psychedelics is to share your personal story.
<!-- TODO: figure out what to do
<a href="http://psychedelicchat.com" class="btn btn-primary bottom-btn">
<i class="fa fa-comment"></i>Join Psychedelic Chat
</a>
-->
</p>
</div>
</div>
</div>
<div class="flex-1 col-sm-6 col-md-3" data-animation="fadeIn">
<div class="hiw-item even">
<img src="images/cta/congress.jpg" alt="" class="hiw-item-picture"/>
<!-- <noscript><img src="images/cta/congress.jpg"/></noscript> -->
<div class="hiw-item-text">
<span class="hiw-item-icon">2</span>
<h4 class="hiw-item-title">Contact representatives</h4>
<p class="hiw-item-description">Cannabis is becoming legal all around the world. Finding and contacting your local representative is easy and has a real impact.
<!-- TODO: figure out what to do
<a href="http://opencongress.org">
<img src="images/sites/open-congress.png" alt="OpenCongress -" width="250"/>
<noscript><img src="images/sites/open-congress.png"/></noscript>
</a>
-->
</p>
</div>
</div>
</div>
<div class="hidden-md hidden-lg clear"></div>
<div class="flex-1 col-sm-6 col-md-3" data-animation="fadeIn">
<div class="hiw-item">
<img src="images/cta/sharesite.jpg" alt="" class="hiw-item-picture"/>
<!-- <noscript><img src="images/cta/sharesite.jpg"/></noscript> -->
<div class="hiw-item-text">
<span class="hiw-item-icon">3</span>
<h4 class="hiw-item-title">Share this website</h4>
<p class="hiw-item-description">Social media enables our message to be spread further, faster than ever before. Click to share our message below.
</p>
</div>
</div>
</div>
<!-- <div class="col-sm-6 col-md-3" data-animation="fadeIn">
<div class="hiw-item even">
<img src="images/cta/shop.jpg" alt="" class="hiw-item-picture"/>
<noscript><img src="images/cta/shop.jpg"/></noscript>
<div class="hiw-item-text">
<span class="hiw-item-icon">4</span>
<h4 class="hiw-item-title">Show your support</h4>
<p class="hiw-item-description">Our gear looks great, shows you support psychedelic freedom and makes sparking conversations a breeze. Plus 50% goes support the cause.
<a href="http://society6.com/psychedelicchat" target="_blank" class="btn btn-primary bottom-btn">
<i class="fa fa-shopping-cart"></i>Visit the store
</a>
</p>
</div>
</div>
</div> -->
</div>
</div>
</section>
<section id="footer" class="footer-section section section-dark">
<div class="container">
<h3 class="footer-logo">
<img src="images/logo.svg" alt="Legalize Psychedelics"/>
<!-- <noscript><img src="images/logo.svg"/></noscript> -->
</h3>
<div class="footer-socmed">
<a type="button" class="typeform-share link btn btn-default" href="mailto:team@psychonautwiki.org" target="_blank">
<span>Get In Touch</span>
</a>
</div>
<div class="footer-copyright">
Copyright © 2018 <a href="https://psychonautwiki.org" target="_blank">PsychonautWiki</a>.
</div>
<div class="tag">
<a href="https://psychonautwiki.org" target="_blank">
<img src="pw.svg" class="pw"/>
<!-- <noscript><img src="pw.svg"/></noscript> -->
</a>
</div>
</div>
</section>
</div>
<script src="main.js"></script>
</body>
</html>