forked from st4ple/solid-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·63 lines (57 loc) · 2.68 KB
/
index.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
---
layout: index
title: Home
permalink: /
published: true
---
<div id="service">
<div class="container">
<div class="row centered">
<div class="col-md-4">
<i class="fa fa-heart-o" aria-hidden="true"></i>
<span class="sr-only">An image of a love-heart</span>
<h4>Tailored and wholistic care</h4>
<p>Using current evidence based practice and years of personal experience in the gym and in the clinic, treatments and goals are set with you, and made exclusively for you</p>
<p><br/><!-- <a href="#" class="btn btn-theme">More Info</a> --></p>
</div>
<div class="col-md-4">
<i class="fa fa-balance-scale" aria-hidden="true"></i>
<span class="sr-only">An image of a scale</span>
<h4>Perfectly Balanced</h4>
<p>Being based in a gym means the right treatment options are always available for you, be in lying on the bed or using the bench press.</p>
<p><br/><!-- <a href="#" class="btn btn-theme">More Info</a> --> </p>
</div>
<div class="col-md-4">
<i class="fa fa-trophy" aria-hidden="true"></i>
<span class="sr-only">An image of a trophy</span>
<h4>Peak Performance</h4>
<p>BV PT offers a unique advantage in being able to restore function after an injury, as well as progress beyond your previous capabilities and work on maximising your potential and injury prevention.</p>
<p><br/><!-- <a href="#" class="btn btn-theme">More Info</a> --></p>
</div>
</div>
</div><! --/container -->
</div><! --/service -->
{% include services.html title="SERVICES" limit=10 %}
<div class="container mtb">
<div class="row">
<div class="col-lg-4 col-lg-offset-1">
<h4>More About Our Clinic.</h4>
<p>{{ site.about }}</p>
<p><br/><a href="{{ "/about/" | prepend: site.baseurl }}" class="btn btn-theme">More Info</a></p>
</div>
<div class="col-lg-3">
<h4>Frequently Asked</h4>
<div class="hline"></div>
{% for question in site.questions %}
<p><a href="{{ question.url | prepend: site.baseurl }}">{{ question.title }}</a></p>
{% endfor %}
</div>
<div class="col-lg-3">
<h4>Recent Blog Posts</h4>
<div class="hline"></div>
{% for post in site.posts limit:5 %}
<p><a href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}.</a></p>
{% endfor %}
</div>
</div><! --/row -->
</div><! --/container -->