-
Notifications
You must be signed in to change notification settings - Fork 7
/
calendar.html
237 lines (232 loc) · 6.42 KB
/
calendar.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
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN""http://www.w3.org/TR/html4/strict.dtd">
<html><head><title>Cyber Wizard Institute Calendar</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="date.created" content="2014-12-27">
<meta name="generator" content="HTML Calendar Maker 2.0">
<meta name="licensekey" content="">
<style type="text/css">
body {
font-family: Ubuntu Mono, Open Sans, monaco, sans-serif;
color: #FFFFFF;
background-color: #966bf5;
}
iframe{
display:block;
margin:0 auto;
}
a, a:visited{
color:yellow;
}
/* Styling for the title (Month and Year) of the calendar */
div.title {
font-size: 50px;
text-align: center;
height: 60px;
}
div.subtitle {
font-size: 30px;
text-align: center;
height: 40px;
}
div.para {
text-align: center;
width: 50%;
}
/* Styling for the footer */
div.footer {
font: small Verdana, Arial, Helvetica, sans-serif;
text-align: center;
}
/* Styling for the overall table */
table {
font: 100% Verdana, Arial, Helvetica, sans-serif;
table-layout: fixed;
border-collapse: collapse;
width: 100%;
}
/* Styling for the column headers (days of the week) */
th {
padding: 0 0.5em;
text-align: center;
background-color:#3c6991;
color:white;
}
/* Styling for the individual cells (days) */
td {
font-size: medium;
padding: 0.25em 0.25em;
width: 14%;
height: 180px;
text-align: left;
vertical-align: top;
border: 3px solid rgb(0, 255, 136);
}
td.empty {
background-color: #5050a0;
}
td a{
color: yellow;
font-size: 16px;
}
td p {
font-size: 16px;
}
td img{
width:60px;
height:60px;
}
.day {
font-size: 24px;
padding: 0.25em 0.25em;
text-align: left;
vertical-align: top;
display:block;
}
.facilitators {
font-size: 24px;
vertical-align: top;
}
</style>
</head>
<body>
<div class="title">Cyber Wizard Institute Calendar</div>
<div class="subtitle">August 2015</div>
<table>
<tr><th>Sun</th><th>Mon</th><th>Tue</th><th>Wed</th><th>Thu</th><th>Fri</th><th>Sat</th></tr>
<tr>
<td class="empty"></td>
<td class="empty"></td>
<td class="empty"></td>
<td class="empty"></td>
<td class="empty"></td>
<td class="empty"></td>
<td>
<span class="day">1</span>
<div class="time">15:00-19:00</div>
<div>
intros, system installs and configuration
</div>
</td>
</tr>
<tr>
<td><span class="day">2</span>
<div class="time">15:00-19:00</div>
<div>
<a href="https://github.com/cyberwizardinstitute/workshops/blob/master/unix.markdown"
>intro to command-line</a>
</div>
</td>
<td><span class="day">3</span>
<div class="time">18:00-22:00</div>
<div>
<a href="https://github.com/cyberwizardinstitute/workshops/blob/master/unix.markdown"
>html</a>
and
<a href="https://github.com/cyberwizardinstitute/workshops/blob/master/vim.markdown"
>vim</a>
</div>
</td>
<td><span class="day">4</span>
<div class="time">18:00-22:00</div>
<div>
<a href="https://github.com/cyberwizardinstitute/workshops/blob/master/javascript.markdown"
>intro programming with javascript</a>
</div>
</td>
<td><span class="day">5</span>
<div class="time">18:00-22:00</div>
<div>
<a href="https://github.com/cyberwizardinstitute/workshops/blob/master/networks.markdown"
>networking</a>
</div>
<div>
<a href="https://github.com/cyberwizardinstitute/workshops/blob/master/node_101.markdown"
>building servers with node.js</a>
</div>
</td>
<td><span class="day">6</span>
<div class="time">18:00-22:00</div>
<div>
<a href="https://github.com/cyberwizardinstitute/workshops/blob/master/git.markdown"
>git and github</a>
</div>
</td>
<td><span class="day">7</span>
<div class="time">18:00-22:00</div>
<div>
<a href="https://github.com/cyberwizardinstitute/workshops/blob/master/dom.markdown"
>dom</a> and
<a
href="https://github.com/cyberwizardinstitute/workshops/blob/master/svg.markdown"
>svg</a>
<br/>plus
<a
href="https://sudoroom.org/events/linux-installfest-fridays1-2015-08-07/"
>Linux InstallFest Fridays @ sudo room</a>
</div>
</td>
<td><span class="day">8</span>
<div class="time">15:00-19:00</div>
<div>
text processing with
<a href="https://github.com/cyberwizardinstitute/workshops/blob/master/regex.markdown"
>regular expressions</a>
</div>
<div>
http APIs, curl
</div>
</td>
</tr>
<tr>
<td><span class="day">9</span>
<div class="time">15:00-19:00</div>
<div>
<a href="https://github.com/cyberwizardinstitute/workshops/blob/master/webapp.markdown"
>building a whole webapp</a>
</div>
</td>
<td><span class="day">10</span>
<div class="time">18:00-22:00</div>
<div>
Anarchitecture: unix, modules, and free code.
</div>
</td>
<td><span class="day">11</span>
<div class="time">18:00-22:00</div>
<div>
<a href="https://github.com/rook2pawn/talk-browserify/blob/master/browserify.md">Introduction to Browserify</a>
</div>
</td>
<td><span class="day">12</span>
<div class="time">18:00-22:00</div>
<div>
Plus: Fuzzy Logic in Python with @notconfusing
</div>
</td>
<td><span class="day">13</span>
<div class="time">18:00-22:00</div>
<div>
<b>Writing a markdown module to specifications</b> with @jjjohnny
</div>
</td>
<td><span class="day">14</span>
<div class="time">18:00-22:00</div>
<div>
<a href = "https://github.com/elsehow/streams-for-the-damned/">frp streams</a><br/><br/>
Creative Coding Every Day: Programming Music, Video, Graphics in the
browser.<br/><br/>
Plus: <b>Intro to Markdown</b> with @noffle<br/><br/>
Plus:
<a href="https://sudoroom.org/events/linux-installfest-fridays1-2015-08-14/">
Linux InstallFest Fridays @ sudo room</a>
</div>
</td>
<td><span class="day">15</span>
<div class="time">15:00-19:00</div>
<div>
Show, tell, and interact.
</div>
</td>
</tr>
</table>
</body></html>