-
Notifications
You must be signed in to change notification settings - Fork 0
/
events.html
247 lines (244 loc) · 7.69 KB
/
events.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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
<!--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
-->
<!DOCTYPE HTML>
<html>
<head>
<title>Mehfil-e-Samaa|Events</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="Music8 Responsive web template, Bootstrap Web Templates, Flat Web Templates, Andriod Compatible web template,
Smartphone Compatible web template, free webdesigns for Nokia, Samsung, LG, SonyErricsson, Motorola web design" />
<script type="applijewelleryion/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script>
<link href="css/bootstrap.css" rel='stylesheet' type='text/css' />
<!-- Custom Theme files -->
<link href="css/style.css" rel='stylesheet' type='text/css' />
<script src="js/jquery-1.11.1.min.js"></script>
<!--webfonts-->
<link href='//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,400,300,600,700|Six+Caps' rel='stylesheet' type='text/css'>
<!--//webfonts-->
</head>
<body>
<!--banner-->
<div class="banner-1">
<div class="header-top">
<div class="header-bottom">
<div class="fixed-header">
<div class="logo">
<img src="image/logo.png" class="img-responsive">
</div>
<div class="logo logoh"><h1><a href="index.html">Mehfil-e-Samaa</a></h1></div>
<div class="hd-lt">
<span class="menu"> </span>
<div class="top-menu">
<nav class="cl-effect-21">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a class="active" href="events.html">Events</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="contact.html">Contact Us</a></li>
<div class="clearfix"></div>
</ul>
</nav>
</div>
<!-- script for menu -->
<script>
$( "span.menu" ).click(function() {
$( ".top-menu" ).slideToggle( "slow", function() {
// Animation complete.
});
});
</script>
<!-- script for menu -->
<script>
$(document).ready(function() {
var navoffeset=$(".header-bottom").offset().top;
$(window).scroll(function(){
var scrollpos=$(window).scrollTop();
if(scrollpos >=navoffeset){
$(".header-bottom").addClass("fixed");
}else{
$(".header-bottom").removeClass("fixed");
}
});
});
</script>
<div class="header-right">
<h6>Follows Us :</h6>
<ul class="f-icons">
<li><a href="#" class="facebook"> </a></li>
<li><a href="#" class="p"> </a></li>
<li><a href="#" class="twitter"> </a></li>
</ul>
<div class="clearfix"></div>
</div>
<div class="clearfix"></div>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
</div>
<!--banner-->
<div class="events">
<div class="container">
<div class="col-md-9 events-left">
<h3>Featured events</h3>
<div class="eve-top">
<div class="col-md-5 eve-lt">
<div class="ev-lft">
<img src="images/img4.jpg" alt=" " class="img-responsive">
</div>
<div class="ev-rgt">
<h5>29</h5>
<h6>August</h6>
</div>
<div class="clearfix"></div>
</div>
<div class="col-md-7 eve-rt">
<h4>Variations of passages</h4>
<p>There are many variations of passages Slightly believable of Lorem Ipsum available, but the majority have suffered alteration</p>
</div>
<div class="clearfix"></div>
</div>
<div class="eve-top">
<div class="col-md-5 eve-lt">
<div class="ev-lft">
<img src="images/img5.jpg" alt=" " class="img-responsive">
</div>
<div class="ev-rgt">
<h5>10</h5>
<h6>September</h6>
</div>
<div class="clearfix"></div>
</div>
<div class="col-md-7 eve-rt">
<h4>Ipsum available</h4>
<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration</p>
</div>
<div class="clearfix"></div>
</div>
<div class="eve-top">
<div class="col-md-5 eve-lt">
<div class="ev-lft">
<img src="images/img3.jpg" alt=" " class="img-responsive">
</div>
<div class="ev-rgt">
<h5>22</h5>
<h6>October</h6>
</div>
<div class="clearfix"></div>
</div>
<div class="col-md-7 eve-rt">
<h4>Passages of Lorem</h4>
<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration</p>
</div>
<div class="clearfix"></div>
</div>
<div class="eve-top">
<div class="col-md-5 eve-lt">
<div class="ev-lft">
<img src="images/img2.jpg" alt=" " class="img-responsive">
</div>
<div class="ev-rgt">
<h5>12</h5>
<h6>November</h6>
</div>
<div class="clearfix"></div>
</div>
<div class="col-md-7 eve-rt">
<h4>The majority have</h4>
<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration</p>
</div>
<div class="clearfix"></div>
</div>
<div class="eve-top">
<div class="col-md-5 eve-lt">
<div class="ev-lft">
<img src="images/img1.jpg" alt=" " class="img-responsive">
</div>
<div class="ev-rgt">
<h5>23</h5>
<h6>December</h6>
</div>
<div class="clearfix"></div>
</div>
<div class="col-md-7 eve-rt">
<h4>Suffered alteration</h4>
<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration</p>
</div>
<div class="clearfix"></div>
</div>
</div>
<div class="col-md-3 events-right">
<h3>Archive</h3>
<div class="eve-btm">
<li><a href="#">January 2015</a></li>
<li><a href="#">February 2015</a></li>
<li><a href="#">March 2015</a></li>
<li><a href="#">April 2015</a></li>
<li><a href="#">May 2015</a></li>
<li><a href="#">June 2015</a></li>
<li><a href="#">July 2015</a></li>
<li><a href="#">August 2015</a></li>
<li><a href="#">September 2015</a></li>
<li><a href="#">October 2015</a></li>
<li><a href="#">November 2015</a></li>
<li><a href="#">December 2015</a></li>
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
<!-- footer -->
<div class="footer">
<div class="container">
<div class="col-md-3 footer-left">
<h3>More Info</h3>
<li><a href="#">How to order</a></li>
<li><a href="#">Faq</a></li>
<li><a href="#">Locatio</a></li>
<li><a href="#">Shipping</a></li>
<li><a href="#">Membership</a></li>
</div>
<div class="col-md-3 footer-left">
<h3>Contact Us</h3>
<p>Contrary to popular belief</p>
<p>The standard chunk</p>
<p>office : +12 34 995 0792</p>
</div>
<div class="col-md-3 social">
<h3>Follow Us</h3>
<ul>
<li><a href="#" class="facebook"> </a></li>
<li><a href="#" class="p"> </a></li>
<li><a href="#" class="twitter"> </a></li>
<li><a href="#" class="goog"> </a></li>
</ul>
</div>
<div class="col-md-3 footer-left">
<h3>Newsletter</h3>
<form>
<input type="text" placeholder="Enter email id" required="">
</form>
<div class="button">
<form>
<input type="submit" value="Subscribe">
</form>
</div>
<div class="clearfix"> </div>
</div>
<div class="clearfix"></div>
<div class="footer-bottom">
<p>Copyrights © 2015 Music8. All rights reserved.</p>
</div>
</div>
</div>
<!-- footer -->
</body>
</html>