diff --git a/package-lock.json b/package-lock.json index 8c84c5c..60860ca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4211,7 +4211,8 @@ "version": "4.6.0", "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz", "integrity": "sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=", - "dev": true + "dev": true, + "optional": true }, "coa": { "version": "2.0.2", @@ -10664,7 +10665,8 @@ "version": "2.2.2", "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.2.2.tgz", "integrity": "sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==", - "dev": true + "dev": true, + "optional": true }, "pify": { "version": "4.0.1", @@ -12288,7 +12290,8 @@ "version": "4.0.8", "resolved": "https://registry.npmjs.org/rx-lite/-/rx-lite-4.0.8.tgz", "integrity": "sha1-Cx4Rr4vESDbwSmQH6S2kJGe3lEQ=", - "dev": true + "dev": true, + "optional": true }, "rx-lite-aggregates": { "version": "4.0.8", diff --git a/src/views/components/Carousel.vue b/src/views/components/Carousel.vue index b32a828..f9fff7a 100644 --- a/src/views/components/Carousel.vue +++ b/src/views/components/Carousel.vue @@ -5,14 +5,14 @@
-

0xBTC was the first token created to fill the need for an everyday cryptocurrency that is integratable, fast, and made to last.

+

0xBTC is a native & trustless ERC20 cryptocurrency without dependencies. It is extensible, immutable, and designed to stand the test of time.

-
+
-

0xBitcoin stands on the shoulders of giants, and tries to reach further

+

0xBitcoin builds on the shoulders of giants and reaches further

@@ -48,21 +48,21 @@
-
+

0xBitcoin's principles matter in today's world

decentralized by Javad from the Noun Project -

Decentralization aligns network participants together toward a common goal. It encourages a robust infrastructure and resists censorship.

+

Decentralization aligns network participants together toward a common goal. It encourages a robust infrastructure that resists censorship, dependencies, and central control.

smart contract by James Fok from the Noun Project -

DApps are here, and they will only become more prominent. Smart Contract compatibility means that 0xBTC can be used quickly and easily around the world.

+

DApps are here, and they will only become more prominent. Smart Contract compatibility means that 0xBTC is future proofed and will always work with the most powerful decentralized applications.

Coins by Viktor Fedyuk (Tim P) from the Noun Project - -

When governments, groups and companies can create currency on a whim, they whittle away the value of your money and leave you poorer for it. A coin cap is fundamentally a statement of respect for you, the money holder. Only the market will ever determine what your coin is worth.

+ +

When ICO groups or companies create currency on a whim, it is often manipulated and dependent on the success of a centralized entity or service. 0xBTC is mathematically verifiably neutral. It is a commodity forged from energy by the broad community in a neutral manner.

@@ -92,13 +92,13 @@ export default { } }, created(){ - setInterval(this.incrementSlideIndex,8000); + setInterval(this.incrementSlideIndex,24000); }, methods: { incrementSlideIndex() { this.slideIndex++; - if(this.slideIndex>2) this.slideIndex=0; + if(this.slideIndex>1) this.slideIndex=0; } } } diff --git a/src/views/config/UpperNav.js b/src/views/config/UpperNav.js index 91e95c3..4f66093 100644 --- a/src/views/config/UpperNav.js +++ b/src/views/config/UpperNav.js @@ -5,7 +5,8 @@ const config={ {"title":"0xBitcoin API Wiki","url":"https://docs.0xbitcoin.org"}, {"title":"White Paper","url":"https://github.com/0xbitcoin/white-paper"}, {"title":"Smart Contract","url":"https://etherscan.io/address/0xb6ed7644c69416d67b522e20bc294a9a9b405b31#code"}, - {"title":"0xBTC Explorer","url":"https://0xbtc.info/"} + {"title":"0xBTC Explorer","url":"https://0xbtc.info/"}, + {"title":"Dune Analytics","url":"https://duneanalytics.com/infernaltoast/0xBTC"} ]}, {"title":"EXCHANGES","rows":[ {"title":"Uniswap","url":"https://app.uniswap.org/#/swap?outputCurrency=0xb6ed7644c69416d67b522e20bc294a9a9b405b31"}, @@ -29,7 +30,7 @@ const config={ {"title":"Bank of 0xBTC","url":"https://bank.0xbtc.io"}, {"title":"0xBitcoin Memes","url":"https://opensea.io/collection/0xbitcoinmemes"}, {"title":"Farm.MineableTokens","url":"https://farm.mineabletokens.com"}, - {"title":"Tipjar","url":"https://tipjar.0xbtc.io/"} + {"title":"Digital Toast","url":"https://digitaltoast.0xbtc.io/"} ]} ]