-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
367 lines (326 loc) · 17.6 KB
/
contact.html
File metadata and controls
367 lines (326 loc) · 17.6 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Purple Buzz - Contact Page</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="assets/img/apple-icon.png">
<link rel="shortcut icon" type="image/x-icon" href="assets/img/favicon.ico">
<!-- Load Require CSS -->
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<!-- Font CSS -->
<link href="assets/css/boxicon.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap" rel="stylesheet">
<!-- Load Tempalte CSS -->
<link rel="stylesheet" href="assets/css/templatemo.css">
<!-- Custom CSS -->
<link rel="stylesheet" href="assets/css/custom.css">
<!--
TemplateMo 561 Purple Buzz
https://templatemo.com/tm-561-purple-buzz
-->
</head>
<body>
<!-- Header -->
<nav id="main_nav" class="navbar navbar-expand-lg navbar-light bg-white shadow">
<div class="container d-flex justify-content-between align-items-center">
<a class="navbar-brand h1" href="index.html">
<i class='bx bx-buildings bx-sm text-dark'></i>
<span class="text-primary h4">Refilin</span>
</a>
<button class="navbar-toggler border-0" type="button" data-bs-toggle="collapse"
data-bs-target="#navbar-toggler-success" aria-controls="navbarSupportedContent" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="" id="navbar-toggler-success">
<div class="flex-fill mx-xl-5 mb-2">
<ul class="nav navbar-nav d-flex justify-content-between mx-xl-5 text-center text-dark">
<li class="nav-item">
<a class="nav-link btn-outline-primary rounded-pill px-3" href="index.html">Beranda</a>
</li>
<li class="nav-item">
<a class="nav-link btn-outline-primary rounded-pill px-3" href="about.html">Tentang Kami</a>
</li>
<li class="nav-item">
<a class="nav-link btn-outline-primary rounded-pill px-3" href="work.html">Produk</a>
</li>
<li class="nav-item">
<a class="nav-link btn-outline-primary rounded-pill px-3" href="pricing.html">Layanan</a>
</li>
<li class="nav-item">
<a class="nav-link btn-outline-primary rounded-pill px-3" href="contact.html">Contact</a>
</li>
</ul>
</div>
<!-- <div class="navbar align-self-center d-flex">
<a class="nav-link" href="#"><i class='bx bx-bell bx-sm bx-tada-hover text-primary'></i></a>
<a class="nav-link" href="#"><i class='bx bx-cog bx-sm text-primary'></i></a>
<a class="nav-link" href="#"><i class='bx bx-user-circle bx-sm text-primary'></i></a>
</div> -->
</div>
</div>
</nav>
<!-- Close Header -->
<!-- Start Banner Hero -->
<section class="bg-light">
<div class="container py-4">
<div class="row align-items-center justify-content-between">
<div class="contact-header col-lg-4">
<h1 class="h2 pb-3 text-primary">Contact</h1>
<h3 class="h4 regular-400">Elit, sed do eiusmod tempor</h3>
<p class="light-300">
Vector illustration is from <a rel="nofollow" href="https://storyset.com/"
target="_blank">StorySet</a>.
Incididunt ut labore et dolore magna aliqua. Quis ipsum suspendisse ultrices gravida.
</p>
</div>
<div class="contact-img col-lg-5 align-items-end col-md-4">
<img src="./assets/img/banner-img-01.svg">
</div>
</div>
</div>
</section>
<!-- End Banner Hero -->
<!-- Start Contact -->
<section class="container py-5">
<h1 class="col-12 col-xl-8 h2 text-left text-primary pt-3">Create success campaign with us!</h1>
<h2 class="col-12 col-xl-8 h4 text-left regular-400">Elit, sed do eiusmod tempor </h2>
<p class="col-12 col-xl-8 text-left text-muted pb-5 light-300">
Incididunt ut labore et dolore magna aliqua. Quis ipsum suspendisse ultrices
gravida. Risus commodo viverra maecenas accumsan lacus vel facilisis. Laboris
nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit
in voluptate.
</p>
<div class="row pb-4">
<div class="col-lg-4">
<div class="contact row mb-4">
<div class="contact-icon col-lg-3 col-3">
<div class="py-3 mb-2 text-center border rounded text-secondary">
<i class='display-6 bx bx-news'></i>
</div>
</div>
<ul class="contact-info list-unstyled col-lg-9 col-9 light-300">
<li class="h5 mb-0">Media Contact</li>
<li class="text-muted">Mr. John Doe</li>
<li class="text-muted">010-020-0340</li>
</ul>
</div>
<div class="contact row mb-4">
<div class="contact-icon col-lg-3 col-3">
<div class="border py-3 mb-2 text-center border rounded text-secondary">
<i class='bx bx-laptop display-6'></i>
</div>
</div>
<ul class="contact-info list-unstyled col-lg-9 col-9 light-300">
<li class="h5 mb-0">Technical Contact</li>
<li class="text-muted">Mr. John Stiles</li>
<li class="text-muted">010-020-0340</li>
</ul>
</div>
<div class="contact row mb-4">
<div class="contact-icon col-lg-3 col-3">
<div class="border py-3 mb-2 text-center border rounded text-secondary">
<i class='bx bx-money display-6'></i>
</div>
</div>
<ul class="contact-info list-unstyled col-lg-9 col-9 light-300">
<li class="h5 mb-0">Billing Contact</li>
<li class="text-muted">Mr. Richard Miles</li>
<li class="text-muted">010-020-0340</li>
</ul>
</div>
</div>
<!-- Start Contact Form -->
<div class="col-lg-8 ">
<form class="contact-form row" method="post" action="#" role="form">
<div class="col-lg-6 mb-4">
<div class="form-floating">
<input type="text" class="form-control form-control-lg light-300" id="floatingname"
name="inputname" placeholder="Name">
<label for="floatingname light-300">Name</label>
</div>
</div><!-- End Input Name -->
<div class="col-lg-6 mb-4">
<div class="form-floating">
<input type="text" class="form-control form-control-lg light-300" id="floatingemail"
name="inputemail" placeholder="Email">
<label for="floatingemail light-300">Email</label>
</div>
</div><!-- End Input Email -->
<div class="col-lg-6 mb-4">
<div class="form-floating">
<input type="text" class="form-control form-control-lg light-300" id="floatingphone"
name="inputphone" placeholder="Phone">
<label for="floatingphone light-300">Phone</label>
</div>
</div><!-- End Input Phone -->
<div class="col-lg-6 mb-4">
<div class="form-floating">
<input type="text" class="form-control form-control-lg light-300" id="floatingcompany"
name="inputcompany" placeholder="Company Name">
<label for="floatingcompany light-300">Company Name</label>
</div>
</div><!-- End Input Company Name -->
<div class="col-12">
<div class="form-floating mb-4">
<input type="text" class="form-control form-control-lg light-300" id="floatingsubject"
name="inputsubject" placeholder="Subject">
<label for="floatingsubject light-300">Subject</label>
</div>
</div><!-- End Input Subject -->
<div class="col-12">
<div class="form-floating mb-3">
<textarea class="form-control light-300" rows="8" placeholder="Message"
id="floatingtextarea"></textarea>
<label for="floatingtextarea light-300">Message</label>
</div>
</div><!-- End Textarea Message -->
<div class="col-md-12 col-12 m-auto text-end">
<button type="submit"
class="btn btn-secondary rounded-pill px-md-5 px-4 py-2 radius-0 text-light light-300">Send
Message</button>
</div>
</form>
</div>
<!-- End Contact Form -->
</div>
</section>
<!-- End Contact -->
<!-- Start Footer -->
<footer class="bg-secondary pt-4">
<div class="container">
<div class="row py-4">
<div class="col-lg-3 col-12 align-left">
<a class="navbar-brand" href="index.html">
<i class='bx bx-buildings bx-sm text-light'></i>
<span class="text-light h5">Purple</span> <span class="text-light h5 semi-bold-600">Buzz</span>
</a>
<p class="text-light my-lg-4 my-2">
Lorem ipsum dolor sit amet, consectetur adipisicing elit,
sed do eiusmod tempor incididunt ut.
</p>
<ul class="list-inline footer-icons light-300">
<li class="list-inline-item m-0">
<a class="text-light" target="_blank" href="http://facebook.com/">
<i class='bx bxl-facebook-square bx-md'></i>
</a>
</li>
<li class="list-inline-item m-0">
<a class="text-light" target="_blank" href="https://www.linkedin.com/">
<i class='bx bxl-linkedin-square bx-md'></i>
</a>
</li>
<li class="list-inline-item m-0">
<a class="text-light" target="_blank" href="https://www.whatsapp.com/">
<i class='bx bxl-whatsapp-square bx-md'></i>
</a>
</li>
<li class="list-inline-item m-0">
<a class="text-light" target="_blank" href="https://www.flickr.com/">
<i class='bx bxl-flickr-square bx-md'></i>
</a>
</li>
<li class="list-inline-item m-0">
<a class="text-light" target="_blank" href="https://www.medium.com/">
<i class='bx bxl-medium-square bx-md'></i>
</a>
</li>
</ul>
</div>
<div class="col-lg-3 col-md-4 my-sm-0 mt-4">
<h3 class="h4 pb-lg-3 text-light light-300">Our Company</h2>
<ul class="list-unstyled text-light light-300">
<li class="pb-2">
<i class='bx-fw bx bxs-chevron-right bx-xs'></i><a
class="text-decoration-none text-light" href="index.html">Home</a>
</li>
<li class="pb-2">
<i class='bx-fw bx bxs-chevron-right bx-xs'></i><a
class="text-decoration-none text-light py-1" href="about.html">About Us</a>
</li>
<li class="pb-2">
<i class='bx-fw bx bxs-chevron-right bx-xs'></i><a
class="text-decoration-none text-light py-1" href="work.html">Work</a>
</li>
<li class="pb-2">
<i class='bx-fw bx bxs-chevron-right bx-xs'></i></i><a
class="text-decoration-none text-light py-1" href="pricing.html">Price</a>
</li>
<li class="pb-2">
<i class='bx-fw bx bxs-chevron-right bx-xs'></i><a
class="text-decoration-none text-light py-1" href="contact.html">Contact</a>
</li>
</ul>
</div>
<div class="col-lg-3 col-md-4 my-sm-0 mt-4">
<h2 class="h4 pb-lg-3 text-light light-300">Our Works</h2>
<ul class="list-unstyled text-light light-300">
<li class="pb-2">
<i class='bx-fw bx bxs-chevron-right bx-xs'></i><a
class="text-decoration-none text-light py-1" href="#">Branding</a>
</li>
<li class="pb-2">
<i class='bx-fw bx bxs-chevron-right bx-xs'></i><a
class="text-decoration-none text-light py-1" href="#">Business</a>
</li>
<li class="pb-2">
<i class='bx-fw bx bxs-chevron-right bx-xs'></i><a
class="text-decoration-none text-light py-1" href="#">Marketing</a>
</li>
<li class="pb-2">
<i class='bx-fw bx bxs-chevron-right bx-xs'></i><a
class="text-decoration-none text-light py-1" href="#">Social Media</a>
</li>
<li class="pb-2">
<i class='bx-fw bx bxs-chevron-right bx-xs'></i><a
class="text-decoration-none text-light py-1" href="#">Digital Solution</a>
</li>
<li class="pb-2">
<i class='bx-fw bx bxs-chevron-right bx-xs'></i><a
class="text-decoration-none text-light py-1" href="#">Graphic</a>
</li>
</ul>
</div>
<div class="col-lg-3 col-md-4 my-sm-0 mt-4">
<h2 class="h4 pb-lg-3 text-light light-300">For Client</h2>
<ul class="list-unstyled text-light light-300">
<li class="pb-2">
<i class='bx-fw bx bx-phone bx-xs'></i><a class="text-decoration-none text-light py-1"
href="tel:010-020-0340">010-020-0340</a>
</li>
<li class="pb-2">
<i class='bx-fw bx bx-mail-send bx-xs'></i><a class="text-decoration-none text-light py-1"
href="mailto:info@company.com">info@company.com</a>
</li>
</ul>
</div>
</div>
</div>
<div class="w-100 bg-primary py-3">
<div class="container">
<div class="row pt-2">
<div class="col-lg-6 col-sm-12">
<p class="text-lg-start text-center text-light light-300">
© Copyright 2021 Purple Buzz Company. All Rights Reserved.
</p>
</div>
<div class="col-lg-6 col-sm-12">
<p class="text-lg-end text-center text-light light-300">
Designed by <a rel="sponsored" class="text-decoration-none text-light"
href="https://templatemo.com/" target="_blank"><strong>TemplateMo</strong></a>
</p>
</div>
</div>
</div>
</div>
</footer>
<!-- End Footer -->
<!-- Bootstrap -->
<script src="assets/js/bootstrap.bundle.min.js"></script>
<!-- Templatemo -->
<script src="assets/js/templatemo.js"></script>
<!-- Custom -->
<script src="assets/js/custom.js"></script>
</body>
</html>