-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgym.html
481 lines (354 loc) · 22.7 KB
/
gym.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
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
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
<!DOCTYPE html>
<html>
<!doctype html>
<html lang="en-US" class="no-js">
<head>
<meta charset="UTF-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="author" content="Maina_Githinji">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<link rel="apple-touch-icon" sizes="180x180" href="./static/logoo.png">
<link rel="icon" type="image/png" sizes="32x32" href="./static/logoo.png">
<link rel="icon" type="image/png" sizes="16x16" href="./static/logoo.png">
<link rel="manifest" href="./static/site.webmanifest">
<link rel="mask-icon" href="./static/logoo.png" color="#5bbad5">
<link rel="shortcut icon" href="./static/logoo.png">
<meta name="msapplication-TileColor" content="#000">
<meta name="msapplication-config" content="browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<script>
document.documentElement.classList.remove('no-js');
document.documentElement.classList.add('js');
</script>
<title>Bee's Park - Home away from Home</title>
<meta name="robots" content="max-snippet:-1, max-image-preview:large, max-video-preview:-1"/>
<link rel="canonical" href="https://www.beesparkrongai.com/" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Bee's Park Rongai" />
<meta property="og:description" content="Bee's Park Rongai" />
<meta content="Bee's Park, Rongai, Home away from Home, gym, accomodation,spa,sauna, Bee's Park Rongai" name="keywords"/>
<meta name="description" content="Bees Park Gym provide all round health and fitness services. We are optimistic that everyone who enrolled in our gym and fitness club will definitely derive huge value for their money. These are the services and amenities that will be made available to our clients;
Personal Training Group Fitness Classes
Yoga Classes Pilates (full body walkout)
Spinning Classes Weight Management
Kinesis Station Nutrition Counseling
Full Locker Room Services Physical Therapy
Comprehensive fitness assessment Full gym membership" />
<meta property="og:url" content="https://www.beesparkrongai.com/" />
<meta property="og:site_name" content="Bee's Park Rongai - Home away from Home." />
<meta property="og:image" content="df.png" />
<meta property="og:image:secure_url" content="df.png" />
<meta property="og:image:width" content="1800" />
<meta property="og:image:height" content="1350" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:description" content="Bee's Park Rongai" />
<meta name="twitter:title" content="Bee's Park Rongai" />
<meta name="twitter:image" content="df.png" />
<link rel="stylesheet" href="./static/bootstrap.css">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<link rel="stylesheet" href="./static/contact-buttons.css">
<link rel='stylesheet' id='main-css' href="./static/main-1e906e10e7.min.css" type='text/css' media='all' />
<script type="module" src="./static/vendors-328649f50a.min.js"></script>
<script type="module" src="./static/main-d1f3c4a818.min.js"></script>
<body class="page-template page-template-program page-template-program-php page page-id-8 production" data-template="base.twig">
<div class="site" style="margin-top: -100vh; visibility:hidden;"></div>
<!-- Google Tag Manager (noscript)
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="./static/jquery.contact-buttons.js"></script>
<script src="./static/demo.js"></script>
-->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-N3HHNPX"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg"><symbol id="epic-logo" viewBox="0 0 100 100"><title>logo</title><path d="M88 37.8L69.075 26.5V4L12 37.8v45L31.025 94 50.05 82.8 31.025 71.5V49L50.05 60.3 69.075 49v22.5L50.05 82.8 69.075 94 88 82.8v-45z" fill-rule="evenodd"/></symbol><symbol id="social-facebook" viewBox="0 0 8.3 16"><title>social/facebook</title><path id="Mask" class="st0" d="M5.4 16V8.7h2.4l.4-2.8H5.4V4c0-.8.2-1.4 1.4-1.4h1.5V.1C8 .1 7.2 0 6.1 0 3.9 0 2.5 1.3 2.5 3.8v2.1H0v2.8h2.5V16h2.9z"/></symbol><symbol id="social-linkedin" viewBox="0 0 16 16"><title>Social / linkedin Copy</title><g id="pages"><g id="layout-homepage-popup" transform="translate(-277 -1040)"><g id="Group-10" transform="translate(-2 -20)"><g id="Group-4"><g transform="translate(279 1060)" id="Group-3"><path class="st0" d="M.3 5.3h3.4V16H.3V5.3zM2 0c1.1 0 2 .9 2 1.9s-.9 2-2 2-2-.9-2-2S.9 0 2 0zm3.6 5.1h3.2v1.5c.4-.9 1.5-1.8 3.2-1.8 3.4 0 4 2.3 4 5.2v6h-3.3v-5.3c0-1.3 0-2.9-1.7-2.9s-2 1.4-2 2.8V16H5.6V5.1z" id="Mask"/></g></g></g></g></g></symbol><symbol id="social-twitter" viewBox="0 0 16 13"><title>Social / linkedin</title><g id="pages"><g id="layout-homepage-popup" transform="translate(-234 -1042)"><g id="Group-10" transform="translate(-2 -20)"><g id="Group-4"><g transform="translate(236 1062)" id="Group-3"><path class="st0" d="M5 13c6 0 9.3-5 9.3-9.3v-.4c.6-.5 1.2-1 1.6-1.7-.6.3-1.2.4-1.9.5.7-.4 1.2-1 1.4-1.8-.6.4-1.3.6-2.1.8-.6-.6-1.5-1-2.4-1C9.3 0 7.8 1.5 7.8 3.3c0 .3 0 .5.1.7C5.2 3.9 2.7 2.6 1.1.6c-.3.5-.4 1-.4 1.6 0 1.1.6 2.1 1.5 2.7-.5 0-1-.2-1.5-.4 0 1.6 1.1 2.9 2.6 3.2-.3.2-.6.2-.9.2-.2 0-.4 0-.6-.1.4 1.3 1.6 2.3 3.1 2.3-1.1.9-2.5 1.4-4.1 1.4H0c1.5.9 3.2 1.5 5 1.5" id="Mask"/></g></g></g></g></g></symbol><symbol id="wecargo-arrow-right" viewBox="0 0 13 10"><path class="st0" d="M9.8 5.6H.2V4.4h9.7L6.6 1.2l.8-.8L12.1 5 7.4 9.7l-.8-.9 3.2-3.2z"/></symbol><symbol id="wecargo-caret-down" viewBox="0 0 11.7 6.9"><title>Arrows / light / right</title><g id="Symbols"><g id="Buttons-_x2F_-secondary-_x2F_-left" transform="translate(-129 -20)"><g id="Arrows-_x2F_-light-_x2F_-right" transform="translate(129 20)"><g id="Arrows-_x2F_-small-_x2F_-dark-_x2F_-_x5F_template" transform="rotate(-90 6 6)"><path id="Fill-1" class="st0" d="M12 10.6L7.2 5.8 12 1.1 10.9 0 5.1 5.8l5.8 5.9z"/></g></g></g></g></symbol><symbol id="wecargo-caret-right" viewBox="0 0 7 12"><title>Arrows / light / right</title><g id="Symbols"><g id="Buttons-_x2F_-secondary-_x2F_-left" transform="translate(-129 -20)"><g id="Arrows-_x2F_-light-_x2F_-right" transform="translate(129 20)"><g id="Arrows-_x2F_-small-_x2F_-dark-_x2F_-_x5F_template" transform="rotate(-90 6 6)"><path id="Fill-1" class="st0" d="M10.6 0L5.8 4.8 1.1 0 0 1.1l5.8 5.8 5.9-5.8z"/></g></g></g></g></symbol><symbol id="wecargo-close" viewBox="0 0 90 90"><path class="st0" d="M45 38.2L82.6.6l6.8 6.8L51.8 45l37.6 37.6-6.8 6.8L45 51.8 7.4 89.4.6 82.6 38.2 45 .6 7.4 7.4.6 45 38.2z"/></symbol><symbol id="wecargo-logo-tiny" viewBox="0 0 374.7 163.4"><title>wecargoArtboard 4</title><path class="st0" d="M277.4 163.4h-72.2L107.8 0H180zM169.6 163.4H97.4L0 0h72.2zM280.9 0c-20.6 0-37.2 16.6-37.2 37.2 0 7 2 13.8 5.7 19.7l45.7 76.9L374.7 0h-93.8zm-.1 48.3c-6.2 0-11.1-5-11.1-11.2 0-6.2 5-11.1 11.2-11.1S292 31 292 37.2c0 6.1-5 11.1-11.2 11.1z"/></symbol><symbol id="wecargo-logo" viewBox="0 0 347.6 188.1"><title>wecargoArtboard 3</title><path class="st0" d="M41 70.3l10.9-36.5 11 36.5H82l21.9-68.4H82l-9.8 36.7L61.5 1.9H42.4L31.7 38.6 21.9 1.9H0l21.9 68.4zM151.9 48.7c-2.7 3-7.5 5.2-13.1 5.2-7.5 0-13.8-2.5-16.4-9.6h48.5c.6-2.7.8-5.5.8-8.2C171.7 15.4 156.9 0 137 0c-21.6 0-36.4 15.7-36.4 36.1s14.5 36.1 37.9 36.1c13 0 23.1-4.8 29.8-14.1l-16.4-9.4zm-15-30.5c6.1 0 12.3 2.9 14.5 10.8H122c1.9-7 7-10.8 14.9-10.8zM37.8 108.8c6 0 10.9 2.9 13.3 7.7L68.9 106C63.1 95.5 51.3 88.5 38 88.5c-20.8 0-36.2 15.7-36.2 36.1s15.4 36.1 36.2 36.1c13.4 0 25-7 30.9-17.6L51 132.8c-2.2 4.8-7.2 7.7-13.3 7.7-8.9 0-15.5-6.4-15.5-15.9s6.7-15.8 15.6-15.8zM144.5 90.5H124v6.4c-4.5-5.2-11.2-8.3-20.4-8.3-17.9 0-32.7 15.7-32.7 36.1s14.8 36.1 32.7 36.1c9.2 0 15.9-3.1 20.4-8.3v6.4h28.5V143h-8V90.5zm-36.8 50.8c-9.4 0-16.3-6.4-16.3-16.7s6.8-16.7 16.3-16.7 16.3 6.4 16.3 16.7-6.8 16.7-16.3 16.7zM249.8 97.4c-4.5-5.6-11.1-8.9-20-8.9-19.4 0-33.6 15.9-33.6 34.7s14.2 34.7 33.6 34.7c8.9 0 15.5-3.3 20-8.9v6.3c0 9.7-5.9 14.6-15.5 14.6-9 0-13-3.8-15.6-8.6l-17.5 10.1c6.3 11.2 18.2 16.5 32.4 16.5 18.2 0 36.1-9.7 36.1-32.7V90.5h-20l.1 6.9zm-16.6 41.7c-9.7 0-16.5-6.4-16.5-15.9s6.8-15.8 16.5-15.8 16.5 6.4 16.5 15.9-6.8 15.8-16.5 15.8zM311.4 88.5c-19.9.1-36 16.3-36 36.2s16.3 36 36.2 36c19.9-.1 36-16.2 36-36.1.1-19.8-15.8-35.9-35.6-36.1h-.6zm0 52.3c-8.9 0-15.7-6.4-15.7-16.1s6.8-16.1 15.7-16.1 15.7 6.4 15.7 16.1-6.8 16.1-15.7 16.1zM196.9 90.5h-37.4v68.3H180v-46.4h12.5l4.4-21.9z"/></symbol></svg>
<div class="canvas" data-component="gl"></div>
<!---->
<!--
<div class="glitch-bg" data-component="trackable" data-type="glitch" data-parallax="-1" data-nofadetop="true">
<img src="./static/kj.png" width="1680" height="1507" alt="Glitch noise">
</div>
-->
<header class="nav" data-component="nav menu">
<div class="nav__wrapper wrapper">
<a class="nav__logo" href="/" data-sound-hover>
<img src='./static/logoo2.png'>
</a>
<nav class="nav__list" data-component="trackable" data-type="line" style= "color:#f8b41d">
<ul class="nav__list__first">
<!-- <li>
<a class="nav__list__firsta" data-sound-hover href="/blog">
<span data-component="trackable" data-type="placeholder">Blog<span>
</a>
</li>
<li>
<a class="nav__list__firsta" data-sound-hover href="/payment">
<span data-component="trackable" data-type="placeholder">Payment<span>
</a>
</li>
<li> -->
<a class="nav__list__firsta" data-sound-hover href="./static/ratecard.pdf" target="_blank">
<span data-component="trackable" data-type="placeholder">Rate Card<span>
</a>
</li>
</ul>
<button class="nav__toggler" data-ref="menu.toggler" data-sound-hover>
<div><span class="first"></span></div>
<div><span class="second"></span></div>
</button>
<a href="https://www.fresha.com/providers/hair-by-jojo-rtuaidnf?pId=320256" class="button nav__button gl" data-sound-hover="" data-component="trackable" data-type="button" data-glid="id_5" target="_blank">
<span style="transform: matrix(1, 0, 0, 1, 0, 0);">
Book Service.
</span>
</a>
</nav>
</div>
<div class="menu" data-ref="menu.menu">
<div class="menu__layer" data-ref="menu.layer"></div>
<div class="menu__panel">
<div class="menu__blue" data-ref="menu.blue"></div>
<div class="menu__content p-xl" data-ref="menu.content">
<div class="wrapper">
<div class="menu__container mt-xl">
<ul class="menu__left">
<nav>
<ul>
<!-- <li style="margin-bottom: 2em;">
<div class="menu__bigitem">
<div class="menu__bigitem__jsscroll">
<div class="menu__bigitem__scroll" data-sound-hover>
<a href="/blog" class="h1">Blog</a>
<a href="/blog" class="h1 outline">Blog</a>
</div>
</div>
</div>
</li>
<li style="margin-bottom: 2em;">
<div class="menu__bigitem">
<div class="menu__bigitem__jsscroll">
<div class="menu__bigitem__scroll" data-sound-hover>
<a href="/payment" class="h1">Payment</a>
<a href="/payment" class="h1 outline">Payment</a>
</div>
</div>
</div>
</li> -->
<li style="margin-bottom: 2em;">
<div class="menu__bigitem">
<div class="menu__bigitem__jsscroll">
<div class="menu__bigitem__scroll" data-sound-hover>
<a href="./static/ratecard.pdf" class="h1" target="_blank">Rate Card</a>
<a href="./static/ratecard.pdf" class="h1 outline" target="_blank">Rate Card</a>
</div>
</div>
</div>
</li>
</ul>
</nav>
</ul>
<ul class="menu__right">
<nav class="mt-xl">
<ul>
<li>
<a href="#" class="event-link" data-sound-hover >
P.O. Box 6596-00300
<svg viewBox="0 0 13 10"
class="icon icon-wecargo-arrow-right" >
<use xmlns:xlink="http://www.w3.org/1999/xlink"
xlink:href="#wecargo-arrow-right"></use>
</svg>
</a>
</li>
<li>
<a href="https://www.facebook.com/Beesparkrongai1?_rdc=1&_rdr" target="_blank" class="event-link" data-sound-hover >
Facebook
<svg viewBox="0 0 13 10"
class="icon icon-wecargo-arrow-right" >
<use xmlns:xlink="http://www.w3.org/1999/xlink"
xlink:href="#wecargo-arrow-right"></use>
</svg>
</a>
</li>
<li>
<a href="https://www.instagram.com/beesparkrongai" target="_blank" class="event-link" data-sound-hover >
Instagram
<svg viewBox="0 0 13 10"
class="icon icon-wecargo-arrow-right" >
<use xmlns:xlink="http://www.w3.org/1999/xlink"
xlink:href="#wecargo-arrow-right"></use>
</svg>
</a>
</li>
<li>
<a href="https://open.spotify.com/playlist/37i9dQZF1DX9oh43oAzkyx" target="_blank" class="event-link" data-sound-hover >
Spotify Fire
<svg viewBox="0 0 13 10"
class="icon icon-wecargo-arrow-right" >
<use xmlns:xlink="http://www.w3.org/1999/xlink"
xlink:href="#wecargo-arrow-right"></use>
</svg>
</a>
</li>
<li>
<div class="mt-m"></div>
<a href="mailto:[email protected]" class="event-link small" data-sound-hover data-barba-prevent="1" data-click-sound-contact="1" target="_blank">
Email Us
<svg viewBox="0 0 13 10"
class="icon small icon-wecargo-arrow-right" data-barba-prevent="1" data-click-sound-contact="1" >
<use xmlns:xlink="http://www.w3.org/1999/xlink"
xlink:href="#wecargo-arrow-right"></use>
</svg>
</a>
</li>
<li>
<a href="tel:+254706798640" class="event-link small" data-sound-hover target="_blank" >
Call
<svg viewBox="0 0 13 10"
class="icon small icon-wecargo-arrow-right" target="_blank" >
<use xmlns:xlink="http://www.w3.org/1999/xlink"
xlink:href="#wecargo-arrow-right"></use>
</svg>
</a>
</li>
<li>
<a href="mailto:[email protected]" target="_blank" class="event-link small" data-sound-hover target="_blank" >
By 4_creative
<svg viewBox="0 0 13 10"
class="icon small icon-wecargo-arrow-right" target="_blank" >
<use xmlns:xlink="http://www.w3.org/1999/xlink"
xlink:href="#wecargo-arrow-right"></use>
</svg>
</a>
</li>
</ul>
</nav>
</ul> <!-- end menu__right -->
</div>
</div>
</div> <!-- menu__content -->
</div> <!-- menu__panel -->
</div> <!-- menu -->
</header>
<style scoped>
@media (max-width: 600px) {
.container1{
margin-top: 95vh;
}
}
@media (min-width: 600px) {
.container1{
margin-top: -10vh;
}
}
</style>
<main class="site-main" data-barba="wrapper" style="background-color:#fff;color:black;">
<div data-barba="container" class="container1" data-barba-namespace="program" data-menu-current="menu-item-30" >
<!--
<div class="cover">
<div class="cover__image">
<img
src="./static/photo-1526506118085-60ce8714f8c5.jfif"
srcset="./static/photo-1526506118085-60ce8714f8c5.jfif"
alt=""
sizes="(max-width: 768px) 150vw, 100vw"
data-component="trackable" data-type="cover" data-parallax="-1.2" crossorigin="" />
</div>
</div>
-->
<div class="intro m-xxl">
<div class="wrapper intro__wrapper" data-component="showtext">
<h1 class="intro__title mb-xxs text-appear">Gym</h1>
<div class="mb-m">
<div class="intro__subtitle baseline text-appear">Achieve your Goals.</div>
</div>
<div class="intro__date" data-component="trackable" data-type="date" data-parallax="-0.5">
<img src="./static/12.svg"
srcset="./static/12.svg"
sizes="(max-width: 640px) 70vw, 640px"
alt="" crossorigin="" />
</div>
</div>
</div>
<div class="list mb-xxl" style="margin-top: -70px;">
<div class="wrapper">
<div class="speakers__list">
<div class="person mb-xl">
<div class="person__container">
<div class="person__image gl" data-component="trackable" data-type="person" data-parallax="-0.3" data-glid="id_16">
<img src="./static/gym2.JPG" srcset="./static/gym2.JPG" alt="" crossorigin="" sizes="(max-width: 1024px) 55vw, 500px">
</div>
<div class="person__inner" >
<div class="person__text mt-xs">
<p class="person__name name">Body Building</p>
<p class="person__role mt-xxs">Build towards a perfectly coordinated body with the best
Building your body with the best routines, the right way.
Push further to that spectacular body built the right way
</p>
</div><!-- text -->
<a class="person__link" href="#" data-open-popup="961" data-sound-hover="" data-barba-prevent=""></a>
</div>
</div> <!-- container -->
</div>
<div class="person mb-xl">
<div class="person__container">
<div class="person__image gl" data-component="trackable" data-type="person" data-parallax="0.3" data-glid="id_17">
<img src="./static/11.jpg" srcset="./static/11.jpg" alt="" crossorigin="" sizes="(max-width: 1024px) 55vw, 500px">
</div>
<div class="person__inner">
<div class="person__text mt-xs">
<p class="person__name name">Weight Loss/Gains</p>
<p class="person__role mt-xxs">Shape up or shape down with quality equipment and the help of experienced instructors
Experience a memorable weight loss or weight gain journey with the best
Create a path to wellness with the help of expert service and quality equipment.
</p>
</div><!-- text -->
<a class="person__link" href="#" data-open-popup="65" data-sound-hover="" data-barba-prevent=""></a>
</div>
</div> <!-- container -->
</div>
<div class="person mb-xl">
<div class="person__container">
<div class="person__image gl" data-component="trackable" data-type="person" data-parallax="-0.2" data-glid="id_18">
<img src="./static/12i.jpg" srcset="./static/12i.jpg" alt="" crossorigin="" sizes="(max-width: 1024px) 55vw, 500px">
</div>
<div class="person__inner" >
<div class="person__text mt-xs">
<p class="person__name name">Zumba</p>
<p class="person__role mt-xxs">Dance your way into wellness
Come have fun as you dance your way to fitness
Being healthy is fun, but, a fun way of being healthy is the secret, come and have fun into wellness.
</p>
</div><!-- text -->
<a class="person__link" href="#" data-open-popup="847" data-sound-hover="" data-barba-prevent=""></a>
</div>
</div> <!-- container -->
</div>
</div>
</div>
</div>
<div class="list mb-xxl" style="margin-top: -70px;">
<div class="wrapper">
<a target="_blank" href="https://www.fresha.com/providers/hair-by-jojo-rtuaidnf?pId=320256"
class="button button--big"
data-component="trackable"
data-type="button"
>
<span>
Book Service
<svg viewBox="0 0 13 10" fill="#000"
class="icon button--big icon-wecargo-arrow-right" >
<use xmlns:xlink="http://www.w3.org/1999/xlink"
xlink:href="#wecargo-arrow-right"></use>
</svg>
</span>
</a>
</div>
</div>
</div><!-- end .barba-container -->
</main><!-- end .barba-wrapper -->
<div class="mobile-panel-transition"></div>
</body>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="./static/jquery.contact-buttons.js"></script>
<script src="./static/demo.js"></script>
</html>