-
Notifications
You must be signed in to change notification settings - Fork 0
/
timetable.html
164 lines (147 loc) · 5.35 KB
/
timetable.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
<!DOCTYPE html>
<html class="js csspointerevents no-touchevents mediaqueries fa-events-icons-ready wf-montserrat-n4-active wf-montserrat-n5-active wf-montserrat-n7-active wf-opensans-n4-active wf-active" lang="en-US">
<head><style>
body { background-color: black;
background-image: url("pe1gtJx.jpg");
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
background-size: 1400px;
}
</style>
<meta charset="UTF-8">
<meta name="description" content="Free Web tutorials">
<meta name="keywords" content="HTML,CSS,XML,JavaScript">
<meta name="author" content="John Doe">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="https://code.getmdl.io/1.3.0/material.indigo-pink.min.css">
<link href="https://fonts.googleapis.com/css?family=Rancho" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Righteous|Source+Sans+Pro" rel="stylesheet">
<script defer src="https://code.getmdl.io/1.3.0/material.min.js"></script>
</head>
<title>CESSPAL-timetable</title>
<body ><!-- Uses a header that scrolls with the text, rather than staying
locked at the top -->
<div class="mdl-layout mdl-js-layout mdl-layout--fixed-header">
<style>
h1 {
font-family: 'Rancho', cursive;
color: white;
}
h5{
font-family: 'Source Sans Pro', sans-serif;
}
gridfont {
font-size: 40px;
font-family: 'Source Sans Pro', sans-serif;
color: white;
}
p{
padding: 1000px, 0px;
}
}
</style>
<header class="mdl-layout__header">
<div class="mdl-layout__header-row">
<!-- Title -->
<span class="mdl-layout-title" ><H1>CSPAL</H1></span>
<!-- Add spacer, to align navigation to the right -->
<div class="mdl-layout-spacer"></div>
<!-- Navigation -->
<nav class="mdl-navigation">
<a class="mdl-navigation__link" href="project spa.html"><h5>HOME</h5></a>
<a class="mdl-navigation__link" href=""><h5>TIME TABLE</h5></a>
<a class="mdl-navigation__link" href="homeworks.html"><h5>HOMEWORKS</h5></a>
</nav>
</div>
</header>
<div class="mdl-layout mdl-js-layout mdl-layout--fixed-drawer">
<div class="mdl-layout__drawer">
<span class="mdl-layout-title">MORE TO DO</span>
<nav class="mdl-navigation">
<a class="mdl-navigation__link" href="">ASSIGNMENTS</a>
<a class="mdl-navigation__link" href="">TESTS</a>
<a class="mdl-navigation__link" href="">EXAMS</a>
<a class="mdl-navigation__link" href="">EVENTS</a>
</nav>
</div></div>
<main align = "center" class="mdl-layout__content">
<div align="center" >
<style>
table{
background-color: yellow;
}
f {
font-family: 'Righteous', cursive;
font-size: 30px;
}
p{
padding: 40px 20px 20px 20px;
}
b{
font-family: 'Righteous', cursive;
font-size: 50px;
}
ft{
font-family: 'Righteous', cursive;
font-size: 30px;
}
</style>
<p>
<table class="mdl-data-table mdl-js-data-table mdl-data-table" >
<thead>
<tr >
<th>
<td colspan="8"><h5 align="center"><b> TIME TABLE</b></h5></td>
</th>
</tr>
<tr>
<td class="mdl-data-table__cell--non-numeric"><ft>DAYS\HOURS</ft></td>
<td class="mdl-data-table__cell--non-numeric"><f>1</f></td>
<td class="mdl-data-table__cell--non-numeric"><f>2</f></td>
<td class="mdl-data-table__cell--non-numeric"><f>3</f></td>
<td class="mdl-data-table__cell--non-numeric"><f>4</f></td>
<td class="mdl-data-table__cell--non-numeric"><f>5</f></td>
<td class="mdl-data-table__cell--non-numeric"><f>6</f></td>
<td class="mdl-data-table__cell--non-numeric"><f>7</f></td>
</tr>
</thead>
<tbody>
<tr>
<td class="mdl-data-table__cell--non-numeric"><f>DAY 1</f></td>
<td class="mdl-data-table__cell--non-numeric">COA</td>
<td class="mdl-data-table__cell--non-numeric">COA</td>
<td class="mdl-data-table__cell--non-numeric">COA</td>
<td class="mdl-data-table__cell--non-numeric">COA</td>
<td class="mdl-data-table__cell--non-numeric">COA</td>
<td class="mdl-data-table__cell--non-numeric">COA</td>
<td class="mdl-data-table__cell--non-numeric">COA</td>
</tr>
<tr>
<td class="mdl-data-table__cell--non-numeric"><f>DAY 2</f></td>
<td class="mdl-data-table__cell--non-numeric">BE</td>
<td class="mdl-data-table__cell--non-numeric">COA</td>
<td class="mdl-data-table__cell--non-numeric">COA</td>
<td class="mdl-data-table__cell--non-numeric">COA</td>
<td class="mdl-data-table__cell--non-numeric">COA</td>
<td class="mdl-data-table__cell--non-numeric">COA</td>
<td class="mdl-data-table__cell--non-numeric">COA</td>
</tr>
<tr>
<td class="mdl-data-table__cell--non-numeric"><f>DAY 3</f></td>
<td class="mdl-data-table__cell--non-numeric">COA</td>
<td class="mdl-data-table__cell--non-numeric">COA</td>
<td class="mdl-data-table__cell--non-numeric">COA</td>
<td class="mdl-data-table__cell--non-numeric">COA</td>
<td class="mdl-data-table__cell--non-numeric">COA</td>
<td class="mdl-data-table__cell--non-numeric">COA</td>
<td class="mdl-data-table__cell--non-numeric">COA</td>
</tr>
</tbody>
</table>
</p>
</div>
</div> </main>
</body>
</html>