-
Notifications
You must be signed in to change notification settings - Fork 0
/
menu.html
20 lines (20 loc) · 847 Bytes
/
menu.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<!--menu items: contact, calendar (use google calendar link so it stays up to date)-->
<!-- split robot and history pages???? add a current season page? -->
<html>
<head>
<title>Navigation Menu</title>
<link rel="stylesheet" href="menu_style.css">
</head>
<div class="navigation">
<a href="index.html" target="_top">Home</a>
<!--<a href="about.html" target="_top">About</a>-->
<a href="sponsors-3.html" target="_top">Sponsors</a>
<a href="history.html" target="_top">History and Robots</a>
<a href="building_fund.html" target="_top">Building Fund</a>
<!--<a href="outreach.html" target="_top">Outreach</a>-->
<a href="contact.html" target="_top">Contact Us</a>
<a href="schedule.html" target="_top">Events</a>
<!--<a href="resources.html" target="_top">Resources</a>-->
</div>
</html>