-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathevents-single.php
237 lines (220 loc) · 11.9 KB
/
events-single.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<!--===============================================
Template Design By WpFreeware Team.
Author URI : http://www.wpfreeware.com/
====================================================-->
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>MyNim's : Events Single</title>
<?php
include 'assets/assets-css.php';
?>
</head>
<body>
<!-- SCROLL TOP BUTTON -->
<a class="scrollToTop" href="#"></a>
<!-- END SCROLL TOP BUTTON -->
<?php
include 'navbar/navbar.php';
?>
<!--=========== BEGIN COURSE BANNER SECTION ================-->
<section id="imgBanner">
<h2>Events Single</h2>
</section>
<!--=========== END COURSE BANNER SECTION ================-->
<!--=========== BEGIN COURSE BANNER SECTION ================-->
<section id="courseArchive">
<div class="container">
<div class="row">
<!-- start course content -->
<div class="col-lg-8 col-md-8 col-sm-8">
<div class="courseArchive_content">
<!-- start blog archive -->
<div class="row">
<!-- start single blog -->
<div class="col-lg-12 col-12 col-sm-12">
<div class="single_blog">
<!-- start events slider -->
<div class="events_slider_area">
<div class="events_slider">
<div><img src="assets/img/events-slider3.jpg" alt="img"></div>
<div><img src="assets/img/events-slider1.jpg" alt="img"></div>
<div><img src="assets/img/events-slider2.jpg" alt="img"></div>
</div>
</div>
<!-- End events slider -->
<h2 class="blog_title"><a href="blog-single.php"> Curabitur ac dictum nisl eu hendrerit ante</a></h2>
<div class="blog_commentbox">
<p><i class="fa fa-clock-o"></i>Time: 7pm,15 March 2015</p>
<p><i class="fa fa-map-marker"></i>Location: London,UK</p>
</div>
<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).</p>
<blockquote>
<span class="fa fa-quote-left"></span>
Duis erat purus, tincidunt vel ullamcorper ut, consequat tempus nibh. Proin condimentum risus ligula, dignissim mollis tortor hendrerit vel.
</blockquote>
<p>There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</p>
<h3>This is example of H3</h3>
<h4>This is example of H4</h4>
<h5>This is example of H5</h5>
<h6>This is example of H6</h6>
<ul>
<li><span class="fa fa-angle-double-right"></span>There are many variations of passages</li>
<li><span class="fa fa-angle-double-right"></span>Lorem Ipsum generators</li>
<li><span class="fa fa-angle-double-right"></span>There are many variations of passages</li>
<li><span class="fa fa-angle-double-right"></span>The uses a dictionary of over 200 Latin words</li>
<li><span class="fa fa-angle-double-right"></span>Proin condimentum risus ligula</li>
</ul>
</div>
<!-- single blog nex & prev button -->
<div class="single_blog_prevnext">
<a class="prev_post wow fadeInLeft" href="#"><i class="fa fa-angle-left"></i>Previous Event</a>
<a class="next_post wow fadeInRight" href="#">Next Event<i class="fa fa-angle-right"></i></a>
</div>
</div>
<!-- End single blog -->
</div>
<!-- end blog archive -->
<!-- start related post -->
<div class="related_post">
<h2>More Events</h2>
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-6">
<div class="single_blog_archive wow fadeInUp">
<div class="blogimg_container">
<a class="blog_img" href="#">
<img src="assets/img/blog.jpg" alt="img">
</a>
</div>
<h2 class="blog_title"><a href="blog-single.php"> Curabitur ac dictum nisl eu hendrerit ante</a></h2>
<div class="blog_commentbox">
<p><i class="fa fa-clock-o"></i>Time: 7pm,15 March 2015</p>
<p><i class="fa fa-map-marker"></i>Location: London,UK</p>
</div>
<p class="blog_summary">Duis erat purus, tincidunt vel ullamcorper ut, consequat tempus nibh. Proin condimentum risus ligula, dignissim mollis tortor hendrerit vel. Aliquam...</p>
<a href="#" class="blog_readmore">Read More</a>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-6">
<div class="single_blog_archive wow fadeInUp">
<div class="blogimg_container">
<a class="blog_img" href="#">
<img src="assets/img/blog.jpg" alt="img">
</a>
</div>
<h2 class="blog_title"><a href="blog-single.php"> Curabitur ac dictum nisl eu hendrerit ante</a></h2>
<div class="blog_commentbox">
<p><i class="fa fa-clock-o"></i>Time: 7pm,15 March 2015</p>
<p><i class="fa fa-map-marker"></i>Location: London,UK</p>
</div>
<p class="blog_summary">Duis erat purus, tincidunt vel ullamcorper ut, consequat tempus nibh. Proin condimentum risus ligula, dignissim mollis tortor hendrerit vel. Aliquam...</p>
<a href="#" class="blog_readmore">Read More</a>
</div>
</div>
</div>
</div>
<!-- start related post -->
</div>
</div>
<!-- End course content -->
<!-- start course archive sidebar -->
<div class="col-lg-4 col-md-4 col-sm-4">
<div class="courseArchive_sidebar">
<!-- start single sidebar -->
<div class="single_sidebar">
<h2>Popular Events <span class="fa fa-angle-double-right"></span></h2>
<ul class="news_tab">
<li>
<div class="media">
<div class="media-left">
<a href="#" class="news_img">
<img alt="img" src="assets/img/news.jpg" class="media-object">
</a>
</div>
<div class="media-body">
<a href="#">Dummy text of the printing and typesetting industry</a>
<span class="feed_date">27.02.15</span>
</div>
</div>
</li>
<li>
<div class="media">
<div class="media-left">
<a href="#" class="news_img">
<img alt="img" src="assets/img/news.jpg" class="media-object">
</a>
</div>
<div class="media-body">
<a href="#">Dummy text of the printing and typesetting industry</a>
<span class="feed_date">28.02.15</span>
</div>
</div>
</li>
<li>
<div class="media">
<div class="media-left">
<a href="#" class="news_img">
<img alt="img" src="assets/img/news.jpg" class="media-object">
</a>
</div>
<div class="media-body">
<a href="#">Dummy text of the printing and typesetting industry</a>
<span class="feed_date">28.02.15</span>
</div>
</div>
</li>
</ul>
</div>
<!-- End single sidebar -->
<!-- start single sidebar -->
<div class="single_sidebar">
<h2>Category <span class="fa fa-angle-double-right"></span></h2>
<ul>
<li><a href="#">Food</a></li>
<li><a href="#">Technology</a></li>
<li><a href="#">Fashion</a></li>
<li><a href="#">Business</a></li>
<li><a href="#">Games</a></li>
</ul>
</div>
<!-- End single sidebar -->
<!-- start single sidebar -->
<div class="single_sidebar">
<h2>Tags <span class="fa fa-angle-double-right"></span></h2>
<ul class="tags_nav">
<li><a href="#"><i class="fa fa-tags"></i>Creative</a></li>
<li><a href="#"><i class="fa fa-tags"></i>News</a></li>
<li><a href="#"><i class="fa fa-tags"></i>Technology</a></li>
<li><a href="#"><i class="fa fa-tags"></i>Art</a></li>
<li><a href="#"><i class="fa fa-tags"></i>Audio</a></li>
<li><a href="#"><i class="fa fa-tags"></i>video</a></li>
</ul>
</div>
<!-- End single sidebar -->
<!-- start single sidebar -->
<div class="single_sidebar">
<h2>Sponsor Add <span class="fa fa-angle-double-right"></span></h2>
<a class="side_add" href="#"><img src="assets/img/side-add.jpg" alt="img"></a>
</div>
<!-- End single sidebar -->
</div>
</div>
<!-- start course archive sidebar -->
</div>
</div>
</section>
<!--=========== END COURSE BANNER SECTION ================-->
<!--=========== BEGIN FOOTER SECTION ================-->
<?php
include 'footer/outside-footer.php';
?>
<!--=========== END FOOTER SECTION ================-->
<?php
include 'assets/assets-js.php';
?>
</body>
</html>