Skip to content
Permalink
a96e75e094
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
125 lines (96 sloc) 4.93 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="index.css">
<link rel="icon" type="image/x-icon" href="favicon.png">
<title>Teddy Bear Day Care</title>
</head>
<body>
<div id="nav">
<a href="index.hbs" title="home" style="padding: 0px;"><img src="result.png" alt="Teddy Bear Nursery" style="width:300px"></a>
<div id="navRight">
<a href="fees.hbs">Fees</a>
<a href="application.hbs">Application</a>
<a href="login.php">Child Diary</a>
</div>
</div>
<div class="home">
<div style="text-align:center;padding:0px 0px;text-align: justify;margin-top: 50px;">
<div class="slideshow">
<div class="slides fade">
<img src="slide1.png" style="width:100%">
</div>
<div class="slides fade">
<img src="slide2.png" style="width:100%">
</div>
<div class="slides fade">
<img src="slide3.png" style="width:100%">
</div>
<a class="previous" onclick="plusSlides(-1)">❮</a>
<a class="next" onclick="plusSlides(1)">❯</a>
</div>
<br>
</div>
<div class="parallx1">
<a href="login.php" class="button">Child Log</a>
</div>
<div style="position:relative;">
<div style="background-color:white;text-align:center;display: inline-block;padding:50px 80px;text-align: justify;">
<h1 style="text-align: center;color:blue">Welcome to Coventry Early Years teaching and Child Minding</h1>
<p style="text-align: center;">Welcome to our nursery and childminding school, where we provide a nurturing and stimulating
environment for young children to learn and grow. We believe that every child is unique and
deserves individualized care and attention, which is why we offer a range of programs that cater
to the diverse needs of children aged between 3 months and 5 years old. Our experienced and highly
trained staff create a warm and supportive atmosphere, where children can develop their social,
emotional, and cognitive skills through play-based learning.</p>
<p>At our nursery and childminding school, we prioritize the safety and well-being of all children
in our care. We have implemented rigorous health and safety protocols, including regular cleaning
and sanitizing of our facilities, and enforcing social distancing measures. We also have CCTV
cameras installed throughout the premises to ensure that all activities are monitored and supervised
at all times. Our goal is to provide a secure and comfortable environment where parents can entrust
their children with peace of mind, knowing that they are receiving the best possible care and
education.
Come and see for yourself the wonderful experiences we have in store for your child!</p>
<div style="display: flex;">
<img src="hands.png" style="float: left; width: 20%; vertical-align: middle">
<div style="float: left;margin-left: 50px;">
<h2 style="color: red;">Application process</h2>
<p>Step 1: Fill out application or make an enquiry.</p>
<p>Step 2: Wait for a response from us where we will book an oppointment</p>
<p>Step 3: We will email you login details once your child has started</p>
<p>step 4: Login to our child log page to view wht your child has done throughout the day</p>
</div>
</div>
</div>
</div>
<div class="parallx1">
<div class="caption">
<a href="fees.hbs" class="button">View Fees</a>
</div>
</div>
<div style="position:relative;">
<div style="background-color:white;text-align:center;padding:0px 90px;text-align: justify;">
<h2 style="text-align: center;">Make an enquiry</h2>
<div class="container">
<form action="/contact.php">
<input type="text" id="name" name="name" placeholder="Your name...">
<input type="text" id="email" name="email" placeholder="Your email...">
<input type="text" id="number" name="number" placeholder="Your number...">
<textarea id="subject" name="subject" placeholder="Your enquiry..." style="height:200px"></textarea>
<input type="submit" value="Submit">
</form>
</div>
</div>
</div>
</div>
<script src="index.js"></script>
</body>
<hr>
<div style="text-align: center;">
<p>Coventry Early Years Nursery and Child Minding</p>
<p>Tel: 02476 123456 -- Email: earlyYears@coventryNursery.com</p>
</div>
</html>