From e1b853706369ddf9bd95002f13cc0333f917701b Mon Sep 17 00:00:00 2001
From: kikiriko200
Date: Thu, 23 May 2019 15:18:18 +0900
Subject: [PATCH 1/4] =?UTF-8?q?=E3=83=BBLinks=E3=81=8B=E3=82=89=E3=83=AA?=
=?UTF-8?q?=E3=83=B3=E3=82=AF=E5=88=87=E3=82=8C=E3=81=AE=E3=82=B5=E3=82=A4?=
=?UTF-8?q?=E3=83=88=E3=81=AE=E5=89=8A=E9=99=A4=20=E3=83=BBExplorer?=
=?UTF-8?q?=E3=81=8C=E8=A4=87=E6=95=B0Links=E3=81=AB=E3=81=82=E3=81=A3?=
=?UTF-8?q?=E3=81=9F=E3=82=82=E3=81=AE=E3=82=92=E6=95=B4=E7=90=86=20?=
=?UTF-8?q?=E3=83=BBBlockbook=E3=81=AE=E8=BF=BD=E5=8A=A0=20=E3=83=BB?=
=?UTF-8?q?=E3=81=9D=E3=82=8C=E3=81=AB=E4=BC=B4=E3=81=86CSS=E3=81=B8?=
=?UTF-8?q?=E3=81=AE=E3=82=AF=E3=83=A9=E3=82=B9=E8=BF=BD=E5=8A=A0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
css/utility.css | 40 ++++++++++++++
en.html | 133 +++++++++++++++++++----------------------------
index.html | 135 +++++++++++++++++++-----------------------------
3 files changed, 147 insertions(+), 161 deletions(-)
diff --git a/css/utility.css b/css/utility.css
index c6ab121..e830886 100644
--- a/css/utility.css
+++ b/css/utility.css
@@ -394,6 +394,46 @@ u-nav-list ul li a,
margin: 1px 0 1px;
}
+.u-insight-label:hover{
+ opacity: 0.6;
+ transition-duration: 0.2s;
+ cursor: pointer;
+}
+
+.insight-modal{
+ display: none;
+ position: fixed;
+ top: 0;
+ text-align: center;
+ width: 100vw;
+ height: 100vh;
+ z-index: 12;
+ background: rgba(15,15,15,.6);
+}
+
+.u-insight-modal-body{
+ margin: auto 0;
+ position: relative;
+ top: 50px;
+ width: 90%;
+ text-align: center;
+}
+
+.u-insight-list{
+ list-style: decimal;
+ list-style-position: inside;
+ padding: 10px;
+}
+
+.u-insight-list-item{
+ padding: 10px;
+ border-bottom: 1px solid white;
+}
+
+.u-insight-modal-btn{
+ padding: 10px;
+ border: none;
+}
.u-scrollbar {
diff --git a/en.html b/en.html
index b90fead..5b55701 100644
--- a/en.html
+++ b/en.html
@@ -79,7 +79,21 @@
});
});
- $('#js-table_disp').csv2table('hashrate.csv');
+ $('#insight-modal-switch').click(function(){
+ $('#insight-modal').fadeIn(200);
+ });
+ $(document).on('keydown',function (e) {
+ if(e.keyCode === 27) { // ESC
+ $('#insight-modal').fadeOut(200);
+ }
+ });
+ $('.u-insight-modal-btn').click(function(){
+ $('#insight-modal').fadeOut(200);
+ })
+ $('.insight-twitter').click(function(){
+ var twitter = $(this).data('twitter-id');
+ window.open('https://twitter.com/' + twitter);
+ })
});
$(window).scroll(function(e) {
@@ -278,18 +292,6 @@ Links
-
-
-
-
BitZeny Forums
-
Manager
-
Community forum for discuss a lot of things about BitZeny Mainly discussed Web service, exchanges, wallet and specification of coin.
-
-
-
-
-
-
-
-
BitZeny Portal
Manager
-
This provides information on BitZeny related services and event information, introduction method for beginners, aiming at a site that understands everything at a glance.
-
-
-
-
-
-
-
-
BitZeny Block Explorer
Manager
-
By put BitZeny's wallet address or transaction ID, you can check deposit of wallet and history of transfer. And you can also check detail of founded block.
-
-
-
-
-
-
-
-
BitZeny insight
Manager
-
By put BitZeny's wallet address or transaction ID, you can check deposit of wallet and history of transfer. And you can also check detail of founded block.
-
-
-
-
-
-
-
-
BitZeny insight
Manager
-
By put BitZeny's wallet address or transaction ID, you can check deposit of wallet and history of transfer. And you can also check detail of founded block.
-
-
-
-
-
-
-
-
BitZeny insight
Manager
-
By put BitZeny's wallet address or transaction ID, you can check deposit of wallet and history of transfer. And you can also check detail of founded block.
-
-
-
-
-
-
-
-
BitZeny insight
Manager
+
BitZeny Explorer
Manager
By put BitZeny's wallet address or transaction ID, you can check deposit of wallet and history of transfer. And you can also check detail of founded block.
@@ -415,8 +354,6 @@
BitZeny Online Wallet
-
@@ -433,6 +370,42 @@ BitZeny Online Wallet
Copyright © 2018 BitZeny Project. All Rights Reserved.
+