-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
285 lines (271 loc) · 11 KB
/
index.html
File metadata and controls
285 lines (271 loc) · 11 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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Rebecca Collier Equestrian</title>
<meta name="keywords" content="horse equestrian livery stables showjumping show jumping competition">
<meta name="description" content="experienced show jumper, livery owner, and riding and jump teacher">
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/bootstrap-theme.css" rel="stylesheet">
<link rel="stylesheet" href="css/swiper.min.css">
<link href="css/style.css" rel="stylesheet">
<!-- Google Font -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700|Open+Sans:300,400,700"
rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<header class="hero">
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-6 col-xs-12">
<nav>
<div id="menu-toggle">
<div class="hamburger">
<span class="line"></span>
<span class="line"></span>
<span class="line"></span>
</div>
<div class="cross">
<span class="line"></span>
<span class="line"></span>
</div>
</div>
<ul class="main-nav">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="mailto:Fulfordhousestables@outlook.com">Contact</a></li>
</ul>
</nav>
<!-- <a href="#" class="menu"><img src="assets/menu.png"></a> -->
<div class="hero-text">
<h1><span>Hi, I am</span><br>Rebecaa Collier.</h1>
<h3>Livery owner, teacher, sales, and show jumper in North Oxfordshire</h3>
<a href="about.html" class="btn btn-lg btn-primary">Know More</a>
<ul class="social-links">
<li class="label">Join me here</li>
<li><a href="https://www.facebook.com/profile.php?id=100054888563543"><img src="assets/facebook.png"></a></li>
<li><a href="https://www.instagram.com/fulfordhousestables/"><img src="assets/instagram.png"></a></li>
</ul>
</div>
</div>
</div>
</div>
</header>
<section class="case-study">
<div class="container">
<div class="row">
<div class="col-md-12">
<h4 class="sub-heading">Works with</h4>
<h1 class="heading purple">Amateurs and Professionals</h1>
<!-- Swiper -->
<div class="swiper-container client-swiper">
<div class="swiper-wrapper">
<div class="swiper-slide client-box">
<!-- <img src="assets/logo-1.png" class="client-logo"> -->
<h3 class="text-left title">Livery</h3>
<p class="text-left tag">Full or part-time livery</p>
<!-- <p class="text-left"><a href="#">Know More →</a></p> -->
</div>
<div class="swiper-slide client-box">
<!-- <img src="assets/logo-2.png" class="client-logo"> -->
<h3 class="text-left title">Sales</h3>
<p class="text-left tag">Brokerage or livery sales</p>
<!-- <p class="text-left"><a href="#">Know More →</a></p> -->
</div>
<div class="swiper-slide client-box">
<!-- <img src="assets/logo-3.png" class="client-logo"> -->
<h3 class="text-left title">Schooling</h3>
<p class="text-left tag">Riding & jumping</p>
<!-- <p class="text-left"><a href="#">Know More →</a></p> -->
</div>
<div class="swiper-slide client-box">
<!-- <img src="assets/logo-3.png" class="client-logo"> -->
<h3 class="text-left title">Conditioning</h3>
<p class="text-left tag">Seasonal fitness</p>
<!-- <p class="text-left"><a href="#">Know More →</a></p> -->
</div>
</div>
</div>
<!-- Add Arrows -->
<div class="swiper-button-next"></div>
<div class="swiper-button-prev"></div>
</div>
</div>
</div>
</section>
<section class="testimonial">
<div class="container">
<div class="row">
<div class="col-md-12">
<h4 class="sub-heading">Happy</h4>
<h1 class="heading pink"><span class="pink">Client's</span><br>testimonials</h1>
</div>
</div>
</div>
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<!-- Swiper -->
<div class="swiper-container testimonial-swiper">
<div class="swiper-wrapper">
<div class="swiper-slide testimonial-box yellow">
<p>I brought Percy from Becca and have to say it's been an absolute breath of fresh air.
She operates with upmost professionalism and honesty and really does care about matching the right horse to the right home.
Would highly recommend and would always be the first and hopefully only place I ever go again.
</p>
<div class="text-right">
<p class="name">- Claire Bailey</p>
<!-- <p class="designation">Founder, Arrow</p> -->
</div>
</div>
<div class="swiper-slide testimonial-box purple">
<!-- <h1>Minimal and Clean</h1> -->
<p>
Becca was so helpful and accommodating when we went to view and then went on to buy Fred.
We were impressed with her professionalism and grateful for all the key dates and info she
provided in the sales contract when we went to collect him.
He’s a great horse, we’re very happy. Would highly recommend Becca and FHS !
</p>
<div class="text-right">
<p class="name">- Emma Mee</p>
<!-- <p class="designation">CTO, Upside Down</p> -->
</div>
</div>
<div class="swiper-slide testimonial-box blue">
<p>
We love hiring the school at Fulford! Becca is always so helpful & it’s a stress free experience.
Fulford is set in a rural location with stunning views, a wide range of jumps to suit all abilities. The yard and school
is always in pristine condition and we’re very lucky to have this on our door step.
</p>
<div class="text-right">
<p class="name">- Louise Bowerman</p>
<!-- <p class="designation">Founder, Arrow</p> -->
</div>
</div>
<div class="swiper-slide testimonial-box pink">
<p>
I could not recommend Fulford House Stables enough, Becca and her team go above and beyond. Damson arrived
in January and within a month Becca had turned a horse who was ridden the odd time into a fit hunter ready to
hunt every Saturday for the rest of the season.
</p>
<div class="text-right">
<p class="name">- Molly Manners</p>
<!-- <p class="designation">CTO, Upside Down</p> -->
</div>
</div>
</div>
<!-- Add Pagination -->
<div class="swiper-pagination"></div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Banner -->
<section class="contact-banner">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<h1>Let’s talk about your needs</h1>
<a href="mailto:Fulfordhousestables@outlook.com" class="btn btn-lg btn-primary">Get in touch now</a>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer>
<div class="container-fluid">
<div class="row footer">
<div class="col-md-12 text-center">
<h1>Rebecca<br><span>Collier</span></h1>
<ul class="social-links">
<li><a href="https://www.facebook.com/profile.php?id=100054888563543"><img src="assets/facebook.png"></a></li>
<li><a href="https://www.instagram.com/fulfordhousestables/"><img src="assets/instagram.png"></a></li>
</ul>
</div>
<div class="row sub-footer">
<div class="col-md-12 text-center">
<p>Suupported by <a href="https://www.instagram.com/protexinequine/" target="_blank">Protexin Equine</a></p>
</div>
</div>
</div>
</footer>
<!-- Some Javascript -->
<script src="js/jquery-2.1.1.js"></script>
<script src="js/swiper.jquery.min.js"></script>
<!-- Initialize Client Swiper -->
<script>
var swiper1 = new Swiper('.client-swiper', {
slidesPerView: 3,
paginationClickable: true,
nextButton: '.swiper-button-next',
prevButton: '.swiper-button-prev',
spaceBetween: 60,
// Responsive breakpoints
breakpoints: {
// when window width is <= 320px
320: {
slidesPerView: 1,
spaceBetween: 10,
pagination: '.swiper-pagination'
},
// when window width is <= 480px
480: {
slidesPerView: 1,
spaceBetween: 20
},
// when window width is <= 640px
640: {
slidesPerView: 1,
spaceBetween: 30
}
}
});
// Initialize Testimonial Swiper
var swiper2 = new Swiper('.testimonial-swiper', {
slidesPerView: 3,
pagination: '.swiper-pagination',
paginationClickable: true,
spaceBetween: 30,
grabCursor: true,
freeMode: true,
breakpoints: {
// when window width is <= 320px
320: {
slidesPerView: 1,
spaceBetween: 10,
},
// when window width is <= 480px
480: {
slidesPerView: 1,
spaceBetween: 10
},
// when window width is <= 640px
640: {
slidesPerView: 1,
spaceBetween: 10
}
}
});
</script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/waypoints/2.0.3/waypoints.min.js"></script>
<script src="js/jquery.counterup.min.js"></script>
<script>
// Main Navigation
$('#menu-toggle').click(function () {
$(this).toggleClass('open'),
$('.main-nav').toggleClass('show-it');
});
</script>
</body>
</html>