-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
57 lines (57 loc) · 2.6 KB
/
about.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
<!doctype html>
<html>
<head>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>BusRadar - About</title>
<meta name="keywords" content="">
<meta name="description" content="">
<link href="files/default.css" rel="stylesheet">
<style type="text/css">
div.c3 {clear: both; padding-bottom: 30px;}
div.c2 {line-height: 20px; font-size: 16px; padding-top: 30px; text-align: left}
div.c1 {padding-top: 15px}
</style>
</head>
<body>
<!-- start header -->
<div id="header">
<div id="logo"><a href="index.html"><img src="files/icon.png" alt="icon"></a>
<h1><a href="index.html"></a></h1>
<a href="index.html"><img src="files/busradar_banner.png" alt="BusRadar"></a>
<p> </p>
</div>
<div id="menu" class="c1">
<ul>
<li><a href="index.html">home</a></li>
<li class="current_page_item"><a href="about.html">about</a></li>
</ul>
</div>
</div>
<!-- end header -->
<div id="page">
<div class="c2">
<p><b>Madison BusRadar</b><br>
1.0.19</p>
<br>
<p><small>Copyright © 2010 Aleksandr Dobkin, Michael Choi, and Christopher Mills. All rights reserved.</small></p>
<p><small><a href="index.html">BusRadar</a> is in not produced by or in any way affiliated with <a href="//www.cityofmadison.com/metro/">Madison Metro Transit</a>.</small></p>
<p><small>Real-time departure times and bus locations are provided by the <a href="//www.cityofmadison.com/metro/TransitTracker/TransitTracker.html">Transit Tracker</a> website.<br>
We assume no responsibility for the correctness, completeness or legality of such information.</small></p>
<p><small>This application was a class project for [CS 638: Mobile and Wireless Systems Laboratory]<br>
at <a href="//www.wisc.edu/">University of Wisconsin - Madison</a>, instructed by Professor <a href="//pages.cs.wisc.edu/~suman/">Suman Banerjee</a>.</small></p>
<p><small>Thank you, and we hope that you enjoy your <a href="index.html">BusRadar</a> experience!</small></p>
<p><small>Feedbacks & Fix requests welcomed. support [et] busradarapp [period] com</small></p>
<p><a href="//www.twitter.com/BusRadar" title="Follow us on Twitter"><img src="follow_twitter_button_c.png" alt="Follow us on Twitter"></a></p>
</div>
<div class="c3"></div>
</div>
<!-- end page -->
<div id="footer-bg">
<div id="footer">
<p id="legal">© 2010 <a href="index.html">Aleksandr Dobkin, Michael Choi, and Christopher Mills</a> All Rights Reserved | <a href="privacy.html">Privacy</a></p>
<p id="links"><a href="//developer.android.com/index.html">Android Developers<img src="androidmarker.png" alt="Android Developers"></a></p>
</div>
</div>
</body>
</html>