-
Notifications
You must be signed in to change notification settings - Fork 1
/
tutorials.html
63 lines (57 loc) · 1.83 KB
/
tutorials.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
<!DOCTYPE HTML>
<!--
Spatial by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>Tutorials</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body>
<!-- Header. When updated, propgate to other html -->
<header id="header" class="alt">
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<!-- <li><a href="#">CV</a></li> -->
<li><a href="publications.html">Publications</a></li>
<li><a href="kin_cur.html">Kinesthetic Curiosity</a></li>
<li><a href="tutorials.html">Videos/Tutorials</a></li>
<li><a href="https://github.com/tgroechel" target="_blank">Github</a></li>
<li><a href="https://www.linkedin.com/in/thomas-groechel-10a5b3b6/" target="_blank">LinkedIn</a></li>
</ul>
</nav>
</header>
<a href="#menu" class="navPanelToggle"><span class="fa fa-bars"></span></a>
<!-- Main -->
<section id="main" class="wrapper">
<div class="container">
<header class="major special">
<h2>Teaching</h2>
<p>Coming Soon</p>
</header>
</div>
</section>
<section id="one" class="wrapper style2">
</section>
<!-- Footer -->
<footer id="footer">
<div class="container">
<ul class="copyright">
<li>© Untitled</li>
<li>Design: <a href="http://templated.co">TEMPLATED</a></li>
<li>Images: <a href="http://unsplash.com">Unsplash</a></li>
</ul>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>