-
Notifications
You must be signed in to change notification settings - Fork 1
/
blogplaytime.html
234 lines (220 loc) · 14.7 KB
/
blogplaytime.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
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- build:css css/main.css -->
<link rel="stylesheet" href="node_modules/bootstrap/dist/css/bootstrap.min.css" />
<link rel="stylesheet" href="node_modules/font-awesome/css/font-awesome.min.css" >
<link rel="stylesheet" href="node_modules/bootstrap-social/bootstrap-social.css" />
<link rel="stylesheet" href="css/home.css">
<!-- endbuild -->
<link href="https://fonts.googleapis.com/css2?family=Libre+Franklin&display=swap" rel="stylesheet">
<title>Calabasas Speech Clinic</title>
</head>
<body>
<!--Jumbotron-->
<header class="jumbotron jumbotron-fluid">
<div class="container jumbocotainer">
<div class="row align-items-center ">
<div class="col col-lg-3">
<a href="index.html"><img src="images/Calabasas Speech Logo.svg" alt="Calabasas Speech logo" /></a>
</div>
<div class="col d-none d-lg-block text-center">
<h2>Speech and Language Services</h2>
</div>
<div class="col col-lg-3 text-right">
<a class="btn btn-secondary btn-lg freeconsult" id="freeconsultbtn">Free Consultation</a>
</div>
</div>
</div>
</header>
<!--Navbar-->
<nav class="navbar navbar-expand-md navbar-light sticky-top">
<div class="container ">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#speechNavbar"><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="speechNavbar">
<ul class="navbar-nav ml-auto mr-auto">
<li class="nav-item"><a class="nav-link" href="index.html"><span class="fa fa-home "></span> Home</a></li>
<li class="nav-item"><a class="nav-link" href="aboutus.html"><span class="fa fa-info"></span> About Us</a></li>
<li class="nav-item"><a class="nav-link" href="freeresources.html"><span class="fa fa-file-o"></span> Free Resources</a></li>
<li class="nav-item"><a class="nav-link" href="contactus.html"><span class="fa fa-address-card-o"></span> Contact Us</a></li>
</ul>
</div>
</div>
</nav>
<!--Free Consult Modal-->
<div id="freeconsult" class="modal fade" role="dialog">
<div class="modal-dialog modal-dialog-centered modal-lg" role="document">
<div class="modal-content">
<div class="modal-header ">
<h3>Schedule a Free Phone Consultation</h3>
<button type="button" class="close" data-dismiss="modal">×</button>
</div>
<div class="modal-body">
<div class="container-fluid">
<form>
<div class="row form-group">
<label class="col-3 col-form-label" for="clientname"> Name</label>
<div class="col">
<input type="text" class="form-control" id="clientname" name="clientname" required>
</div>
</div>
<div class="row form-group">
<label class="col-3 col-form-label" for="clientphone"> Phone Number</label>
<div class="col">
<input type="tel" class="form-control" id="clientphone" name="clientphone" required>
</div>
</div>
<div class="row form-group">
<div class="col">
<p>Let us know when is a good time for you to talk:</p>
</div>
</div>
<div class="row form-row">
<div class="col">
<p>Days</p>
</div>
<div class="col">
<p>Times</p>
</div>
</div>
<div class="row form-row">
<div class="col mr-4">
<div class="form-check form-check-inline">
<input class="form-check-input" type="checkbox" name="days" value="monday" id="monday">
<label for="monday" class="form-check-label">Monday</label>
</div>
<div class="form-check form-check-inline">
<input class="form-check-input" type="checkbox" name="days" value="tuesday" id="tuesday">
<label for="tuesday" class="form-check-label">Tuesday</label>
</div>
<div class="form-check form-check-inline">
<input class="form-check-input" type="checkbox" name="days" value="wednesday" id="wednesday">
<label for="wednesday" class="form-check-label">Wednesday</label>
</div>
<div class="form-check form-check-inline">
<input class="form-check-input" type="checkbox" name="days" value="Thursday" id="thursday">
<label for="thursday" class="form-check-label">Thursday</label>
</div>
<div class="form-check form-check-inline">
<input class="form-check-input" type="checkbox" name="days" value="friday" id="friday">
<label for="friday" class="form-check-label">Friday</label>
</div>
<div class="form-check form-check-inline">
<input class="form-check-input" type="checkbox" name="days" value="saturday" id="saturday">
<label for="saturday" class="form-check-label">Saturday</label>
</div>
</div>
<div class="col">
<div class="form-check form-check-inline">
<input class="form-check-input" type="checkbox" name="times" value="morning" id="morning">
<label for="morning" class="form-check-label">8am-12noon</label>
</div>
<div class="form-check form-check-inline">
<input class="form-check-input" type="checkbox" name="times" value="afternoon" id="afternoon">
<label for="afternoon" class="form-check-label">12noon-4pm</label>
</div>
<div class="form-check form-check-inline">
<input class="form-check-input" type="checkbox" name="times" value="evening" id="evening">
<label for="evening" class="form-check-label">5pm-9pm</label>
</div>
</div>
</div>
<div class="row form-group align-items-center">
<div class="col-9 mt-3">
<p>We will contact you at our earliest availability!</p>
</div>
<div class="col text-center mt-3">
<button type="submit" class="btn consult-submit-button text-white">Submit</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<!--Content-->
<h2 class=" blog-title mb-5">Language During Playtime</h2>
<div class="container">
<div class="row align-items-center">
<div class="col">
<h3>Why during playtime?</h3>
<p>During playtime, your child is engaged on a task, and is typically focused on a tangible item. This is a wonderful opportunity to increase their vocabulary, improve joint attention, and practice basic conversational skills. Conversation, at its very core, is a reciprocal activity. There is a back-and-forth between the particicapnts and each person reacts or responds to what the other said. Playtime is a great oppourtunity to tecah this your child. You can practice turn taking with a toy AND with verbal communication. </p>
</div>
<div class="col-12 col-sm-3 text-center text-sm-left">
<img src="images/slidingblock.jpg" width="200" alt="family on ipad together">
</div>
</div>
<div class="row align-items-center">
<div class="col">
<h3>What words should I use?</h3>
<p>The word you will use will depend on the activity your child is engaged in. If you are working on a puzzle, words such as "puzzle", "piece", "fit", and whatever the subject matter of the puzzle can be target words. If you are playing with blocks, words such as "block", "put", "on", and maybe the colors of the blocks could be good target words. Additionally, you can work on teaching turn taking concepts, "my turn", "your turn", and pairing verbal communication with actions. During your turn, narate what you are doing "I put block on", "red block on". Maybe your child will imitate you and describe what they are doing! </p>
</div>
<div class="col-12 col-sm-3 text-center text-sm-left">
<img src="images/stackblockplush.jpg" width="200" alt="family on ipad together">
</div>
</div>
<div class="row align-items-center">
<div class="col">
<h3>Great time to practice sounds</h3>
<p>If your child is working on any speech sounds, playtime is a great time to practice their sound. Before each turn, you and your child say the target sound 5 times. By the end of playtime, your child has practiced their target sound multiple times! This type of approach can be used with other things you'd like your child to practice. </p>
</div>
<div class="col-12 col-sm-3 text-center text-sm-left">
<img src="images/blocksbackground.jpeg" width="200" alt="family on ipad together">
</div>
</div>
<div class="row mt-5">
<div class="col">
<a href="blogdailyroutine.html"><p class="blog-link"><span class="fa fa-arrow-left"></span> Previous Article</p></a>
</div>
<div class="col text-right">
<a href="blogliteracyandreading.html"><p class="blog-link"></span>Next Article <span class="fa fa-arrow-right"></span></p></a>
</div>
</div>
</div>
<footer class="site-footer">
<div class="container">
<div class="row">
<div class="col">
<h5>Links</h5>
<ul class="list-unstyled">
<li><a href="index.html">Home</a></li>
<li><a href="aboutus.html">About Us</a></li>
<li><a href="contactus.html">Contact Us</a></li>
<li><a href="freeresources.html">Free Resources</a></li>
<li><a href="blog.html">Blog</a></li>
</ul>
</div>
<div class="col">
<h5>Let's Connect</h5>
<div class="row">
<div class="col-2">
<a class="btn btn-social-icon btn-instagram" href="http://instagram.com/"><i class="fa fa-instagram"></i></a>
</div>
<div class="col-2">
<a class="btn btn-social-icon btn-facebook" href="http://facebook.com/"><i class="fa fa-facebook"></i></a>
</div>
<div class="col">
<a class="btn btn-social-icon btn-google" href="http://google.com/"><i class="fa fa-google"></i></a>
</div>
</div>
</div>
<div class="col">
<a role="button" href="tel:+18181231234" class="btn btn-link"><span class="fa fa-phone"></span>+1-818-123-1234</a>
<a href="https://www.google.com/maps/"><span class="btn btn-link"><span class="fa fa-map-marker fa-lg"></span> 123 Ficitonal Road,<br> Calabasas, CA, 91302</a>
</div>
</div>
</div>
</footer>
<!-- jQuery must come first, then Popper.js, then the Bootstrap JavaScript plugins.-->
<!-- build:js js/main.js -->
<script src="node_modules/jquery/dist/jquery.slim.min.js"></script>
<script src="node_modules/popper.js/dist/umd/popper.min.js"></script>
<script src="node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
<script src="js/scripts.js"></script>
<!-- endbuild -->
</body>
</html>