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 pathcontact.html
264 lines (204 loc) · 8.75 KB
/
contact.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
<!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>
<!-- ===== MAIN ===== -->
<main id="main" class="main">
<!-- ===== PAGE HEADER ===== -->
<header class="page-header" style="background-image: url(http://www.kinyu-z.net/data/wallpapers/104/1064411.jpg)">
<div class="page-header-inner">
<div class="container">
<!-- ===== PAGE HEADER CONTENT ===== -->
<div class="page-header-content text-center">
<h2>Contact</h2>
</div>
</div>
</div>
</header>
<!-- ===== SECTION ===== -->
<section class="section-negative">
<div class="container">
<!-- ===== PAGE CONTENT ===== -->
<div class="page-content mt-60">
<!-- ===== PAGE TITLE & DESCRIPTION ===== -->
<div class="row">
<div class="col-md-8 col-md-offset-2 text-center">
<h2 class="title-default mb-10">Get in touch</h2>
<p class="page-description mb-70">krdo email. mila toh reply krdenge.</p>
</div>
</div>
<!-- ===== FORM CONTACT ===== -->
<div class="row">
<div class="col-md-8 col-md-offset-2">
<form action="" method="POST" id="form-contact" class="form-contact form-validate">
<fieldset>
<div class="mb-20">
<label for="name" class="label-control">Name* :</label>
<input type="text" name="name" class="form-control" id="name" required />
</div>
<div class="mb-20">
<label for="email" class="label-control">Email* :</label>
<input type="email" name="email" class="form-control" id="email" required />
</div>
<div class="mb-20">
<label for="subject" class="label-control">Subject* :</label>
<input type="text" name="subject" class="form-control" id="subject" required />
</div>
<div class="mb-20">
<label for="message" class="label-control">Message* :</label>
<textarea name="message" id="message" rows="6" class="form-control" required></textarea>
</div>
<div class="mb-20 text-right">
<input type="submit" class="btn btn-success btn-lg" style=".btn-success:hover, .btn-success:focus { background: #050407;border: #050407;}" value="Submit" />
</div>
<div class="form-callback success">
<p>Success! Thank you for contacting us.</p>
</div>
<div class="form-callback error">
<p>Error! Something went wrong.</p>
</div>
</fieldset>
</form>
</div>
</div>
</div>
</div>
</section>
<!-- ===== DONATE ===== -->
<section id="donate" class="section-highlight text-center">
<div class="container">
<!-- ===== SECTION TITLE ===== -->
<h2 class="title-default">Chanda dedo</h2>
<p class="section-description">please dedo</p>
<!-- ===== DONATE VALUES ===== -->
<div class="row mb-50">
<div class="col-lg-3 col-sm-6 mb-20">
<a href="contact.html#" class="btn btn-default btn-round btn-lg btn-block">10/-</a>
</div>
<div class="col-lg-3 col-sm-6 mb-20">
<a href="contact.html#" class="btn btn-default btn-round btn-lg btn-block">100/-</a>
</div>
<div class="col-lg-3 col-sm-6 mb-20">
<a href="contact.html#" class="btn btn-default btn-round btn-lg btn-block">sabko ek ek ladki</a>
</div>
<div class="col-lg-3 col-sm-6 mb-20">
<a href="contact.html#" class="btn btn-default btn-round btn-lg btn-block">Ghar jaydadh</a>
</div>
</div>
</div>
</section>
</main>
<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">
</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>
<!-- =================================== -->
<!-- SCRIPTS -->
<!-- =================================== -->
<!-- JQUERY -->
<script src="assets/js/jquery-1.11.min.js"></script>
<!-- BOOTSTRAP JS -->
<script src="assets/js/bootstrap.min.js"></script>
<!-- MEDIA ELEMENT -->
<script src="assets/js/mediaelement-and-player.min.js"></script>
<!-- MAGNIFIC POPUP -->
<script src="assets/js/magnific-popup.min.js"></script>
<!-- FORM VALIDATE -->
<script src="assets/js/validate.min.js"></script>
<!-- PLACEHOLDER FOR IE -->
<script src="assets/js/placeholder.min.js"></script>
<!-- THEME JS -->
<script src="assets/js/main.js"></script>
</body>
</html>