Skip to content

Commit

Permalink
add pocket and move referral
Browse files Browse the repository at this point in the history
  • Loading branch information
svrgnty committed May 3, 2024
1 parent 756e761 commit e3fa4c3
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 8 deletions.
Binary file added data/images/pocket.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
49 changes: 41 additions & 8 deletions data/resources/buy-bitcoin.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{
"title": "Peach",
"url": "https://peachbitcoin.com",
"description": "Peach is a mobile application that connects Bitcoin Buyers & Sellers together.<br><strong>Referral code: SVRGNTY</strong>",
"description": "Peach is a mobile application that connects Bitcoin Buyers & Sellers together.",
"details": [
{
"label": "Available",
Expand All @@ -36,17 +36,17 @@
"category": "green"
},
{
"label": "Additional Info",
"description": "NA",
"category": "grey"
"label": "Referral code",
"description": "SVRGNTY",
"category": "referral"
}
],
"image": "./../images/peach.jpg"
},
{
"title": "Relai",
"url": "https://relai.app",
"description": "Investing in bitcoin made easy. Instant start, no deposit, auto invest, no registration, high security.<br><strong>Referral code: REL1080</strong>",
"description": "Investing in bitcoin made easy. Instant start, no deposit, auto invest, no registration, high security.",
"details": [
{
"label": "Available",
Expand All @@ -69,13 +69,46 @@
"category": "green"
},
{
"label": "Additional Info",
"description": "NA",
"category": "grey"
"label": "Referral code",
"description": "REL1080",
"category": "referral"
}
],
"image": "./../images/relai.png"
},
{
"title": "Pocket",
"url": "https://pocketbitcoin.com/",
"description": "Pocket automatically exchanges your bank transfers into bitcoin and sends them directly to your own bitcoin wallet.",
"details": [
{
"label": "Available",
"description": "Switzerland, Europe",
"category": "grey"
},
{
"label": "KYC",
"description": "Partial",
"category": "orange"
},
{
"label": "Bitcoin Only",
"description": "Yes",
"category": "green"
},
{
"label": "Keys",
"description": "Own Wallet",
"category": "green"
},
{
"label": "Referral code",
"description": "GYDTKS",
"category": "referral"
}
],
"image": "./../images/pocket.png"
},
{
"title": "Robosats",
"url": "https://learn.robosats.com",
Expand Down
8 changes: 8 additions & 0 deletions src/layouts/styles/components/_card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,14 @@
&.grey {
background: $pill-grey;
}

&.referral {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
background: $pill-grey;
border: 3px $base-font-color solid;
}
}
}

Expand Down

0 comments on commit e3fa4c3

Please sign in to comment.