-
Notifications
You must be signed in to change notification settings - Fork 0
/
whatiscounsellingandpsychotherapy.html
137 lines (122 loc) · 7.94 KB
/
whatiscounsellingandpsychotherapy.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
<!DOCTYPE html>
<html lang = "en">
<head>
<meta charset = "UTF-8">
<title>What is Counselling and Psychotherapy?</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css" integrity="sha384-/Y6pD6FV/Vv2HJnA6t+vslU6fwYXjCFtcEpHbNJ0lyAFsXTsjBbfaDjzALeQsN6M" crossorigin="anonymous">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/js/bootstrap.min.js" integrity="sha384-h0AbiXch4ZDo7tp9hKZ4TsHbi047NrKGLO3SEJAg45jXxnGIfYzk4Si90RDIqNm1" crossorigin="anonymous"></script>
<link rel="stylesheet" type="text/css" href="stylesheet.css"/>
<!--seo tags-->
</head>
<body>
<header>
<div id="topSpread">
<div id="socMedia">
<a class="glyphicon-mail" title="Send Email" href="#"><span class="glyphicon glyphicon-mail"></span></a>
<span class="glyphicon glyphicon-adjust"></span>
</div>
<div id="topLogo">
<h1>Counselling Support Sligo</h1>
</div>
</div>
<!-- Nav tabs -->
<nav class="navbar">
<ul class="nav nav-tabs|pills" id="navId">
<!--li class="nav-item">
<a href="#tab1Id" class="nav-link active">Home</a> -->
<!--</li>-->
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">About</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="#tab2Id">Anne</a>
<a class="dropdown-item" href="#tab3Id">Counselling</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#tab4Id">Psychotherapy</a>
</div>
</li>
<li class="nav-item">
<a href="#tab5Id" class="nav-link">What is Counselling & Psychotherapy?</a>
</li>
<li class="nav-item">
<a href="#tab5Id" class="nav-link">FAQ</a>
</li>
<li class="nav-item">
<a href="#tab5Id" class="nav-link">Contact</a>
</li>
</li>
<!--li class="nav-item">
<a href="#" class="nav-link disabled">Disabled</a>
</li>-->
</ul>
<!-- Tab panes -->
<div class="tab-content">
<div class="tab-pane fade in active" id="tab1Id" role="tabpanel"></div>
<div class="tab-pane fade" id="tab2Id" role="tabpanel"></div>
<div class="tab-pane fade" id="tab3Id" role="tabpanel"></div>
<div class="tab-pane fade" id="tab4Id" role="tabpanel"></div>
<div class="tab-pane fade" id="tab5Id" role="tabpanel"></div>
</div>
<script>
$('#navId a').click(e => {
e.preventDefault();
$(this).tab('show');
});
</script>
</nav>
<!-- <nav class="""b4-nav-""">
<ul class="">
b4-na
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">FAQ</a></li>
<li><a href="#">Contact</a></li>
</ul>
</nav> -->
</header>
<main>
<container>
<row>
<div class="col-md-6" id="mainContent">
<h6>What is Counselling & Psychotherapy</h6>
<blockquote“At the centre of your being you have the answer. You know who you are. And you know what you want” <small>Lau Tzu - Chinese Philosopher </small></blockquote>
<p>Counselling and Psychotherapy is a safe supportive environment where you can talk freely to me (an experienced, qualified and registered Counsellor and Psychotherapist) in confidence without fear of criticism or judgement. Counselling and Psychotherapy provides an opportunity to share your concerns your fears or anxieties, your sense of confusion, pain or anger or any difficulties you may be experiencing at this time without fear of criticism or judgement. Engaging in the Therapeutic Process facilitates an opportunity for you to develop</p>
<blockquote> greater awareness of yourself and
objectivity and understanding regarding influences
which impact on your life in a negative way
</blockquote>
<p>Counselling and Psychotherapy facilitates you share in a safe supportive environment memories or pain of past traumas or experiences without fear of criticism. The Therapeutic Process helps you develop new awareness and understanding of how past experiences can influence who you are and your behaviours. Engaging in the Process facilitates you develop </p>
<blockquote>
greater understanding and objectivity regarding the impact
and influence of past experiences
</blockquote>
<p>
Your past need not define you or control you, with greater awareness and understanding it is possible to challenge the impact your past has on your life and reduce the negative impact it has on your life at present. It is possible to change, achieve greater ease in your life and create your own destiny.
</p>
<p>
Counselling and Psychotherapy does not provide magic solutions it is a collaborative and trusted process, which works at a pace to suit you and where you agree the issues to be addressed. The Therapeutic Process facilitates you develop greater self-awareness and greater understanding of your own strengths and your limitations, facilitating greater objectivity. Counselling and Psychotherapy is often referred to as A Journey of Self-discovery helping you develop greater Self-awareness Self-trust Self-acceptance.
</p>
<p>
The Process encourages and supports you find your own inner strength to change that which is possible to change within your life or find an ease within yourself to live with that which is not.
</p>
<blockquote>“The Journey of a thousand miles begins with one step” <small>Lau Tzu</small></blockquote>
<div class="col-md-3" id="sidebar">
<div id="sidebarPhoto">
</div>
<div id="sidebarInfo">
</div>
<div class="sidebarSocMedia">
</div>
</div>
</row>
</container>
</main>
<footer>
<div id = "footer bottom left">
<p>Anne Connolly Moynihan</p>
<p>Counselling Support Sligo</p>
<p>©2017</p>
</div>
</footer>
</body>
</html>
</html>