forked from BlackrockDigital/startbootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.php
More file actions
33 lines (32 loc) · 2.78 KB
/
Copy pathfooter.php
File metadata and controls
33 lines (32 loc) · 2.78 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<footer>
<div class="container">
<div class="row">
<div class="col-lg-12">
<p>
<a href="index.php">Home</a> · <a href="all-templates.php">Templates</a> ·
<a href="help.php">Help</a> ·
<a href="contact.php">Contact</a> ·
<a href="http://startbootstrap.tumblr.com/">Blog</a>
<span class="pull-right hidden-sm"><a href="#">Back to top</a></span>
</p>
<p>
<iframe id="gh-fork" src="http://ghbtns.com/github-btn.html?user=ironsummitmedia&repo=startbootstrap&type=fork" allowtransparency="true" frameborder="0" scrolling="0" width="55px" height="20px"></iframe>
<iframe id="gh-star" src="http://ghbtns.com/github-btn.html?user=ironsummitmedia&repo=startbootstrap&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110px" height="20px"></iframe>
<a href="https://twitter.com/SBootstrap" class="twitter-follow-button" data-show-count="false" data-lang="en">Follow @SBootstrap</a>
<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://startbootstrap.com" data-via="SBootstrap" data-lang="en">Tweet</a>
<br>
<span class="g-follow" data-annotation="bubble" data-height="20" data-href="//plus.google.com/116841216196186745329" data-rel="publisher"></span>
<span class="g-plusone" data-size="medium" data-href="http://startbootstrap.com/"></span>
<br>
<iframe src="//www.facebook.com/plugins/like.php?href=https%3A%2F%2Fwww.facebook.com%2FIronSummitMedia&width=450&height=21&colorscheme=light&layout=button_count&action=like&show_faces=false&send=false" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:150px; height:21px;" allowTransparency="true"></iframe>
</p>
<p>
<a href="http://www.startbootstrap.com">Start Bootstrap</a> is a project maintained by <a href="http://www.ironsummitmedia.com">Iron Summit Media Strategies</a>, a <a href="http://www.ironsummitmedia.com">digital marketing agency in Orlando, FL</a>.
<br>Code licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License v2.0</a>.
<br>Based on <a href="http://getbootstrap.com/">Bootstrap</a>. Icons by <a href="http://fontawesome.io/">Font Awesome</a>.
<br>
</p>
</div>
</div>
</div>
</footer>