-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
62 lines (58 loc) · 2.88 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="./website/img/fav.ico">
<title>Maël Auzias' teaching website</title>
<link href="./website/css/style.css" rel="stylesheet">
</head>
<body>
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand" href="http://www.auzias.net">System 101</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="practice/practice.html">Practice</a></li>
<li><a href="project/project.html">Project</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
<div class="container">
<div class="starter-template">
<h1><small>open source </small>System 101</h1>
<p class="lead">Feel free to send any course-related request to: <u>teaching<small> [at] </small>auzias<small> [dot] </small>net</u><br>
You can find the open-sourced material of this course on <a href="https://github.com/auzias/sys-101">github</a>.</p>
</div>
<hr/>
<div id="material">
<h1>Material</h1>
<p>You can find the open-sourced material of this course on <a href="https://github.com/auzias/sys-101">github</a>, or by downloading it:</p>
<ul>
<li><a href="http://sys-101.auzias.net/slides/slides.pdf">slides</a> (<a href="http://sys-101.auzias.net/slides/slides-to-print.pdf">printable version</a>)</li>
<li><a href="http://sys-101.auzias.net/practice/practice.html">practicals</a></li>
</ul>
</div>
<hr/>
<div id="mark">
<h1>Marking system <small>(All equal weighting)</small></h1>
<ul>
<li><strong>Short tests:</strong> at the end of each lesson, a 10-minutes test consisting of 4 questions will be done <strong>without</strong> any documents.</li>
<li><strong>Exam:</strong> one hour -at most- final exam (paper, pencil) with <b>your own notes on <u>one A4</u> sheet (double sided)</b>.</li>
</ul>
</div>
<hr/>
<div id="cc">
<h1>Licence</h1>
<p class="center"><a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br />
<span property="dct:title">Network courses</span> by <a href="http://sys-101.auzias.net" property="cc:attributionName" rel="cc:attributionURL">Maël Auzias</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.<br />Based on a work by Andrew Tanenbaum.</p>
</div>
</div><!-- /.container -->
</body>
</html>