Add copyright footer for Elaine's photos
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
@import "forms.less";
|
||||
@import "run.less";
|
||||
@import "nav.less";
|
||||
@import "header-footer.less";
|
||||
|
||||
body {
|
||||
color: #fff;
|
||||
|
||||
@@ -1,26 +1,11 @@
|
||||
header.navbar {
|
||||
}
|
||||
footer.navbar {
|
||||
border-top: 1px solid #eee;
|
||||
border-radius: 0;
|
||||
margin-bottom: 0;
|
||||
footer {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
height: @footer-height;
|
||||
overflow: hidden;
|
||||
}
|
||||
header, footer {
|
||||
.bg {
|
||||
background-color: white;
|
||||
opacity: 0.5;
|
||||
position: absolute;
|
||||
z-index: 1;
|
||||
width: 100%;
|
||||
height: 50px;
|
||||
}
|
||||
.container {
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
|
||||
.photos-copyright {
|
||||
font-size: 0.9em;
|
||||
padding: 10px 20px;
|
||||
background-color: rgba(0,0,0,0.6);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
#home-page(ng-controller='HomeCtrl')
|
||||
.row
|
||||
.col-xs-12.col-sm-6.offset-md-2
|
||||
.col-xs-12.col-sm-6
|
||||
#logo.pod
|
||||
h1
|
||||
| lunch run
|
||||
span.text-muted me
|
||||
.row
|
||||
.col-xs-12.col-sm-6.offset-md-2
|
||||
.col-xs-12.col-sm-6
|
||||
#welcome.pod
|
||||
p
|
||||
| Organize a lunch run in less than a minute. All you need to know is
|
||||
@@ -16,13 +16,8 @@
|
||||
| you want to go.
|
||||
p Get started below. No login required.
|
||||
.row
|
||||
.col-xs-12.col-sm-6.offset-md-2
|
||||
.col-xs-12.col-sm-6
|
||||
#cta.pod
|
||||
a.btn.btn-block(ng-click='createRun()')
|
||||
| start a run
|
||||
span.glyphicon.glyphicon-chevron-right
|
||||
.row
|
||||
.col-xs-12.col-sm-6.offset-md-2
|
||||
#copyright.pod
|
||||
p all background images are © Elaine Davis.
|
||||
|
||||
|
||||
@@ -6,6 +6,13 @@ html(lang="en",ng-app="lunchApp")
|
||||
.container
|
||||
#page
|
||||
block content
|
||||
|
||||
footer
|
||||
.container
|
||||
.row
|
||||
.col-xs-12.col-sm-6.col-sm-offset-6
|
||||
.photos-copyright.pull-right All background images are © Elaine Davis.
|
||||
|
||||
// TEMPLATES
|
||||
|
||||
// TEMPLATES END
|
||||
|
||||
Reference in New Issue
Block a user