-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfeedback.html
More file actions
128 lines (82 loc) · 3.71 KB
/
Copy pathfeedback.html
File metadata and controls
128 lines (82 loc) · 3.71 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
<!DOCTYPE html>
<html>
<head>
<title>Petty's Auto Service - A/C Services , Accessories, Batteries, Belt, Hose and Filter Replacement, Brakes, Check engine light, Cooling System Service, Diagnosis: Engine, electrical and electronic, Electrical System Diagnosis &amp; Service, Factory Scheduled maintenance</title>
<meta charset=utf-8>
<meta name=viewport content='width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no'>
<link rel=styleSheet href=styles/natuive.min.css type=text/css media=screen>
<link rel=styleSheet href=styles/petteys.css type=text/css media=screen>
<!--<link rel=stylesheet href="Styles/Style.css" type=text/css/ media=screen>-->
<!--[if lte IE 9]>
<link rel=styleSheet href=styles/ie.css type=text/css media=screen>
<script src=jscripts/html5shiv.min.js></script>
<![endif]-->
</head>
<body class=contain>
<!-- Header and Banner - Start -->
<div class=header-and-banner>
<header>
<img src=images/PettyHeader.jpg alt=Petteys>
</header>
<div class=banner>
<img src=images/TransparentBar.png alt=Bar>
</div>
</div>
<!-- Header and Banner - End -->
<!-- Content - Start -->
<main id=content>
<div class="row">
<div class="col25 align-right">
<nav>
<ul class="vertical">
<li> <a href=service.html>Services</a></li>
<li> <a href=discount-offers.html>Discounts & Offers</a></li>
<li> <a href=contact_us.html>Contact Us</a></li>
<li> <a href=around_town.html>Around Our Town Links</a></li>
<li> <a href=tips.html>Car Tips</a></li>
<li> <a href=map.html>Map to Our Place</a></li>
<li> <a href=feedback.html>Feedback</a></li>
<li> <a href=index.html>Home</a></li>
</ul>
</nav>
<br><br>
<img src=images/PetteyBdgPix.png alt=Petteys>
<p><a href=index.html><b>PETTEY’S AUTO SERVICE</b></a><br>
11641 IBERIA PLACE<br>
SAN DIEGO, CA 92128</p>
<p>APPOINTMENTS 858-485-7820<br>
FAX 858-458-1090</p>
</p>
</div>
<div>
<img src=images/feedback.png alt=Feedback>
<tr>
<td align="left" valign="top" class="main-text"><!-- InstanceBeginEditable name="text" -->
<p>Please email us and give us your feedback. Please click here to send us an email: <a href="mailto:feedback@petteysRB.com">feedback@petteysRB.com</a>.</p>
<p><b>Here is what others have said:</b></p>
<p>- Oct 14, 2009<br />
Thomas and Maggie A.<br />
As always very good ,this time how ever they had me in and out in just a coulpe hours this was so big a help to my wife and I, simple thanks!</p>
<p>- Oct 13, 2009<br />
Bill M. <br />
Went in with an electrical short for my fuel injection system. Andrew and his team found the problem and repaired it for less than the estimated cost. I have had work done here before and the guys at Pettey's are always top.</p>
<p>- Sep 24, 2009<br />
Gary W. <br />
Couldn't have had a greater experience in getting both of my vehicles serviced within two days. Pettey's is the greatest with cost and service ...</p>
<p> - Sep 15, 2009<br />
Margaret O. <br />
I took my car in for it's regular maintenance. I had some extra things I wanted done. Everything was done as I requested with feed-back letting me know what was found and what was done. I am always pleased with the service.</p>
</td>
</tr>
<img src=images/ase_certified_logo.png alt=ASE>
</div>
</div>
</main>
<!-- Content - End -->
<!-- Footer - Start -->
<footer class="align-center">
</footer>
<!-- Footer - End -->
<script src=jscripts/natuive.min.js type=text/javascript async></script>
</body>
</html>