Skip to content

Commit

Permalink
Add 1.6 release page and homepage banner.
Browse files Browse the repository at this point in the history
  • Loading branch information
jholdstock committed Dec 14, 2020
1 parent 15a7ac7 commit 5d16aff
Show file tree
Hide file tree
Showing 40 changed files with 1,173 additions and 8 deletions.
75 changes: 74 additions & 1 deletion src/assets/css/decred-v5.css
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,8 @@ body.noscroll >.below.subpage {
}

.below.landing {
margin-top: -6rem;
/* Reset this margin-top to -6rem when the homepage banner is removed. */
margin-top: -1rem;
position: relative;
background-color: transparent;
}
Expand Down Expand Up @@ -6704,3 +6705,75 @@ p.get-into__link {
margin-top: 63%;
}
}

.homepage-ann {
padding: 10px 50px;
margin: 20px auto;
display: flex;
flex-direction: row;
background-color: #1B41B3;
align-items: center;
}

.homepage-ann-text {
color: white;
max-width: 450px;
}

.homepage-ann-text h1 {
font-size: 16px;
line-height: 20px;
font-weight: bold;
padding: 0;
margin: 10px 0 5px;
}

.homepage-ann-text p {
font-size: 16px;
padding: 0;
margin: 0 0 14px;
}

.homepage-ann-icon {
flex-grow: 0;
flex-shrink: 0;
height: 70px;
width: 70px;
float: left;
background-size: 50px 50px;
background-repeat: no-repeat;
background-position: center;
background-color: #091440;
border-radius: 100%;
}

.homepage-ann .button {
overflow: initial;
text-decoration: none;
color: #fff;
font-size: 14px;
font-weight: bold;
background-color: #2970ff;
padding: 10px 20px;
text-transform: none;
flex-wrap: wrap;
}

.homepage-ann .rowcol {
padding-left: 40px;
width: 100%;
justify-content: space-between;
display: flex;
align-items: center;
flex-direction: row;
flex-wrap: wrap;
}

@media (max-width: 568px) {
.homepage-ann {
padding: 12px;
}
.homepage-ann .rowcol{
padding-left: 8px;
}
}
Binary file added src/assets/images/ann.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
82 changes: 82 additions & 0 deletions src/assets/images/release/decentralizedLoopStill.svg
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/assets/images/release/decrediton-ln.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/images/release/governance.svg
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/assets/images/release/header.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/images/release/lightning.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/images/release/linux.svg
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/assets/images/release/ln-fallback.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/images/release/mac.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
43 changes: 43 additions & 0 deletions src/assets/images/release/mixedAccount.svg
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/assets/images/release/mixer-fallback.gif
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/assets/images/release/mixerArrows.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/images/release/privacy.svg
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/assets/images/release/stakey-t.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/assets/images/release/treasury-fallback.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 5d16aff

Please sign in to comment.