mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-06 14:06:34 +02:00
Revise footer
This commit is contained in:
@@ -50,8 +50,21 @@
|
|||||||
</header>
|
</header>
|
||||||
{{ content }}
|
{{ content }}
|
||||||
<footer class="site-footer">
|
<footer class="site-footer">
|
||||||
<p>Created and maintained by <a href="http://twitter.com/codeguy">Josh Lockhart</a></p>
|
<h2 class="epsilon">Created and maintained by</h2>
|
||||||
<small>Sponsored by <a href="http://www.newmediacampaigns.com">New Media Campaigns</a></small>
|
<ul>
|
||||||
|
<li><a href="http://twitter.com/codeguy">Josh Lockhart</a></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h2 class="epsilon">Project collaborators</h2>
|
||||||
|
<ul>
|
||||||
|
<li><a href="http://krisjordan.com/">Kris Jordan</a></li>
|
||||||
|
<li><a href="http://philsturgeon.co.uk/" re>Phil Sturgeon</a></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h2 class="epsilon">Project sponsors</h2>
|
||||||
|
<ul>
|
||||||
|
<li><a href="http://www.newmediacampaigns.com">New Media Campaigns</a></li>
|
||||||
|
</ul>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@@ -270,3 +270,4 @@ select{min-width:30%;}
|
|||||||
.top{background:#333;display:inline-block;float:right;margin-right:-40px;padding:4px 8px;color:#FFF;font-size:12px;text-decoration:none !important;}
|
.top{background:#333;display:inline-block;float:right;margin-right:-40px;padding:4px 8px;color:#FFF;font-size:12px;text-decoration:none !important;}
|
||||||
.site-footer{clear:both;padding-top:40px !important;font-size:13px;text-align:center;}
|
.site-footer{clear:both;padding-top:40px !important;font-size:13px;text-align:center;}
|
||||||
.site-footer img{margin-left:2px;position:relative;top:-2px;vertical-align:middle;}
|
.site-footer img{margin-left:2px;position:relative;top:-2px;vertical-align:middle;}
|
||||||
|
.site-footer ul{list-style:none;margin-right:0px !important;margin-left:0px !important;padding-right:0px !important;padding-left:0px !important;}
|
||||||
|
@@ -10,3 +10,8 @@
|
|||||||
top: -2px;
|
top: -2px;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
.site-footer ul{
|
||||||
|
list-style: none;
|
||||||
|
.mhn;
|
||||||
|
.phn;
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user