-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
131 lines (129 loc) · 4.73 KB
/
index.html
File metadata and controls
131 lines (129 loc) · 4.73 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
---
layout: main
title: Welcome
---
<div class="welcome-content text-center">
<img
class="mb-3"
src="https://electronthemes.com/wp-content/uploads/2019/03/electronthemes-sticky.png"
alt="electrontheme"
/>
<h1 class="display-4">ElectronThemes</h1>
<h4>Check our items</h4>
<div class="my-5">
<a href="https://electronthemes.com/ghost/" target="_blank" class="btn"
>Check Themes →</a
>
</div>
</div>
<div class="service-contents">
<div class="row">
<div class="col-lg-4 col-sm-6">
<div class="single-service">
<div class="left-icon">
<i class="fa fa-plane"></i>
</div>
<div class="service-content">
<h4>Modern Design</h4>
<p>
We always provide modern design and themes compatible
with modern technology and times. Always keeps in
updates and error free.
</p>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="single-service">
<div class="left-icon">
<i class="fa fa-heart"></i>
</div>
<div class="service-content">
<h4>Created With Love!</h4>
<p>
We create our themes with love and affections. We always
focus on our customers demand and latest trends to
create the products
</p>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="single-service">
<div class="left-icon">
<i class="fa fa-fighter-jet"></i>
</div>
<div class="service-content">
<h4>Fast & Speedy!</h4>
<p>
All of ours themes are fast and super speedy. We test
our products on different browers and with speed
checkers.
</p>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="single-service">
<div class="left-icon">
<i class="fa fa-book"></i>
</div>
<div class="service-content">
<h4>Online Documentation</h4>
<p>
We provide online documentation so that our custom can
get easy solution from online. Hard files may always not
available to the customers that is why we supply online
docs
</p>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="single-service">
<div class="left-icon">
<i class="fa fa-window-restore"></i>
</div>
<div class="service-content">
<h4>Responsive Works</h4>
<p>
All of our themes are fully responsive and compatible
with all browsers. We tested on different browsers and
devices.
</p>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="single-service">
<div class="left-icon">
<i class="fa fa-life-ring"></i>
</div>
<div class="service-content">
<h4>Lifetime updates</h4>
<p>
You will get life time updates for all of the themes.
You can collect the updated theme when you want without
extra charge.
</p>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="single-service">
<div class="left-icon">
<i class="fa fa-money"></i>
</div>
<div class="service-content">
<h4>15 Days Money Back Guarantee</h4>
<p>
We provide 15 days money back guarantee to our customers
if he/she does not fulfill his/her requirements using
our products. First we try to solve your issues, if we
fail, we will refund your money.
</p>
</div>
</div>
</div>
</div>
</div>