Skip to content

Commit

Permalink
copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
bradgreene committed Jan 16, 2013
1 parent 6074d20 commit fbe3f77
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
<div id="contact">
<a href="mailto:rgowgreene@gmail.com" title="Email Me">rgowgreene@gmail.com</a>
<a href="http://facebook.com/rhondagowlergreene" title="Rhonda's Facebook" target="_blank"><img src="{{base}}/img/f_logo.png" alt="Rhonda's Facebook" /></a>
<div id="site_design">all rights reserved. site content copyright © 2013 Rhonda Gowler Greene. Site Design <a href="http://bradgreene.com" target="_blank">Brad Greene</a></div>
</div>
</div>
</div>
Expand Down
20 changes: 20 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,26 @@ a img {
color:#666699;
}

#site_design {
font-family:Verdana, Geneva, sans-serif;
font-size:7.5px;
color:#999;
text-align:center;
margin: 30px 0 15px;
}

#site_design a {
color:#999;
font-weight:bold;
}

#site_design a:hover {
color:#999;
font-weight:bold;
text-decoration:none;
}


#nav {
height:30px;
margin:0;
Expand Down

0 comments on commit fbe3f77

Please sign in to comment.