-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpecs.html
157 lines (135 loc) · 5.1 KB
/
pecs.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
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<style type = "text/css">
@media screen and (min-width:480px) {
#logo{
width : 480px;
}
.centerdiv {
width : 75%;
height : 1000px;
margin : 0 auto;
background-color : #ffffff;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
width: 100%;
height: 40%;
}
body {
background-image : url("images/bb4.jpg");
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#footer {
background-color:#0099cc;
color:white;
clear:both;
text-align:center;
padding:100%;
}
.navbar-default {
background-color : #ff6600;
font-size : 20;
}
.nav.navbar-nav li a {
color : white;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a,
.navbar-default .navbar-nav .open .dropdown-menu {
background-color: #ff3333;
color:#ffffff;
}
}
#footer {
background-color:#0099cc;
color:white;
clear:both;
text-align:center;
padding:5px;
}
.navbar-default {
background-color : #ff6600;
font-size : 20;
}
.nav.navbar-nav li a {
color : white;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a,
.navbar-default .navbar-nav .open .dropdown-menu {
background-color: #ff3333;
color:#ffffff;
}
#logo{
width : 100%;
}
#content {
font-size : 20;
}
.style15 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 20px;
}
</style>
</head>
<body>
<div class = "centerdiv">
<img src = "images/LOGO.png" alt = "suportive" id = "logo">
<nav class="navbar navbar-default">
<div class="container-fluid">
<ul class="nav navbar-nav">
<li><a href="home.html">Home</a></li>
<li><a href="about.html">About us</a></li>
<li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">Services<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="grouptherapy.html">GROUP THERAPY</a></li>
<li><a href="parenttraining.html">PARENT TRAINING</a></li>
<li><a href="aba.html">ABA</a></li>
<li><a href="pecs.html">PECS</a></li>
<li><a href="dtt.html">DTT</a></li>
<li><a href = "one to one.html">ONE TO ONE BEHAVIOURIAL THERAPY</a></li>
<li><a href = "remedial therapy.html">REMEDIAL THERAPY</a></li>
<li><a href = "respite care.html">RESPITE CARE</a></li>
<li><a href = "speech therapy.html">SPEECH THERAPY</a></li>
<li><a href = "occupational therapy.html">OCCUPATIONAL THERAPY</a></li>
</ul>
</li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href = "screen.html">Screening</a><li>
<li><a href="testimonals.html">Testimonals</a></li>
<li><a href="workshop.html">Workshops</a></li>
<li><a href="contact.html">Contact us</a></li>
</ul>
</div>
</nav>
<h2 align = "center" style = "color : #0099cc">PECS(Picture Exchange Communication System)</h2><br />
<br />
<br />
<font size = "4">  The Picture Exchange Communication System(PECS) is a form of augmentative and alternative communication produced my   Pyramid Educational Consultants.While the system is commonly used as a communication aid for children with autism   spectrum disorder (ASD), it has been used with a wide variety of learners, from preschoolers to adults, who have various   communicative, cognitive, and physical impairments,including cerebral palsy, blindness,and deafness.
<br><br>
  PECS protocol is based on the principles with desired item.It has six phases<br>
<b>  Phase 1:</b> How to communicate<br>
<b>  Phase 2:</b> Distance and persistance<br>
<b>  Phase 3:</b> Discrimination<br>
<b>  Phase 4:</b> Using phrases</br>
<b>  Phase 5:</b> Answering a direct question<br>
<b>  Phase 6:</b>Commenting<br>
<br><br>
   P.Sri Vasudha B.H.M.S. CBT, course in working with children with specialheeds.
<br>   Have 15years of experience in treating patients with homeopathy also did course Cognitive Behaviour Therapy and course in   Children with special needs<br><br>
  Teaches children PECS in Varun Autism Reach Society and gives treatment for the children.<br>
</font><br><br><br><br><br><br>
<div id = "footer">
Supportive Learning Centre 2014. All Rights Reserved
</div>
</div>
</body>
</html>