From 78d0983cf2fa008dba96b8a13e0327391b1657ec Mon Sep 17 00:00:00 2001 From: alexvasl Date: Thu, 2 Feb 2023 16:27:00 +0300 Subject: [PATCH] changed bitcoin.html --- Gemfile | 6 + Gemfile.lock | 20 +++- bitcoin.html | 145 ++++++++++++------------ css/style.css | 96 ++++++++++++++-- img/coin-btc-screen.svg | 244 +++++----------------------------------- img/coin-btc-wallet.svg | 50 ++++++++ img/coin-btc.svg | 50 ++++++++ 7 files changed, 319 insertions(+), 292 deletions(-) create mode 100644 img/coin-btc-wallet.svg create mode 100644 img/coin-btc.svg diff --git a/Gemfile b/Gemfile index d2403f1..999231a 100644 --- a/Gemfile +++ b/Gemfile @@ -3,3 +3,9 @@ source "https://rubygems.org" # gem "rails" + +gem "webrick", "~> 1.8" + +gem "kramdown-parser-gfm" + +gem "jekyll-watch" \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index c044352..5137b97 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,12 +1,30 @@ GEM remote: https://rubygems.org/ specs: + ffi (1.15.5) + jekyll-watch (2.2.1) + listen (~> 3.0) + kramdown (2.4.0) + rexml + kramdown-parser-gfm (1.1.0) + kramdown (~> 2.0) + listen (3.8.0) + rb-fsevent (~> 0.10, >= 0.10.3) + rb-inotify (~> 0.9, >= 0.9.10) + rb-fsevent (0.11.2) + rb-inotify (0.10.1) + ffi (~> 1.0) + rexml (3.2.5) + webrick (1.8.1) PLATFORMS ruby x86_64-linux DEPENDENCIES + jekyll-watch + kramdown-parser-gfm + webrick (~> 1.8) BUNDLED WITH - 2.4.5 + 2.3.24 diff --git a/bitcoin.html b/bitcoin.html index 06a24d9..0060b2f 100644 --- a/bitcoin.html +++ b/bitcoin.html @@ -11,7 +11,7 @@ permalink: /bitcoin.html

A human-centered wallet for Bitcoin

Stack Wallet supports Bitcoin (BTC) as well as many other - cryptocurrencies (full list here) Use Stack + cryptocurrencies (full list here) Use Stack Wallet to send, receive, exchange, and store Bitcoin, with the added confidence that every key generated for Bitcoin stays on your device, and you retain complete control. Download Stack Wallet below! @@ -48,8 +48,9 @@ permalink: /bitcoin.html > -

- +
+ +
@@ -57,75 +58,77 @@ permalink: /bitcoin.html
-
-
- +
+
+
+

What is bitcoin

+

+ Bitcoin was the first decentralized digital currency based on + blockchain technology. It was created in 2008 by an anonymous + programmer known as Satoshi Nakamoto, who released the white paper + in a cryptography mailing list and later open sourced the software + that implements the protocol. +

+
+
+

+ How does Bitcoin work & + where can I get a bitcoin wallet? +

+

+ Bitcoin software runs on a number of distributed devices ranging + from smartphones as mobile wallets, PCs as desktop wallets, to ASICs + for mining. Transactions are relayed between nodes in a peer-to-peer + fashion. In a few seconds a given block will be propagated to all + other nodes on the network. While insuring that all nodes reach + consensus on which are the valid blocks. The process of supplying + new bitcoin to the system is done via the process of mining. The + mining software runs on specialized hardware and it tries to compute + the hash of assembled transactions and a number called the nonce. + The software targets a difficulty index automatically adjusted by + the network. The first miner to find the correct nonce wins the + mining reward and can relay the mined block to other peers on the + network. +

+
-
-

What is bitcoin

-

- Bitcoin was the first decentralized digital currency based on - blockchain technology. It was created in 2008 by an anonymous - programmer known as Satoshi Nakamoto, who released the white paper in - a cryptography mailing list and later open sourced the software that - implements the protocol. -

-
-
-

Some key terms

-

- Soft work
- Change to the Bitcoin protocol that makes old blocks invalid which - were valid in the past. Bitcoin Segwit transactions feature was - implemented as a soft fork to the network. -

-

- Hard work
- Change to the Bitcoin protocol that makes previously invalid blocks or - transactions valid. The BerkeleyDB bug activated an accidental hard - fork to the Bitcoin network in 2013. -

-
-
-
-
-

- How does Bitcoin work & where can I get a bitcoin wallet? -

-

- Bitcoin software runs on a number of distributed devices ranging from - smartphones as mobile wallets, PCs as desktop wallets, to ASICs for - mining. Transactions are relayed between nodes in a peer-to-peer - fashion. In a few seconds a given block will be propagated to all - other nodes on the network. While insuring that all nodes reach - consensus on which are the valid blocks. The process of supplying new - bitcoin to the system is done via the process of mining. The mining - software runs on specialized hardware and it tries to compute the hash - of assembled transactions and a number called the nonce. The software - targets a difficulty index automatically adjusted by the network. The - first miner to find the correct nonce wins the mining reward and can - relay the mined block to other peers on the network. -

-
-
-

What are the features of Bitcoin?

-

- Store of Value
- Bitcoin, unlike other cryptocurrencies is considered as a store of - value and could arguably become the next global reserve currency. -

-

- Gateway to the Digital Currency World
- Bitcoin is considered as the gateway to the cryptocurrency world, - based on its status as the first successful digital currency - experiment. -

-

- Bitcoin Script Language
- An assembly like language used to build complex types of transactions - and advanced contracts to an extent. Complex transactions like - Multi-Sig are possible because of advanced Bitcoin scripting. -

+
+
+

What are the features of Bitcoin?

+

+ Store of Value
+ Bitcoin, unlike other cryptocurrencies is considered as a store of + value and could arguably become the next global reserve currency. +

+

+ Gateway to the Digital Currency World
+ Bitcoin is considered as the gateway to the cryptocurrency world, + based on its status as the first successful digital currency + experiment. +

+

+ Bitcoin Script Language
+ An assembly like language used to build complex types of + transactions and advanced contracts to an extent. Complex + transactions like Multi-Sig are possible because of advanced Bitcoin + scripting. +

+
+
+

Some key terms

+

+ Soft work
+ Change to the Bitcoin protocol that makes old blocks invalid which + were valid in the past. Bitcoin Segwit transactions feature was + implemented as a soft fork to the network. +

+

+ Hard work
+ Change to the Bitcoin protocol that makes previously invalid blocks + or transactions valid. The BerkeleyDB bug activated an accidental + hard fork to the Bitcoin network in 2013. +

+
diff --git a/css/style.css b/css/style.css index 6bd5e50..05ab638 100644 --- a/css/style.css +++ b/css/style.css @@ -970,11 +970,6 @@ h3 { padding: 0; } -.intro-img-coin { - width: auto; - padding-left: 4rem; -} - #intro .intro-img img { width: 100%; } @@ -2145,13 +2140,36 @@ footer .bottom-row p a { } /* Page coin */ + +/* Coin intro */ + +.coin-intro { + position: relative; +} + +.intro-img-coin { + display: block; + position: absolute; + width: auto; + right: 2rem; + transform: translateY(-40%); +} + +.intro-img-wallet { + display: block; + position: absolute; + width: auto; + left: 0; + transform: translate(30%, -55%); +} + /* Article */ #about .container { position: relative; padding-top: 15rem; - /* padding-bottom: 10rem; */ - /* margin-top: 8rem; */ + padding-bottom: 10rem; + margin-top: 8rem; } #about .container::before { @@ -2168,3 +2186,67 @@ footer .bottom-row p a { line-height: 1; opacity: 0.5; } + +.article { + display: flex; + flex-wrap: wrap; + justify-content: space-between; +} + +.art { + width: 40%; +} + +.part { + margin-bottom: 3.75rem; +} + +#art .color_blue h3 span { + color: #3030d0; +} + +#art .color_red h3 span { + color: #ff4b00; +} + +#art .color_yellow h3 span { + color: #e7b408; +} + +@media only screen and (max-width: 100rem) { + #about .container::before { + left: -2rem; + } +} + +@media only screen and (max-width: 75rem) { + #about .container::before { + font-size: 8rem; + } + + .art { + width: 100%; + } + + .part { + margin-bottom: 2rem; + } +} + +@media only screen and (max-width: 48rem) { + #about .container::before { + left: 1.5rem; + } +} + +@media only screen and (max-width: 37rem) { + #about .container::before { + font-size: 4rem; + left: 1.5rem; + } + + #about .container { + margin-top: 4rem; + padding-top: 8rem; + } +} diff --git a/img/coin-btc-screen.svg b/img/coin-btc-screen.svg index a2333da..a0aa930 100644 --- a/img/coin-btc-screen.svg +++ b/img/coin-btc-screen.svg @@ -1,232 +1,50 @@ - - - - + + + + - - - - + + + + - - + + - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + - + - + - + - + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + - - - + + + + diff --git a/img/coin-btc-wallet.svg b/img/coin-btc-wallet.svg new file mode 100644 index 0000000..f6c9f2e --- /dev/null +++ b/img/coin-btc-wallet.svg @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/img/coin-btc.svg b/img/coin-btc.svg new file mode 100644 index 0000000..52906dd --- /dev/null +++ b/img/coin-btc.svg @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +