-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
51 lines (51 loc) · 1.53 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
<!DOCTYPE html>
<html lang='en'>
<head>
<title>Slides</title>
<meta charset='utf-8'>
<link rel='stylesheet' href='static/index.css' type='text/css'>
<meta name='viewport' content='width=device-width'>
</head>
<body>
<main>
<ul>
<li>
<a href='http://slides.lucywyman.me/what-not-to-automate.html'>
What Not To Automate</a>
</li>
<li>
<a href='http://slides.lucywyman.me/writing-tasks.html'>
Writing Robust Tasks & Plans</a>
</li>
<li>
<a href='http://slides.lucywyman.me/introduction-to-blockchain.html'>
Introduction to Blockchains</a>
</li>
<li>
<a href='http://slides.lucywyman.me/how-can-i-contribute.html'>
How Can I Contribute?<br>
<span class='tiny'>A Guide to Making Your First Open Source Contribution</span></a>
</li>
<li>
<a href='http://slides.lucywyman.me/linux-jargon.html'>
Linux Jargon<br>
<span class='tiny'>From AFK to Zero Day</span></a>
</li>
<li>
<a href="http://slides.lucywyman.me/single-system-fundamentals.html">
Single System Fundamentals
</a>
</li>
<li>
<a href='http://slides.lucywyman.me/tmux-screen.html'>Tmux + Screen<br>
<span class='tiny'>Multiplexing and You</span>
</a>
</li>
<li>
<a href='http://slides.lucywyman.me/gifs.html'>Gifs<br>
<span class='tiny'>An Analysis</span>
</a>
</li>
</main>
</body>
</html>