Skip to content
This repository has been archived by the owner on Jan 12, 2020. It is now read-only.

Commit

Permalink
add NumFocus footer
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanKarpinski committed Jul 20, 2015
1 parent 57b9243 commit da7ee2d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
4 changes: 3 additions & 1 deletion _layouts/common.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@
</script>
</head>
<body>

<div id="site" class="site">
{{ content }}
<div class="footer">
Julia is a <a href="http://numfocus.org/projects/index.html">NumFocus project</a>.
</div>
</div>
</body>
</html>
8 changes: 8 additions & 0 deletions css/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@ img {
padding-bottom: 8px;
margin-bottom: 32px;
border-bottom: 1px solid #ddd;
}
#site .footer {
text-align: center;
margin-top: 32px;
margin-bottom: 32px;
padding-top: 32px;
padding-bottom: 32px;
border-top: 1px solid #ddd;
}
#site a {
color: #2749b0;
Expand Down

0 comments on commit da7ee2d

Please sign in to comment.