|
5 | 5 | <div class=" w-slide" v-if="slideIndex==0"> |
6 | 6 | <div class="container-2 w-container"> |
7 | 7 | <div class="div-block-10"><img src="@/assets/images/venn-diagram.svg" width="300" alt="" class="venn-diagram-image"> |
8 | | - <p class="paragraph-3"><strong class="bold-text-9">0xBTC was the first token created to fill the need for an everyday cryptocurrency that is integratable, fast, and made to last.</strong></p> |
| 8 | + <p class="paragraph-3"><strong class="bold-text-9">0xBTC is a native & trustless ERC20 cryptocurrency without dependencies. It is extensible, immutable, and designed to stand the test of time.</strong></p> |
9 | 9 | </div> |
10 | 10 | </div> |
11 | 11 | </div> |
12 | 12 |
|
13 | | - <div class=" w-slide" v-if="slideIndex==1"> |
| 13 | + <div class=" w-slide" v-if="slideIndex==3"> |
14 | 14 | <div class="w-container"> |
15 | | - <h2 class="slider-statement">0xBitcoin stands on the shoulders of giants, and tries to reach further</h2> |
| 15 | + <h2 class="slider-statement">0xBitcoin builds on the shoulders of giants and reaches further</h2> |
16 | 16 | <div> |
17 | 17 | <div class="w-row"> |
18 | 18 | <div class="w-col w-col-4 w-col-small-4"> |
|
48 | 48 | </div> |
49 | 49 | </div> |
50 | 50 |
|
51 | | - <div class=" w-slide" v-if="slideIndex==2"> |
| 51 | + <div class=" w-slide" v-if="slideIndex==1"> |
52 | 52 | <div class="w-container"> |
53 | 53 | <h1 class="slider-statement">0xBitcoin's principles matter in today's world</h1> |
54 | 54 | <div class="w-row"> |
55 | 55 | <div class="column-9 w-col w-col-4 w-col-small-small-stack"><img src="@/assets/images/decentralized.svg" width="70" height="70" alt="decentralized by Javad from the Noun Project" class="principle-icon"> |
56 | 56 | <h2 class="carousel values">Decentralized</h2> |
57 | | - <p class="slider-paragraph">Decentralization aligns network participants together toward a common goal. It encourages a robust infrastructure and resists censorship.</p> |
| 57 | + <p class="slider-paragraph">Decentralization aligns network participants together toward a common goal. It encourages a robust infrastructure that resists censorship, dependencies, and central control.</p> |
58 | 58 | </div> |
59 | 59 | <div class="column-10 w-col w-col-4 w-col-small-small-stack"><img src="@/assets/images/smart-contract.svg" width="70" height="70" alt="smart contract by James Fok from the Noun Project" class="principle-icon"> |
60 | 60 | <h2 class="carousel values">Contract Compatible</h2> |
61 | | - <p class="slider-paragraph">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.</p> |
| 61 | + <p class="slider-paragraph">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.</p> |
62 | 62 | </div> |
63 | 63 | <div class="column-11 w-col w-col-4 w-col-small-small-stack"><img src="@/assets/images/coins.svg" width="70" height="70" alt="Coins by Viktor Fedyuk (Tim P) from the Noun Project" class="principle-icon"> |
64 | | - <h2 class="carousel values">Finite Coin Cap</h2> |
65 | | - <p class="slider-paragraph">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. </p> |
| 64 | + <h2 class="carousel values">Neutral Money</h2> |
| 65 | + <p class="slider-paragraph">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. </p> |
66 | 66 | </div> |
67 | 67 | </div> |
68 | 68 | </div> |
@@ -92,13 +92,13 @@ export default { |
92 | 92 | } |
93 | 93 | }, |
94 | 94 | created(){ |
95 | | - setInterval(this.incrementSlideIndex,8000); |
| 95 | + setInterval(this.incrementSlideIndex,24000); |
96 | 96 | }, |
97 | 97 | methods: { |
98 | 98 | incrementSlideIndex() |
99 | 99 | { |
100 | 100 | this.slideIndex++; |
101 | | - if(this.slideIndex>2) this.slideIndex=0; |
| 101 | + if(this.slideIndex>1) this.slideIndex=0; |
102 | 102 | } |
103 | 103 | } |
104 | 104 | } |
|
0 commit comments