Revert "Support ind.ie"

This reverts commit cc8e220bb5.
private-asciicasts
Marcin Kulik 10 years ago
parent 976e20a2a6
commit e75a39a48f

@ -12,5 +12,4 @@
*= require preview
*= require player
*= require contributing
*= require banner
*/

@ -1,16 +0,0 @@
.banner
padding: 10px
color: white
background-color: #333
p
margin: 0
font-weight: bold
.indie
background-image: url('https://ind.ie/static/build/images/site-header-balloon.svg')
background-repeat: no-repeat
background-size: 38px auto
background-position: 26px 0px
display: inline-block
width: 56px

@ -1,7 +0,0 @@
.banner
.container
p
' Be the hope. Help
a href="https://ind.ie/" class="indie" ind.ie
' build independent technologies that protect your human rights.
a href="https://ind.ie/" Learn more.

@ -11,7 +11,6 @@ html[lang="en"]
= favicon_link_tag 'favicon.png'
= render 'layouts/ga'
body
= render 'layouts/banner'
= render 'layouts/header'
= render 'shared/flash'
.main = content_for?(:content) ? yield(:content) : yield

Loading…
Cancel
Save