Skip to content

Commit

Permalink
homepage: add community section
Browse files Browse the repository at this point in the history
  • Loading branch information
erikarvstedt committed Nov 10, 2021
1 parent 7b4ea9a commit 218232c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
6 changes: 5 additions & 1 deletion website/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,11 @@ <h4>Matrix Homeserver</h4>
<a href="https://element.nixbitcoin.org">@nixbitcoin.org homeserver</a> - matrix-synapse homeserver with open registration (email required).

<h4>JoinMarket Orderbook</h4>
A self-hosted JoinMarket orderbook can be found <a href="/obwatcher">here</a>.
A self-hosted JoinMarket orderbook can be found <a href="/orderbook">here</a>.

<h1>Community</h1>
Join us in our Matrix room at <a href="https://matrix.to/#/#general:nixbitcoin.org">#general:nixbitcoin.org</a>
or in our <span class="inline-code">#nix-bitcoin</span> IRC channel on <a href="https://libera.chat">Libera.Chat</a>.

<h1>Donate</h1>

Expand Down
11 changes: 9 additions & 2 deletions website/static/style.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
:root {
--text-color: #444;
--hover-bg: #edeff3;
--light-gray: #f7f7f7;
--light-grey: #f7f7f7;
--grey: #f2f2f2;
--link-color: #355ba9;;
}
#logo {
Expand Down Expand Up @@ -55,11 +56,17 @@ a {
text-decoration-thickness: 0.12em;
}
code {
background-color: var(--light-gray);
background-color: var(--light-grey);
border: 1px solid #adadad;
border-radius: 5px;
display: block;
padding: 1.2em;
word-wrap: break-word;
font-size: 0.9rem;
}
.inline-code {
background-color: var(--grey);
padding: 3px;
border-radius: 3px;
border: 0px;
}

0 comments on commit 218232c

Please sign in to comment.