-
Notifications
You must be signed in to change notification settings - Fork 0
/
menubar.php
executable file
·60 lines (47 loc) · 2.12 KB
/
menubar.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!-- <div style="position; absolute; top: 0; left: 0; text-aligned: center; width: 100%;">
<a href="home.php"><img src="logo.jpg" style="top: 0; z-index:1000;height:200px;left:0; position: absolute;"></a>
<embed src="flash.swf" style=" height: 91px;"/>
<img src="images/invi.jpg" class="logo" style="float:right;height:200px"/>
</div> -->
<div class="container">
<div class="col-md-4" style="float: left;">
<a href="home.php"><img src="logo.jpg" style="top: 0; z-index:1000;height:200px;"></a>
</div>
<div class="col-md-4">
</div>
<div class="col-md-4">
<!--<img src="images/invi.jpg" class="logo" style="float:right;height:200px"/>-->
</div>
</div>
<!-- <a href="home.php"><img src="logo.jpg" style="top: 0; z-index:1000;height:200px;"></a>
<div style="position: absolute; left: 450px;">
<br/>
<embed src="flash.swf" style=" height: 91px;"/>
</div>
<img src="images/invi.jpg" class="logo" style="float:right;height:200px"/>
-->
<div id="cssmenu" style="background-color:rgba(360,360,360,0.5) !important">
<ul>
<li><a href='home.php'><span>Home</span></a></li>
<li class='has-sub'><a href='#'><span>Meet 2015</span></a>
<ul>
<li><a href='why2come.php'><span>Why to Come</span></a></li>
<li><a href='events.php'><span>Events</span></a></li>
<li><a href='yoy.php'><span>Yearnings of Yore</span></a></li>
<li class='last'><a href='documents/invitation_brochure.pdf' target="_blank"><span>Invitation Brochure</span></a></li>
</ul>
</li>
<li><a href='last_meet.php'><span>Last Meet</span></a></li>
<li><a href='gallery.php'><span>Gallery</span></a></li>
<li><a href='students_alumni_cell.php'><span>Students'Alumni Cell</span></a></li>
<li class='has-sub'><a href='#'><span>Sponsors</span></a>
<ul>
<li><a href='sponsors14.php'><span>Sponsors 2014</span></a></li>
<li><a href='sponsors13.php'><span>Sponsors 2013</span></a></li>
<li><a href='sponsors12.php'><span>Sponsors 2012</span></a></li>
<li class='last'><a href='otkp.php' ><span>Official TimeKeeper</span></a></li>
</ul>
</li>
<li class='last'><a href='contact.php'><span>Contact</span></a></li>
</ul>
</div><br/>