-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
executable file
·69 lines (55 loc) · 3.33 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Toddler Fun Area</title>
<meta name="Description" content="Preschool Learning Games For Kids. Games designed to stimulate their learning and memory skills.">
<meta name="Keywords" content="toddler, kids, online games, educational games, learning, learning for kids">
<meta name="Author" content="Vidya Ramakrishnan">
<meta property="fb:admins" content="525114057" />
<meta name="google-site-verification" content="zbogXOPXwvev4tRyqMj75yDAQYRhF3UjzFS-8RNly8M" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<link rel="stylesheet" type="text/css" href="css/mystylesheet.css" media="screen">
<!--[if IE]> <html class="ie"> <![endif]-->
<script type="text/javascript" src="java_script/jquery.js"></script>
<script type="text/javascript" src="java_script/myscript.js"></script>
</head>
<body>
<div class="container cf">
<div class="loading off">
<p>Loading</p>
<div id="progressbar">
<p>0</p>
</div>
</div>
<div id="content" class="main transition no-show">
<nav>
<ul class="side-nav">
<li><a href = "home.html" class="nav_home_img"><img src="images/bird.png" alt="Bird"></a></li>
<li><a href = "games.html" class="nav_games_img"><img src="images/cat_nav.png" alt="Cat"></a></li>
<li><a href = "learning.html" class="nav_learning_img"><img src="images/butterfly.png" alt="Butterfly"></a></li>
<li><a href = "me.html" class="nav_me_img"><img src="images/sunflower.png" alt="Sunflower"></a></li>
</ul>
</nav>
<div class="main_content">
<h2>Educational games and learning activities for kids</h2>
<h3>This is the place to entertain and educate your toddlers.</h3>
<p><strong>Games</strong>: Here you will find games designed to stimulate learning and memory skills of a toddler. The games are meant for young kids who have just learnt about colours, shapes, alphabets. Children are happy when they are appreciated so a cute teddy bear pops for every right answer.</p>
<p><strong>Learning</strong>: Young children are curious and always ready to learn. The slides are interactive and mimic the effect of flash cards. This section helps them learn about colours, shapes, alphabets, vegetables, fruits, animals in a fun way.<br></p>
<div class="slide">
<h4>Games</h4>
<a href ="games.html"><img id="game" src="images/game1.jpg" alt="Toddler Games"></a>
</div>
<div class="slide">
<h4>Learn</h4>
<a href ="learning.html"><img id="learning" src="images/learning1.jpg" alt="Learning"></a>
</div>
<iframe class="facebook-like" src="//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fdiscoveringthemind.appspot.com&width=100px&height=21&colorscheme=light&layout=button_count&action=like&show_faces=false&send=false" style="border:none; overflow:hidden; width:150px; height:21px;" ></iframe>
<p class="note">Please use a browser that supports HTML5 for best viewing.</p>
</div><!--eof main content -->
</div><!--eof content -->
</div><!--eof container -->
</body>
</html>