-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservices.html
More file actions
43 lines (40 loc) · 2.32 KB
/
Copy pathservices.html
File metadata and controls
43 lines (40 loc) · 2.32 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
<div id="services">
<div class="overlay">
<div class="container set-pad">
<div class="row text-center">
<div class="col-lg-8 col-lg-offset-2 col-md-8 col-sm-8 col-md-offset-2 col-sm-offset-2">
<h1 data-scroll-reveal="enter from the bottom after 0.1s" class="header-line">OUR SERVICES</h1>
<p data-scroll-reveal="enter from the bottom after 0.3s">
Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
Aenean commodo.
Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
Aenean commodo.
</p>
</div>
</div>
<div class="row set-row-pad" data-scroll-reveal="enter from the bottom after 0.5s">
<div class="col-lg-10 col-lg-offset-1 col-md-9 col-md-offset-1 col-sm-9 col-sm-offset-1">
<div class="col-lg-5 col-md-5 col-sm-5"
data-scroll-reveal="enter from the bottom after 0.1s">
<h4><i class="fa fa-angle-double-right"></i> <span class="overflowed"> COMPUTERIZED WHEEL ALIGNMENT</span>
</h4>
<h4><i class="fa fa-angle-double-right"></i> <span class="overflowed"> COMPUTERIZED WHEEL BALANCING</span>
</h4>
</div>
<div class="col-lg-4 col-md-4 col-sm-4"
data-scroll-reveal="enter from the bottom after 0.18s">
<h4><i class="fa fa-angle-double-right"></i> <span class="overflowed"> BATTERY CHARGING</span>
</h4>
<h4><i class="fa fa-angle-double-right"></i> <span class="overflowed"> BATTERY CHECKING</span>
</h4>
</div>
<div class="col-lg-3 col-md-3 col-sm-3"
data-scroll-reveal="enter from the bottom after 0.26s">
<h4><i class="fa fa-angle-double-right"></i> <span class="overflowed"> NITROGEN AIR </span></h4>
<h4><i class="fa fa-angle-double-right"></i> <span class="overflowed"> OTHER..</span></h4>
</div>
</div>
</div>
</div>
</div>
</div>