Skip to content
This repository was archived by the owner on Jul 5, 2021. It is now read-only.

Commit

Permalink
Add "All videos" button to home page news section
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicaschilling committed Jun 30, 2020
1 parent e9ac399 commit 239a90f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
5 changes: 3 additions & 2 deletions layouts/partials/latest.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,14 @@ <h5>Videos</h5>
<a href="https://www.youtube.com/playlist?list=PLuhRWgmPaHtTwwGv30nKdhr3GiIAnhbyE" target="_blank">Developers Speak: Building on IPFS</a>
</li>
</ul>
<a href="https://www.youtube.com/channel/UCdjsUXJ3QawK4O5L1kqqsew" class="button button-outlined" target="_blank" rel="noopener noreferrer">All videos</a>
</div>

<div class="content-center mb2" style="padding-top: 30px;">
<h3>Stay on top of the latest</h3>
<h5>Sign up for the IPFS Weekly newsletter to get project updates, community news, event details, and more. In your inbox, each Tuesday.</h5>
<a class="button button-primary" href="https://ipfs.us4.list-manage.com/subscribe?u=25473244c7d18b897f5a1ff6b&id=cad54b2230" target="_blank" rel="noopener noreferrer">Subscribe</a>
</div>

</div>
</section>
11 changes: 11 additions & 0 deletions less/pages/home.less
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,17 @@
}
}

#latest {
.button-outlined {
border-color: #00b0e9;
color: #00b0e9;
}
.button-outlined:hover {
border-color: #008dba;
color: #008dba;
}
}

.latest-list {
margin-bottom: 0;

Expand Down

0 comments on commit 239a90f

Please sign in to comment.