COntent updates

This commit is contained in:
magmahindenburg 2017-07-07 11:36:04 +09:00
commit 4d2aa12b18
11 changed files with 37 additions and 194 deletions

View file

@ -25,7 +25,7 @@
"pushSenderId": "1036948132229", "pushSenderId": "1036948132229",
"description": "A Secure Bitcoin Wallet", "description": "A Secure Bitcoin Wallet",
"version": "3.5.8", "version": "3.5.8",
"androidVersion": "350801", "androidVersion": "350802",
"_extraCSS": "", "_extraCSS": "",
"_enabledExtensions": { "_enabledExtensions": {
"coinbase": false, "coinbase": false,

View file

@ -1,66 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <?xml version="1.0" encoding="utf-8"?>
<svg <svg version="1.1" id="Send_Icon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
xmlns:dc="http://purl.org/dc/elements/1.1/" viewBox="0 0 27 24" style="enable-background:new 0 0 27 24;" xml:space="preserve">
xmlns:cc="http://creativecommons.org/ns#" <style type="text/css">
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="Send_Icon"
x="0px"
y="0px"
viewBox="0 0 26.601198 21.865164"
xml:space="preserve"
sodipodi:docname="ico-send.svg"
inkscape:version="0.92.1 r15371"
width="26.601198"
height="21.865164"><metadata
id="metadata5393"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
id="defs5391" /><sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1015"
id="namedview5389"
showgrid="false"
inkscape:zoom="18.182416"
inkscape:cx="6.3895446"
inkscape:cy="12.438757"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
inkscape:current-layer="Send_Icon"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0" /><style
type="text/css"
id="style5380">
.st0{fill:none;stroke:#343434;stroke-width:1.4;stroke-miterlimit:10;} .st0{fill:none;stroke:#343434;stroke-width:1.4;stroke-miterlimit:10;}
</style><path </style>
style="fill:#fab915;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.06378198px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" <g>
d="M 26.062611,0.53547329 0.53184214,5.748004 5.6379957,11.386049 6.1843105,20.467863 Z" <polyline class="st0" points="25.5,1.5 6.3,11.7 4.9,19.3 9.8,15.3 "/>
id="path5950" <polygon class="st0" points="1.5,6.4 25.5,1.5 17.1,22.5 "/>
inkscape:connector-curvature="0" /><path </g>
style="fill:#fab915;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.06378198px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" </svg>
d="M 5.6379957,11.386049 26.062611,0.53547329"
id="path5954"
inkscape:connector-curvature="0" /><path
style="fill:#fab915;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.06378198px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
d="M 6.1843105,20.467863 11.37701,15.383346 8.8888411,13.219721 Z"
id="path5948"
inkscape:connector-curvature="0" /><path
style="fill:#fab915;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.06378198px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
d="M 26.062611,0.53547329 17.002433,21.333313 8.8888411,13.219721 Z"
id="path5942"
inkscape:connector-curvature="0" /></svg>

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 506 B

Before After
Before After

View file

@ -1,11 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<svg version="1.1" id="Send_Icon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 27 24" style="enable-background:new 0 0 27 24;" xml:space="preserve">
<style type="text/css">
.st0{fill:none;stroke:#343434;stroke-width:1.4;stroke-miterlimit:10;}
</style>
<g>
<polyline class="st0" points="25.5,1.5 6.3,11.7 4.9,19.3 9.8,15.3 "/>
<polygon class="st0" points="1.5,6.4 25.5,1.5 17.1,22.5 "/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 506 B

View file

@ -11,7 +11,6 @@ angular.module('copayApp.controllers').controller('bitcoincomController',
}; };
$scope.$on("$ionicView.beforeEnter", function(event, data) { $scope.$on("$ionicView.beforeEnter", function(event, data) {
$scope.network = bitcoincomController.getNetwork();
initBitcoincom;
}); });
}); });

View file

@ -10,27 +10,7 @@ angular.module('copayApp.controllers').controller('buyandsellController', functi
} }
$scope.$on("$ionicView.enter", function(event, data) { $scope.$on("$ionicView.enter", function(event, data) {
console.log("Enter buy page");
var r = new XMLHttpRequest();
r.open("GET", "https://www.bitcoin.com/api/rv/promoted-exchange", true);
r.onreadystatechange = function () {
if (r.readyState != 4 || r.status != 200) return;
console.log(r.responseText);
var adResponse = JSON.parse(r.responseText)
document.getElementById("exchange-logo").setAttribute('src', "https://www.bitcoin.com" + adResponse.image)
document.getElementById("exchange-link").setAttribute('href', "https://www.bitcoin.com" + adResponse.url)
document.getElementById("exchange-link").setAttribute('ng-click', "openExternalLink('"+ "https://www.bitcoin.com" + adResponse.url +"')")
document.getElementById("exchange-name").textContent = adResponse.bannerName;
document.getElementById("exchange-text").textContent = adResponse.description;
var exchangeLink = document.getElementById("exchange-link");
exchangeLink.addEventListener('click', function() {
externalLinkService.open("https://www.bitcoin.com" + adResponse.url);
});
};
r.send("defaultpromotion=360");
}); });
if (lodash.isEmpty($scope.services)) if (lodash.isEmpty($scope.services))

View file

@ -13,7 +13,7 @@ angular.module('copayApp.services').factory('buydotbitcoindotcomService', functi
buyAndSellService.register({ buyAndSellService.register({
name: 'buydotbitcoindotcom', name: 'buydotbitcoindotcom',
logo: 'img/bitcoin-com-logo.png', logo: 'img/bitcoin-com-logo-grey.png',
location: 'Buy Bitcoin With Credit Card', location: 'Buy Bitcoin With Credit Card',
sref: 'tabs.buyandsell.bitcoindotcom' sref: 'tabs.buyandsell.bitcoindotcom'
}); });

View file

@ -229,7 +229,8 @@ div.slide-success__background.fill-screen {
} }
.icon-chart { .icon-chart {
background: url('../img/chart.svg'); background-color: #494949;
background-image: url('../img/chart.svg');
} }
.tabs .tab-item .icon { .tabs .tab-item .icon {

View file

@ -21,7 +21,7 @@
<sodipodi:namedview <sodipodi:namedview
id="base" id="base"
pagecolor="#ffffff" pagecolor="#ffffff"
bordercolor="#494949" bordercolor="#666666"
borderopacity="1.0" borderopacity="1.0"
inkscape:pageopacity="0.0" inkscape:pageopacity="0.0"
inkscape:pageshadow="2" inkscape:pageshadow="2"
@ -46,7 +46,7 @@
<dc:format>image/svg+xml</dc:format> <dc:format>image/svg+xml</dc:format>
<dc:type <dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title> <dc:title />
</cc:Work> </cc:Work>
</rdf:RDF> </rdf:RDF>
</metadata> </metadata>
@ -55,15 +55,6 @@
inkscape:groupmode="layer" inkscape:groupmode="layer"
id="layer1" id="layer1"
transform="translate(0,-32.41665)"> transform="translate(0,-32.41665)">
<rect
id="rect14"
width="264.58334"
height="264.58334"
x="0"
y="32.416649"
style="stroke-width:0.24498457"
ry="9.0714283"
rx="7.5595236" />
<g <g
id="g4643" id="g4643"
transform="translate(0.055194,1.8411461)"> transform="translate(0.055194,1.8411461)">
@ -134,20 +125,10 @@
d="m 76.35119,217.54939 v 48.45656" d="m 76.35119,217.54939 v 48.45656"
style="fill:none;stroke:#fab915;stroke-width:2.16499996;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> style="fill:none;stroke:#fab915;stroke-width:2.16499996;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g> </g>
<g <path
id="g4630" style="fill:#fab915;fill-opacity:1;stroke:#fab915;stroke-width:6.05507565;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
transform="matrix(0.73998713,0,0,0.73998713,21.841499,24.62316)"> d="M 287.46289 139.09961 A 127.90448 127.90448 0 0 0 159.55859 267.00586 A 127.90448 127.90448 0 0 0 287.46289 394.91016 A 127.90448 127.90448 0 0 0 415.36719 267.00586 A 127.90448 127.90448 0 0 0 287.46289 139.09961 z M 245.64258 176.9082 L 257.75 176.9082 C 258.93704 176.9082 259.9464 177.32338 260.77734 178.1543 C 261.60826 178.98524 262.02344 179.9946 262.02344 181.18164 L 262.02344 193.28906 L 275.91211 193.28906 L 275.91211 181.18164 C 275.91211 179.9946 276.32726 178.98524 277.1582 178.1543 C 277.98912 177.32338 278.99851 176.9082 280.18555 176.9082 L 292.64844 176.9082 C 293.83548 176.9082 294.84487 177.32338 295.67578 178.1543 C 296.50669 178.98524 296.92188 179.9946 296.92188 181.18164 L 296.92188 193.28906 L 302.44141 193.28906 C 307.78309 193.28906 312.47187 193.58617 316.50781 194.17969 C 320.66246 194.77321 324.57995 195.90064 328.25977 197.5625 C 334.19499 200.29269 339.0628 204.56631 342.86133 210.38281 C 346.65985 216.19931 348.55859 223.08393 348.55859 231.03711 C 348.55859 238.27805 346.89598 244.68847 343.57227 250.26758 C 340.36724 255.84667 335.85751 260.06127 330.04102 262.91016 L 330.04102 263.26562 C 338.1129 265.521 344.22621 269.97366 348.38086 276.62109 C 352.65434 283.1498 354.85017 290.50863 354.96875 298.69922 C 354.96875 308.67039 352.29678 317.15857 346.95508 324.16211 C 341.61341 331.04692 335.14588 335.73569 327.54883 338.22852 C 324.1064 339.53427 320.54508 340.3646 316.86523 340.7207 C 313.30411 340.95806 309.5047 341.07617 305.46875 341.07617 L 297.2793 341.07617 L 297.2793 352.82812 C 297.2793 354.13388 296.86219 355.1432 296.03125 355.85547 C 295.20032 356.68639 294.1929 357.10156 293.00586 357.10156 L 280.54102 357.10156 C 279.35397 357.10156 278.34462 356.68639 277.51367 355.85547 C 276.68275 355.1432 276.26758 354.13388 276.26758 352.82812 L 276.26758 341.07617 L 262.20117 341.07617 L 262.20117 352.82812 C 262.20117 354.13388 261.78602 355.1432 260.95508 355.85547 C 260.24286 356.68639 259.29251 357.10156 258.10547 357.10156 L 245.64258 357.10156 C 244.33681 357.10156 243.26842 356.68639 242.4375 355.85547 C 241.72528 355.1432 241.36914 354.13388 241.36914 352.82812 L 241.36914 341.07617 L 229.43945 341.07617 C 228.48981 341.07617 227.65753 340.77903 226.94531 340.18555 C 226.35179 339.47328 226.05664 338.64298 226.05664 337.69336 L 226.05664 327.36523 C 226.05664 326.41562 226.35179 325.64432 226.94531 325.05078 C 227.65753 324.33857 228.48981 323.98242 229.43945 323.98242 L 241.36914 323.98242 L 241.36914 210.74023 L 228.54883 210.74023 C 227.83661 210.74023 227.18336 210.50217 226.58984 210.02734 C 226.11502 209.43383 225.87695 208.72158 225.87695 207.89062 L 225.87695 196.13867 C 225.87695 195.30773 226.11502 194.65448 226.58984 194.17969 C 227.18336 193.58617 227.83661 193.28906 228.54883 193.28906 L 241.36914 193.28906 L 241.36914 181.18164 C 241.36914 179.9946 241.72528 178.98524 242.4375 178.1543 C 243.26842 177.32338 244.33681 176.9082 245.64258 176.9082 z M 262.20117 210.74023 L 262.20117 255.60938 L 305.46875 255.60938 C 312.1162 255.60937 317.39919 253.53161 321.31641 249.37695 C 325.35234 245.2223 327.36914 239.82127 327.36914 233.17383 C 327.36914 228.9005 326.53878 225.04398 324.87695 221.60156 C 323.21509 218.15914 320.7812 215.54619 317.57617 213.76562 C 315.55821 212.69728 313.30334 211.92599 310.81055 211.45117 C 308.43646 210.97635 305.6464 210.74023 302.44141 210.74023 L 262.20117 210.74023 z M 262.20117 272.70312 L 262.20117 323.98242 L 306.00391 323.98242 C 308.02187 323.98242 310.21771 323.86431 312.5918 323.62695 C 314.9659 323.38955 317.16172 322.79532 319.17969 321.8457 C 323.57175 320.06514 327.01307 317.03899 329.50586 312.76562 C 332.11733 308.49229 333.42383 303.50641 333.42383 297.80859 C 333.42383 290.21154 331.10992 284.15727 326.48047 279.64648 C 321.85101 275.01704 315.61766 272.70312 307.7832 272.70312 L 262.20117 272.70312 z "
<circle transform="matrix(0.26458333,0,0,0.26458333,0,32.41665)"
r="45.732407" id="path4626" />
cy="105.99992"
cx="73.266808"
id="path4626"
style="fill:#fab915;fill-opacity:1;stroke:#fab915;stroke-width:2.16499996;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
d="m 88.490422,104.66296 v -0.12733 q 3.11954,-1.52793 4.83848,-4.52015 1.7826,-2.992228 1.7826,-6.875739 0,-4.265505 -2.03725,-7.38505 -2.03725,-3.119544 -5.22047,-4.583817 -1.973585,-0.891301 -4.201833,-1.209621 -2.164582,-0.318322 -5.029469,-0.318322 h -1.973606 v -4.329166 q 0,-0.636642 -0.445641,-1.082299 -0.445641,-0.445643 -1.082284,-0.445643 h -4.456505 q -0.636641,0 -1.082284,0.445643 -0.445657,0.445657 -0.445657,1.082299 v 4.329166 h -4.965811 v -4.329166 q 0,-0.636642 -0.445645,-1.082299 -0.445656,-0.445643 -1.082298,-0.445643 h -4.329155 q -0.700317,0 -1.145961,0.445643 -0.381982,0.445657 -0.381982,1.082299 v 4.329166 h -4.583828 q -0.381983,0 -0.700303,0.318322 -0.254659,0.254645 -0.254659,0.700302 v 4.201833 q 0,0.445662 0.254659,0.763979 0.31832,0.254663 0.700303,0.254663 h 4.583828 v 40.49044 h -4.265507 q -0.509318,0 -0.891301,0.38198 -0.318321,0.31833 -0.318321,0.82764 v 3.69253 q 0,0.50931 0.318321,0.89131 0.381983,0.31831 0.891301,0.31831 h 4.265507 v 4.20183 q 0,0.70031 0.381982,1.08231 0.445644,0.44564 1.145961,0.44564 h 4.456491 q 0.636641,0 1.018624,-0.44564 0.445657,-0.382 0.445657,-1.08231 v -4.20183 h 5.029473 v 4.20183 q 0,0.70031 0.445644,1.08231 0.445657,0.44564 1.082299,0.44564 h 4.456489 q 0.636639,0 1.082287,-0.44564 0.445655,-0.382 0.445655,-1.08231 v -4.20183 h 2.928547 q 2.164589,0 4.074514,-0.12732 1.973598,-0.19099 3.819864,-0.8913 4.074504,-1.33696 6.939384,-5.02947 2.8649,-3.75619 2.8649,-9.104 -0.0636,-4.39283 -2.35558,-7.89436 -2.22825,-3.56519 -6.55742,-4.77481 z M 78.62248,85.882016 q 1.718926,0 2.992212,0.254658 1.336952,0.254657 2.419239,0.827637 1.718941,0.954963 2.610245,2.801228 0.891282,1.84626 0.891282,4.138163 0,3.5652 -2.164582,5.79345 -2.100909,2.228258 -5.666116,2.228258 H 64.234366 V 85.882016 Z m 5.984432,39.726474 q -1.082288,0.50931 -2.355581,0.63664 -1.273285,0.12732 -2.355573,0.12732 H 64.234366 v -18.33529 h 16.298039 q 4.201832,0 6.684737,2.4829 2.4829,2.41925 2.4829,6.49376 0,3.05589 -1.4006,5.34779 -1.336951,2.29192 -3.69253,3.24688 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:125%;font-family:icomoon;-inkscape-font-specification:icomoon;letter-spacing:0px;word-spacing:0px;fill:#494949;fill-opacity:1;stroke:none;stroke-width:1.62980402px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
id="path4486"
inkscape:connector-curvature="0" />
</g>
</g> </g>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 8.4 KiB

After

Width:  |  Height:  |  Size: 9.5 KiB

Before After
Before After

View file

@ -1,66 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <?xml version="1.0" encoding="utf-8"?>
<svg <svg version="1.1" id="Send_Icon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
xmlns:dc="http://purl.org/dc/elements/1.1/" viewBox="0 0 27 24" style="enable-background:new 0 0 27 24;" xml:space="preserve">
xmlns:cc="http://creativecommons.org/ns#" <style type="text/css">
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="Send_Icon"
x="0px"
y="0px"
viewBox="0 0 26.601198 21.865164"
xml:space="preserve"
sodipodi:docname="ico-send.svg"
inkscape:version="0.92.1 r15371"
width="26.601198"
height="21.865164"><metadata
id="metadata5393"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
id="defs5391" /><sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1015"
id="namedview5389"
showgrid="false"
inkscape:zoom="18.182416"
inkscape:cx="6.3895446"
inkscape:cy="12.438757"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
inkscape:current-layer="Send_Icon"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0" /><style
type="text/css"
id="style5380">
.st0{fill:none;stroke:#343434;stroke-width:1.4;stroke-miterlimit:10;} .st0{fill:none;stroke:#343434;stroke-width:1.4;stroke-miterlimit:10;}
</style><path </style>
style="fill:#fab915;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.06378198px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" <g>
d="M 26.062611,0.53547329 0.53184214,5.748004 5.6379957,11.386049 6.1843105,20.467863 Z" <polyline class="st0" points="25.5,1.5 6.3,11.7 4.9,19.3 9.8,15.3 "/>
id="path5950" <polygon class="st0" points="1.5,6.4 25.5,1.5 17.1,22.5 "/>
inkscape:connector-curvature="0" /><path </g>
style="fill:#fab915;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.06378198px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" </svg>
d="M 5.6379957,11.386049 26.062611,0.53547329"
id="path5954"
inkscape:connector-curvature="0" /><path
style="fill:#fab915;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.06378198px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
d="M 6.1843105,20.467863 11.37701,15.383346 8.8888411,13.219721 Z"
id="path5948"
inkscape:connector-curvature="0" /><path
style="fill:#fab915;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.06378198px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
d="M 26.062611,0.53547329 17.002433,21.333313 8.8888411,13.219721 Z"
id="path5942"
inkscape:connector-curvature="0" /></svg>

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 506 B

Before After
Before After

View file

@ -29,10 +29,10 @@
<script src="lib/ionic.bundle.min.js"></script> <script src="lib/ionic.bundle.min.js"></script>
<script src="lib/angular-components.js"></script> <script src="lib/angular-components.js"></script>
<script type="text/javascript" charset="utf-8" src="cordova.js"></script>
<script src="js/moment.min.js"></script> <script src="js/moment.min.js"></script>
<script src="js/chartist.min.js"></script> <script src="js/chartist.min.js"></script>
<script type="text/javascript" charset="utf-8" src="cordova.js"></script>
<script src="js/app.js"></script> <script src="js/app.js"></script>
</body> </body>

View file

@ -14,6 +14,9 @@
<div class="explain-description">Click on the link below to go to Buy.Bitcoin.com</div> <div class="explain-description">Click on the link below to go to Buy.Bitcoin.com</div>
</div> </div>
<div class="item item-divider"></div> <div class="item item-divider"></div>
<div class="bitcoin-com-page-body">
<button class="button button-standard button-secondary" ng-click="openExternalLink('https://buy.bitcoin.com')">Buy bitcoin</button>
</div>
</div> </div>
</ion-content> </ion-content>
</ion-view> </ion-view>