-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathabout.html
300 lines (288 loc) · 11 KB
/
about.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
299
300
<!DOCTYPE html>
<html lang="zxx">
<head>
<meta charset="UTF-8" />
<meta name="description" content="Megapod Template" />
<meta name="keywords" content="Megapod, unica, creative, html" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Megapod | Template</title>
<!-- Google Font -->
<link
href="https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700;800;900&display=swap"
rel="stylesheet"
/>
<!-- Css Styles -->
<link rel="stylesheet" href="css/bootstrap.min.css" type="text/css" />
<link rel="stylesheet" href="css/font-awesome.min.css" type="text/css" />
<link rel="stylesheet" href="css/elegant-icons.css" type="text/css" />
<link rel="stylesheet" href="css/magnific-popup.css" type="text/css" />
<link rel="stylesheet" href="css/owl.carousel.min.css" type="text/css" />
<link rel="stylesheet" href="css/slicknav.min.css" type="text/css" />
<link rel="stylesheet" href="css/style.css" type="text/css" />
</head>
<body>
<!-- Page Preloder -->
<div id="preloder">
<div class="loader"></div>
</div>
<!-- Offcanvas Menu Begin -->
<div class="offcanvas-menu-overlay"></div>
<div class="offcanvas-menu-wrapper">
<div class="offcanvas__search">
<form action="#">
<input type="text" placeholder="Search and hit enter..." />
<button type="submit"><i class="fa fa-search"></i></button>
</form>
</div>
<div class="offcanvas__logo">
<a href="./index.html"><img src="img/logo.png" alt="" /></a>
</div>
<div id="mobile-menu-wrap"></div>
<div class="offcanvas__social">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-pinterest"></i></a>
<a href="#"><i class="fa fa-instagram"></i></a>
<a href="#"><i class="fa fa-dribbble"></i></a>
</div>
</div>
<!-- Offcanvas Menu End -->
<!-- Header Section Begin -->
<header class="header">
<div class="container-fluid">
<div class="row">
<div class="col-lg-8">
<div class="header__logo">
<a href="./index.html"><img src="img/logo.png" alt="" /></a>
</div>
<nav class="header__menu mobile-menu">
<ul>
<li><a href="./index.html">Home</a></li>
<li class="active"><a href="./about.html">About</a></li>
<li><a href="./episodes.html">Episodes</a></li>
<li>
<a href="#">Pages</a>
<ul class="dropdown">
<li><a href="./about.html">About</a></li>
<li><a href="./episodes-details.html">Episodes</a></li>
<li><a href="./blog.html">Blog</a></li>
<li><a href="./blog-details.html">Blog Details</a></li>
</ul>
</li>
<li><a href="./contact.html">Contact</a></li>
</ul>
</nav>
</div>
<div class="col-lg-4">
<div class="header__right">
<div class="header__right__search">
<form action="#">
<input type="text" placeholder="Search and hit enter..." />
<button type="submit"><i class="fa fa-search"></i></button>
</form>
</div>
<div class="header__right__social">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-pinterest"></i></a>
<a href="#"><i class="fa fa-instagram"></i></a>
<a href="#"><i class="fa fa-dribbble"></i></a>
</div>
</div>
</div>
</div>
<div class="canvas__open"><i class="fa fa-bars"></i></div>
</div>
</header>
<!-- Header Section End -->
<!-- Breadcrumb Section Begin -->
<section
class="breadcrumb-option normal-breadcrumb spad set-bg"
data-setbg="img/breadcrumb-bg.jpg"
>
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="breadcrumb__text">
<h2>About</h2>
<div class="breadcrumb__links">
<a href="./index.html"><i class="fa fa-home"></i> Home</a>
<span>About</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Breadcrumb Section End -->
<!-- About Section Begin -->
<section class="about spad">
<div class="container">
<div class="row">
<div class="col-lg-4">
<div class="about__text">
<span>We Are Meeapod</span>
<h2>About Us</h2>
<p>Enjoy listening to our podcast? Consider making a donation!</p>
<a href="#" class="primary-btn">Make A Donation</a>
</div>
</div>
<div class="col-lg-4">
<div class="about__item">
<h6>
This article is floated online with an aim to help you find the
best dvd printing solution.
</h6>
<p>
Your DVDs usually come coated with directly printable lacquer
films with ability to absorb ink, and the process of directly
printing the lacquer films on your DVDs is technically known as
dvd printing. Your dvd printing solution lies in – inkjet dvd
printing, thermal transfer dvd printing, screen dvd printing,
and offset dvd printing – which you may choose according to need
and requirement.
</p>
</div>
</div>
<div class="col-lg-4">
<div class="about__item">
<h6>
This article is floated online with an aim to help you find the
best dvd printing solution.
</h6>
<p>
Your DVDs usually come coated with directly printable lacquer
films with ability to absorb ink, and the process of directly
printing the lacquer films on your DVDs is technically known as
dvd printing. Your dvd printing solution lies in – inkjet dvd
printing, thermal transfer dvd printing, screen dvd printing,
and offset dvd printing – which you may choose according to need
and requirement.
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<div class="about__pic">
<img src="img/about-pic.jpg" alt="" />
</div>
</div>
</div>
</div>
</section>
<!-- About Section End -->
<!-- Call To Action Section Begin -->
<section class="callto spad set-bg" data-setbg="img/call-about-bg.jpg">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="callto__text">
<h2>Support The Show</h2>
<p>Enjoy listening to our podcast? Consider making a donation!</p>
<a href="#" class="primary-btn">Make a Donation</a>
</div>
</div>
</div>
</div>
</section>
<!-- Call To Action Section End -->
<!-- Team Section Begin -->
<section class="team spad">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="section-title">
<h2>Featured Guests</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="team__item">
<img src="img/team/team-1.jpg" alt="" />
<h4>Alfred Day</h4>
<span>PRODUCER</span>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="team__item">
<img src="img/team/team-2.jpg" alt="" />
<h4>Jayden White</h4>
<span>Drummer</span>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="team__item">
<img src="img/team/team-3.jpg" alt="" />
<h4>Vincent Reid</h4>
<span>Enterpreneur</span>
</div>
</div>
</div>
</div>
</section>
<!-- Team Section End -->
<!-- Footer Section Begin -->
<footer class="footer set-bg" data-setbg="img/footer-bg.jpg">
<div class="container">
<div class="footer__subscriber">
<div class="row">
<div class="col-lg-5">
<div class="footer__subscriber__text">
<h3>Sign up for our newsletter!</h3>
<p>Subscribe to receive info on our latest news and episodes</p>
</div>
</div>
<div class="col-lg-5 offset-lg-2">
<form action="#" class="footer__subscriber__form">
<input type="text" placeholder="Your email address" />
<button type="submit" class="site-btn">Subscribe</button>
</form>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-9 col-md-9">
<div class="footer__widget">
<div class="footer__logo">
<a href="#"><img src="img/logo.png" alt="" /></a>
</div>
<p class="footer__copyright__text">
Copyright ©
<script>
document.write(new Date().getFullYear());
</script>
All rights reserved | This template is made with
<i class="fa fa-heart-o" aria-hidden="true"></i> by
<a href="https://alitahir.netlify.app" target="_blank">theDevNinja</a>
</p>
</div>
</div>
<div class="col-lg-3 col-md-3">
<div class="footer__social">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-pinterest"></i></a>
<a href="#"><i class="fa fa-instagram"></i></a>
<a href="#"><i class="fa fa-youtube-play"></i></a>
</div>
</div>
</div>
</div>
</footer>
<!-- Footer Section End -->
<!-- Js Plugins -->
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/mixitup.min.js"></script>
<script src="js/jquery.slicknav.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/main.js"></script>
<!-- Music Plugin -->
<script src="js/jquery.jplayer.min.js"></script>
<script src="js/jplayerInit.js"></script>
</body>
</html>