Skip to content

Commit 876e994

Browse files
author
btskinner
committed
added icons
1 parent 16fa72e commit 876e994

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

_layouts/default.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<script src="https://api.mapbox.com/mapbox-gl-js/v0.42.2/mapbox-gl.js"></script>
1717
<script src="https://api.mapbox.com/mapbox-gl-js/plugins/mapbox-gl-geocoder/v2.1.1/mapbox-gl-geocoder.min.js"></script>
1818
<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>
1920
{% if page.custom_js %}
2021
{% for js_file in page.custom_js %}
2122
<script src="{{ site.baseurl }}/js/{{ js_file }}.js" type="text/javascript"></script>

css/main.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,3 +231,8 @@ table {
231231
.num {
232232
text-align: center;
233233
}
234+
235+
.icon {
236+
width: 3%;
237+
padding-right: .5rem;
238+
}

index.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,15 @@ custom_js:
2020
<p>Use this interactive map to explore college advising resources
2121
available in high schools and communities across the country.</p>
2222
<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>
2829
<p>Click the toggle buttons in the upper left to: </p>
2930
<ul>
30-
<li>Hide college icons</li>
31+
<li>Hide / show college icons</li>
3132
<li>Resize high school icon size by student/counselor ratio (SCR)</li>
3233
</ul>
3334
</div>

0 commit comments

Comments
 (0)