Skip to content

Commit

Permalink
putting footer in index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
dschep committed Jul 6, 2013
1 parent e9db389 commit f05fbfc
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 25 deletions.
11 changes: 10 additions & 1 deletion index.html
Expand Up @@ -17,7 +17,16 @@
<script src="js/controllers.js"></script>
</head>
<body>
<div ng-view></div>
<div ng-view id="wrap"></div>
<footer id="footer">
<div class="container">
<p class="muted credit">
Built by <a href=http://schep.me/>Daniel Schep</a>.
Source on <a href="https://github.com/dschep/imgur-album-downloader">
<i class="icon-github"></i></a>
</p>
</div>
</footer>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
Expand Down
4 changes: 1 addition & 3 deletions less/app.less
Expand Up @@ -17,6 +17,7 @@ body {
}

#thumbnails {
padding-top: 60px;
text-align: center;
.icon-spinner {
padding: 100px;
Expand Down Expand Up @@ -76,9 +77,6 @@ body {
background-color: #111;
}

#wrap > .container {
padding-top: 60px;
}
.container .credit {
margin: 20px 0;
}
12 changes: 1 addition & 11 deletions partials/album.html
@@ -1,4 +1,4 @@
<div id="wrap">
<div>
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
Expand Down Expand Up @@ -31,16 +31,6 @@
<div id="push"></div>
</div>

<footer id="footer">
<div class="container">
<p class="muted credit">
Built by <a href=http://schep.me/>Daniel Schep</a>.
Source on <a href="https://github.com/dschep/imgur-album-downloader">
<i class="icon-github"></i></a>
</p>
</div>
</footer>

<div id="progress-modal" class="modal hide" tabindex="-1"
role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-header">
Expand Down
11 changes: 1 addition & 10 deletions partials/landing.html
@@ -1,4 +1,4 @@
<div id="wrap">
<div>
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
Expand Down Expand Up @@ -36,12 +36,3 @@ <h2>Bookmarklet!</h2>
</div>
<div id="push"></div>
</div>
<footer id="footer">
<div class="container">
<p class="muted credit">
Built by <a href=http://schep.me/>Daniel Schep</a>.
Source on <a href="https://github.com/dschep/imgur-album-downloader">
<i class="icon-github"></i></a>
</p>
</div>
</footer>

0 comments on commit f05fbfc

Please sign in to comment.