mirror of
https://github.com/szimek/sharedrop.git
synced 2026-06-19 21:05:14 +08:00
add firebase and webrtc logos
This commit is contained in:
parent
c9e9145747
commit
b59ee46047
BIN
app/images/firebase.png
Normal file
BIN
app/images/firebase.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.3 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 4.7 KiB |
BIN
app/images/webrtc.png
Normal file
BIN
app/images/webrtc.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.3 KiB |
@ -25,12 +25,12 @@
|
||||
{{outlet}}
|
||||
|
||||
<footer class="l-footer">
|
||||
<p class="about">{{outlet about_you}}</p>
|
||||
<div class="cowbell-labs">
|
||||
Made by
|
||||
<span>Made by</span>
|
||||
<a href="https://cowbell-labs.com/" target="_blank"><span>Cowbell Labs</span></a>
|
||||
</div>
|
||||
|
||||
<p class="about">{{outlet about_you}}</p>
|
||||
|
||||
<a href="https://github.com/cowbell/sharedrop" class="github" target="_blank"></a>
|
||||
<a href="https://github.com/cowbell/sharedrop" class="github" target="_blank"><span>Cowbell Labs Github</span></a>
|
||||
<a href="http://www.webrtc.org/" class="webrtc" target="_blank"><span>WebRTC</span></a>
|
||||
<a href="https://www.firebase.com/" class="firebase" target="_blank"><span>Powered by Firebase</span></a>
|
||||
</footer>
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user