-
Notifications
You must be signed in to change notification settings - Fork 1
/
learning.html
executable file
·90 lines (74 loc) · 3.59 KB
/
learning.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Toddler Fun Area | Learning</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">
<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 cf">
<h2>Learning</h2>
<h3>Young children learn thorugh playing.</h3>
<p>The real images and audio will help kids learn and recognize basic facts like colours, shapes, alphabets, animals, vegetables, fruits.</p>
<div class="box-wrap">
<div class="box">
<h4>Alphabets</h4>
<a href ="alphabets.html"><img src="images/learning1.jpg" alt="Alphabets"></a>
</div>
</div><!--eof box wrap-->
<div class="box-wrap">
<div class="box">
<h4>Shapes</h4>
<a href ="shapes.html"><img src="images/learning2.jpg" alt="Shapes"></a>
</div>
</div><!--eof box wrap-->
<div class="box-wrap">
<div class="box">
<h4>Colours</h4>
<a href ="colours.html"><img src="images/learning3.jpg" alt="Colours"></a>
</div>
</div><!--eof box wrap-->
<div class="box-wrap">
<div class="box">
<h4>Animals</h4>
<a href ="animals.html"><img src="images/learning4.jpg" alt="Animals"></a>
</div>
</div><!--eof box wrap-->
<div class="box-wrap">
<div class="box">
<h4>Vegetables</h4>
<a href ="vegetables.html"><img src="images/learning5.jpg" alt="Vegetables"></a>
</div>
</div><!--eof box wrap-->
<div class="box-wrap">
<div class="box">
<h4>Fruits</h4>
<a href ="fruits.html"><img src="images/learning6.jpg" alt="Fruits"></a>
</div>
</div><!--eof box wrap-->
<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 container -->
</body>
</html>