-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathblogliteracyandreading.html
229 lines (217 loc) · 14.5 KB
/
blogliteracyandreading.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
<!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">Reading and Literacy</h2>
<div class="container">
<div class="row">
<div class="col">
<h3>Why books are important</h3>
<p>Books can teach your child more than just their contents. Early literaly skills have been shown to improve overall language skills, spelling, reading for comprehesion. These are skills we all need as individuals. Encouragig good literacy skills in children will help them be better learners when they are older, and help them access information more easily. There is more to reading and literacy than just reading the text; children must learn pre-literacy skills, such as page turning, how to turn pages (left-to-right for English speakers), and understandd the concept of a word.</p>
</div>
<div class="col-12 col-sm-3 text-center text-sm-left">
<img src="images/boyreadbook.jpg" width="200" alt="family on ipad together">
</div>
</div>
<div class="row">
<div class="col">
<h3>Never too young to start</h3>
<p>While young children may not yet be able to read on understand written language, it is never too early to instill pre-literacy skills. Children enjoy looking at images in books, and these can be excellent opportunities to increase vocabulary, follow simple directions ("point to the elephant"), and practice joint attention, while learning your child pre-literacy skills. When they enter kindergarten and first grade, these skills will come in very handy. </p>
</div>
<div class="col-12 col-sm-3 text-center text-sm-left">
<img src="images/babybookssqr.jpg" width="200" alt="family on ipad together">
</div>
</div>
<div class="row align-items-center">
<div class="col">
<h3>Should I let me child read alone?</h3>
<p>Absolutely! A child can read a book on their own, and while their experience will be vastly different than reading a book with and adult, it will still be a learning experience. There are books which are made for children to handle; these are made with sturdy carboard pages that will not rip easily, and can be handled by young hands. Your child will likely practice the pre-literacy skills they learn when you read a book together on their own, and it is very important to let children practice and "review" new skills on their own.</p>
</div>
<div class="col-12 col-sm-3 text-center text-sm-left">
<img src="images/readbookrussian.jpg" width="200" alt="family on ipad together">
</div>
</div>
<div class="row mt-5">
<div class="col">
<a href="blogplaytime.html"><p class="blog-link"><span class="fa fa-arrow-left"></span> Previous Article</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>