Compare commits

10 Commits

Author SHA1 Message Date
heyethereum
d341749e75 Updates 2024-08-17 12:00:56 +08:00
heyethereum
cc7d33ba25 Updates 2024-08-12 21:02:43 +08:00
heyethereum
fff0b3c573 Updates 2024-08-12 20:38:14 +08:00
heyethereum
2f46804864 Updates 2024-05-05 23:09:34 +08:00
heyethereum
b1407b79e1 Updates 2024-05-05 21:50:41 +08:00
heyethereum
15c860690b Updates 2024-05-05 20:21:53 +08:00
heyethereum
c5250affe0 Updates 2024-05-04 15:01:30 +08:00
heyethereum
e7718ad7c5 Updates 2024-05-04 13:50:54 +08:00
heyethereum
46faace0c2 Updates 2024-05-04 13:04:10 +08:00
heyethereum
90de1b4fb4 Updates 2024-04-15 00:13:36 +08:00
27 changed files with 18027 additions and 14 deletions

View File

@@ -1,14 +1,16 @@
{
"files": {
"main.css": "/marketing/static/css/main.31d6cfe0.css",
"main.js": "/marketing/static/js/main.ed6063a2.js",
"static/js/453.07ac58d2.chunk.js": "/marketing/static/js/453.07ac58d2.chunk.js",
"index.html": "/marketing/index.html",
"main.ed6063a2.js.map": "/marketing/static/js/main.ed6063a2.js.map",
"453.07ac58d2.chunk.js.map": "/marketing/static/js/453.07ac58d2.chunk.js.map"
"main.css": "./static/css/main.d285ae0d.css",
"main.js": "./static/js/main.ddc99c12.js",
"static/js/453.07ac58d2.chunk.js": "./static/js/453.07ac58d2.chunk.js",
"static/media/video-bg.jpg": "./static/media/video-bg.9175b7a55537b6f378d4.jpg",
"index.html": "./index.html",
"main.d285ae0d.css.map": "./static/css/main.d285ae0d.css.map",
"main.ddc99c12.js.map": "./static/js/main.ddc99c12.js.map",
"453.07ac58d2.chunk.js.map": "./static/js/453.07ac58d2.chunk.js.map"
},
"entrypoints": [
"static/css/main.31d6cfe0.css",
"static/js/main.ed6063a2.js"
"static/css/main.d285ae0d.css",
"static/js/main.ddc99c12.js"
]
}

8267
css/bootstrap.min.css vendored Normal file

File diff suppressed because it is too large Load Diff

178
css/jquery.bxslider.css Normal file
View File

@@ -0,0 +1,178 @@
/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
position: relative;
margin-bottom: 60px;
padding: 0;
*zoom: 1;
-ms-touch-action: pan-y;
touch-action: pan-y;
}
.bx-wrapper img {
max-width: 100%;
display: block;
}
.bxslider {
margin: 0;
padding: 0;
}
ul.bxslider {
list-style: none;
}
.bx-viewport {
/*fix other elements on the page moving (on Chrome)*/
-webkit-transform: translatez(0);
}
/** THEME
===================================*/
.bx-wrapper {
-moz-box-shadow: 0 0 5px #ccc;
-webkit-box-shadow: 0 0 5px #ccc;
box-shadow: 0 0 5px #ccc;
border: 5px solid #fff;
background: #fff;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
position: absolute;
bottom: -30px;
width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
min-height: 50px;
background: url('images/bx_loader.gif') center center no-repeat #ffffff;
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
text-align: center;
font-size: .85em;
font-family: Arial;
font-weight: bold;
color: #666;
padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
background: #666;
text-indent: -9999px;
display: block;
width: 10px;
height: 10px;
margin: 0 5px;
outline: 0;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
background: #000;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
display: inline-block;
vertical-align: bottom;
*zoom: 1;
*display: inline;
}
.bx-wrapper .bx-pager-item {
font-size: 0;
line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
left: 10px;
background: url('images/controls.png') no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
background-position: 0 0;
}
.bx-wrapper .bx-next {
right: 10px;
background: url('images/controls.png') no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
position: absolute;
top: 50%;
margin-top: -16px;
outline: 0;
width: 32px;
height: 32px;
text-indent: -9999px;
z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
display: block;
text-indent: -9999px;
width: 10px;
height: 11px;
outline: 0;
background: url('images/controls.png') -86px -11px no-repeat;
margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
display: block;
text-indent: -9999px;
width: 9px;
height: 11px;
outline: 0;
background: url('images/controls.png') -86px -44px no-repeat;
margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
text-align: left;
width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
right: 0;
width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
position: absolute;
bottom: 0;
left: 0;
background: #666;
background: rgba(80, 80, 80, 0.75);
width: 100%;
}
.bx-wrapper .bx-caption span {
color: #fff;
font-family: Arial;
display: block;
font-size: .85em;
padding: 10px;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 305 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 439 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 83 KiB

After

Width:  |  Height:  |  Size: 74 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 79 KiB

After

Width:  |  Height:  |  Size: 69 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 336 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 271 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 64 KiB

After

Width:  |  Height:  |  Size: 579 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 429 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 390 KiB

BIN
images/user4.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 320 KiB

View File

@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/marketing/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/marketing/logo192.png"/><link rel="stylesheet" href="/marketing/style.css"/><link rel="stylesheet" href="/marketing/css/animate.css"/><link rel="stylesheet" href="https://cdn.jsdelivr.net/bxslider/4.2.12/jquery.bxslider.css"><link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous"><link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css" integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt" crossorigin="anonymous"><link href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700" rel="stylesheet"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="manifest" href="/marketing/manifest.json"/><title>React App</title><script defer="defer" src="/marketing/static/js/main.ed6063a2.js"></script><link href="/marketing/static/css/main.31d6cfe0.css" rel="stylesheet"></head><body><script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script><script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js" integrity="sha384-smHYKdLADwkXOn1EmN1qk/HfnUcbVRZyYmZ4qpPea6sjB/pTJ0euyQp0Mk8ck+5T" crossorigin="anonymous"></script><script src="https://cdn.jsdelivr.net/bxslider/4.2.12/jquery.bxslider.min.js"></script><script src="/marketing/js/scrollIt.min.js"></script><script src="/marketing/js/wow.min.js"></script><script>wow=new WOW,wow.init(),$(document).ready((function(o){$("#video-icon").on("click",(function(o){o.preventDefault(),$(".video-popup").css("display","flex"),$(".iframe-src").slideDown()})),$(".video-popup").on("click",(function(o){var a=o.target.nodeName,r=$(this).find("iframe").attr("src");"IFRAME"!=a&&($(".video-popup").fadeOut(),$(".iframe-src").slideUp(),$(".video-popup iframe").attr("src"," "),$(".video-popup iframe").attr("src",r))})),$(".slider").bxSlider({pager:!1})})),$(window).on("scroll",(function(){var o=$(window).scrollTop(),a=$(".navbar");o>50?($(".navbar-logo img").attr("src","images/logo-black.png"),a.addClass("nav-scroll")):($(".navbar-logo img").attr("src","images/logo.png"),a.removeClass("nav-scroll"))})),$(window).on("load",(function(){var o=$(window).scrollTop(),a=$(".navbar");o>50?($(".navbar-logo img").attr("src","images/logo-black.png"),a.addClass("nav-scroll")):($(".navbar-logo img").attr("src","images/logo-white.png"),a.removeClass("nav-scroll")),$.scrollIt({easing:"swing",scrollTime:900,activeClass:"active",onPageChange:null,topOffset:-63})}))</script><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="./favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="./logo192.png"/><link rel="stylesheet" href="./style.css"/><link rel="stylesheet" href="./css/animate.css"/><link rel="stylesheet" href="./css/bootstrap.min.css"/><link rel="stylesheet" href="./css/jquery.bxslider.css"/><link href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700" rel="stylesheet"><link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css" integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt" crossorigin="anonymous"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="manifest" href="./manifest.json"/><title>Safe QR App</title><script defer="defer" src="./static/js/main.ddc99c12.js"></script><link href="./static/css/main.d285ae0d.css" rel="stylesheet"></head><body><script src="./js/bootstrap.min.js"></script><script src="./js/jquery.min.js"></script><script src="https://cdn.jsdelivr.net/bxslider/4.2.12/jquery.bxslider.min.js"></script><script src="./js/scrollIt.min.js"></script><script src="./js/wow.min.js"></script><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script>wow=new WOW,wow.init(),$(document).ready((function(o){$("#video-icon").on("click",(function(o){o.preventDefault(),$(".video-popup").css("display","flex"),$(".iframe-src").slideDown()})),$(".video-popup").on("click",(function(o){var a=o.target.nodeName,r=$(this).find("iframe").attr("src");"IFRAME"!=a&&($(".video-popup").fadeOut(),$(".iframe-src").slideUp(),$(".video-popup iframe").attr("src"," "),$(".video-popup iframe").attr("src",r))})),$(".slider").bxSlider({pager:!1})})),$(window).on("scroll",(function(){var o=$(window).scrollTop(),a=$(".navbar");o>50?($(".navbar-logo img").attr("src","../marketing/images/logo-black.png"),a.addClass("nav-scroll")):($(".navbar-logo img").attr("src","../marketing/images/logo.png"),a.removeClass("nav-scroll"))})),$(window).on("load",(function(){var o=$(window).scrollTop(),a=$(".navbar");o>50?($(".navbar-logo img").attr("src","images/logo-black.png"),a.addClass("nav-scroll")):($(".navbar-logo img").attr("src","images/logo.png"),a.removeClass("nav-scroll")),$.scrollIt({easing:"swing",scrollTime:900,activeClass:"active",onPageChange:null,topOffset:-63})}))</script></body></html>

3115
js/bootstrap.min.js vendored Normal file

File diff suppressed because it is too large Load Diff

6415
js/jquery.min.js vendored Normal file

File diff suppressed because it is too large Load Diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 305 KiB

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -37,3 +37,36 @@
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/**
* @remix-run/router v1.19.0
*
* Copyright (c) Remix Software Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE.md file in the root directory of this source tree.
*
* @license MIT
*/
/**
* React Router DOM v6.26.0
*
* Copyright (c) Remix Software Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE.md file in the root directory of this source tree.
*
* @license MIT
*/
/**
* React Router v6.26.0
*
* Copyright (c) Remix Software Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE.md file in the root directory of this source tree.
*
* @license MIT
*/

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 288 KiB

View File

@@ -37,7 +37,7 @@ h6 {
min-height: 50px;
line-height: 50px;
background: transparent;
z-index: 1030;
z-index: 9999999;
}
.navbar .active {
color: #5f0099 !important;