-
Notifications
You must be signed in to change notification settings - Fork 2
/
playlists.html
76 lines (66 loc) · 3.56 KB
/
playlists.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>The Sit Down</title>
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Orbitron:500,400' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/main.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
</head>
<body>
<header>
<img src="images/chairs.png" id="logo">
<h1 id='header'>The Sit Down<br> <span class='subheader'>A Radio Show For Community Livin'</span></h1>
</header>
<nav>
<ul>
<a href='../vt_radio/index.html'><li><span class='about'>About</span></li></a>
<a href='../vt_radio/playlists.html'><li><span class='about'>Shows</span></li> </a>
</ul>
</nav>
<div class="content">
<div class="container">
<section id="episode-1" class="toggleable closed">
<h2>Episode 1<small class="note">(Feb 6)</small><br><strong>Marisa Birthday Podcast '99-2014</strong><i class="fa fa-asterisk"></i></h2>
<div class="section-content">
<iframe width="100%" height="200" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/189800959&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&visual=true"></iframe>
<h6>Episode 1 (Feb 6)</h6>
<h3>Songs</h3>
<ol class="bullets">
<li>Song 1</li>
<li>Song 2</li>
<li>Song 3</li>
<li>Song 4</li>
</ol>
</div>
</section>
<section id="episode-2" class="toggleable closed">
<h2>Beginnings<small class="note"></small><br><strong>Recorded this when we were figuring out podcaster</strong><i class="fa fa-asterisk"></i></h2>
<div class="section-content">
<audio controls preload="none" style="width:480px;">
<source src="audio/podcast-2.m4a" type="audio/mp4">
</audio>
<h6>Trial and Error Time</h6>
<h3>Songs</h3>
<ol class="bullets">
<li>Song 1</li>
</div>
</section>
<section id="contact-info" class="toggleable closed">
<h2>Contact Info<i class="fa fa-asterisk"></i></h2>
<div class="section-content">
<ul class="inline">
<li><strong>Rosie Stone</strong></li>
<li><a href="mailto:[email protected] " target="_blank">[email protected] </a></li>
<li><a href="http://www.royaltonradio.org/" target="_blank">royalton radio</a></li>
</ul>
</div>
</section>
</div>
</div>
<script src="js/jquery-2.1.1.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>