-
Notifications
You must be signed in to change notification settings - Fork 0
/
menu1.php
executable file
·33 lines (27 loc) · 1.64 KB
/
menu1.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
30
31
32
33
<div id="menu">
<ul id="nav1">
<li style="width:110px;"><a href="index.php"><pre> Home </pre></a></li>
<li style="width:150px;"><a class="hsubs" href="#"><pre> Meet 2014 </pre></a>
<ul class="subs">
<li><a href="why2come.php"> Why to come </a></li>
<li><a href="events.php">Events </a></li>
<li><a href="yoy.php"> Yearnings of Yore </a></li>
<li><a href="invitation_brochure.pdf"> Invitation Brochure </a></li>
<!--<li><a href="schedule.php"> Schedule </a></li>-->
</ul>
</li>
<li style="width:130px;"><a class="hsubs" href="last_meet.php"><pre> Last Meet </pre></a>
</li>
<li style="width:110px;"><a class="hsubs" href="gallery.htm"><pre> Gallery </pre></a></li>
<li style="width:190px;"><a href="sac.php"><pre> Students' Alumni Cell </pre></a></li>
<li style="width:150px;"><a class="hsubs" href="spons2014.php"><pre> Sponsors </pre></a>
<ul class="subs">
<li><a href="spons2013.php"> Sponsors 2013 </a></li>
<li><a href="spons2012.php"> Sponsors 2012 </a></li>
<li><a href="official_timekeeper.php"> Official Timekeeper</a></li>
</ul>
</li>
<li style="width:110px;"><a href="contacts.php"><pre> Contact </pre></a></li>
<div id="lavalamp"></div>
</ul>
</div>