-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
56 lines (52 loc) · 2.54 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
<!doctype html>
<html>
<head>
<title>bash course for stallo users</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=VT323" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<div class="row">
<div class="col-sm-12">
<h1><font color="#808080">#!/bin/</font><font color="#f44242">bash course for stallo users</font></h1>
<p>(but everybody is welcome; the course is free)</p>
<h2><font color="#f44242">/registration is closed</font></h2>
<h2>/day 1 - thursday, nov 17, 2016</h2>
<ul>
<li>$ 10:00 - 13:00 (room teo-h1 1.425)</li>
<li>$ hands-on interactive type-along presentations, live coding, and demos</li>
<li>$ <a href="https://github.com/uit-no/bash-course-2016/blob/gh-pages/schedule.md" target="_blank">schedule</a></li>
</ul>
<h2>/day 2 - friday, nov 18, 2016</h2>
<ul>
<li>$ 10:00 - 13:00 (room teo-h1 1.425)</li>
<li>$ ask us anything
<li>$ bring your scripts and issues and we discuss and solve them live</li>
</ul>
<h2>/practical</h2>
<ul>
<li>$ bring your computer</li>
<li>$ <a href="https://github.com/uit-no/bash-course-2016/tree/gh-pages/course-material" target="_blank">course material</a> (<a href="https://github.com/uit-no/bash-course-2016/archive/gh-pages.zip" target="_blank">zip archive</a>)</li>
</ul>
<h2>/instructors</h2>
<ul>
<li>$ Dan Jonsson</li>
<li>$ Espen Tangen</li>
<li>$ Giacomo Tartari</li>
<li>$ Radovan Bast</li>
</ul>
<h2>/contact</h2>
<ul>
<li>$ Radovan Bast ([email protected])</li>
</ul>
</div>
<div class="col-sm-6">
</div>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
</body>
</html>