homepage changes
This commit is contained in:
parent
0f0db1662e
commit
f938ffade3
2 changed files with 5 additions and 5 deletions
|
@ -723,7 +723,7 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
.fullWidthWrapper.withVideo {
|
.fullWidthWrapper.withVideo {
|
||||||
height: 350px;
|
height: 315px;
|
||||||
background: #757575;
|
background: #757575;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -764,7 +764,7 @@
|
||||||
.homeWrapper .callToAction {
|
.homeWrapper .callToAction {
|
||||||
float: left;
|
float: left;
|
||||||
width: 216px;
|
width: 216px;
|
||||||
padding: 24px 0 24px 24px;
|
padding: 8px 0 8px 24px;
|
||||||
color: #F5F5F5;
|
color: #F5F5F5;
|
||||||
}
|
}
|
||||||
.callToAction h3 {
|
.callToAction h3 {
|
||||||
|
@ -794,14 +794,14 @@
|
||||||
}
|
}
|
||||||
.callToAction .requestInviteCTA {
|
.callToAction .requestInviteCTA {
|
||||||
background-color: #4fc059;
|
background-color: #4fc059;
|
||||||
margin-bottom: 16px;
|
margin-bottom: 12px;
|
||||||
}
|
}
|
||||||
.callToAction .requestInviteCTA:hover {
|
.callToAction .requestInviteCTA:hover {
|
||||||
background-color: #49ad4e;
|
background-color: #49ad4e;
|
||||||
}
|
}
|
||||||
.callToAction .exploreFeaturedCTA {
|
.callToAction .exploreFeaturedCTA {
|
||||||
background-color: #a354cd;
|
background-color: #a354cd;
|
||||||
margin-bottom: 16px;
|
margin-bottom: 12px;
|
||||||
}
|
}
|
||||||
.callToAction .exploreFeaturedCTA:hover {
|
.callToAction .exploreFeaturedCTA:hover {
|
||||||
background-color: #9150bc;
|
background-color: #9150bc;
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="fullWidthWrapper withVideo">
|
<div class="fullWidthWrapper withVideo">
|
||||||
<div class="homeWrapper">
|
<div class="homeWrapper">
|
||||||
<img class="homeVideo" src="/assets/video-screen.png" width="560" height="350" />
|
<iframe class="homeVideo" src="//player.vimeo.com/video/113154814" width="560" height="315" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
|
||||||
<div class="callToAction">
|
<div class="callToAction">
|
||||||
<h3>Who finds it useful?</h3>
|
<h3>Who finds it useful?</h3>
|
||||||
<p>Designers, inventors, artists, educators, strategists, consultants, facilitators, organizers, systems thinkers, changemakers, analysts, students, researchers... maybe you!</p>
|
<p>Designers, inventors, artists, educators, strategists, consultants, facilitators, organizers, systems thinkers, changemakers, analysts, students, researchers... maybe you!</p>
|
||||||
|
|
Loading…
Add table
Reference in a new issue