I believe I have the correct file path but I can still not get the glyphicons to appear. I have shared the link to the site and other info.
file path ../assets/img/glyphicons-halflings.png
- assets contains css files & JS files
- I changed file path in given bootstrap css file to match (add assets).
here is the mark up
<h2 class="centeralign">
<a class="large" href="mailto:t.grass@computer.org">
<i class="icon-envelope"></i>Email Me: t.grass@computer.org
</a>
</h2>
<h2 class="visible-phone centeralign">
<a href="tel:4192330955">
<i class="icon-phone"></i>
Call Me: 419.233.0955
</a>
</h2>
<h2 class="hidden-phone centeralign">
<i class="icon-phone"></i> Call Me: 419.233.0955
</h2>
</div>