Last active
May 9, 2017 23:23
-
-
Save jasonhobbsllc/8f78240f6e7035918c0473666c308b22 to your computer and use it in GitHub Desktop.
Congregation Dashboard version 0.0.1 | 4/6/2017
This file contains hidden or 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="clearfix"> | |
<div class="one-sixth first"> | |
<div class="dashboard item"><a href="/series/sunday-sermons/" class="button large"><span class="dashicons dashicons-media-audio"></span><center><small>Sunday AM Sermons</small></center></a></div> | |
</div> | |
<div class="one-sixth"> | |
<div class="dashboard item"><a href="#" class="button large"><span class="dashicons dashicons-welcome-learn-more"></span><center><small>Bible Study</small></center></a></div> | |
</div> | |
<div class="one-sixth"> | |
<div class="dashboard item"><a href="#" class="button large"><span class="dashicons dashicons-calendar"></span><center><small>Church Events</small></center></a></div> | |
</div> | |
<div class="one-sixth"> | |
<div class="dashboard item"><a href="#" class="button large"><span class="dashicons dashicons-admin-home"></span><center><small>Community Groups</small></center></a></div> | |
</div> | |
<div class="one-sixth"> | |
<div class="dashboard item"><a href="#" class="button large"><span class="dashicons dashicons-video-alt2"></span><center><small>Archive</small></center></a></div> | |
</div> | |
<div class="one-sixth"> | |
<div class="dashboard item"><a href="#" class="button large"><span class="dashicons dashicons-megaphone"></span><center><small>Share</small></center></a></div> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment