This repository has been archived by the owner on Apr 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
113 lines (113 loc) · 3.56 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="public/vendor/Skeleton-2.0.4/css/normalize.css" />
<link rel="stylesheet" href="public/vendor/Skeleton-2.0.4/css/skeleton.css" />
<link rel="stylesheet" href="public/styles/custom.css" />
<title>intermezzOS: a little OS</title>
</head>
<body>
<div class="container">
<nav class="u-cf u-full-width">
<div class="u-pull-left">
<a href="/">
<img src="/public/images/logo.png" alt="logo">
</a>
<h4 class="title">intermezz<strong>OS</strong>
<span class="subtitle">(a little OS)</span>
</h4>
</div>
<a class="u-pull-right button" href="https://webchat.freenode.net/#intermezzos">IRC: #intermezzOS</a>
</nav>
<div>
<h1 class="center">Rust Best Rust Workshop 2016</h1>
<section id="schedule">
<h2>Schedule</h2>
<table>
<tr>
<th>Time</th>
<th>Duration</th>
<th>Title</th>
<th>Primary Instructor</th>
</tr>
<tr>
<td>09:05 - 09:25</td>
<td>20 min</td>
<td>Welcome and Introductions</td>
<td>Steve and Ashley</td>
</tr>
<tr>
<td>09:25 - 09:55</td>
<td>30 min</td>
<td><a href="slides/up-and-running">Up and Running</a></td>
<td>Ashley</td>
</tr>
<tr>
<td>09:55 - 10:25</td>
<td>30 min</td>
<td><a href="slides/wat-is-operating-system.html">Wat is Operating System?</a></td>
<td>Steve</td>
</tr>
<tr>
<td>10:25 - 10:30</td>
<td>5 min</td>
<td>BREAK</td>
</tr>
<tr>
<td>10:30 - 10:55</td>
<td>25 min</td>
<td>A Mental Model for a VGA Driver</td>
<td>Ashley</td>
</tr>
<tr>
<td>10:55 - 12:00</td>
<td>65 min</td>
<td>A Test-Driven VGA Driver, Pt 1</td>
<td>Ashley</td>
</tr>
<tr>
<td>12:00 - 02:00</td>
<td>120 min</td>
<td>LUNCH</td>
</tr>
<tr>
<td>02:05 - 02:35</td>
<td>30 min</td>
<td>A Test-Driven VGA Driver, Pt 2</td>
<td>Ashley</td>
</tr>
<tr>
<td>02:35 - 03:05</td>
<td>30 min</td>
<td><a href="slides/the-boot-process.html">The Boot Process</a></td>
<td>Steve</td>
</tr>
<tr>
<td>03:05 - 04:35</td>
<td>90 min</td>
<td>Booting Up: Together</td>
<td>Steve</td>
</tr>
<tr>
<td>04:35 - 05:00</td>
<td>25 min</td>
<td>Summary and Q&A</td>
<td>Steve and Ashley</td>
</tr>
</table>
</section>
</div>
<div class="footer center">
intermezzOS <span class="subtitle">(a little OS)</span>
|
<a href="https://www.github.com/intermezzos">GitHub</a>
|
<a href="https://webchat.freenode.net/#intermezzos">IRC Freenode</a>
|
<a href="mailto:[email protected]">Contact</a>
|
<a href="code-of-conduct.html">Code of Conduct</a>
</div>
</body>
</html>