forked from github/training-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
workbook.html
47 lines (37 loc) · 1.13 KB
/
workbook.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
---
layout: bare
theme: workbook
---
<section class="hero overview">
<div class="container">
<div class="content">
<h2>{{ page.title }}</h2>
<p>Narratives & examples for teaching GitHub curriculum</p>
</div>
</div>
</section>
<section>
<div class="container">
<!-- <div class="tab-panel">
<input type="radio" class="material-type" name="material-scope" id="outline" value="outline">
<label class="tab column-3up" for="outline">
<span>Outline</span>
</label>
<input type="radio" class="material-type" name="material-scope" id="summary" value="summary" checked="checked">
<label class="tab column-3up" for="summary">
<span>Summary</span>
</label>
<input type="radio" class="material-type" name="material-scope" id="details" value="details">
<label class="tab column-3up" for="details">
<span>Details</span>
</label>
</div> -->
<div class="content">
<span id="scope">
{{ content }}
</span>
</div>
</div>
</section>
{% include footer.html %}
<!-- <script src="../_javascript/workbook.js"></script> -->