-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtestimonials.html
More file actions
92 lines (84 loc) · 5.44 KB
/
Copy pathtestimonials.html
File metadata and controls
92 lines (84 loc) · 5.44 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Ray's Shoe Repair</title>
<meta name="description" content="Read testimonials from our customers and see for yourself why people choose Ray's Shoe Repair over other stores.">
<meta name="author" content="">
<meta name="robots" content="index, follow">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Le styles -->
<link href="bootstrap/css/bootstrap.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="bootstrap/css/bootstrap-responsive.css">
<link rel="stylesheet" type="text/css" href="custom.css">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="../assets/js/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<!-- NAVBAR
================================================== -->
<div class="navbar-wrapper">
<!-- Wrap the .navbar in .container to center it within the absolutely positioned parent. -->
<div class="container">
<div class="navbar transparent navbar-inverse">
<div class="navbar-inner">
<!-- Responsive Navbar Part 1: Button for triggering responsive navbar (not covered in tutorial). Include responsive CSS to utilize. -->
<button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="brand" href="welcome.html">RAY'S SHOE REPAIR</a>
<!-- Responsive Navbar Part 2: Place all navbar contents you want collapsed withing .navbar-collapse.collapse. -->
<div class="nav-collapse collapse">
<ul class="nav pull-right">
<li><a href="welcome.html">HOME</a></li>
<li><a href="forms.html">REPAIR FORM</a></li>
<li><a href="services.html">SERVICES</a></li>
<li class="active"><a href="testimonials.html">TESTIMONIALS</a></li>
<li><a href="gallery.html">GALLERY</a></li>
<li><a href="shoeproducts.html">SHOE PRODUCTS</a></li>
<li><a href="about.html">ABOUT</a></li>
<li><a href="contact.html">CONTACT</a></li>
<li><a href="https://www.facebook.com/pages/Rays-Shoe-Repair/333395260072763" target="_blank"><img src="img/fbicon2.png" class="icon"></a></li>
<li><a href="https://plus.google.com/111509004015535221657/about" target="_blank"><img src="img/googleicon2.png" class="icon"></a></li>
<li><a href="http://www.yelp.com/biz/rays-ronkonkoma" target="_blank"><img src="img/yelpicon2.png" class="icon"></a></li>
</ul>
</div><!--/.nav-collapse -->
</div><!-- /.navbar-inner -->
</div><!-- /.navbar -->
</div> <!-- /.container -->
</div><!-- /.navbar-wrapper -->
<div class="container">
<br><br><h2>Testimonials</h2><br>
<div class="testimonial">
"My son's dress shoes needed repair so I took them to this place on a friend's recommendation. They installed new heels and made the shoes look new again. Reasonable rates and worth every penny. Excellent service from the owner and employees. No regrets." - Michelle Smith
</div>
<div class="author-wrapper"></div>
<div class="testimonial">
"I went in with a new leather iphone case that did not have a camera hole, and in a desperate attempt, thought a cobbler/leather worker might be able to help me. We were greeted into the store in a friendly manner and he expertly and perfectly fixed my lack of a camera hole in my case and proceeded to help my mom with her shoes. Quick, courteous, and skilled! I will definitely keep them in mind for anything my family may need in the future!" - Kathleen
</div>
<div class="author-wrapper"></div>
<div class="testimonial">
"I am absolutely pleased with the shoe repair job I received at Ray's. I had these really expensive Italian shoes that had virtually no sole by design to give the shoe a very sleek, slender and classy look. Although it was a beautiful looking shoe, the construction of the shoe wasn't made for everyday use. After a couple of months the heel of the shoe started to wear significantly and I didn't want the heartbreak of tossing them so I took them to Ray's and he was fantastic...the quality surpasses the value of the work done on my shoes. I highly recommend this place to everyone seeking a shoe repair job or even a cleaning (polishing)." - Mina
</div>
</div>
</div> <!-- /container -->
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="http://code.jquery.com/jquery.min.js"></script>
<script src="bootstrap/js/bootstrap.min.js"></script>
<!--Google Analytics-->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-43099131-1', 'rayshoerepair.com');
ga('send', 'pageview');
</script>
</body>
</html>