Skip to content
This repository has been archived by the owner on Mar 2, 2021. It is now read-only.

Commit

Permalink
Update page for OEW 2017
Browse files Browse the repository at this point in the history
  • Loading branch information
jurecuhalev committed Jun 22, 2016
1 parent d890b18 commit d33ef5d
Show file tree
Hide file tree
Showing 6 changed files with 354 additions and 804 deletions.
4 changes: 2 additions & 2 deletions app/components/first-container/template.hbs
Expand Up @@ -3,11 +3,11 @@
{{#carousel-body}}
{{#carousel-item}}
<div class="medium-5 columns">
<img src="assets/images/world.svg" class="graphic--world" />
<img src="assets/images/world-2017.png" class="graphic--world" />
</div>
<div class="medium-1 columns hide-for-small-only">&nbsp;</div>
<div class="medium-5 columns text-center">
<div class="home-first--title">March 7th to 11th, 2016</div>
<div class="home-first--title">27 to 31 March 2017</div>
<div class="home-first--subtitle">Open Education Week’s goal is to raise awareness about free and open educational opportunities that exist for everyone, everywhere, right now.</div>

{{#link-to "page" "about-open-education-week" class="button cyan"}}About Open Education Week{{/link-to}}
Expand Down
4 changes: 4 additions & 0 deletions app/components/main-navigation/template.hbs
Expand Up @@ -26,6 +26,9 @@
</li> --}}

<li>{{#link-to 'resources'}}Projects &amp; Resources{{/link-to}}</li>

<li>{{#link-to 'events'}}Events{{/link-to}}</li>
{{!--
<li>
<a href="#">Events</a>
<ul class="menu">
Expand All @@ -34,6 +37,7 @@
<li>{{#link-to 'events'}}Browse All{{/link-to}}</li>
</ul>
</li>
--}}
<li>
<a href="#">Picture Yourself Open</a>
<ul class="menu">
Expand Down
2 changes: 2 additions & 0 deletions app/index/template.hbs
Expand Up @@ -92,6 +92,7 @@
</div>
--}}

{{!--
<div class="home-fifth--container container">
<div class="row">
<div class="row">
Expand Down Expand Up @@ -121,6 +122,7 @@
{{outlet}}
</div>
</div>
--}}

<div class="home-seventh--container container">
<div class="row">
Expand Down
7 changes: 5 additions & 2 deletions app/styles/_components.scss
Expand Up @@ -209,13 +209,16 @@ footer {
.graphic--world {
margin-bottom: rem-calc(25);

width: 130%;
max-width: 130%;

@include breakpoint(small only) {
max-width: 80%;
margin-left: 10%;
}

@include breakpoint(medium) {
margin-left: rem-calc(100);
// margin-left: rem-calc(100);
}
}

Expand All @@ -236,7 +239,7 @@ footer {
color: $white;

@include breakpoint(medium) {
margin-top: rem-calc(90);
margin-top: rem-calc(30);
margin-bottom: rem-calc(15);
}
}
Expand Down

0 comments on commit d33ef5d

Please sign in to comment.