-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaba.html
157 lines (131 loc) · 4.88 KB
/
aba.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("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;
}
</style>
</head>
<body>
<div class = "centerdiv">
<img src = "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 : #cc00cc">ABA(Applies Behaviour Analysis)</h2><br />
<br />
<br />
<img src="image-2.JPG" width="329" height="450" align="left" hspace = "50" vspace = "30" />
<font size = "4">ABA is the use of learning techniques and principles to bring about meaningful and ppositive change in the behaviour<br></font>
<font size = "4">ABA process is the process of systametically applying interventions based upon the principles of learning theory to improve social behaviours to a meaningful degree and to demonstrate that the interventions employed are responsible for the improbements(Baer,wolf & Risley 1968,sulzer-Azaroob & Mayer 1991)</font>
<font size = "4">ABA methods are used to support persons with Autism in atleast Six ways<br><br>
<li>To increase behaviours(Reinforcement procedures increase on task behaviour,or social interaction)</li>
<li>To teach New skills</li>
<li>To maintain behaviours</li>
<li>To generalise or to transfer behaviour from one situation or response to another</li>
<li>To restric or narrow conditions under which interferring Behaviours occur and</li>
<li>To reduce interfering Behaviours</li>
<li>ABA is Objective discipline</li>
<li>Music Time<br />
</li>
</font><br><br><br>
<div id = "footer">
Supportive Learning Centre 2014. All Rights Reserved
</div>
</div>
</body>
</html>