Skip to content

Commit

Permalink
Update landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
MrOrz committed Mar 25, 2018
1 parent 164222f commit 021d376
Show file tree
Hide file tree
Showing 9 changed files with 38 additions and 10 deletions.
Binary file added static/img/giraffe.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed static/img/media/businesstoday.png
Binary file not shown.
Binary file removed static/img/media/ltn.png
Binary file not shown.
Binary file removed static/img/media/udn.png
Binary file not shown.
Binary file added static/img/recording-still.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/recording.mp4
Binary file not shown.
Binary file removed static/img/thumbnail.jpg
Binary file not shown.
46 changes: 37 additions & 9 deletions static/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,39 @@ h2 {
font-size: 3em;
font-weight: 900;
}
.section-what {
padding-bottom: 0;
.section-line {
padding: 0 40px;
}
.section-line .inner {
display: flex;
flex-flow: wrap;
justify-content: center;
align-items: flex-end;
}
.section-line .content {
padding: 40px 0;
min-width: 50%;
-webkit-flex: 1;
flex: 1;
}
.phone-container {
margin: 0 20px;
max-width: 100%;
width: 360px;
overflow: hidden;
}
.phone-container .phone-img {
width: 100%;
padding-bottom: 150%;
background: url("img/phone.png") top left;
background-size: cover;
position: relative;
}
.phone-container video {
position: absolute;
width: 78%;
left: 11%;
top: 14%;
}
.section-why {
background: #fff url("img/cofacts-db-bg.jpg") bottom left no-repeat;
Expand Down Expand Up @@ -105,16 +136,13 @@ h2 {
font-size: 0.9em;
color: #555;
}
.section-contribute {
background: #fff url("img/giraffe.jpg") bottom right no-repeat;
background-size: 150px auto;
}
.section-footer a {
color: #9be;
}
.phone-container {
overflow: hidden;
height: 400px;
}
.phone {
width: 100%;
}
.sep.gap-sm {
margin: 15px 0;
}
Expand Down
2 changes: 1 addition & 1 deletion static/index.html

Large diffs are not rendered by default.

0 comments on commit 021d376

Please sign in to comment.