-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
191 lines (182 loc) · 6.92 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- Always force latest IE rendering engine & Chrome Frame -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>DCU Timetable</title>
<meta name="description" content="This is our prototype for an accessible, responsive version of the DCU timetable">
<meta name="keywords" content="accessible, timetable, screen reader">
<meta http-equiv="cleartype" content="on">
<link rel="shortcut icon" href="/favicon.ico">
<!-- Responsive and mobile friendly stuff -->
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Stylesheets -->
<link rel="stylesheet" href="css/html5reset.css" media="all">
<link rel="stylesheet" href="css/col.css" media="all">
<link rel="stylesheet" href="css/5cols.css" media="all">
<link rel="stylesheet" href="css/main.css" media="all">
<link rel="stylesheet" href="css/mine.css" media="all">
</head>
<body>
<div class="header">
<h1>CASE3 Timetable</h1>
<p>Press tab once to select current item while using a screen reader</p>
</div>
<div class="section group" role="main">
<div class="col span_1_of_5">
<div class="date" tabindex="0">
<h2>Monday, 7 December 2015</h2>
</div>
<div tabindex="0" class="item lecture">
<span class="module">CA357 Human Computer Interaction</span>
<span class="type">Lecture</span>
<span class="time">2PM to 3PM</span>
<span class="location">GLA XG21</span>
</div>
<div tabindex="0" class="item lecture">
<span class="module">CA318 AI and Advanced Algorithms</span>
<span class="type">Lecture</span>
<span class="time">3PM to 4PM</span>
<span class="location">GLA QG27</span>
</div>
<div tabindex="0" class="item lecture">
<span class="module">CA320 Computability and Complexity</span>
<span class="type">Lecture</span>
<span class="time">4PM to 5PM</span>
<span class="location">GLA Q122</span>
</div>
</div>
<div class="col span_1_of_5">
<div class="date" tabindex="0">
<h2>Tuesday, 8 December 2015</h2>
</div>
<div tabindex="0" class="item lecture">
<span class="module">CA321 OS Design and Implementation</span>
<span class="type">Lecture</span>
<span class="time">10AM to 11AM</span>
<span class="location">GLA XG19</span>
</div>
<div tabindex="0" class="item lecture">
<span class="module">CA321 OS Design and Implementation</span>
<span class="type">Lecture</span>
<span class="time">11AM to 12PM</span>
<span class="location">GLA XG19</span>
</div>
<div tabindex="0" class="item lecture">
<span class="module">CA357 Human Computer Interaction</span>
<span class="type">Lecture</span>
<span class="time">12PM to 1PM</span>
<span class="location">GLA CG12</span>
</div>
<div tabindex="0" class="item lecture">
<span class="module">CA314 OO Analysis and Design</span>
<span class="type">Lecture</span>
<span class="time">2PM to 3PM</span>
<span class="location">GLA Q120</span>
</div>
<div tabindex="0" class="item lab">
<span class="module">CA320 Computability and Complexity</span>
<span class="type">Lab</span>
<span class="time">3PM to 4PM</span>
<span class="location">GLA LG25/LG26</span>
</div>
<div tabindex="0" class="item lab">
<span class="module">CA320 Computability and Complexity</span>
<span class="type">Lab</span>
<span class="time">3PM to 4PM</span>
<span class="location">GLA LG25/LG26</span>
</div>
</div>
<div class="col span_1_of_5">
<div class="date" tabindex="0">
<h2>Wednesday, 9 December 2015</h2>
</div>
<div tabindex="0" class="item lecture">
<span class="module">CA304 Networks and Internet II</span>
<span class="type">Lecture</span>
<span class="time">11AM to 12PM</span>
<span class="location">GLA XG19</span>
</div>
<div tabindex="0" class="item lecture">
<span class="module">CA318 AI and Advanced Algorithms</span>
<span class="type">Lecture</span>
<span class="time">12PM to 1PM</span>
<span class="location">GLA QG21</span>
</div>
<div tabindex="0" class="item tutorial">
<span class="module">CA357 Human Computer Interaction</span>
<span class="type">Tutorial</span>
<span class="time">1PM to 2PM</span>
<span class="location">GLA HG23</span>
</div>
</div>
<div class="col span_1_of_5">
<div class="date" tabindex="0">
<h2>Thursday, 10 December 2015</h2>
</div>
<div tabindex="0" class="item lab">
<span class="module">CA321 OS Design and Implementation</span>
<span class="type">Lab</span>
<span class="time">9AM to 10AM</span>
<span class="location">GLA L128/L101</span>
</div>
<div tabindex="0" class="item lab">
<span class="module">CA321 OS Design and Implementation</span>
<span class="type">Lab</span>
<span class="time">10AM to 11AM</span>
<span class="location">GLA L128/L101</span>
</div>
<div tabindex="0" class="item lecture">
<span class="module">CA320 Computability and Complexity</span>
<span class="type">Lecture</span>
<span class="time">11AM to 12PM</span>
<span class="location">GLA Q122</span>
</div>
<div tabindex="1" class="item tutorial" id="current">
<span class="module">CA314 OO Analysis and Design</span>
<span class="type">Tutorial</span>
<span class="time">1PM to 2PM</span>
<span class="location">GLA C104</span>
</div>
<div tabindex="0" class="item lecture">
<span class="module">CA304 Networks and Internet II</span>
<span class="type">Lecture</span>
<span class="time">2PM to 3PM</span>
<span class="location">GLA C104</span>
</div>
<div tabindex="0" class="item lecture">
<span class="module">CA314 OO Analysis and Design</span>
<span class="type">Lecture</span>
<span class="time">3PM to 4PM</span>
<span class="location">GLA XG19</span>
</div>
</div>
<div class="col span_1_of_5">
<div class="date" tabindex="0">
<h2>Friday, 11 December 2015</h2>
</div>
<div tabindex="0" class="item lab">
<span class="module">CA304 Networks and Internet II</span>
<span class="type">Lab</span>
<span class="time">1PM to 2PM</span>
<span class="location">GLA L128</span>
</div>
<div tabindex="0" class="item lab">
<span class="module">CA304 Networks and Internet II</span>
<span class="type">Lab</span>
<span class="time">2PM to 3PM</span>
<span class="location">GLA L128</span>
</div>
<div tabindex="0" class="item lab">
<span class="module">CA304 Networks and Internet II</span>
<span class="type">Lab</span>
<span class="time">3PM to 4PM</span>
<span class="location">GLA L128</span>
</div>
</div>
</div>
</body>
</html>