From 2880b77cf285df964facbafb4813438669ccd53b Mon Sep 17 00:00:00 2001 From: Lee Wong Date: Mon, 27 Mar 2017 22:57:59 +0700 Subject: [PATCH] first edition for network page --- _i18n/en.yml | 2 + network/index.html | 219 ++++++++++++++++++++----------------- src/scss/_junk-drawer.scss | 4 + src/scss/_tables.scss | 4 +- 4 files changed, 129 insertions(+), 100 deletions(-) diff --git a/_i18n/en.yml b/_i18n/en.yml index f297970..7bd55ba 100755 --- a/_i18n/en.yml +++ b/_i18n/en.yml @@ -786,6 +786,8 @@ pages: hero-blockchain-btn: Blockchain hero-mining-btn: Mining + masternode-desc-text: Reference site about Lorem Ipsum, giving information on its origins, as well as a random Lipsum generator. + markets-heading: Markets governance-heading: Treasury network-heading: Masternodes diff --git a/network/index.html b/network/index.html index 026fc03..9a3fe9c 100644 --- a/network/index.html +++ b/network/index.html @@ -4,123 +4,144 @@ title: pages.currency.title description: pages.currency.description --- + {% include hero/currency.html %}
-
-

{% t pages.currency.markets-heading %}

-

- Compare Sites -

-
- CoinMarketCap - WorldCoinIndex - CoinCap +
+
+
+

{% t pages.currency.markets-heading %}

+

+ Compare Sites +

+ +
+
+

Exchanges

+ + + + + + + + + + + +
ExchangeVolume (24h)PriceVolume (%)
+
+
- - - - - - - - - - - - -
ExchangeVolume (24h)PriceVolume (%)
-
- -
-

{% t pages.currency.governance-heading %}

-

- Governance Tools -

- - - - - - - - - - - - - - - - -
TitleOwnerVotes (yes/no)Votes RequiredMonthly AmountWill be Funded
-

{% t pages.currency.network-heading %}

- -

- Masternode Info -

-
- DashInfo - DashNinja +
+

{% t pages.currency.network-heading %}

+
+
+
+
+

Current masternodes:

+ +
+
+

Maximum masternodes so far:

+ +
+
+

+ {% t pages.currency.masternode-desc-text %} +

+ +
+
+

+ +

+
+
- -

- Current masternodes:
- Maximum masternodes so far: -

-

- -

-

{% t pages.currency.blockchain-heading %}

-

- Block Explorers -

-
- CryptoID - CoinPayments - DashNinja - BitInfoCharts +
+

{% t pages.currency.blockchain-heading %}

+

+ Block Explorers +

+ + + + + + + + + + + + + +
HeightBlock TimeTransactionsValue OutDifficulty
+
- - - - - - - - - - - - - -
HeightBlock TimeTransactionsValue OutDifficulty
+
+
+

{% t pages.currency.governance-heading %}

+

+ Governance Tools +

+ + + + + + + + + + + + + + +
TitleOwnerVotes (yes/no)Votes RequiredMonthly AmountWill be Funded
+
-

{% t pages.currency.mining-heading %}

-

- Mining Information -

-
- Pools - ASICs - Guides +
+

{% t pages.currency.mining-heading %}

+

+ Mining Information +

+
+ Pools + ASICs + Guides +
-
diff --git a/src/scss/_junk-drawer.scss b/src/scss/_junk-drawer.scss index 5348ef7..c5ed764 100755 --- a/src/scss/_junk-drawer.scss +++ b/src/scss/_junk-drawer.scss @@ -522,3 +522,7 @@ a.blog_link { z-index: -1; } } +.big-accent{ + @include font-title-xxlarge(); +} + diff --git a/src/scss/_tables.scss b/src/scss/_tables.scss index 1963681..4ea6620 100644 --- a/src/scss/_tables.scss +++ b/src/scss/_tables.scss @@ -4,7 +4,9 @@ table { } th, td { - padding: 0.25em 0.5em; + padding: 0.65em 0.5em; + font-size: 85%; + border-bottom: 1px solid #ccc; } th {