-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
86 lines (79 loc) · 2.51 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
---
title: Contact Us
layout: 'page'
description: ''
keywords: []
image: false
---
<!-- Start Breadcrumb
============================================= -->
{%- include breadcrumb.html -%}
<!-- End Breadcrumb -->
<!-- Start Blog-Content
============================================= -->
<div class="single-area de-padding">
<div class="container">
<div class="contact-page-info grid-2">
<div class="contact-left">
<h2 data-splitting class="mb-50 wow" data-wow-duration=".1s" data-wow-delay=".4s">
Hello! Have you want <br />
to need any inquary or <br />
have any Questions?
</h2>
<ul class="contact-list wow fadeInUp" data-wow-duration="1s" data-wow-delay=".5s">
<li>
<h5 class="fz-18-5">Address:</h5>
<span>House 00, Road No : 01, Street address, ABC, Canada</span>
</li>
<li>
<h5 class="fz-18-5">Phone:</h5>
<span>+0 123-456-7890, +00 123-456-789</span>
</li>
<li>
<h5 class="fz-18-5">Email:</h5>
<span><a href="#">[email protected]</a></span>
</li>
</ul>
</div>
<div class="contact-right wow fadeInUp" data-wow-duration="1s" data-wow-delay=".4s">
<form class="contact-form" id="contact-form" action="https://getform.io/f/{{ site.getform_id }}" method="POST">
<div class="row g-4">
<div class="col-md-6">
<input type="text" name="name" class="form-control input-style-2"
placeholder="Marcos Zeletoyan">
</div>
<div class="col-md-6">
<input type="text" name="phone" class="form-control input-style-2"
placeholder="+00- 1234- 56789">
</div>
<div class="col-md-12">
<input type="email" name="email" class="form-control input-style-2"
placeholder="Email Address">
</div>
<div class="col-12">
<textarea class="form-control input-style-2" name="message"
placeholder="Message"></textarea>
</div>
<div class="col-12">
<button type="submit" class="theme-btn mt-20">
Send Message
</button>
</div>
<div class="col-12 text-center">
<p class="form-message"></p>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
<!-- End Blog-Content -->
<!-- Start Subscribe
============================================= -->
{%- include sections/subscribe.html -%}
<!-- End Subscribe -->
<!-- Start footer
============================================= -->
{%- include footer3.html -%}
<!-- End footer -->