-
Notifications
You must be signed in to change notification settings - Fork 3
/
E&G.html
75 lines (72 loc) · 4.27 KB
/
E&G.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!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 class = 'log.php'><a href='log.php'><span> Login</span></a></li>
<li class='last'><a href='society.php'><span>Sign up</span></a></li>
</ul>
</div>
</div>
<div id="main">
<div id="site_content">
<ul class="slideshow">
<li class="show"><img width="950" height="450" src="images/home_1.jpg" alt=""Ganapati Pran-Pratishtha at club house on 17/09/2015 at 10:00am "" /></li>
<li><img width="950" height="450" src="images/home_1.5.jpg" alt=""Tree Plantation Activity at Green Park on 20/09/2015 at 5:00 pm "" /></li>
<li><img width="950" height="450" src="images/home_3.jpg" alt=""Eid Mubarak Party at club house on 25/09/2015 at 7:00pm."" /></li>
<li><img width="950" height="450" src="images/home_1.9.jpg" alt=""Arijit Singh live in concert at our lawns on 26/09/2015 at 7:00 pm "" /></li>
<li><img width="950" height="450" src="images/home_2.jpg" alt=""Ganpati Visarjan Miravnuk from club house on 27/09/2015 strats from 11:00 am onwards "" /></li>
<li><img width="950" height="450" src="images/home_3.5.jpg" alt=""Dr. Bhatt's speech on Gandhi Jayanti on 2/10/2015 at Open Theatre on 11:00 am "" /></li>
<li><img width="950" height="450" src="images/home_3.9.jpg" alt=""Annual Sports Day at Sports club on 10/10/2015 at 10:00 am - 7:00 pm "" /></li>
<li><img width="950" height="450" src="images/home_4.jpg" alt=""Dandiya Night (Info related to event will shortly released)"" /></li>
<li><img width="950" height="450" src="images/home_5.jpg" alt=""Kojagiri Paurnima (Info related to event will shortly released)"" /></li>
<li><img width="950" height="450" src="images/home_6.jpg" alt="" Most Exciting & Awaiting Trip to Mahabaleshwar(Info related to event will shortly released)"" /></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>