Last active
March 28, 2016 14:45
-
-
Save ckozus/7d3c525578796f8528e8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="modal"> | |
<label for="modal-3"> | |
<h5> | |
2 miles away | |
<i class="icon-star"> </i> | |
<i class="icon-star"> </i> | |
<i class="icon-star"> </i> | |
<i class="icon-star"> </i> | |
<i class="icon-star"> </i> | |
</h5> | |
</label> | |
<input class="modal-state" id="modal-3" type="checkbox" /> | |
<div class="modal-fade-screen"> | |
<div class="modal-inner rates"> | |
<i class="icon-star"> </i> | |
<i class="icon-star"> </i> | |
<i class="icon-star"> </i> | |
<i class="icon-star"> </i> | |
<i class="icon-star"> </i> | |
<h3>NOT AVAILABLE</h3> | |
<p>We are sorry! Funeral home ratings are not available right now. We plan on adding this feature to TrueFuneral very soon</p> | |
<a href="" class="button">Back to search results</a> | |
</div> | |
</div> | |
</div> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment