Skip to content

Commit

Permalink
front page design
Browse files Browse the repository at this point in the history
  • Loading branch information
javaryr committed Jul 19, 2016
1 parent 2c36b01 commit 5e28475
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
Binary file added src/source/images/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/source/images/logobanner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions src/source/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ title: Welcome to Project NextLeap
no_footer: true
---

<div class="callout large">
<div class="callout large header-callout">

<div class="row column text-center nextleap-callout">
<%= image_tag 'nextleap_logo.png', :resize_to => '400'%>
<%= image_tag 'logobanner.png', :resize_to => '700'%>
<%= image_tag 'texte_intro.png', :resize_to => '900'%>
</div>
</div>
Expand Down
8 changes: 4 additions & 4 deletions src/source/stylesheets/_settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
$global-font-size: 90%;
$global-width: rem-calc(1000);
$global-lineheight: 1.3;
$primary-color:#00ACDE;
$primary-color:#63346E;
$secondary-color: #777;
$success-color: #3adb76;
$warning-color: #ffae00;
Expand Down Expand Up @@ -118,7 +118,7 @@ $header-sizes: (
'h6': 16,
),
);
$header-color: #FF6054;
$header-color: #63346E;
$header-lineheight: 1.4;
$header-margin-bottom: 0.5rem;
$header-text-rendering: optimizeLegibility;
Expand Down Expand Up @@ -149,7 +149,7 @@ $list-nested-side-margin: 1.25rem;
$defnlist-margin-bottom: 1rem;
$defnlist-term-weight: $global-weight-bold;
$defnlist-term-margin-bottom: 0.3rem;
$blockquote-color: #00ACDE;
$blockquote-color: #63346E;
$blockquote-padding: rem-calc(3 20 0 19);
$blockquote-border: Opx solid $medium-gray;
$cite-font-size: rem-calc(13);
Expand Down Expand Up @@ -254,7 +254,7 @@ $buttongroup-expand-max: 6;
// 13. Callout
// -----------

$callout-background: #00ACDE;
$callout-background: #FFFFFF;
$callout-background-fade: 0%;
$callout-border: 1px solid rgba($black, 0.25);
$callout-margin: 0 0 1rem 0;
Expand Down
5 changes: 4 additions & 1 deletion src/source/stylesheets/screen.css.sass
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,7 @@ $eu-gold: #FFCC00
.thumbnail-home
margin-right: 1rem
margin-bottom: 1rem


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

0 comments on commit 5e28475

Please sign in to comment.