-
Notifications
You must be signed in to change notification settings - Fork 22
/
semester-i-routine.html
76 lines (75 loc) · 2.22 KB
/
semester-i-routine.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
---
layout: base
title: Classroom Routines
permalink: /routines/archived/i/
---
<div class="container">
<div class="col-xs-12 col-md-9 pull-md-3 bd-content">
<h2>Classroom Routines</h2>
<p class="lead">Establishing clear classroom routines and procedures is necessary for ensuring that your classroom runs smoothly. To ensure that every student have smooth transitions throughout the day, think carefully about the routines for which you must plan. Clarify them in your mind. Here it is: </p>
</div>
</div>
<div class="container">
<div class="table-responsive">
<table class="table table-striped">
<thead>
<tr>
<th>Day</th>
<th>First Period</th>
<th>Second Period</th>
<th>Third Period</th>
<th>Fourth Period</th>
</tr>
</thead>
<tbody>
<tr>
<td><strong>Sunday</strong></td>
<td>Physics (AD)</td>
<td>Mathematics (PPS)</td>
<td>Communication (TRB)</td>
<td></td>
</tr>
<tr>
<td><strong>Monday</strong></td>
<td>Physics (AD)</td>
<td>C Language (JS)</td>
<td>Mathematics (PPS)</td>
<td>Problem Solving (UP)</td>
</tr>
<tr>
<td><strong>Tuesday</strong></td>
<td>Foundation of IT (BST)</td>
<td>C Language (JS)</td>
<td>C Practical (JS/SP)</td>
<td></td>
</tr>
<tr>
<td><strong>Wednesday</strong></td>
<td>Communication (TRB)</td>
<td>C Language (JS)</td>
<td>Mathematics (PPS)</td>
<td>Problem Solving (UP)</td>
</tr>
<tr>
<td><strong>Thursday</strong></td>
<td>Physics (AD)</td>
<td>Foundations of IT (BST)</td>
<td>Physics Practical (AD/SB)</td>
<td>C Practical (JS/SP)</td>
</tr>
<tr>
<td><strong>Friday</strong></td>
<td>Mathematics (PPS)</td>
<td>Problem Solving (UP)</td>
<td>Physics (AD)</td>
<td></td>
</tr>
</tbody>
</table>
</div>
</div>
<h4>Archived Routines</h4>
<ul>
<li><a href="{{ '/routines/archived/i/' | prepend: site.baseurl }}">Semester I</a></li>
<li><a href="{{ '/routines/archived/ii/' | prepend: site.baseurl }}">Semester II</a></li>
</ul>