forked from themefisher/dizer-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
executable file
·105 lines (99 loc) · 3.43 KB
/
contact.html
File metadata and controls
executable file
·105 lines (99 loc) · 3.43 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
---
layout: default
header_image: "/assets/images/bg/bg-portfolio.jpg"
title: "Contact Us"
description: "We're here to help you get the most out of your DC charge station needs. Whether you have a question about our products, need assistance with installation, or just want to learn more about how we can help you electrify your fleet, we're here to answer your questions."
---
{% include page_header.html %}
<section class="contact-form-wrap section">
<div class="container">
<div class="row justify-content-center align-items-center bg-gray">
<div class="col-lg-10">
<div class="contact-content pl-lg-5 mb-5 mb-lg-0">
<h3 class="mb-4 font-weight-bold">Contact Us</h3>
<p>Let's get connected
<br>
We're passionate about helping businesses make the switch to electric vehicles. We believe that EV charging is essential for a sustainable future, and we're committed to providing our customers with the best possible products and services.
<br>
Contact us today to learn more about how we can help you electrify your fleet.</p>
<div class="row mt-5">
<div class="col-lg-3">
<div class="contact-info mt-3">
<i class="ti-location-pin text-color"></i>
<div class="info">
<h4>Address</h4>
<p>China</p>
</div>
</div>
</div>
<div class="col-lg-3">
<div class="contact-info mt-3">
<i class="ti-mobile text-color"></i>
<div class="info">
<h4>Call Us</h4>
<p>+86 186 1615 2997</p>
</div>
</div>
</div>
<div class="col-lg-3">
<div class="contact-info mt-3">
<i class="ti-whatsapp text-color"></i>
<div class="info">
<h4>Whatsapp</h4>
<p>+86 186 1615 2997</p>
</div>
</div>
</div>
<div class="col-lg-3">
<div class="contact-info mt-3">
<i class="ti-email text-color"></i>
<div class="info">
<h4>Email Us</h4>
<p>info@evdcmate.com</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Map Start -->
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12">
<div class="google-map position-relative my-5">
<div id="map" data-latitude="51.507351" data-longitude="-0.127758" data-marker="{{'/assets/images/marker.png' | relative_url}}">
</div>
</div>
</div>
</div>
<!-- Map ENd -->
<div class="row justify-content-center">
<div class="col-lg-10 mt-4">
<div class="contact-form">
<h3 class="mb-4 font-weight-bold">Get In Touch</h3>
<form class="contact__form" method="post" action="{{site.contact_form_action}}">
<!-- form message -->
<div class="row">
<div class="col-lg-6">
<div class="form-group">
<input class="form-control" type="text" name="name" id="name" placeholder="Name*">
</div>
</div>
<div class="col-lg-6">
<div class="form-group">
<input class="form-control" type="text" name="email" id="email" placeholder="Email*">
</div>
</div>
<div class="col-12">
<textarea class="form-control mt-3 mb-4" name="message" id="message" cols="30" rows="6"
placeholder="Message"></textarea>
<button type="submit" class="btn btn-primary" value="Submit Message"> Submit Message</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</section>
{% include call_to_action.html %}