File tree Expand file tree Collapse file tree 3 files changed +13
-6
lines changed Expand file tree Collapse file tree 3 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 16
16
< script src ="https://api.mapbox.com/mapbox-gl-js/v0.42.2/mapbox-gl.js "> </ script >
17
17
< script src ="https://api.mapbox.com/mapbox-gl-js/plugins/mapbox-gl-geocoder/v2.1.1/mapbox-gl-geocoder.min.js "> </ script >
18
18
< script src ="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js "> </ script >
19
+ < script defer src ="https://use.fontawesome.com/releases/v5.0.6/js/all.js "> </ script >
19
20
{% if page.custom_js %}
20
21
{% for js_file in page.custom_js %}
21
22
< script src ="{{ site.baseurl }}/js/{{ js_file }}.js " type ="text/javascript "> </ script >
Original file line number Diff line number Diff line change @@ -231,3 +231,8 @@ table {
231
231
.num {
232
232
text-align : center;
233
233
}
234
+
235
+ .icon {
236
+ width : 3% ;
237
+ padding-right : .5rem ;
238
+ }
Original file line number Diff line number Diff line change @@ -20,14 +20,15 @@ custom_js:
20
20
<p>Use this interactive map to explore college advising resources
21
21
available in high schools and communities across the country.</p>
22
22
<h3>Instructions</h3>
23
- <p><b>Search</b> for specific location using place name or zip
24
- code. For example, search "Charlottesville, VA" or "22901"</p>
25
- <p><b>Use location button</b> to explore current
26
- location.</p>
27
- <p><b>Drag and zoom</b> using buttons or on map itself.</p>
23
+ <p><img src='{{ site.baseurl }}{{ site.images }}/search.png' class='icon'>
24
+ <b>Search</b> using place name ("Charlottesville, VA") or zip code ("22901")</p>
25
+ <p><img src='{{ site.baseurl }}{{ site.images }}/locate.png' class='icon'>
26
+ <b>Use the location button</b> to zoom to your current location.</p>
27
+ <p><i class='far fa-hand-pointer fa-lg' style='padding-right:.5rem;'></i>
28
+ <b>Drag, click, and zoom</b> to manually explore.</p>
28
29
<p>Click the toggle buttons in the upper left to: </p>
29
30
<ul>
30
- <li>Hide college icons</li>
31
+ <li>Hide / show college icons</li>
31
32
<li>Resize high school icon size by student/counselor ratio (SCR)</li>
32
33
</ul>
33
34
</div>
You can’t perform that action at this time.
0 commit comments