This repository has been archived by the owner on Dec 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
378 lines (307 loc) · 16.3 KB
/
index.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
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Decompiled</title>
<script src="assets/js/modernizr.js"></script>
<link href="assets/css/bootstrap.min.css" rel="stylesheet" />
<link href="assets/css/mediaelementplayer.min.css" rel="stylesheet" />
<link href="assets/css/magnific-popup.css" rel="stylesheet" />
<link href="assets/css/style.css" rel="stylesheet" />
<link href='https://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300' rel='stylesheet' type='text/css'>
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet" />
<meta name="theme-color" content="#fff" />
<!--[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]-->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, shrink-to-fit=no" />
<meta name="author" content="CronByte" />
<meta name="reply-to" content="" />
<meta name="keywords" content="A podcast." />
<meta name="description" content="A clean, lightweight and responsive podcast theme." />
<meta property="og:locale" content="en" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Decompiled" />
<meta property="og:description" content="A podcast." />
<meta property="og:url" content="https://www.decompiled.in/" />
<meta property="og:site_name" content="Decompiled" />
<meta property="og:image" content="" />
<!-- <meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="" />
<meta name="twitter:creator" content="" />
<meta name="twitter:title" content="" />
<meta name="twitter:description" content="" />
<meta name="twitter:domain" content="" />
<meta name="twitter:image" content="" /> -->
<link rel="icon" href="assets/img/favicon.png" />
<link rel="shortcut icon" href="assets/img/favicon.png" />
</head>
<body>
<header class="header absolute">
<div class="container">
<!-- LOGOOOOOOOOOOOO -->
<!-- <h1 class="logo"><a href="index.html"><img itemprop="logo" src="assets/img/logo.png" alt="Decompiled!" title="Decompiled!" /></a></h1> -->
<h1 class="logo"><a href="index.html">LOGO</a></h1>
<nav class="navigation">
<ul class="menu">
<li class="menuitem active"><a href="index.html">Home</a></li>
<li class="menuitem"><a href="contact.html">Contact</a></li>
</ul>
<a href="index.html#" class="btn-hamburguer-menu"><i class="fa fa-bars"></i></a>
</nav>
</div>
</header>
<section class="podcast-hero" style="background-image: url(https://stellarsoundlabs.com/wp-content/uploads/Music-Mic-Full-HD-Desktop-Wallpapers-3.jpg)">
<div class="podcast-hero-inner">
<div class="container">
<div class="podcast-hero-content">
<h2 class="podcast-hero-title"><a href="podcast.html">Episode #0x01 - huehuehue</a></h2>
<span class="podcast-hero-date">Jan 69, 420</span>
<ul class="podcast-hero-meta">
<li class="item"><i class="fa fa-clock-o"></i> 45 mins.</li>
<li class="item"><a href="index.html#" class="podcast-hero-download"><i class="fa fa-youtube-play"></i> Listen on youtube</a></li>
</ul>
</div>
</div>
<div class="podcast-hero-player-content">
<div class="container">
<audio src="assets/audio/abc.mp3"></audio> <!-- INSERT AUDIO HERE! -->
</div>
</div>
</div>
</section>
<main id="main" class="main">
<section id="#episodes" class="section-positive" style="background-color: #050407">
<div class="container">
<h2 class="title-default">All Episodes</h2>
<div class="row">
<div class="col-sm-12 mb-40">
<div class="podcast-card full">
<figure class="podcast-image"><a href="youtube_link"><img src="https://i.ebayimg.com/images/g/-AQAAOSwBahVTwle/s-l640.jpg" alt="Ganja" title="Ganja" /></a></figure>
<div class="podcast-content">
<span class="podcast-date">Mar 69, 420</span>
<h2 class="podcast-title"><a href="podcast-soundcloud.html">Episode 0xcafebabe - How to smoke ganja properly</a></h2>
<p class="podcast-excerpt"><a href="podcast-soundcloud.html">Guets : Cvam</a></p>
<ul class="podcast-meta">
<li class="item"><a href="index.html#" class="podcast-tag" rel="tag">Nasha</a></li>
<li class="item"><i class="fa fa-clock-o"></i> 69 mins.</li>
<li class="item"><a href="podcast-soundcloud.html" class="podcast-play"><i class="fa fa-play"></i> Play Episode</a></li>
</ul>
</div>
</div>
</div>
<div class="col-sm-12 mb-40">
<div class="podcast-card full">
<figure class="podcast-image"><a href="youtube_link"><img src="https://i.ebayimg.com/images/g/-AQAAOSwBahVTwle/s-l640.jpg" alt="Ganja" title="Ganja" /></a></figure>
<div class="podcast-content">
<span class="podcast-date">Mar 69, 420</span>
<h2 class="podcast-title"><a href="podcast-soundcloud.html">Episode 0xcafebabe - How to smoke ganja properly</a></h2>
<p class="podcast-excerpt"><a href="podcast-soundcloud.html">Guets : Cvam</a></p>
<ul class="podcast-meta">
<li class="item"><a href="index.html#" class="podcast-tag" rel="tag">Nasha</a></li>
<li class="item"><i class="fa fa-clock-o"></i> 69 mins.</li>
<li class="item"><a href="podcast-soundcloud.html" class="podcast-play"><i class="fa fa-play"></i> Play Episode</a></li>
</ul>
</div>
</div>
</div>
<div class="col-sm-12 mb-40">
<a href="podcasts.html" class="btn btn-primary btn-block btn-lg">Baaki ke episodes</a>
</div>
</div>
</div>
</section>
<section class="section-negative text-center">
<div class="container">
<h2 class="title-default">Newsletter ke liye apply krdo idhar</h2>
<p class="section-description">Maa kasam email ni bechenge!</p>
<form action="" method="POST" target="_blank" class="form-newsletter validate">
<fieldset class="row">
<div class="col-md-9 nopadding">
<input type="email" name="EMAIL" class="form-control form-positive" id="email-newsletter" placeholder="Your email, Eg: [email protected]" required />
</div>
<div class="col-md-3 nopadding">
<button class="btn btn-success btn-lg btn-block" type="submit"><i class="fa fa-paper-plane"></i></button>
</div>
</fieldset>
</form>
</div>
</section>
<section id="about-us" class="section-negative" style="background-color: #3abeff">
<div class="container">
<h2 class="title-default text-center">Meet our guests</h2>
<div class="row mb-30">
<div class="col-lg-4 col-lg-offset-0 col-md-8 col-md-offset-2 col-sm-12 mb-40">
<div class="team-card">
<figure class="team-card-image"><img src="https://decompiled.in/images/alok.jpg" alt="John Doe" title="John Doe" /></figure>
<div class="team-card-content">
<h2 class="team-card-title">Sir Alok Kumar</h2>
<p class="team-card-job"><a href="">Click here to watch this EP (EP1)</a> </p>
<p class="team-card-description">paladins daal lo sabse bdia hai</p>
<ul class="team-card-social">
<li class="social-item"><a href="index.html#" target="_blank"><i class="fa fa-facebook"></i></a></li>
<li class="social-item"><a href="index.html#" target="_blank"><i class="fa fa-twitter"></i></a></li>
<li class="social-item"><a href="index.html#" target="_blank"><i class="fa fa-google-plus"></i></a></li>
<li class="social-item"><a href="index.html#" target="_blank"><i class="fa fa-soundcloud"></i></a></li>
<li class="social-item"><a href="index.html#" target="_blank"><i class="fa fa-linkedin"></i></a></li>
<li class="social-item"><a href="index.html#" target="_blank"><i class="fa fa-link"></i></a></li>
</ul>
</div>
</div>
</div>
<div class="col-lg-4 col-lg-offset-0 col-md-8 col-md-offset-2 col-sm-12 mb-40">
<div class="team-card">
<figure class="team-card-image"><img src="https://decompiled.in/images/cvam0000.jpg" alt="Jana Doe" title="Jana Doe" /></figure>
<div class="team-card-content">
<h2 class="team-card-title">Sir Cvam</h2>
<p class="team-card-job">Website + embedded</p>
<p class="team-card-description">Bhabi toh wahi hai chutiye :P</p>
<ul class="team-card-social">
<li class="social-item"><a href="index.html#" target="_blank"><i class="fa fa-facebook"></i></a></li>
<li class="social-item"><a href="index.html#" target="_blank"><i class="fa fa-twitter"></i></a></li>
<li class="social-item"><a href="index.html#" target="_blank"><i class="fa fa-google-plus"></i></a></li>
<li class="social-item"><a href="index.html#" target="_blank"><i class="fa fa-link"></i></a></li>
</ul>
</div>
</div>
</div>
<div class="col-lg-4 col-lg-offset-0 col-md-8 col-md-offset-2 col-sm-12 mb-40">
<div class="team-card">
<figure class="team-card-image"><img src="https://decompiled.in/images/kuntal.png" alt="Joe Blow" title="Joe Blow" /></figure>
<div class="team-card-content">
<h2 class="team-card-title">Kuntal</h2>
<p class="team-card-job">Hamara lelo</p>
<p class="team-card-description">"Windows is shit" - Kuntal <br> "Windows is good" - Kuntal</p>
<ul class="team-card-social">
<li class="social-item"><a href="index.html#" target="_blank"><i class="fa fa-facebook"></i></a></li>
<li class="social-item"><a href="index.html#" target="_blank"><i class="fa fa-twitter"></i></a></li>
<li class="social-item"><a href="index.html#" target="_blank"><i class="fa fa-google-plus"></i></a></li>
<li class="social-item"><a href="index.html#" target="_blank"><i class="fa fa-linkedin"></i></a></li>
<li class="social-item"><a href="index.html#" target="_blank"><i class="fa fa-link"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="about-us" class="section-negative" style="background-color: #fff">
<div class="container">
<!-- ===== SECTION TITLE ===== -->
<h2 class="title-default text-center">Kis kis ne kaam kia hai?</h2>
<div class="row mb-30">
<!-- ===== TEAM CARD ===== -->
<div class="col-lg-4 col-lg-offset-0 col-md-8 col-md-offset-2 col-sm-12 mb-40">
<div class="team-card">
<figure class="team-card-image"><img src="https://decompiled.in/images/alok.jpg" alt="John Doe" title="John Doe" /></figure>
<div class="team-card-content">
<h2 class="team-card-title">Sir Alok Kumar</h2>
<p class="team-card-job">sound wala</p>
<p class="team-card-description">paladins daal lo sabse bdia hai</p>
<ul class="team-card-social">
<li class="social-item"><a href="index.html#" target="_blank"><i class="fa fa-facebook"></i></a></li>
<li class="social-item"><a href="index.html#" target="_blank"><i class="fa fa-twitter"></i></a></li>
<li class="social-item"><a href="index.html#" target="_blank"><i class="fa fa-google-plus"></i></a></li>
<li class="social-item"><a href="index.html#" target="_blank"><i class="fa fa-soundcloud"></i></a></li>
<li class="social-item"><a href="index.html#" target="_blank"><i class="fa fa-linkedin"></i></a></li>
<li class="social-item"><a href="index.html#" target="_blank"><i class="fa fa-link"></i></a></li>
</ul>
</div>
</div>
</div>
<!-- ===== TEAM CARD ===== -->
<div class="col-lg-4 col-lg-offset-0 col-md-8 col-md-offset-2 col-sm-12 mb-40">
<div class="team-card">
<figure class="team-card-image"><img src="https://decompiled.in/images/cvam0000.jpg" alt="Jana Doe" title="Jana Doe" /></figure>
<div class="team-card-content">
<h2 class="team-card-title">Sir Cvam</h2>
<p class="team-card-job">Website + embedded</p>
<p class="team-card-description">Bhabi toh wahi hai chutiye :P</p>
<ul class="team-card-social">
<li class="social-item"><a href="index.html#" target="_blank"><i class="fa fa-facebook"></i></a></li>
<li class="social-item"><a href="index.html#" target="_blank"><i class="fa fa-twitter"></i></a></li>
<li class="social-item"><a href="index.html#" target="_blank"><i class="fa fa-google-plus"></i></a></li>
<li class="social-item"><a href="index.html#" target="_blank"><i class="fa fa-link"></i></a></li>
</ul>
</div>
</div>
</div>
<!-- ===== TEAM CARD ===== -->
<div class="col-lg-4 col-lg-offset-0 col-md-8 col-md-offset-2 col-sm-12 mb-40">
<div class="team-card">
<figure class="team-card-image"><img src="https://decompiled.in/images/kuntal.png" alt="Joe Blow" title="Joe Blow" /></figure>
<div class="team-card-content">
<h2 class="team-card-title">Kuntal</h2>
<p class="team-card-job">Hamara lelo</p>
<p class="team-card-description">"Windows is shit" - Kuntal <br> "Windows is good" - Kuntal</p>
<ul class="team-card-social">
<li class="social-item"><a href="index.html#" target="_blank"><i class="fa fa-facebook"></i></a></li>
<li class="social-item"><a href="index.html#" target="_blank"><i class="fa fa-twitter"></i></a></li>
<li class="social-item"><a href="index.html#" target="_blank"><i class="fa fa-google-plus"></i></a></li>
<li class="social-item"><a href="index.html#" target="_blank"><i class="fa fa-linkedin"></i></a></li>
<li class="social-item"><a href="index.html#" target="_blank"><i class="fa fa-link"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
</main>
<!-- FOOOOOOOOOOOOOOTER -->
<footer class="footer">
<section class="section-positive">
<div class="container">
<div class="row mt-70 mb-30">
<div class="col-sm-4 mb-40">
<h2 class="title-separator white">Lastest Episodes</h2>
<ul class="footer-complement">
<li>
<a href="podcast.html">0x69 69696969</a>
<span>jan 69, 420</span>
</li>
</ul>
</div>
<div class="col-sm-4 mb-40">
<h2 class="title-separator white">Donate Us</h2>
</div>
<div class="col-sm-4 mb-40">
<h2 class="title-separator white">We are social</h2>
<ul class="social-list">
<li class="social-item"><a href="index.html#" target="_blank"><i class="fa fa-facebook"></i></a></li>
<li class="social-item"><a href="index.html#" target="_blank"><i class="fa fa-twitter"></i></a></li>
<li class="social-item"><a href="index.html#" target="_blank"><i class="fa fa-instagram"></i></a></li>
<li class="social-item"><a href="index.html#" target="_blank"><i class="fa fa-google-plus"></i></a></li>
<li class="social-item"><a href="index.html#" target="_blank"><i class="fa fa-soundcloud"></i></a></li>
<li class="social-item"><a href="index.html#" target="_blank"><i class="fa fa-pinterest"></i></a></li>
<li class="social-item"><a href="index.html#" target="_blank"><i class="fa fa-youtube"></i></a></li>
<li class="social-item"><a href="index.html#" target="_blank"><i class="fa fa-spotify"></i></a></li>
</ul>
</div>
</div>
</div>
</section>
<section class="footer-credits">
<div class="container">
<div class="row">
<div class="col-sm-6 footer-logo">
<h2><a href="index.html"><img src="" alt="" title="" /></a></h2> <!--LOGOOOOOOOOOOOO -->
</div>
<div class="col-sm-6 text-right">
© All rights reserved.
</div>
</div>
</div>
</section>
</footer>
<script src="assets/js/jquery-1.11.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/mediaelement-and-player.min.js"></script>
<script src="assets/js/magnific-popup.min.js"></script>
<script src="assets/js/validate.min.js"></script>
<script src="assets/js/placeholder.min.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>