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
/
Copy pathindex.html
56 lines (55 loc) · 2.3 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
<!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="comp_img/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="comp_img/favicon.ico" type="image/x-icon">
<link href='http://fonts.googleapis.com/css?family=Droid+Sans' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Racing+Sans+One' rel='stylesheet' type='text/css'>
</head>
<body>
<div id="container">
<a id="hidden-hover"
href="http://ucla.in/1ij548h"
onmouseover="document.getElementById('pledge-drive-banner').src='comp_img/full.png' "
onmouseout="document.getElementById('pledge-drive-banner').src='comp_img/colored.png' " />
</a>
<img src="comp_img/colored.png"
alt="PLEDGE DRIVE"
id="pledge-drive-banner" >
</div>
<div class="box">
<h1>UCLA Radio needs your help.</h1>
<p>
UCLA Radio has gone through some tough times over the years,
but what saves us time and again are listener donations.
This year is no different. We need your support.
</p>
<p>
For the first time ever, UCLA Radio is broadcasting live <em>24 hours
a day</em> for Monday through Friday of Pledge week. Our DJs will be in the booth
around the clock.
<strong><a href="http://stream.uclaradio.com:8000/listen">
Tune in anytime (literally) right here. </a></strong>
</p>
<p>
We really, really, really need your help. Your donation, no matter how small,
directly helps us keep our humble station running.
</p>
<p>
Thanks for your support, and long live college radio!
</p>
<a href="http://ucla.in/1ij548h" >
<img src="comp_img/donate_colored.png"
id="donate-button"
onmouseover="document.getElementById('donate-button').src='comp_img/donate_full.png' "
onmouseout="document.getElementById('donate-button').src='comp_img/donate_colored.png' " >
</a>
</div>
</body>
</html>