-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtowing.html
131 lines (121 loc) · 4.38 KB
/
towing.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
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: _project-layout.ejs
---
<div class="theme-page">
<div class="row gray full-width page-header vertical-align-table">
<div class="row full-width padding-top-bottom-50 vertical-align-cell">
<div class="row">
<div class="page-header-left">
<h1>Towing Services</h1>
</div>
<div class="page-header-right">
<div class="bread-crumb-container">
<label>YOU ARE HERE:</label>
<ul class="bread-crumb">
<li>
<a title="HOME" href="/"> HOME </a>
</li>
<li class="separator">/</li>
<li>TOWING</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="clearfix">
<div class="row margin-top-70">
<div class="column column-1-2">
<a href="/images/rays-images/rays-truck.jpeg" class="prettyPhoto re-preload" title="Brake Repair">
<img src="/images/rays-images/rays-truck.jpeg" alt="img" />
</a>
<!-- <img src="/images/rays-images/rays-truck.jpeg" alt="" class="prettyPhoto re-preload"> -->
</div>
<div class="column column-1-2">
<p class="description margin-top-0">
We also offer 24/7 towing services and roadside assistance. Whether you've been in an accident or your car
has broken down on the side of the road, our team will be there to help. We have a fleet of state-of-the-art
tow trucks and equipment to safely and securely transport your vehicle to our shop or wherever you need it to
go.
</p>
<!-- <p class="margin-top-10">
We offer full range of garage services to vehicle owners in
Binghamton. Our professionals know how to handle a wide range of car
services. Whether you drive a passenger car, a medium sized
truck, or SUV, our mechanics strive to ensure that your vehicle
will be performing at its best before leaving our car shop.
</p> -->
<h4 class="box-header margin-top-26">Towing Services</h4>
<ul class="list margin-top-30 ">
<li class="template-bullet">
Towing
</li>
<li class="template-bullet">
Private Property Contracts
</li>
<li class="template-bullet">
Lockouts
</li>
<li class="template-bullet">
Jumpstarts
</li>
<li class="template-bullet">
Equipment Hauling
</li>
<!-- <li class="template-bullet">
Same day service for most repairs and maintenance
</li> -->
</ul>
<!-- <div class="page-margin-top">
<a class="more" href="/services" title="OUR SERVICES"><span>OUR SERVICES</span></a>
</div> -->
</div>
</div>
<!-- Features Row -->
<div class="row page-margin-top">
<div class="column column-1-3">
<ul class="features-list">
<li>
<h5>CALL US NOW AT</h5>
<div class="icon sl-small-phone-circle"></div>
<p>
<span>Phone: <a href="tel:607-722-3000">607-722-3000</a> </span>
<p>24/7 Towing: <a href="tel:1-800-666-2869">1-800-666-2869</a> </p>
</p>
</li>
</ul>
</div>
<!-- RAYS ADDRESS -->
<div class="column column-1-3">
<ul class="features-list">
<li>
<h5>Ray's Auto Service</h5>
<div class="icon sl-small-location-map"></div>
<p>
Binghamton, New York 13901<br />
17 E Clinton St<br />
<a target="_blank"
href="https://www.google.com/maps/place/Ray's+Auto+(NAPA+AutoCare+Center)/@42.1028796,-75.9135886,15z/data=!4m5!3m4!1s0x0:0xa9ba075c94bc017a!8m2!3d42.1028339!4d-75.9135704">Display
on Map</a>
</p>
</li>
</ul>
</div>
<!-- 24/7 ASSISTANCE -->
<div class="column column-1-3">
<ul class="features-list">
<li>
<h5>24/7 Roadside Assistance</h5>
<div class="icon sl-small-truck-tow"></div>
<p>
Towing services, lockouts, and
<a href="/towing">more</a>.
<br>
<span><a href="tel:1-800-666-2869">1-800-666-2869</a> </span>
</p>
</li>
</ul>
</div>
</div>
</div>
</div>