This repository has been archived by the owner on Feb 14, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
69 lines (64 loc) · 2.76 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
63
64
65
66
67
68
69
<!DOCTYPE html>
<html>
<head>
<title>MCSD Training</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
</head>
<body>
<article>
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="page-header">
<h1>Exam Ref 70-480 <a href="https://github.com/forrestab/mcsd-training/tree/gh-pages/70-480" class="btn btn-info btn-xs">View on Github</a></h1>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-sm-12">
<section>
<h2>Chapter 1</h2>
<section>
<h3>Thought Experiments</h3>
<nav>
<ul class="list-unstyled">
<li><a href="70-480/thought-experiments/1-2.html">1.2 Game</a></li>
<li><a href="70-480/thought-experiments/1-3.html">1.3 Dynamic Survey</a></li>
<li><a href="70-480/thought-experiments/1-4.html">1.4 Route Recorder</a></li>
</ul>
</nav>
</section>
<section>
<h3>Examples</h3>
<nav>
<ul class="list-unstyled">
<li><a href="70-480/chapter-examples/1-4.html">1.4 Local and Session Storage</a></li>
</ul>
</nav>
</section>
</section>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-sm-12">
<section>
<h2>Chapter 2</h2>
<section>
<h3>Examples</h3>
<nav>
<ul class="list-unstyled">
<li><a href="70-480/chapter-examples/2-2.html">2.2 Drag and drop events</a></li>
</ul>
</nav>
</section>
</section>
</div>
</div>
</div>
</article>
</body>
</html>