diff --git a/app/images/firebase.png b/app/images/firebase.png new file mode 100644 index 0000000..2f2a8d3 Binary files /dev/null and b/app/images/firebase.png differ diff --git a/app/images/sharedrop-icon.png b/app/images/sharedrop-icon.png index db3d124..33711d9 100644 Binary files a/app/images/sharedrop-icon.png and b/app/images/sharedrop-icon.png differ diff --git a/app/images/webrtc.png b/app/images/webrtc.png new file mode 100644 index 0000000..fd6e390 Binary files /dev/null and b/app/images/webrtc.png differ diff --git a/app/scripts/app/templates/application.hbs b/app/scripts/app/templates/application.hbs index cb4685e..6cfa4f1 100644 --- a/app/scripts/app/templates/application.hbs +++ b/app/scripts/app/templates/application.hbs @@ -25,12 +25,12 @@ {{outlet}} diff --git a/app/styles/_footer.sass b/app/styles/_footer.sass index 093386b..290c03b 100644 --- a/app/styles/_footer.sass +++ b/app/styles/_footer.sass @@ -12,6 +12,13 @@ transition: opacity .2s linear &:hover opacity: .6 + > span + display: none + + .about + display: inline-block + font-size: 12px + line-height: 1.4em .cowbell-labs position: absolute @@ -25,16 +32,29 @@ width: 102px height: 16px background: transparent image-url("/images/cowbell-labs.svg") no-repeat center - span - display: none + .github position: absolute - right: 15px - bottom: 15px + left: 175px + bottom: 13px width: 20px height: 20px background: transparent image-url("/images/github.svg") no-repeat center - .about - display: inline-block - font-size: 12px - line-height: 1.4em + + .webrtc + position: absolute + right: 106px + bottom: 17px + width: 72px + height: 12px + background: transparent image-url("/images/webrtc.png") no-repeat center + background-size: 71px 12px + + .firebase + position: absolute + right: 15px + bottom: 15px + width: 76px + height: 20px + background: transparent image-url("/images/firebase.png") no-repeat center + background-size: 76px 20px diff --git a/app/styles/_media.sass b/app/styles/_media.sass index 87a2f30..3b31574 100644 --- a/app/styles/_media.sass +++ b/app/styles/_media.sass @@ -90,11 +90,17 @@ .navbar .email display: none + .l-footer height: 100px padding: 15px .about font-size: 11px + .cowbell-labs + > span + display: none + .github + left: 132px .circles display: none