-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinfants.html
206 lines (196 loc) · 11.2 KB
/
infants.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
<!DOCTYPE html>
<html lang="en">
<!--
**********************************************************************************************************
Copyright (c) 2018 WYOPC LLC
**********************************************************************************************************
-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!--[if IE]>
<meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'>
<![endif]-->
<meta name="keywords" content="Places Daycare Rawlins Infants" />
<meta name="description" content="Oh the Places You Will Go Daycare - Daycare/childcare, Infants program" />
<meta name="author" content="WYOPC LLC" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Infants: Oh, the Places</title>
<!-- Bootstrap -->
<!-- Favicon -->
<link rel="shortcut icon" href="assets/img/favicon.ico" type="image/x-icon">
<link rel="icon" href="assets/img/favicon.ico" type="image/x-icon">
<!-- Master Css -->
<link href="main.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!--//================preloader start==============//-->
<div class="preloader">
<div class="thecube">
<div class="cube c1"></div>
<div class="cube c2"></div>
<div class="cube c4"></div>
<div class="cube c3"></div>
<h4>Loading</h4>
</div>
</div>
<!--//================preloader end==============//-->
<!--//================Header start==============//-->
<header>
<div id="dynamicNav">
</div>
</header>
<!--//================Header end==============//-->
<div class="clear"></div>
<!--//================Breadcrumb starts==============//-->
<section>
<div class="bredcrumb-section padTB50 positionR">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="theme-heading text-center">
<h3 class="text-center theme-color">Infant Program</h3>
<h4 class="text-center theme-color">-| 6 weeks - 12 months |-</h4>
<span class="colorW marB10">
<i class="material-icons large">child_friendly</i>
</span>
</div>
<!-- <div class="breadcrumb-box">
<ul class="breadcrumb text-center colorW marB0">
<li>
<a href="index.html">Home</a>
</li>
<li class="active">Service</li>
</ul>
</div> -->
</div>
</div>
</div>
</div>
</section>
<!--//================Breadcrumb end==============//-->
<div class="clear"></div>
<!--//================Service detail starts==============//-->
<section class="padT80 padB50">
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12 col-xs-12 ">
<figure class="marB30">
<img src="assets/img/programs/infants.jpg" alt="#" />
</figure>
</div>
<div class="col-md-9 col-sm-8 col-xs-12 programCont">
<h4 class="marB20 title">About our Infant Program
<br> (6 weeks - 12 months)</h4>
<p class="text-left marB30">Here at Oh, the Places you will go our Infant Program is focused on developing good head control with
lots of tummy time. We work on getting the babies into cribs as well as learning to self soothe,
hold a bottle, focus on toys and teachers, and also getting used to noises. Naps are given based
on the need of the infant.
</p>
<p class="text-left marB20">Feeding is done on demand unless otherwise instructed by the parents. We introduce foods at parent recommendation.
We have the ability to store breastmilk for three months in our freezer and keep a fridge in our
infant room for any pumped milk to be used that day. We only warm our bottles with a bottle warmer
and we sanitize the bottles between each use. Per state recommendation, we only heat both formula
and breastmilk once. Breastmilk is good once warmed for two hours and formula once warmed for one
hour. Moms may also come in and feed baby if preferred.
</p>
<p class="text-left marB20">Diaper changes are done every two hours and as needed with our infants. No blankets are to be used in
cribs for infants under twelve months old per state regulation. Cribs are lowered here at the daycare
to make sure that rolling and standing infants are safe. Please contact Kristin our Director with
any further questions.
</p>
<div class="comment-review marB30">
<h4 class="marB30 center title">More Questions?</h4>
<form id="contact-form" method="post" action="assets/script/mail-contact.php" role="form">
<div class="messages"></div>
<div class="controls">
<div class="row">
<div class="col-md-6">
<div class="form-group">
<label for="form_name">Firstname *</label>
<input id="form_name" type="text" name="name" class="form-control" placeholder="Please enter your firstname *" required="required"
data-error="Firstname is required." maxlength="10">
<div class="help-block with-errors"></div>
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<label for="form_lastname">Lastname *</label>
<input id="form_lastname" type="text" name="surname" class="form-control" placeholder="Please enter your lastname *" required="required"
data-error="Lastname is required." maxlength="10">
<div class="help-block with-errors"></div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="form-group">
<label for="form_email">Email *</label>
<input id="form_email" type="email" name="email" class="form-control" placeholder="Please enter your email *" required="required"
data-error="Valid email is required." maxlength="30">
<div class="help-block with-errors"></div>
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<label for="form_phone">Phone</label>
<input id="form_phone" type="tel" name="phone" class="form-control" placeholder="Please enter your phone" maxlength="14">
<div class="help-block with-errors"></div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="form-group">
<label for="form_message">Message *</label>
<textarea id="form_message" name="message" class="form-control" placeholder="Message... *" rows="4" required="required" data-error="Please,leave us a message."
maxlength="80"></textarea>
<div class="help-block with-errors"></div>
</div>
</div>
<div class="col-md-12">
<input type="submit" class="itg-button" value="Send message">
</div>
</div>
<div class="row">
<div class="col-md-12">
<p class="text-muted">
<strong>*</strong> These fields are required.</p>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</section>
<div class="clear"></div>
<div id="dynFooter"></div>
<div id="copyrightBottom"></div>
<!--//================Footer end==============//-->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/plugin/megamenu/js/hover-dropdown-menu.js"></script>
<script src="assets/plugin/megamenu/js/jquery.hover-dropdown-menu-addon.js"></script>
<script src="assets/plugin/owl-carousel/js/owl.carousel.min.js"></script>
<script src="assets/js/main.js"></script>
<script>
$(document).ready(function () {
$("#dynamicNav").load("dynamic-containers/dynamicMainNav.html");
$("#copyrightBottom").load("dynamic-containers/dynamicCopyright.html");
$("#dynFooter").load("dynamic-containers/dynamicFooter.html");
});
</script>
<script src="assets/js/validator.js"></script>
<script src="assets/js/mail-contact.js"></script>
</body>
</html>