-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
59 lines (51 loc) · 2.71 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
<!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="philosophy" class="toggleable closed">
<h2>About<i class="fa fa-asterisk"></i></h2>
<div class="section-content">
<p>
From Outlaws, to Myths, to Sibling Songs, The Sit Down mines the archives to feature a new musical theme for every show.
</p>
<p>
The Sit Down airs Thursdays at 9 PM on <a href='http://www.royaltonradio.org'>Royalton Community Radio</a>, WFVR-LP 96.5. RCR’s programming reflects the values of environmental sustainability, freedom of expression, grassroots democracy and the uniqueness of our creative, cultural community.
</p>
</div>
</section>
<section id="contact" 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>