forked from RudranshBarate/Aiop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
events-grid-2column.html
298 lines (264 loc) · 13.3 KB
/
events-grid-2column.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
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
<!DOCTYPE html>
<html dir="ltr" lang="en">
<!-- Mirrored from html.kodesolution.live/m/epetcare/v2.0/demo/events-grid-2column.html by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Sep 2021 11:18:09 GMT -->
<head>
<!-- Meta Tags -->
<meta name="viewport" content="width=device-width,initial-scale=1.0"/>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<meta name="description" content="ePetCare - Pet Care, Pets Club, Veterinary & Shop HTML5 Template" />
<meta name="keywords" content="Pet,Pet Care,Pets Club,Dog,Cat,Veterinary,Veterinary & Shop" />
<meta name="author" content="ThemeMascot" />
<!-- Page Title -->
<title>All in One Pet Site</title>
<!-- Favicon and Touch Icons -->
<link href="images/logo.png" rel="shortcut icon" type="image/png">
<link href="images/apple-touch-icon.png" rel="apple-touch-icon">
<link href="images/apple-touch-icon-72x72.png" rel="apple-touch-icon" sizes="72x72">
<link href="images/apple-touch-icon-114x114.png" rel="apple-touch-icon" sizes="114x114">
<link href="images/apple-touch-icon-144x144.png" rel="apple-touch-icon" sizes="144x144">
<!-- Stylesheet -->
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css">
<link href="css/jquery-ui.min.css" rel="stylesheet" type="text/css">
<link href="css/animate.css" rel="stylesheet" type="text/css">
<link href="css/css-plugin-collections.css" rel="stylesheet"/>
<!-- CSS | menuzord megamenu skins -->
<link id="menuzord-menu-skins" href="css/menuzord-skins/menuzord-strip.css" rel="stylesheet"/>
<!-- CSS | Main style file -->
<link href="css/style-main.css" rel="stylesheet" type="text/css">
<!-- CSS | Theme Color -->
<link href="css/colors/theme-skin-lightgreen.css" rel="stylesheet" type="text/css">
<!-- CSS | Preloader Styles -->
<link href="css/preloader.css" rel="stylesheet" type="text/css">
<!-- CSS | Custom Margin Padding Collection -->
<link href="css/custom-bootstrap-margin-padding.css" rel="stylesheet" type="text/css">
<!-- CSS | Responsive media queries -->
<link href="css/responsive.css" rel="stylesheet" type="text/css">
<!-- CSS | Style css. This is the file where you can place your own custom css code. Just uncomment it and use it. -->
<!-- <link href="css/style.css" rel="stylesheet" type="text/css"> -->
<!-- external javascripts -->
<script src="js/jquery-2.2.4.min.js"></script>
<script src="js/jquery-ui.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<!-- JS | jquery plugin collection for this theme -->
<script src="js/jquery-plugin-collection.js"></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body class="">
<div id="wrapper" class="clearfix">
<!-- preloader -->
<!-- Header -->
<header id="header" class="header">
<div class="header-top bg-theme-colored sm-text-center">
<div class="container">
<div class="row">
<div class="col-md-8">
<div class="widget no-border m-0">
<ul class="list-inline sm-text-center mt-5">
<li>
<a href="#" class="text-white">FAQ</a>
</li>
<li class="text-white">|</li>
<li>
<a href="#" class="text-white">Help Desk</a>
</li>
<li class="text-white">|</li>
<li>
<a href="#" class="text-white">Support</a>
</li>
</ul>
</div>
</div>
<div class="col-md-4">
<div class="widget no-border m-0">
<ul class="styled-icons icon-dark icon-circled icon-theme-colored icon-sm pull-right flip sm-pull-none sm-text-center mt-sm-15">
<li><a href="#"><i class="fa fa-facebook text-white"></i></a></li>
<li><a href="#"><i class="fa fa-twitter text-white"></i></a></li>
<li><a href="#"><i class="fa fa-instagram text-white"></i></a></li>
<li><a href="#"><i class="fa fa-linkedin text-white"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- Start main-content -->
<div class="main-content">
<!-- Section: inner-header -->
<section class="inner-header divider parallax layer-overlay overlay-white-8" data-bg-img="images/bg/bg6.jpg">
<div class="container pt-60 pb-60">
<!-- Section Content -->
<div class="section-content">
<div class="row">
<div class="col-md-12 text-center">
<h2 class="title">Events</h3>
<ol class="breadcrumb text-center text-black mt-10">
<li><a href="index.html">Home</a></li>
</ol>
</div>
</div>
</div>
</div>
</section>
<!-- Section: Upcoming Events -->
<section id="upcoming-events" class="divider parallax layer-overlay overlay-white-8" data-bg-img="images/bg/bg1.jpg">
<div class="container pb-50 pt-80">
<div class="section-content">
<div class="row">
<div class="col-sm-6 col-md-6 col-lg-6">
<div class="schedule-box maxwidth500 bg-light mb-30">
<div class="thumb">
<div class="overlay">
<a href="#"><i class="fa fa-calendar mr-5"></i></a>
</div>
</div>
<div class="schedule-details clearfix p-15 pt-10">
<h5 class="font-16 title"><a href="#">Dog Health Awarness</a></h5>
<ul class="list-inline font-11 mb-20">
<li><i class="fa fa-calendar mr-5"></i>OCT20/2021</li>
<li><i class="fa fa-map-marker mr-5"></i>Mumbai,Marines</li>
</ul>
<p>Discussing about different and common health issues about dog and giving info on how to treat them</p>
<div class="mt-10">
<a class="btn btn-dark btn-theme-colored btn-sm mt-10" href="#">Register</a>
</div>
</div>
</div>
</div>
<div class="col-sm-6 col-md-6 col-lg-6">
<div class="schedule-box maxwidth500 bg-light mb-30">
<div class="thumb">
<div class="overlay">
<a href="#"><i class="fa fa-calendar mr-5"></i></a>
</div>
</div>
<div class="schedule-details clearfix p-15 pt-10">
<h5 class="font-16 title"><a href="#">Dog walks or Dog Runs</a></h5>
<ul class="list-inline font-11 mb-20">
<li><i class="fa fa-calendar mr-5"></i>OCT25/2021</li>
<li><i class="fa fa-map-marker mr-5"></i>Mumbai,Shivaji Park</li>
</ul>
<p>An event to generate awarness about exercising and keeping yourself and the Dog fit.</p>
<div class="mt-10">
<a class="btn btn-dark btn-theme-colored btn-sm mt-10" href="#">Register</a>
</div>
</div>
</div>
</div>
<div class="col-sm-6 col-md-6 col-lg-6">
<div class="schedule-box maxwidth500 bg-light mb-30">
<div class="thumb">
<div class="overlay">
<a href="#"><i class="fa fa-calendar mr-5"></i></a>
</div>
</div>
<div class="schedule-details clearfix p-15 pt-10">
<h5 class="font-16 title"><a href="#">Dog Washing</a></h5>
<ul class="list-inline font-11 mb-20">
<li><i class="fa fa-calendar mr-5"></i>OCt 25/2021</li>
<li><i class="fa fa-map-marker mr-5"></i>Mumbai,Shivaji Park</li>
</ul>
<p>A dog washing event is a fun and engaging animal shelter fundraising idea. Best organized in summer, it’s a great activity for the entire family.</p>
<div class="mt-10">
<a class="btn btn-dark btn-theme-colored btn-sm mt-10" href="#">Register</a>
</div>
</div>
</div>
</div>
<div class="col-sm-6 col-md-6 col-lg-6">
<div class="schedule-box maxwidth500 bg-light mb-30">
<div class="thumb">
<div class="overlay">
<a href="#"><i class="fa fa-calendar mr-5"></i></a>
</div>
</div>
<div class="schedule-details clearfix p-15 pt-10">
<h5 class="font-16 title"><a href="#">Pet Photo Shoot</a></h5>
<ul class="list-inline font-11 mb-20">
<li><i class="fa fa-calendar mr-5"></i>NOV 1/2021</li>
<li><i class="fa fa-map-marker mr-5"></i>Mumbai,Juhu Beach</li>
</ul>
<p>To organize this “aww-filled” event, recruit one (or a couple of) professional photographers – depending on the scale of your event. Alternatively, recruit an amateur photographer. Perhaps a staff member or a volunteer has a secret photography hobby!</p>
<div class="mt-10">
<a class="btn btn-dark btn-theme-colored btn-sm mt-10" href="#">Register</a>
</div>
</div>
</div>
</div>
<div class="col-sm-6 col-md-6 col-lg-6">
<div class="schedule-box maxwidth500 bg-light mb-30">
<div class="thumb">
<div class="overlay">
<a href="#"><i class="fa fa-calendar mr-5"></i></a>
</div>
</div>
<div class="schedule-details clearfix p-15 pt-10">
<h5 class="font-16 title"><a href="#">Dog Fashion Shows</a></h5>
<ul class="list-inline font-11 mb-20">
<li><i class="fa fa-calendar mr-5"></i>NOV 20/2021</li>
<li><i class="fa fa-map-marker mr-5"></i>Mumbai,Marines</li>
</ul>
<p>Dog fashion shows make for a great fundraising idea. Owners would love the idea of walking their furry babies down the ramp in cute, fancy clothing. It can be a fun and enthusiastic program for pets, too.</p>
<div class="mt-10">
<a class="btn btn-dark btn-theme-colored btn-sm mt-10" href="#">Register</a>
</div>
</div>
</div>
</div>
<div class="col-sm-6 col-md-6 col-lg-6">
<div class="schedule-box maxwidth500 bg-light mb-30">
<div class="thumb">
<div class="overlay">
<a href="#"><i class="fa fa-calendar mr-5"></i></a>
</div>
</div>
<div class="schedule-details clearfix p-15 pt-10">
<h5 class="font-16 title"><a href="#">Sponsor a Pet</a></h5>
<ul class="list-inline font-11 mb-20">
<li><i class="fa fa-calendar mr-5"></i>NOV 30/2021</li>
<li><i class="fa fa-map-marker mr-5"></i>Mumbai,Chembur</li>
</ul>
<p>To capitalize on this, start a “Sponsor a Pet” program. The “Sponsor A Pet” program is a way for people to help pets in need even if they can’t adopt them.</p>
<div class="mt-10">
<a class="btn btn-dark btn-theme-colored btn-sm mt-10" href="#">Register</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<!-- end main-content -->
<!-- Footer -->
<footer id="footer" class="footer divider parallax layer-overlay overlay-dark-9" data-bg-img="images/bg/bg7.jpg" data-parallax-ratio="0.7">
<div class="container pt-70 pb-40">
<div class="row">
<div class="col-md-6 col-md-offset-3 text-center">
<img src="images/Logo_copy111.png" alt="">
<p class="mt-20 mb-20">All in One Pet Site is an Online Platform for the Local Pet Producers to expand their business.</p>
<ul class="styled-icons icon-dark icon-circled icon-sm mb-40">
<li><a href="#"><i class="fa fa-facebook"></i></a> </li>
<li><a href="#"><i class="fa fa-twitter"></i></a> </li>
<li><a href="#"><i class="fa fa-pinterest"></i></a> </li>
<li><a href="#"><i class="fa fa-google-plus"></i></a> </li>
<li><a href="#"><i class="fa fa-youtube"></i></a> </li>
</ul>
</div>
</div>
</div>
<!-- end wrapper -->
<!-- Footer Scripts -->
<!-- JS | Custom script for all pages -->
<script src="js/custom.js"></script>
</body>
<!-- Mirrored from html.kodesolution.live/m/epetcare/v2.0/demo/events-grid-2column.html by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Sep 2021 11:18:09 GMT -->
</html>