-
Notifications
You must be signed in to change notification settings - Fork 4
/
indoorgames.html
192 lines (172 loc) · 11.1 KB
/
indoorgames.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
<!doctype html>
<html lang="en">
<head>
<link rel="stylesheet" href="fontawesome/css/all.min.css">
<link rel="stylesheet" href="apsps.css">
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet" >
<link href="bootstrap/js/bootstrap.min.js" rel="stylesheet" >
<title>INDOOR GAMES - APS PUBLIC SCHOOL - EDUCATION FOR ALL!</title>
</head>
<body>
<div class="bg-warning">
<nav class="navbar navbar-expand-lg navbar-light bg-primary">
<div class="container-fluid">
<a class="navbar-brand" href="index.html">APS PUBLIC SCHOOL</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="index.html">Home</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Games
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="indoorgames.html">Indoor Games</a></li>
<li><a class="dropdown-item" href="outdoorgames.html">Outdoor Games</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<li class="nav-item">
<a class="nav-link" href="gallery.html">Photo Gallery</a>
</li>
<li class="nav-item">
<a class="nav-link" href="ouraim.html">Our Aim</a>
</li>
<li class="nav-item">
<a class="nav-link" href="history.html">History</a>
</li>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact Us</a>
</li>
</ul>
<form class="d-flex">
<input class="form-control me-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-dark" type="submit">Search</button>
</form>
</div>
</div>
</nav>
<div id="carouselExampleIndicators" class="carousel slide" data-bs-ride="carousel">
<ol class="carousel-indicators">
<li data-bs-target="#carouselExampleIndicators" data-bs-slide-to="0" class="active"></li>
<li data-bs-target="#carouselExampleIndicators" data-bs-slide-to="1"></li>
<li data-bs-target="#carouselExampleIndicators" data-bs-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="images/1.jpg" class="d-block w-100" alt="APS PUBLIC SCHOOL">
</div>
<div class="carousel-item">
<img src="images/2.jpg" class="d-block w-100" alt="APS PUBLIC SCHOOL">
</div>
<div class="carousel-item">
<img src="images/3.jpg" class="d-block w-100" alt="APS PUBLIC SCHOOL">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</a>
</div>
<center>
<br> <div class="container">
<h2 class="bg-primary">Indoor Games</h2>
<br>
<img class="container" src="images/i1.jpg" width="400" height="500"></img><br>
<p>Providing whole class recess activities is wonderful because it gives kids a chance to move around and release energy before it’s time to sit still and focus again.</p>
<br>
<img class="container" src="images/i2.jpg" width="400" height="500"></img><br>
<h3>Four Corners</h3>
<p>This classic indoor game is simple to teach and easy to play. I’ve really enjoyed participating in Four Corners with students (rather just than facilitating the game) during recess, so it’s a great option when you really need a fun break for yourself. Forgot how to play? Here’s a <a href="http://www.wikihow.com/Play-Four-Corners">step-by-step</a> guide to jog your memory.</p>
<br>
<img class="container" src="images/i3.jpg" width="400" height="500"></img><br>
<h3>Balloon or foam ball games</h3>
<p>If you don’t mind a little (or a lot!) of movement and noise, then give the kids play balloon badminton or balloon volleyball. Paper plates make great paddles if you need them! There are tons of other ways a single balloon can entertain a group of kids–check out this great collection of <a href="http://www.wilderdom.com/games/descriptions/gamesballoons.html">group balloon games</a>.</p>
<br>
<img class="container" src="images/i4.jpg" width="400" height="500"></img><br>
<h3>The Hot/Cold game</h3>
<p>This group game is easy to teach and requires zero preparation. Find a fair way to select the “it” student and have this student go out into the hallway while you hide the object he or she has to search for. When the student comes back in, the class will yell <em>hot, warmer,</em><em> </em>or<em> </em><em>cold</em>, depending on how close he or she is to the missing object.</p>
<br>
<img class="container" src="images/i5.jpg" width="400" height="500"></img><br>
<h3>Hand tricks</h3>
<p>Many kids have never been taught traditional hand tricks such as cat’s cradle and hand jives. These are great activities for developing fine motor skills and concentration: get step-by-step instructions <a href="http://www.wikihow.com/Do-the-Hand-Jive">here</a> and <a href="http://www.wikihow.com/Play-The-Cat's-Cradle-Game">here</a>. I’ve also found a good Pinterest board with lots of <a href="https://www.pinterest.com/deborahoakes/hand-jives-hand-clapping-cup-games-passing-games-j/">hand clapping games and routines</a> to choose from.</p>
<br>
<img class="container" src="images/i6.jpg" width="400" height="500"></img><br>
<h3>Charades</h3>
<p>Both younger and older students will enjoy this indoor recess activity. Have kids guess animals, characters from books you’ve read together, and other concepts you have discussed in class. You can also have kids create charade cards: each child takes a couple of index cards and writes a charades action on it. Mix up the cards and pass them out for kids to use when playing the game. After a few whole class sessions to make sure kids understand the rules, you can have them play in small groups so that each student gets more opportunities to participate.</p>
<br>
<img class="container" src="images/i7.jpg" width="400" height="500"></img><br>
<h3>Chair-less musical chairs</h3>
<p>Who says you can’t use this party staple during indoor recess? Minimize the chance of small accidents and the disruption to your desk arrangement by playing a chair-less version of the game. Give each child a carpet square or small piece of construction paper to lay on the floor: these will be the spots that kids try to sit on when the music stops. I like to divide the class in half and run two simultaneous games of chair-less musical chairs. This allows me to separate certain students if needed, speeds up the time it takes to complete the game, and decreases the time any one student spends “out.”</p>
<br>
<img class="container" src="images/i8.jpg" width="400" height="500"></img><br>
<h3>Yoga and stretching</h3>
<p>I know dozens of teachers who swear that classroom yoga has been a huge hit with students and increased their energy and focus. The most engaging and simplest method I know of is GoNoodle’s <a href="https://www.gonoodle.com/play/maximo">Maximo</a> videos. Each one is about 3-4 minutes in length, so you can either let the kids vote on several Maximo videos to complete, or choose one to end your indoor recess time and get the kids ready to transition back into learning.</p>
<br>
<img class="container" src="images/i9.jpg" width="400" height="500"></img><br>
<h3>Start or end with a Freeze Dance Party</h3>
<p>Most kids love to dance or just be silly with their friends, so this is a great way to get kids moving indoors. Play a CD or stream music on a computer that’s hooked up to an LCD projector with decent sound, and let the kids shake it off. I’ve found this option is best for short periods of time, generally no more than 5-7 minutes: any longer and things start to get a little crazy! So, I like to start or end the indoor recess period with a freeze dance to make sure the kids get a chance to move around a bit before (or after) a calmer activity, like small group choices.</p>
</div>
</div>
</div>
<div class="d-flex flex-column bg-primary">
<div id="page-content">
<div class="container text-center">
<div class="row justify-content-center">
<div class="col-md-7">
<center>
<br>
<h3 class="text-white">CONNECT WITH US</h3>
<a href="https://www.facebook.com/EduMinOfIndia/">
<i class="fab fa-facebook"></i>
</a>
<a href="https://twitter.com/EduMinOfIndia">
<i class="fab fa-twitter"></i>
</a>
<a href="https://instagram.com/eduminofindia">
<i class="fab fa-instagram"></i>
</a>
<a href="https://youtube.com/user/HRDMinistry">
<i class="fab fa-youtube"></i>
</a>
</center>
<h1 class="font-weight-light mt-4 text-white">Contact Us</h1>
<p class="lead text-white-50">APS PUBLIC SCHOOL, Kalyanpur, Kanpur, Uttar Pradesh, India<br>Ph: 1234567890, 0987654321</p>
</div>
</div>
</div>
</div>
<footer id="sticky-footer" class="py-4 bg-dark text-white-50">
<div class="container text-center">
<small>Copyright © APS PUBLIC SCHOOL</small>
</div>
</footer>
</div>
</div>
<!-- Optional JavaScript; choose one of the two! -->
<!-- Option 1: Bootstrap Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/js/bootstrap.bundle.min.js" integrity="sha384-ygbV9kiqUc6oa4msXn9868pTtWMgiQaeYH7/t7LECLbyPA2x65Kgf80OJFdroafW" crossorigin="anonymous"></script>
<!-- Option 2: Separate Popper and Bootstrap JS -->
<!--
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.5.4/dist/umd/popper.min.js" integrity="sha384-q2kxQ16AaE6UbzuKqyBE9/u/KzioAlnx2maXQHiDX9d4/zp8Ok3f+M7DPm+Ib6IU" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/js/bootstrap.min.js" integrity="sha384-pQQkAEnwaBkjpqZ8RU1fF1AKtTcHJwFl3pblpTlHXybJjHpMYo79HY3hIi4NKxyj" crossorigin="anonymous"></script>
-->
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-5dc98bff555d3f93"></script>
</body>
</html>