= ({ variant }: IProps) => {
{
alt: 'Add ARC-200 screen',
description:
- 'Kibisis not only supports AVM standard assets, it also supports ARC-200. From Kibisis, you can check your balance, transfer and add any ARC-200 asset.',
+ 'Kibisis not only supports AVM standard assets, it also supports ARC-0200. From Kibisis, you can check your balance, transfer and add any ARC-0200 asset.',
imageSources: {
- dark: '/images/add_arc200_asset_screen-dark.png',
- light: '/images/add_arc200_asset_screen-light.png',
+ dark: '/images/arc0200_support_screen-dark.png',
+ light: '/images/arc0200_support_screen-light.png',
},
- title: 'ARC-200 Support',
+ title: 'ARC-0200 Support',
},
{
alt: 'Atomic transaction screen',
description:
'With AVM chains allowing up to 16 transactions to be grouped as an atomic transfer, Kibisis can sign all or multiple transactions within the atomic group.',
imageSources: {
- dark: '/images/atomic_transaction_screen-dark.png',
- light: '/images/atomic_transaction_screen-light.png',
+ dark: '/images/atomic_transactions_screen-dark.png',
+ light: '/images/atomic_transactions_screen-light.png',
},
title: 'Atomic Transactions',
},
- {
- alt: 'Sign JWT screen',
- description: `Kibisis allows you to sign arbitrary data, using your account's private key, but Kibisis can also recognise standardized formats, such as JWTs, which is presented into a more intuitive interface.`,
- imageSources: {
- dark: '/images/jwt_support_screen-dark.png',
- light: '/images/jwt_support_screen-light.png',
- },
- title: 'JWT (JSON Web Token) Support',
- },
];
return (
diff --git a/src/components/Header/Header.tsx b/src/components/Header/Header.tsx
index 0c516d7..a5b9d2c 100644
--- a/src/components/Header/Header.tsx
+++ b/src/components/Header/Header.tsx
@@ -2,6 +2,7 @@ import clsx from 'clsx';
import React, { FC } from 'react';
// components
+import LinkButton from '@site/src/components/LinkButton';
import ThemedImage from '@theme/ThemedImage';
// styles
@@ -17,9 +18,17 @@ const Header: FC = () => {
Your Ultimate AVM Utility Wallet
+ {/*subtitle*/}
An AVM wallet in your browser that goes beyond just DeFi.
+
+ {/*button*/}
+
+
+ Download Now
+
+
{/*image*/}
diff --git a/src/components/Header/styles.module.scss b/src/components/Header/styles.module.scss
index 6306533..c92a25a 100644
--- a/src/components/Header/styles.module.scss
+++ b/src/components/Header/styles.module.scss
@@ -2,6 +2,12 @@
@import "../../styles/mixins";
@import "../../styles/variables";
+.button-container {
+ align-self: center;
+ padding: 1rem;
+ width: 50%;
+}
+
.container {
display: flex;
flex: 1;
diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index cb471b1..4750cd5 100644
--- a/src/pages/index.tsx
+++ b/src/pages/index.tsx
@@ -19,11 +19,11 @@ const IndexPage: FC = () => {
+
+
-
-
);
diff --git a/src/styles/navbar.scss b/src/styles/navbar.scss
deleted file mode 100644
index 099a92b..0000000
--- a/src/styles/navbar.scss
+++ /dev/null
@@ -1,24 +0,0 @@
-/**
- * navbar links
- */
-
-.header__icon--github-link:hover {
- opacity: 0.6;
-}
-
-.header__icon--github-link:before {
- content: '';
- width: 24px;
- height: 24px;
- display: flex;
-}
-
-.header__icon--github-link:before {
- background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12' fill='%234A5568' /%3E%3C/svg%3E")
- no-repeat;
-}
-
-html[data-theme='dark'] .header__icon--github-link:before {
- background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12' fill='rgba%28255%2C255%2C255%2C0.92%29' /%3E%3C/svg%3E")
- no-repeat;
-}
diff --git a/static/images/add_arc200_asset_screen-dark.png b/static/images/add_arc200_asset_screen-dark.png
deleted file mode 100644
index 6ce8d0c..0000000
Binary files a/static/images/add_arc200_asset_screen-dark.png and /dev/null differ
diff --git a/static/images/add_arc200_asset_screen-light.png b/static/images/add_arc200_asset_screen-light.png
deleted file mode 100644
index de22f91..0000000
Binary files a/static/images/add_arc200_asset_screen-light.png and /dev/null differ
diff --git a/static/images/arc0200_support_screen-dark.png b/static/images/arc0200_support_screen-dark.png
new file mode 100644
index 0000000..e04937e
Binary files /dev/null and b/static/images/arc0200_support_screen-dark.png differ
diff --git a/static/images/arc0200_support_screen-light.png b/static/images/arc0200_support_screen-light.png
new file mode 100644
index 0000000..7a6b970
Binary files /dev/null and b/static/images/arc0200_support_screen-light.png differ
diff --git a/static/images/asset_transfer_screen-dark.png b/static/images/asset_transfer_screen-dark.png
deleted file mode 100644
index 8ccbb3c..0000000
Binary files a/static/images/asset_transfer_screen-dark.png and /dev/null differ
diff --git a/static/images/asset_transfer_screen-light.png b/static/images/asset_transfer_screen-light.png
deleted file mode 100644
index 2014c16..0000000
Binary files a/static/images/asset_transfer_screen-light.png and /dev/null differ
diff --git a/static/images/atomic_transaction_screen-dark.png b/static/images/atomic_transaction_screen-dark.png
deleted file mode 100644
index 31057c4..0000000
Binary files a/static/images/atomic_transaction_screen-dark.png and /dev/null differ
diff --git a/static/images/atomic_transaction_screen-light.png b/static/images/atomic_transaction_screen-light.png
deleted file mode 100644
index 8a6272a..0000000
Binary files a/static/images/atomic_transaction_screen-light.png and /dev/null differ
diff --git a/static/images/atomic_transactions_screen-dark.png b/static/images/atomic_transactions_screen-dark.png
new file mode 100644
index 0000000..8fb3eec
Binary files /dev/null and b/static/images/atomic_transactions_screen-dark.png differ
diff --git a/static/images/atomic_transactions_screen-light.png b/static/images/atomic_transactions_screen-light.png
new file mode 100644
index 0000000..62e68a3
Binary files /dev/null and b/static/images/atomic_transactions_screen-light.png differ
diff --git a/static/images/home_screen-dark.png b/static/images/home_screen-dark.png
index bcce4a5..1b7b7f4 100644
Binary files a/static/images/home_screen-dark.png and b/static/images/home_screen-dark.png differ
diff --git a/static/images/home_screen-light.png b/static/images/home_screen-light.png
index e2f8361..2e9369d 100644
Binary files a/static/images/home_screen-light.png and b/static/images/home_screen-light.png differ
diff --git a/static/images/jwt_support_screen-dark.png b/static/images/jwt_support_screen-dark.png
deleted file mode 100644
index 9b19c84..0000000
Binary files a/static/images/jwt_support_screen-dark.png and /dev/null differ
diff --git a/static/images/jwt_support_screen-light.png b/static/images/jwt_support_screen-light.png
deleted file mode 100644
index 9558839..0000000
Binary files a/static/images/jwt_support_screen-light.png and /dev/null differ
diff --git a/static/images/send_assets_screen-dark.png b/static/images/send_assets_screen-dark.png
index 4db9183..e73e42a 100644
Binary files a/static/images/send_assets_screen-dark.png and b/static/images/send_assets_screen-dark.png differ
diff --git a/static/images/send_assets_screen-light.png b/static/images/send_assets_screen-light.png
index f255a6b..6cf1a84 100644
Binary files a/static/images/send_assets_screen-light.png and b/static/images/send_assets_screen-light.png differ