forked from Renderhaf/ExcaliburWebsite
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtutorial.html
25 lines (24 loc) · 1.04 KB
/
tutorial.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
---
layout: default
---
<link rel="stylesheet" href="/assets/css/tabs.css">
<link rel="stylesheet" href="/assets/css/sidenav.css">
<script src="./load-tutorial.js"></script>
<!-- sidenav -->
<div id="sidebar" class="sidebar">
<a id="tutorial-intro" class="sidebar-item active" href="./">Introduction</a>
</div><script>loadSidebar("{{ page.permalink }}")</script>
<div class="row justify-content-md-center m-0 mb-sm-0 pt-md-0">
<!-- <div class="row justify-content-md-center m-0 mb-sm-0 pt-md-0" style="width:100%; display: block; justify-content: center !important;">-->
<a id="previous" href="#"><- Previous</a>
<a id="tutorial-home" href="./">Tutorial Home</a>
<a id="next" href="#">Next -></a>
<script>loadProgressButtons("{{ page.permalink }}")</script>
<div class="jumbotron col-sm-12 col-md-10 m-0 pb-md-0" style="background-color:#012265;">
<h1 id="title"></h1>
<script>setTitle("{{ page.permalink }}")</script>
{{ content }}
</div>
</div>
<!-- Tab links -->
<script src="/scripts/tabs.js"></script>