File tree Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Original file line number Diff line number Diff line change 12
12
{% endif %}
13
13
< meta http-equiv ="Content-Type " content ="text/html; charset=UTF-8 "/>
14
14
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-- >
17
17
< script src ="{{ leadingpath }}/_javascript/jquery-scrollsnap-plugin/src/jquery.scrollstop.js "> </ script >
18
18
< script src ="{{ leadingpath }}/_javascript/jquery-scrollsnap-plugin/src/jquery.easing.min.js "> </ script >
19
19
< script src ="{{ leadingpath }}/_javascript/jquery-scrollsnap-plugin/src/jquery.scrollsnap.js "> </ script >
20
20
21
+ <!--Curriculum setup JS-->
21
22
< script src ="{{ leadingpath }}/_javascript/curriculum.js "> </ script >
22
23
23
- < link rel =" stylesheet " href =" {{ leadingpath }}/_javascript/bootstrap/css/bootstrap.min.css " >
24
+ <!--Curriculum special styling-- >
24
25
< link rel ="stylesheet " href ="{{ leadingpath }}/_stylesheets/curriculum-beta.css " type ="text/css " />
25
26
</ head >
26
27
< 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
+
27
39
< div id ="toc-wrapper ">
28
40
< div id ="toc " data-spy ="affix " data-offset-top ="165 ">
29
41
< ul id ="toc-list " class ="nav " role ="tablist "> </ ul >
32
44
33
45
< div class ="curriculum "> {{ content }}</ div >
34
46
35
- <!-- {% include footer.html %} -->
47
+ {% include footer.html %}
36
48
</ body >
37
49
</ html >
You can’t perform that action at this time.
0 commit comments