Skip to content

Commit

Permalink
change site tagline to be text instead of image
Browse files Browse the repository at this point in the history
  • Loading branch information
ymph committed Jul 19, 2016
1 parent c68fc05 commit dc271b8
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
Binary file removed src/source/images/texte_intro.png
Binary file not shown.
4 changes: 2 additions & 2 deletions src/source/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ no_footer: true
<div class="callout large header-callout">

<div class="row column text-center nextleap-callout">
<%= image_tag 'logobanner.png', :resize_to => '700'%>
<%= image_tag 'texte_intro.png', :resize_to => '900'%>
<%= image_tag 'logobanner.png', :resize_to => '700'%>
<div class="nextleap-tagline">NEXt generation Techno-social and Legal Encryption Access and Privacy</div>
</div>
</div>

Expand Down
5 changes: 2 additions & 3 deletions src/source/stylesheets/_fonts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,5 @@
font-family: 'OCRAEXT';
font-weight: 400;
font-style: normal;
src: url('../fonts/OCRAEXT/OCRAEXT.ttf')format('truetype'),
local('OCRAEXT');
}
src: url('../fonts/OCRAEXT/OCRAEXT.TTF') format('truetype');
}
7 changes: 7 additions & 0 deletions src/source/stylesheets/screen.css.sass
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,10 @@ $eu-gold: #FFCC00
.header-callout
background-image: url("/images/banner.png")
background-size: 100%

.nextleap-tagline
color: $white
font-size: 1.5rem
font-family: OCRAEXT
font-weight: normal
font-style: normal

0 comments on commit dc271b8

Please sign in to comment.