Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions _compress_images_cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1869,6 +1869,10 @@ assets/images/guide/daily-spending-wallet/requesting/SetupFee.png: SetupFee.png
assets/images/guide/daily-spending-wallet/requesting/SetupFee@2x.png: SetupFee@2x.png
assets/images/guide/daily-spending-wallet/requesting/Unified.png: Unified.png
assets/images/guide/daily-spending-wallet/requesting/Unified@2x.png: Unified@2x.png
assets/images/home/designathon.png: designathon.png
assets/images/home/designathon@2x.png: designathon@2x.png
assets/images/home/designathon-mobile.png: designathon-mobile.png
assets/images/home/designathon-mobile@2x.png: designathon-mobile@2x.png
assets/images/guide/daily-spending-wallet/receiving/received.png: received.png
assets/images/guide/daily-spending-wallet/receiving/received@2x.png: received@2x.png
assets/images/guide/daily-spending-wallet/receiving/ClaimRefund.png: ClaimRefund.png
Expand Down
Binary file added assets/images/home/designathon-mobile.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 assets/images/home/designathon-mobile@2x.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 assets/images/home/designathon.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 assets/images/home/designathon@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,27 @@ Everyone is welcome to join and [participate]({{ '/contribute' | relative_url }}

[Join on Slack]({{ site.slack_invite_url }}){: .button }

<!--

A temporary insertion to promo the designathon.
Using HTML instead of markdown to make the image a link.

-->
### Join the [Bitcoin Designathon](https://event.bitcoin.design)

<figure>
<a href="https://event.bitcoin.design" target="_blank">
<picture>
<source media="(max-width: 639px)" srcset="/assets/images/home/designathon-mobile.png 1x, /assets/images/home/designathon-mobile@2x.png 2x">
<img src="/assets/images/home/designathon.png" srcset="/assets/images/home/designathon.png 1x, /assets/images/home/designathon@2x.png 2x" alt="Bitcoin Designathon promo banner" width="800" height="367" loading="lazy">
</picture>
</a>
</figure>

We are organizing a designathon! Imagine a traditional hackathon, but this time focused only on design. Our goal is to motivate designers and builders to get together and collaboratively explore ideas and concepts in and around the bitcoin ecosystem. Come join us!

[Find out more](https://event.bitcoin.design){: .button }

### The Bitcoin Design Guide

Our first community project, the [Bitcoin Design Guide]({{ '/guide' | relative_url }}) is a free, open-source repository for anyone building non-custodial bitcoin products. The guide will eventually cover consumer wallets, merchant interactions, financial applications, and much more.
Expand Down