-
Notifications
You must be signed in to change notification settings - Fork 1
/
contact.php
29 lines (27 loc) · 1.78 KB
/
contact.php
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
<?php require('head.php'); ?>
<div class="content container">
<h1>Contact UWave</h1>
If you have any questions or otherwise need to get in touch with us, the best
way is just to email <a href="mailto:[email protected]" class="red">[email protected]</a>.<br />
To contact a speciic department:<br />
<ul>
<li><b class="red">Business</b>: <a href="mailto:[email protected]">[email protected]</a></li>
<li><b class="red">Programming</b>: <a href="mailto:[email protected]">[email protected]</a></li>
<li><b class="red">Promotions</b>: <a href="mailto:[email protected]">[email protected]</a></li>
<li><b class="red">Technology</b>: <a href="mailto:[email protected]">[email protected]</a></li>
</ul>
<br />
Additionally, you can call the studio at <font class="red">(425) 352-WAVE</font> (9283).<br /><br />
Feel free to drop us a note via our <a href="https://docs.google.com/forms/d/1Ag2a3Bex2wnsRtBtZPdQ0JdXc0iwaGMDhWA4LEo98l4/viewform" target="_blank" class="red">feedback form</a>!
<br /><br />
A lot of our organization occurs on our mailing lists. For the general list, <a href="https://mailman11.u.washington.edu/mailman/listinfo/kuwb">click here</a>, more department specific lists can be found on the <a href="https://sites.google.com/a/uw.edu/radio/mailing-lists">wiki</a>
</div>
<?php if(!isset($_GET['contentonly'])) {?>
</span>
</div>
</div>
</div>
<?php require("foot.php"); ?>
</body>
</html>
<?php } ?>