Skip to content

Commit

Permalink
papers
Browse files Browse the repository at this point in the history
  • Loading branch information
bkawk committed Nov 4, 2018
1 parent 0091f8e commit 361c726
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
Binary file added images/shortpaper.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 images/whitepaper.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 12 additions & 7 deletions src/components/side-bar/worbli-whitepaper.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ class WorbliWhitepaper extends PolymerElement {
.white-paper{
margin: 0 auto;
display:block;
padding-top:12px;
padding-bottom:12px;
width: 255px;
}
.bottom-text{
margin:12px;
Expand All @@ -46,15 +46,20 @@ class WorbliWhitepaper extends PolymerElement {
text-decoration: none;
color: black;
}
.top {
margin-top:12px;
}
</style>
<div class="container-paper">
<div class="title">Short Paper</div>
<div class="title">Download Papers</div>
<a href="https://drive.google.com/a/worbli.io/uc?authuser=1&id=1YTFLUf1h_XsjTHCDdiClBYS74STt_n5J&export=download">
<img src="./images/shortpaper.png" alt="white paper" class="white-paper top">
</a>
<a href="https://drive.google.com/a/worbli.io/uc?authuser=1&id=1YTFLUf1h_XsjTHCDdiClBYS74STt_n5J&export=download">
<img src="./images/white-paper.png" alt="white paper" class="white-paper">
</a>
<a href="https://drive.google.com/a/worbli.io/uc?authuser=1&id=1a0Ec-2glbFXTgvr-7PnAdye0aPcHhmGd&export=download" class="bottom-text">Or download our full White Paper</a>
<a href="https://drive.google.com/a/worbli.io/uc?authuser=1&id=1YTFLUf1h_XsjTHCDdiClBYS74STt_n5J&export=download" class="button">Download Short Paper</a>
<img src="./images/whitepaper.png" alt="white paper" class="white-paper">
</a>
</div>
`;
}
Expand Down

0 comments on commit 361c726

Please sign in to comment.