This repository has been archived by the owner on Dec 17, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
50 lines (49 loc) · 2.09 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>UCLA Radio</title>
<meta name="description" content="UCLA's student radio station.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,600italic'
rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Averia+Serif+Libre:700italic'
rel='stylesheet' type='text/css'>
</head>
<body>
<h1><em>UCLA RADIO</em></h1>
<div class="box">
<p>
Hey there! UCLA Radio’s webpage is currently undergoing a bit of a
makeover. But don’t worry, we’ve got all the links you’ll need to get
the full radio experience!
</p>
<p>
Grab a peek at our <em><a href= "https://docs.google.com/spreadsheet/ccc?key=0Ai6Bgvn4nr8MdE9aUU5FTEpZY0Rmakk2dllzTGUzdGc&usp=drive_web#gid=0">schedule</a></em>
, and then
<em><a href="http://stream.uclaradio.com:8000/listen">listen in</a></em> for
UCLA Radio’s regular programming. You can also find us on
<em><a href="http://tunein.com/radio/UCLA-Radio-s2652/">TuneIn</a></em>,
or download our free
<em><a href="https://itunes.apple.com/us/app/uclaradio/id420784130?mt=8&uo=4">
iOS app</a></em>.
</p>
<p>
For our concert and album reviews, visit our
<em><a href="http://uclaradio.tumblr.com">Tumblr.</a></em>
For ticket giveaways, interviews, in-station performances,
special events, new music, DJ playlists and more, check us out on
<em><a href="https://www.facebook.com/UCLARadio">Facebook</a></em> and
<em><a href="https://twitter.com/UCLAradio">Twitter</a></em>.
</p>
<p>
Our full site should be back up and running shortly.
Thanks for supporting college radio!
</p>
</div>
</body>
</html>