forked from themefisher/dizer-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
executable file
·93 lines (87 loc) · 3.29 KB
/
about.html
File metadata and controls
executable file
·93 lines (87 loc) · 3.29 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
---
layout: default
header_image: "/assets/images/bg/about-bg.jpg"
title: "About Us"
description: "We're passionate about helping businesses make the switch to electric vehicles."
---
{% include page_header.html %}
<!-- About Start -->
<section class="section about overflow-hidden">
<div class="container">
<div class="row">
<div class="col-md-5">
<div class="about-img">
<img src="{{'/assets/images/about/about.jpg' | relative_url}}" alt="" class="img-fluid w-100"/>
<div class="video-play">
<div class="play-bg">
<a class="popup-youtube" href="https://www.youtube.com/watch?v=jrkvirglgaQ"><i class="fa fa-play"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-6 col-md-7 offset-lg-1 mt-5 mt-md-0">
<span class="text-color h5 text-uppercase">About Us</span>
<h3 class="mb-4 mt-3">We are EV DC charge stations
Manufacturer & Provider.</h3>
<p>We're passionate about helping businesses make the switch to electric vehicles. </p>
<p class="mb-5">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.</p>
<a href="/contact.html" class="btn btn-primary">Contact Us</a>
</div>
</div>
</div>
</section>
<!-- About End -->
<!-- Service Start -->
<section class="section service bg-secondary position-relative">
<img src="{{'/assets/images/bg/feature-bg.png' | relative_url}}" alt="" class="overlay-shape">
<div class="container">
<div class="row">
<div class="col-lg-7">
<span class="h5 text-color text-uppercase">
services
</span>
<h3 class="mb-5 mt-2 text-white">We Create Products that Make
People Happy.</h3>
</div>
</div>
<div class="row justify-content-center">
<div class="col-lg-4 col-md-6">
<div class="service-item mb-4 mb-lg-0 p-0">
<i class="ti-ruler-pencil text-color"></i>
<h4 class="my-4 text-white">Brand Design</h4>
<p>Lorem ipsum dolor sit amet consectetur elit sed do eiusmod tempor incididunt labore et dolore magna.</p>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="service-item mb-4 mb-lg-0 p-0">
<i class="ti-announcement text-color"></i>
<h4 class="my-4 text-white">Seo & Marketing</h4>
<p>Lorem ipsum dolor sit amet consectetur elit sed do eiusmod tempor incididunt labore et dolore magna.</p>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="service-item mb-4 mb-lg-0 p-0">
<i class="ti-palette text-color"></i>
<h4 class="my-4 text-white">Creative Design</h4>
<p>Lorem ipsum dolor sit amet consectetur elit sed do eiusmod tempor incididunt labore et dolore magna.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Service End -->
<!-- Call To action Start -->
<section class="position-relative section-sm bg-extra">
<img src="/assets/images/bg/cta-bg-2.png" alt="" class="overlay-shape">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-9 mb-5 mb-lg-0">
<h2 class="text-white mb-0">EV DC Mate is committed to providing exceptional products and tailored services to each customer. </h2>
</div>
<div class="col-lg-3">
<a href="contact.html" class="btn btn-primary">get a quote</a>
</div>
</div>
</div>
</section>
<!-- Call to action End -->