-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtimetables.html
115 lines (115 loc) · 3.71 KB
/
timetables.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
<!DOCTYPE html>
<html>
<head>
<title>English department - Universidad Nebrija</title>
<meta charset="utf-8"/>
<link type="text/css" rel="stylesheet" href="style/main.css"/>
</head>
<body>
<div id="topPan">
<a href=""><img class="logo" alt="Nebrija Logo" src="images/logo.jpeg"/></a>
<p>English as a first language</p>
<div id="topContactPan">
</div>
<div id="topMenuPan">
<div id="topMenuLeftPan"/>
<div id="topMenuMiddlePan">
<ul>
<li><a href="index.html">Main</a></li>
<li><a href="programs.html">Programs</a></li>
<li class="home">Timetables</li>
<li><a href="notes.html">Notes</a></li>
<li><a href="exams.html">Exams</a></li>
<li><a href="tutorials.html">Tutorials</a></li>
<li><a href="moreinfo.html">More Info</a></li>
</ul>
</div>
<div id="topMenuRightPan"/>
</div>
</div>
<div id="bodyPan">
<div id="bodyLeftPan">
<h2><span>Timetables!</span> when and where?</h2>
<p>Sometimes you need to go to class, right? And you need the location and the time. Check it here!</p>
<table border="1">
<tr>
<th></th>
<th>Monday</th>
<th>Tuesday</th>
<th>Wednesday</th>
<th>Thursday</th>
<th>Friday</th>
</tr>
<tr>
<td>10</td>
<td>5IT1 @ 412</td>
<td>4II2 @ 203</td>
<td>2II4 @ 412</td>
<td>1IIM2 @ 317</td>
<td></td>
</tr>
<tr>
<td>11:40</td>
<td>4IM4 @ 443</td>
<td>---</td>
<td>3IM4 @ 223</td>
<td>1II1 @ 210</td>
<td></td>
</tr>
<tr>
<td>13:10</td>
<td>---</td>
<td>4II2 @ 331</td>
<td>3IM3 @ 103</td>
<td></td>
<td></td>
</tr>
</table>
</div>
<div id="bodyRightPan">
<h2><span>few</span> tutorials</h2>
<ul>
<li><a href="http://www.wikihow.com/Identify-a-False-Friend">Identify a
false friend</a></li>
<li><a href="http://www.bbc.co.uk/languages/yoursay/false_friends.shtml">Learning English,
BBC</a></li>
</ul>
<h3><span>latest</span> updates</h3>
<p class="boldtext">on 11th April 2012</p>
<p>This page is launched!</p>
<p class="more"><a href="">more</a></p>
<p class="boldtext">on 04th April 2012</p>
<p>The project of this page started…</p>
<p class="more"><a href="">more</a></p>
</div>
</div>
<div id="footermainPan">
<div id="footerPan">
<ul>
<li><a href="index.html">Home</a>|</li>
<li><a href="program.html">Programs</a>|</li>
<li><a href="timetables.html">Timetables</a>|</li>
<li><a href="notes.html">Notes</a>|</li>
<li><a href="grades.html">Grades</a>|</li>
<li><a href="exams.html">Exams</a>|</li>
<li><a href="tutorials.html">Tutorials</a>|</li>
<li><a href="moreinfo.html">More Info</a></li>
</ul>
<ul class="templateworld">
<li>design by:</li>
<li><a href="" rel="nofollow" target="_blank">Template
World</a>
</li>
</ul>
<div id="footerPanhtml">
<a href="http://validator.w3.org/check?uri=referer"
target="_blank">HTML</a>
</div>
<div id="footerPancss">
<a href="http://jigsaw.w3.org/css-validator/check/referer"
target="_blank">css</a>
</div>
</div>
</div>
</body>
</html>