-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathworkshop.html
133 lines (115 loc) · 4.07 KB
/
workshop.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
<html lang = "en">
<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 : 100%;
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;
}
</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>
<p align = "left"><font size = "3"><h2 align = "center" style = "color : green"> <font size = "5"><b>Workshops</b></font></h2></span><br>1) PECS, ( Picture Exchange Communication system) Basic training program for parents with children with Autism, from May 2nd to 6th (5 days), 9.00 to 11.00 at Supportive Learning centre, Miyapur. 2 days theory & 3 days practicals with basic teaching materials. Fee:7000 per person. Register before 25th April. Training conducted by:Dr. Vasudha, Homeopathic physician, certified in working with children with special needs (UK).<br> phone number : 9618562396</font></p>
<div id = "footer">
Supportive Learning Centre 2014. All Rights Reserved
</div>
</div>
</body>
</html>