forked from amiechen/codrops-dropcast
-
Notifications
You must be signed in to change notification settings - Fork 0
/
anders.html
68 lines (60 loc) · 3.32 KB
/
anders.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Umaticast - Anders Osborne Fan request covid stay at home sets</title>
<link rel="stylesheet" href="assets/css/dropcast.css">
<link rel="author" href="humans.txt">
<link href="https://use.fontawesome.com/releases/v5.0.6/css/all.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Rufina:400,700|Source+Sans+Pro:200,300,400,600,700" rel="stylesheet">
<script src="https://cdnjs.cloudflare.com/ajax/libs/particles.js/2.0.0/particles.min.js"></script>
</head>
<body class="page--detail">
<nav>
<div class="logo circle nav__logo">
<a href="index.html"><img src="/assets/images/photos/original/lioncircle.png" alt="umaticast lion"/></a>
</div>
<ul class="nav__list">
<li class="nav__item"><a href="">Anders Osborne</a></li>
</ul>
<ul class="nav__social">
<li><a href="#" class="nav_social__item"><i class="fab fa-google-play"></i></a></li>
<li><a href="#" class="nav_social__item"><i class="fab fa-itunes-note"></i></a></li>
<li><a href="#" class="nav_social__item"><i class="fas fa-rss-square"></i></a></li>
</ul>
</nav>
<section class="site">
<div id="site__bg"></div>
<div class="left">
<label for="" class="site__label">Healing Podcast</label>
<h1 class="site__title site__title--separator">Woke Nomad</h1>
</div>
<div class="right">
<img src="assets/images/photos/original/wokenomad.png" alt="" class="episode__image">
<iframe width="560" height="315" src="https://www.youtube.com/embed/0gcXnzHrdKs" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<h4>Guided Meditations</h4>
<a href="https://www.youtube.com/watch?v=mMyPyeBjDX0&list=PLIbqE0vA1ez-zopTowPcCNmZFY-PrUf9h">Guided Meditations on Youtube</a>
</div>
<h4 class="site__secondary_title">Show Notes</h4>
<p class="site__description">For more content from Woke Nomad, please visit the <a href="https://www.youtube.com/channel/UCPIGqRimHrxLJJnmeYpTlcA">Woke Nomad Channel on Youtube</A>
<BR>
Check out Victoria's Woke Nomad Eco Fashion <a href="https://www.gofundme.com/f/woke-nomad-eco-fashion-for-eco-communities">GoFundme</a>.</p>
<div class="site__navigation">
<!-- toggle on the previous as needed -->
<a href="healinghappens.html" class="site__navigation_items site__navigation_items--left hidden">
<label for="">Previous Podcast</label>
<h4>Healing Happens</h4>
</a>
<a href="futurefossils.html" class="site__navigation_items site__navigation_items--right">
<label for="">Next Podcast</label>
<h4>Future Fossils</h4>
</a>
</div>
</div>
</section>
<script src="assets/js/dropcast.js"></script>
<script src="assets/js/player.js"></script>
</body>
</html>