Skip to content

Commit

Permalink
Updates footer
Browse files Browse the repository at this point in the history
  • Loading branch information
Maurice Svay committed Jun 14, 2016
1 parent 4ee469c commit b6bb9de
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Sketchfab Portfolio
# Sketchfab Portfolio v1.0.0

Sketchfab Portfolio generates a portfolio from your Sketchfab account.
This application is not officially supported by Sketchfab.

![Screenshot of Portfolio](./docs/screenshot.jpg?raw=true)

Expand Down
4 changes: 4 additions & 0 deletions app/styles/_base.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@
text-align: center;
color: #666;
}
.footer a {
color: #666;
text-decoration: underline;
}
5 changes: 4 additions & 1 deletion app/templates/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
© {{ profile.displayName }}
-
{{ "now"|date('Y', timezone="UTC") }}
-
<br>
powered by <a href="https://github.com/mauricesvay/sketchfab-portfolio">Sketchfab Portfolio</a>
and <a href="https://sketchfab.com/">Sketchfab</a>
<br>
<button data-action="forceUpdate" class="bt-linkified">Update portfolio</button>
</footer>

0 comments on commit b6bb9de

Please sign in to comment.