Skip to content

Commit ba4a52f

Browse files
committed
hotfix/SRT-85: update blog images from design
1 parent 0c8b634 commit ba4a52f

6 files changed

Lines changed: 36 additions & 25 deletions

File tree

src/css/keep-blog.scss

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
display: flex;
1313
flex-direction: row;
1414
border-radius: 8px;
15-
box-shadow: 0px 24px 38px rgba(8, 5, 3, 0.03), 0px 9px 46px rgba(8, 5, 3, 0.02), 0px 11px 15px rgba(8, 5, 3, 0.06);
15+
box-shadow: 0px 24px 38px rgba(8, 5, 3, 0.03),
16+
0px 9px 46px rgba(8, 5, 3, 0.02), 0px 11px 15px rgba(8, 5, 3, 0.06);
1617
margin: 40px 0;
1718

1819
&-image {
@@ -34,12 +35,6 @@
3435
}
3536

3637
&-description {
37-
display: -webkit-box;
38-
max-height: 64px;
39-
text-overflow: ellipsis;
40-
overflow: hidden;
41-
-webkit-line-clamp: 2;
42-
-webkit-box-orient: vertical;
4338
color: $grey-70;
4439
margin: 12px 0;
4540
}
@@ -70,12 +65,20 @@
7065
&-card {
7166
flex-direction: column;
7267

68+
&-image {
69+
width: 100%;
70+
img {
71+
width: 100%;
72+
border-top-left-radius: 8px;
73+
border-top-right-radius: 8px;
74+
}
75+
}
76+
7377
&-content {
7478
padding: 30px;
7579
}
7680

7781
&-description {
78-
max-height: 120px;
7982
-webkit-line-clamp: 5;
8083
}
8184

src/pages/index.md

Lines changed: 22 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -76,22 +76,30 @@ minilogo_grid:
7676
blogs:
7777
title: Latest from the Keep Blog
7878
cards:
79-
- title: Announcing tBTC with James Prestwich and Matt Luongo of Cross-Chain Group
80-
source: Wyre Talks Podcast
81-
excerpt: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Elit cursus sed feugiat iaculis dictumst.
82-
date: "2020-09-22T13:00:00.000Z"
79+
- title: Keep Network unveils v2 specs for tBTC protocol
80+
source: Cointelegraph
81+
excerpt: The second iteration of tBTC is expected to require stakers to only lock up Keep rather than both Keep and ETH, alongside introducing changes to its wallet-generation mechanism. The protocol allows users to tokenize their Bitcoin for use on the Ethereum network.
82+
date: "4/12/2021"
8383
icon:
84-
image: /images/home/keep-blog.png
85-
alt: Forbes
86-
url: https://www.coindesk.com/thesis-bitcoin-token-tbtc-relaunches-following-buggy-debut
87-
- title: Bitcoin’s Ethereum Rivalry Could Be Assuaged With tBTC Bridge
88-
source: Bloomberg
89-
excerpt: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Elit cursus sed feugiat iaculis dictumst.
90-
date: "2020-09-22T13:00:00.000Z"
84+
image: /images/blog/cointelegraph.png
85+
alt: Cointelegraph
86+
url: https://cointelegraph.com/news/keep-network-unveils-v2-specs-for-tbtc-protocol
87+
- title: "‘Keanu’ Explained: What It Means to Merge Two Ethereum Projects"
88+
source: CoinDesk
89+
excerpt: "Two encryption projects, Keep and NuCypher, both running on the Ethereum blockchain, have begun discussing what they are calling a “hard merge,” codename: Keanu. Crucially, this would be a merger of their protocols’ functions and communities, not of their companies."
90+
date: "3/11/2021"
9191
icon:
92-
image: /images/home/keep-blog.png
93-
alt: Forbes
94-
url: https://www.coindesk.com/thesis-bitcoin-token-tbtc-relaunches-following-buggy-debut
92+
image: /images/blog/coindesk-blog.png
93+
alt: CoinDesk
94+
url: https://www.coindesk.com/keanu-explained-nucypher-keep-merger-ethereum
95+
- title: Keep Network, NuCypher teams pitch protocol merger on the Ethereum blockchain
96+
source: The Block
97+
excerpt: Development teams for Keep Protocol and NuCypher are proposing an on-chain merger in a network first for Ethereum.
98+
date: "3/8/2021"
99+
icon:
100+
image: /images/blog/the-block.png
101+
alt: The Block
102+
url: https://www.theblockcrypto.com/post/97634/keep-protocol-nucypher-ethereum-merger
95103
exchanges:
96104
title: Keep is listed on the following exchanges
97105
links:

src/pages/press.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,23 +32,23 @@ news:
3232
excerpt: The second iteration of tBTC is expected to require stakers to only lock up Keep rather than both Keep and ETH, alongside introducing changes to its wallet-generation mechanism. The protocol allows users to tokenize their Bitcoin for use on the Ethereum network.
3333
date: "4/12/2021"
3434
icon:
35-
image: /images/home/keep-blog.png
35+
image: /images/blog/cointelegraph.png
3636
alt: Cointelegraph
3737
url: https://cointelegraph.com/news/keep-network-unveils-v2-specs-for-tbtc-protocol
3838
- title: "‘Keanu’ Explained: What It Means to Merge Two Ethereum Projects"
3939
source: CoinDesk
4040
excerpt: "Two encryption projects, Keep and NuCypher, both running on the Ethereum blockchain, have begun discussing what they are calling a “hard merge,” codename: Keanu. Crucially, this would be a merger of their protocols’ functions and communities, not of their companies."
4141
date: "3/11/2021"
4242
icon:
43-
image: /images/home/keep-blog.png
43+
image: /images/blog/coindesk-blog.png
4444
alt: CoinDesk
4545
url: https://www.coindesk.com/keanu-explained-nucypher-keep-merger-ethereum
4646
- title: Keep Network, NuCypher teams pitch protocol merger on the Ethereum blockchain
4747
source: The Block
4848
excerpt: Development teams for Keep Protocol and NuCypher are proposing an on-chain merger in a network first for Ethereum.
4949
date: "3/8/2021"
5050
icon:
51-
image: /images/home/keep-blog.png
51+
image: /images/blog/the-block.png
5252
alt: The Block
5353
url: https://www.theblockcrypto.com/post/97634/keep-protocol-nucypher-ethereum-merger
5454
press_items_section:
244 KB
Loading
372 KB
Loading

static/images/blog/the-block.png

168 KB
Loading

0 commit comments

Comments
 (0)