File tree 2 files changed +12
-4
lines changed
2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 25
25
26
26
table {
27
27
font-family : monospace;
28
+ }
29
+
30
+ section {
31
+ padding-top : 60px ;
32
+ margin-top : -60px ;
28
33
}
Original file line number Diff line number Diff line change 38
38
< link href ="css/bootstrap-reboot.min.css " rel ="stylesheet ">
39
39
< link href ="https://cdnjs.cloudflare.com/ajax/libs/ekko-lightbox/5.1.1/ekko-lightbox.min.css " rel ="stylesheet ">
40
40
< link href ="https://cdnjs.cloudflare.com/ajax/libs/bigfoot/2.1.4/bigfoot-default.min.css " rel ="stylesheet ">
41
+ < link href ="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css " rel ="stylesheet ">
41
42
42
43
<!-- Custom styles for this template -->
43
44
< link href ="css/pygments-native.css " rel ="stylesheet ">
@@ -111,9 +112,10 @@ <h5>{{ name }}</h5>
111
112
< hr >
112
113
< div class ="row mt-4 " id ="examples "> < div class ="col-xs-12 col-md-10 offset-md-1 ">
113
114
{% for (name, slug), items in plots.items() %}
114
- < div class ="card mb-4 " id ="{{ slug }} ">
115
+ < section id ="{{ slug }} ">
116
+ < div class ="card mb-4 ">
115
117
< div class ="card-header ">
116
- < h3 class ="card-title mb-1 "> {{ name }}</ h3 >
118
+ < h3 class ="card-title mb-1 "> < a href =" #{{ slug }} " > < i class =" fa fa-link " aria-hidden =" true " > </ i > </ a > {{ name }}</ h3 >
117
119
< ul class ="nav nav-tabs card-header-tabs ">
118
120
{% for plot in items %}
119
121
< li class ="nav-item ">
@@ -155,9 +157,10 @@ <h6 class="text-muted">Note:</h6>
155
157
</ div >
156
158
</ div >
157
159
</ div >
160
+ </ section >
158
161
{% endfor %}
159
-
160
- </ div > </ div >
162
+ </ div >
163
+ </ div >
161
164
162
165
< div class ="row ">
163
166
< div class ="col-3 "> © 2017 < a href ="http://tdhopper.com "> Tim Hopper</ a > </ div >
You can’t perform that action at this time.
0 commit comments