Skip to content

Commit

Permalink
updated buy methods
Browse files Browse the repository at this point in the history
  • Loading branch information
svrgnty committed May 3, 2024
1 parent e3fa4c3 commit adb1b95
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 26 deletions.
Binary file added data/images/agora.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
81 changes: 57 additions & 24 deletions data/resources/buy-bitcoin.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"icon": "bitcoin",
"iconPrefix": "fab",
"cardType": "extended",
"lastUpdate": "30 April 2024",
"lastUpdate": "3 May 2024",
"links": [
{
"title": "Peach",
Expand All @@ -32,7 +32,7 @@
},
{
"label": "Keys",
"description": "Deposit to Address",
"description": "App Wallet or External Address",
"category": "green"
},
{
Expand Down Expand Up @@ -65,7 +65,7 @@
},
{
"label": "Keys",
"description": "Own Wallet",
"description": "App Wallet",
"category": "green"
},
{
Expand Down Expand Up @@ -98,7 +98,7 @@
},
{
"label": "Keys",
"description": "Own Wallet",
"description": "App Wallet or External Wallet",
"category": "green"
},
{
Expand All @@ -110,9 +110,9 @@
"image": "./../images/pocket.png"
},
{
"title": "Robosats",
"url": "https://learn.robosats.com",
"description": "A simple and private way to exchange bitcoin for national currencies over lightning.",
"title": "Bisq - a decentralized bitcoin exchange",
"url": "https://bisq.network",
"description": "Open-source desktop application that allows you to buy and sell bitcoins in exchange for national currencies.",
"details": [
{
"label": "Available",
Expand All @@ -131,21 +131,21 @@
},
{
"label": "Keys",
"description": "Deposit to Wallet",
"description": "App Wallet",
"category": "green"
},
{
"label": "Additional Info",
"description": "Over Lightning",
"description": "NA",
"category": "grey"
}
],
"image": "./../images/robosats.png"
"image": "./../images/bisq-og.jpg"
},
{
"title": "Bisq - a decentralized bitcoin exchange",
"url": "https://bisq.network",
"description": "Open-source desktop application that allows you to buy and sell bitcoins in exchange for national currencies.",
"title": "Hodl Hodl",
"url": "https://hodlhodl.com",
"description": "A global multisig P2P bitcoin trading platform that doesn't hold funds.",
"details": [
{
"label": "Available",
Expand All @@ -164,21 +164,54 @@
},
{
"label": "Keys",
"description": "Own Wallet",
"description": "External Address",
"category": "green"
},
{
"label": "Additional Info",
"description": "NA",
"label": "Referral code",
"description": "CRXX",
"category": "referral"
}
],
"image": "./../images/hodlhodl.png"
},
{
"title": "AgoraDesk",
"url": "https://agoradesk.com/",
"description": "Buy and sell Bitcoin online without ID verification - use PayPal, credit/debit card or bank transfer, gift cards, cash by mail, Venmo or any other method.",
"details": [
{
"label": "Available",
"description": "Globally",
"category": "grey"
},
{
"label": "KYC",
"description": "No",
"category": "green"
},
{
"label": "Bitcoin Only",
"description": "Yes",
"category": "green"
},
{
"label": "Keys",
"description": "External Address",
"category": "green"
},
{
"label": "Referral link",
"description": "<a href='https://agoradesk.com/?rc=k0ey' target='_blank'>agoradesk.com</a>",
"category": "referral"
}
],
"image": "./../images/bisq-og.jpg"
"image": "./../images/agora.png"
},
{
"title": "Hodl Hodl",
"url": "https://hodlhodl.com",
"description": "A global multisig P2P bitcoin trading platform that doesn't hold funds.",
"title": "Robosats",
"url": "https://learn.robosats.com",
"description": "A simple and private way to exchange bitcoin for national currencies over lightning.",
"details": [
{
"label": "Available",
Expand All @@ -197,16 +230,16 @@
},
{
"label": "Keys",
"description": "Deposit to Address",
"description": "External Wallet",
"category": "green"
},
{
"label": "Additional Info",
"description": "NA",
"description": "Over Lightning",
"category": "grey"
}
],
"image": "./../images/hodlhodl.png"
"image": "./../images/robosats.png"
},
{
"title": "Coin ATM Radar",
Expand Down Expand Up @@ -329,7 +362,7 @@
},
{
"label": "Keys",
"description": "Deposit to Address",
"description": "External Address",
"category": "green"
},
{
Expand Down
9 changes: 7 additions & 2 deletions src/layouts/styles/components/_card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
}


a {
> a {
height: auto;

@include bp(small) {
Expand Down Expand Up @@ -235,7 +235,12 @@
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
background: $pill-grey;
border: 3px $base-font-color solid;
border: 3px $pill-orange solid;

a:hover {
background: none;
text-decoration: underline solid $pill-orange 2px;
}
}
}
}
Expand Down
4 changes: 4 additions & 0 deletions src/layouts/styles/layout/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@

.body {
margin: space(4) 0 0;

a:hover {
text-decoration: underline solid $pill-orange 2px;
}
}

.complimentary {
Expand Down

0 comments on commit adb1b95

Please sign in to comment.