Skip to content

Commit

Permalink
Merge remote-tracking branch 'nextleap-project/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
javaryr committed Jul 20, 2016
2 parents 5e28475 + c2c27c1 commit 1cb76b9
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
Binary file added src/source/images/banner.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/source/images/banner.png
Binary file not shown.
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: font-url('OCRAEXT/OCRAEXT.TTF') format('truetype');
}
9 changes: 8 additions & 1 deletion src/source/stylesheets/screen.css.sass
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,12 @@ $eu-gold: #FFCC00
margin-bottom: 1rem

.header-callout
background-image: url("/images/banner.png")
background-image: image-url("banner.jpg")
background-size: 100%

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

0 comments on commit 1cb76b9

Please sign in to comment.