-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
59 lines (59 loc) · 1.07 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
<!doctype html>
<html lang="en">
<head>
<title>What I wish I knew when I was several years into my unexpected Elixir career</title>
</head>
<body>
<header>
<hgroup>
<h1>What I wish I knew when I was several years into my unexpected Elixir career</h1>
<h2>A memoir from the front lines</h2>
</hgroup>
</header>
<section>
<header>
<h1>Why this book exists</h1>
</header>
<article>
<header>
<h2></h2>
</header>
</article>
</section>
<section>
<header>
<h1>Core constructs</h1>
</header>
<article>
<header>
<h2>Pattern Matching</h2>
</header>
</article>
<article>
<header>
<h2>Using `with` well</h2>
</header>
</article>
</section>
<section>
<header>
<h1>Mix</h1>
</header>
<article>
<header>
<h2></h2>
</header>
</article>
</section>
<section>
<header>
<h1>Macros</h1>
</header>
<article>
<header>
<h2></h2>
</header>
</article>
</section>
</body>
</html>