forked from st4ple/solid-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
executable file
·21 lines (20 loc) · 1.27 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
layout: about
title: About
permalink: /about/
published: true
---
<div class="container mtb">
<div class="row">
<div class="col-lg-6">
<img class="img-responsive" src="{{ "/assets/img/about.jpg" | prepend: site.baseurl }}" alt="">
</div>
<div class="col-lg-6">
<h4>About Our Clinic.</h4>
<p>BV PT is based inside **Gym** at Northlakes, Brisbane. BV PT is based on many years of experience with personal training, private practice, sports physiotherapy, aged care, and community physiotherapy to offer the best possible combination of knowledge and skills.</p>
<p>At BV PT we aim to foster a sense of community with our patients, and provide access to quality and affordable physiotherapy services.</p>
<p>BV PT has worked closely with sports teams such as Toa Samoa Rugy League, Auckland based Richmod Rovers and Eden Rugby Union Football Club, providing triage, ongoing assessments, and injury management. These experiences translate into clinical expertise with acute and chronic sporting injuries, strength training and rehabilitation and bio-mechanics.</p>
<p><br/><a href="/contact/" class="btn btn-theme">Contact Us</a></p>
</div>
</div><! --/row -->
</div><! --/container -->