Skip to content

Commit b206568

Browse files
author
jordanmccullough
committed
Clean up layout, re-incorporate nav and footer
1 parent 977b35d commit b206568

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

_layouts/curriculum-beta.html

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,30 @@
1212
{% endif %}
1313
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
1414

15-
<script src="{{ leadingpath }}/_javascript/jquery-1.11.0.min.js"></script>
16-
<script src="{{ leadingpath }}/_javascript/bootstrap/js/bootstrap.min.js"></script>
15+
{% include dependencies %}
16+
<!--Scrollsnap-->
1717
<script src="{{ leadingpath }}/_javascript/jquery-scrollsnap-plugin/src/jquery.scrollstop.js"></script>
1818
<script src="{{ leadingpath }}/_javascript/jquery-scrollsnap-plugin/src/jquery.easing.min.js"></script>
1919
<script src="{{ leadingpath }}/_javascript/jquery-scrollsnap-plugin/src/jquery.scrollsnap.js"></script>
2020

21+
<!--Curriculum setup JS-->
2122
<script src="{{ leadingpath }}/_javascript/curriculum.js"></script>
2223

23-
<link rel="stylesheet" href="{{ leadingpath }}/_javascript/bootstrap/css/bootstrap.min.css">
24+
<!--Curriculum special styling-->
2425
<link rel="stylesheet" href="{{ leadingpath }}/_stylesheets/curriculum-beta.css" type="text/css" />
2526
</head>
2627
<body data-spy="scroll" data-target="#toc">
28+
{% include navigation.html %}
29+
30+
<div class="hero overview">
31+
<div class="container">
32+
<div class="content">
33+
<h2>{{ page.title }}</h2>
34+
<p>{{ page.description }}</p>
35+
</div>
36+
</div>
37+
</div>
38+
2739
<div id="toc-wrapper">
2840
<div id="toc" data-spy="affix" data-offset-top="165">
2941
<ul id="toc-list" class="nav" role="tablist"></ul>
@@ -32,6 +44,6 @@
3244

3345
<div class="curriculum">{{ content }}</div>
3446

35-
<!-- {% include footer.html %} -->
47+
{% include footer.html %}
3648
</body>
3749
</html>

0 commit comments

Comments
 (0)