-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
executable file
·75 lines (58 loc) · 2.95 KB
/
index.php
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
<?php
include "header.php";
?>
<div class="container-fluid">
<br><br>
<div class="row">
<div class="col-xs-10 col-xs-offset-1 text-center">
<blockquote class="blockquote text-center">
<p>“Out beyond ideas of wrongdoing and rightdoing, there is a field. I'll meet you there”</p>
<footer class="blockquote-footer">Rumi, <cite title="Source Title">13th Century Prophet</cite></footer>
</blockquote>
<br><br>
<div class="col-md-6">
<p><em>Encircle Mediation</em> provides Family Dispute Resolution (FDR), mediation and life coaching services for all of life’s personal or organisational changes. At <em>Encircle Mediation</em>, we recognise that change is challenging for most of us, it impacts on us along with other people significant in our lives, especially our children.</p>
</div>
<div class="col-md-6 hidden-xs hidden-sm">
<img src="assets/img/child.jpg" class="img-responsive center-block img-rounded">
</div>
<div class="clearfix"></div>
<br><br>
<div class="col-md-6 hidden-xs hidden-sm">
<img src="assets/img/couple.jpg" class="img-responsive center-block img-rounded">
</div>
<div class="col-md-6">
<p>Our goal is to provide timely and efficient services in Family Dispute Resolution and skills to support couples with cooperative and positive parenting, so any agreements reached reflect future focused outcomes in the best interests of the children. Agreements can be revisited for short or long term goals so enabling developmental needs of the children to be addressed as or when necessary.</p>
</div>
<div class="clearfix"></div>
<br><br>
<div class="col-md-6">
<p><em>Encircle Mediation</em> can assist individuals by mediating in workplace grievances, organisational restructure and community disputes. Offering life coaching strategies to best manage personal and professional change, assisting you to redefine your future relationships or life experiences.</p>
</div>
<div class="col-md-6 hidden-xs hidden-sm">
<img src="assets/img/hands.jpg" class="img-responsive center-block img-rounded">
</div>
<div class="clearfix"></div>
<br><br>
<div class="col-md-6 hidden-xs hidden-sm">
<img src="assets/img/women.jpg" class="img-responsive center-block img-rounded">
</div>
<div class="col-md-6">
<p>Please do not hesitate to contact Encircle Mediation directly on <a href="tel:0439440333">0400 000 000</a> to discuss your needs for FDR, Mediation, Positive Parenting Program or Life Coaching. Please click <a href="contact.php">here</a> to leave your preferred contact details and we will contact you.</p>
</div>
</div>
</div>
<br><br>
</div>
<?php
include "footer.php";
?>
<script>
var activeHREF= "index.php";
$("a[href='" +activeHREF+ "']").parent().addClass("active")
</script>
<style>
.vcenter {
vertical-align: middle;
}
</style>