-
Notifications
You must be signed in to change notification settings - Fork 3
/
basic_body.html
58 lines (56 loc) · 2.56 KB
/
basic_body.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
58
<!DOCTYPE HTML>
<html>
<head>
<title>UPCOMING EVENTS</title>
<link href="images/favicon.ico" type="image" rel="icon">
<meta name="description" content="website description" />
<meta name="keywords" content="website keywords, website keywords" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<!-- stylesheets -->
<link href="css/style.css" rel="stylesheet" type="text/css" />
<link href="css/colour.css" rel="stylesheet" type="text/css" />
<!-- modernizr enables HTML5 elements and feature detects -->
<script type="text/javascript" src="js/modernizr-1.5.min.js"></script>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <!-- THIS IS FROM INDEX.HTML.. -->
<link href="style.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="menubar.css">
</head>
<body>
<div class="header">
<div class="logo"><img src="images/soclogo2.jpg" width=400 height=110 /></div>
</div>
<div class = "container">
<div id='cssmenu'>
<ul>
<li><a href='index.html'><span>Home</span></a></li>
<li><a href='ManagingCommittee.html'><span>Managing Committee</span></a></li>
<li class = 'active'><a href='E&G.html'><span> Upcoming Events</span></a></li>
<li><a href='visual_tour.html'><span>Gallery</span></a></li>
<li><a href='#'><span>Login</span></a></li>
<li class='last'><a href='society.php'><span>Sign up</span></a></li>
</ul>
</div>
</div>
<!-- begin footer -->
<div style="clear:both"></div>
<div class="footer">
<div class="footerBox">
<div class="footerMenu">Copyright © Hill View Housing Society(India) Pvt Ltd. All rights reserved.</div>
<div class="footerMenuCopy"><a href=http://pvgcoet.ac.in/">Designers of pvg coet,Pune</a>.</p>
<p><a href="https://twitter.com/"> <img src="images/twitter.png" alt="twitter" /> </a> <a href="https://www.facebook.com/"><img src="images/facebook.png" alt="facebook" /></a> <a href="https://www.rss.com/"><img src="images/rss.png" alt="rss"/></a></div>
</div>
</div>
<!-- end footer -->
<!-- javascript at the bottom for fast page loading -->
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/jquery.easing-sooper.js"></script>
<script type="text/javascript" src="js/jquery.sooperfish.js"></script>
<script type="text/javascript" src="js/image_fade.js"></script>
<!-- initialise sooperfish menu -->
<script type="text/javascript">
$(document).ready(function() {
$('ul.sf-menu').sooperfish();
});
</script>
</body>
</html>