diff --git a/src/views/Authentication/Lock/LockBasic.js b/src/views/Authentication/Lock/LockBasic.js deleted file mode 100755 index 2dc247c2..00000000 --- a/src/views/Authentication/Lock/LockBasic.js +++ /dev/null @@ -1,117 +0,0 @@ -/*! - -========================================================= -* Argon Dashboard Chakra PRO - v1.0.0 -========================================================= - -* Product Page: https://www.creative-tim.com/product/argon-dashboard-chakra-pro -* Copyright 2022 Creative Tim (https://www.creative-tim.com/) - -* Designed and Coded by Simmmple & Creative Tim - -========================================================= - -* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -*/ - -// Chakra imports -import { - Button, - Flex, - FormControl, - FormLabel, - HStack, - Icon, - Input, - Link, - Switch, - Text, - useColorModeValue, -} from "@chakra-ui/react"; -// Assets -import BasicImage from "assets/img/BasicImage.png"; -import React from "react"; -import AuthBasic from "layouts/AuthBasic"; - -function LockBasic() { - // Chakra color mode - const textColor = useColorModeValue("gray.700", "white"); - const bgForm = useColorModeValue("white", "navy.800"); - return ( - - - - - Mike Priesler - - - Enter your password to unlock your account. - - - - Password - - - - - - - - ); -} - -export default LockBasic; diff --git a/src/views/Authentication/Lock/LockCover.js b/src/views/Authentication/Lock/LockCover.js deleted file mode 100755 index bad980d8..00000000 --- a/src/views/Authentication/Lock/LockCover.js +++ /dev/null @@ -1,109 +0,0 @@ -/*! - -========================================================= -* Argon Dashboard Chakra PRO - v1.0.0 -========================================================= - -* Product Page: https://www.creative-tim.com/product/argon-dashboard-chakra-pro -* Copyright 2022 Creative Tim (https://www.creative-tim.com/) - -* Designed and Coded by Simmmple & Creative Tim - -========================================================= - -* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -*/ - -// Chakra imports -import { - Button, - Flex, - FormControl, - FormLabel, - Input, - Text, - useColorModeValue, -} from "@chakra-ui/react"; -// Assets -import CoverImage from "assets/img/CoverImage.png"; -import React from "react"; -import AuthCover from "layouts/AuthCover"; - -function LockCover() { - // Chakra color mode - const textColor = useColorModeValue("gray.700", "white"); - const bgForm = useColorModeValue("white", "navy.800"); - return ( - - - - - Mike Priesler - - - Enter your password to unlock your account. - - - - Email - - - - - - - - ); -} - -export default LockCover; diff --git a/src/views/Authentication/Lock/LockIllustration.js b/src/views/Authentication/Lock/LockIllustration.js deleted file mode 100755 index cd82bf5d..00000000 --- a/src/views/Authentication/Lock/LockIllustration.js +++ /dev/null @@ -1,81 +0,0 @@ -import React from "react"; -// Chakra imports -import { - Button, - Flex, - FormControl, - FormLabel, - Input, - Text, - useColorModeValue, - LightMode, -} from "@chakra-ui/react"; -// Assets -import illustration from "assets/img/illustration-auth.png"; -import AuthIllustration from "layouts/AuthIllustration"; - -function LockIllustration() { - // Chakra color mode - const textColor = useColorModeValue("blue.500", "blue.500"); - return ( - - - - - Mike Priesler - - - Enter your password to unlock your account. - - - - Password - - - - - - - - - - ); -} - -export default LockIllustration; diff --git a/src/views/Authentication/Reset/ResetBasic.js b/src/views/Authentication/Reset/ResetBasic.js deleted file mode 100755 index 2cf9b1e9..00000000 --- a/src/views/Authentication/Reset/ResetBasic.js +++ /dev/null @@ -1,125 +0,0 @@ -/*! - -========================================================= -* Argon Dashboard Chakra PRO - v1.0.0 -========================================================= - -* Product Page: https://www.creative-tim.com/product/argon-dashboard-chakra-pro -* Copyright 2022 Creative Tim (https://www.creative-tim.com/) - -* Designed and Coded by Simmmple & Creative Tim - -========================================================= - -* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -*/ - -// Chakra imports -import { - Button, - Flex, - FormControl, - FormLabel, - Input, - Text, - useColorModeValue, -} from "@chakra-ui/react"; -// Assets -import BasicImage from "assets/img/BasicImage.png"; -import React from "react"; -import AuthBasic from "layouts/AuthBasic"; - -function ResetCover() { - // Chakra color mode - const textColor = useColorModeValue("gray.700", "white"); - const bgForm = useColorModeValue("white", "navy.800"); - return ( - - - - - Reset password - - - You will receive an e-mail in maximum 60 seconds. - - - - Email - - - {/* - Password - - */} - - - - - - ); -} - -export default ResetCover; diff --git a/src/views/Authentication/Reset/ResetCover.js b/src/views/Authentication/Reset/ResetCover.js deleted file mode 100755 index d84b7e96..00000000 --- a/src/views/Authentication/Reset/ResetCover.js +++ /dev/null @@ -1,109 +0,0 @@ -/*! - -========================================================= -* Argon Dashboard Chakra PRO - v1.0.0 -========================================================= - -* Product Page: https://www.creative-tim.com/product/argon-dashboard-chakra-pro -* Copyright 2022 Creative Tim (https://www.creative-tim.com/) - -* Designed and Coded by Simmmple & Creative Tim - -========================================================= - -* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -*/ - -// Chakra imports -import { - Button, - Flex, - FormControl, - FormLabel, - Input, - Text, - useColorModeValue, -} from "@chakra-ui/react"; -// Assets -import CoverImage from "assets/img/CoverImage.png"; -import React from "react"; -import AuthCover from "layouts/AuthCover"; - -function ResetCover() { - // Chakra color mode - const textColor = useColorModeValue("gray.700", "white"); - const bgForm = useColorModeValue("white", "navy.800"); - return ( - - - - - Reset password - - - You will receive an e-mail in maximum 60 seconds. - - - - Email - - - - - - - - ); -} - -export default ResetCover; diff --git a/src/views/Authentication/Reset/ResetIllustration.js b/src/views/Authentication/Reset/ResetIllustration.js deleted file mode 100755 index 8fcaf984..00000000 --- a/src/views/Authentication/Reset/ResetIllustration.js +++ /dev/null @@ -1,81 +0,0 @@ -import React from "react"; -// Chakra imports -import { - Button, - Flex, - FormControl, - FormLabel, - Input, - Text, - useColorModeValue, - LightMode, -} from "@chakra-ui/react"; -// Assets -import illustration from "assets/img/illustration-auth.png"; -import AuthIllustration from "layouts/AuthIllustration"; - -function ResetIllustration() { - // Chakra color mode - const textColor = useColorModeValue("blue.500", "blue.500"); - return ( - - - - - Reset password - - - You will receive an e-mail in maximum 60 seconds. - - - - Email - - - - - - - - - - ); -} - -export default ResetIllustration; diff --git a/src/views/Authentication/Verification/VerificationBasic.js b/src/views/Authentication/Verification/VerificationBasic.js deleted file mode 100755 index 179e9033..00000000 --- a/src/views/Authentication/Verification/VerificationBasic.js +++ /dev/null @@ -1,116 +0,0 @@ -/*! - -========================================================= -* Argon Dashboard Chakra PRO - v1.0.0 -========================================================= - -* Product Page: https://www.creative-tim.com/product/argon-dashboard-chakra-pro -* Copyright 2022 Creative Tim (https://www.creative-tim.com/) - -* Designed and Coded by Simmmple & Creative Tim - -========================================================= - -* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -*/ - -// Chakra imports -import { - Button, - Link, - Flex, - FormControl, - Text, - Icon, - useColorModeValue, -} from "@chakra-ui/react"; -// Assets -import BasicImage from "assets/img/BasicImage.png"; -import React from "react"; -import AuthBasic from "layouts/AuthBasic"; -import { PinInputLight } from "components/PinInput/PinInput"; -import { Rocket } from "lucide-react"; - -function LockBasic() { - // Chakra color mode - const textColor = useColorModeValue("gray.700", "white"); - const bgForm = useColorModeValue("white", "navy.800"); - return ( - - - - - - - - 2-Step Verification - - - - - - - - - Haven't received it?{" "} - - Resend a new code. - - - - - - ); -} - -export default LockBasic; diff --git a/src/views/Authentication/Verification/VerificationCover.js b/src/views/Authentication/Verification/VerificationCover.js deleted file mode 100755 index f180820e..00000000 --- a/src/views/Authentication/Verification/VerificationCover.js +++ /dev/null @@ -1,104 +0,0 @@ -/*! - -========================================================= -* Argon Dashboard Chakra PRO - v1.0.0 -========================================================= - -* Product Page: https://www.creative-tim.com/product/argon-dashboard-chakra-pro -* Copyright 2022 Creative Tim (https://www.creative-tim.com/) - -* Designed and Coded by Simmmple & Creative Tim - -========================================================= - -* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -*/ - -// Chakra imports -import { - Button, - Flex, - Link, - Icon, - FormControl, - Text, - useColorModeValue, -} from "@chakra-ui/react"; -// Assets -import { PinInputLight } from "components/PinInput/PinInput"; -import { Rocket } from "lucide-react"; -import CoverImage from "assets/img/CoverImage.png"; -import React from "react"; -import AuthCover from "layouts/AuthCover"; - -function LockCover() { - // Chakra color mode - const textColor = useColorModeValue("gray.700", "white"); - const bgForm = useColorModeValue("white", "navy.800"); - return ( - - - - - - - 2-Step Verification - - - - - - - - - Haven't received it?{" "} - - Resend a new code. - - - - - ); -} - -export default LockCover; diff --git a/src/views/Authentication/Verification/VerificationIllustration.js b/src/views/Authentication/Verification/VerificationIllustration.js deleted file mode 100755 index b4e882ed..00000000 --- a/src/views/Authentication/Verification/VerificationIllustration.js +++ /dev/null @@ -1,93 +0,0 @@ -import React from "react"; -// Chakra imports -import { - Button, - Flex, - FormControl, - Link, - Text, - Icon, - useColorModeValue, -} from "@chakra-ui/react"; -// Assets -import illustration from "assets/img/illustration-auth.png"; -import AuthIllustration from "layouts/AuthIllustration"; -import { PinInputDark } from "components/PinInput/PinInput"; -import { Rocket } from "lucide-react"; - -function LockIllustration() { - // Chakra color mode - const textColor = useColorModeValue("blue.500", "blue.500"); - const inputBg = useColorModeValue( - { background: "white !important" }, - { background: "red !important" } - ); - return ( - - - - - - - - 2-Step Verification - - - - - - - - - Haven't received it?{" "} - - Resend a new code. - - - - - - ); -} - -export default LockIllustration; diff --git a/src/views/Landing/index.js b/src/views/Landing/index.js deleted file mode 100644 index c8e602bf..00000000 --- a/src/views/Landing/index.js +++ /dev/null @@ -1,29 +0,0 @@ -// src/views/Landing/index.js -// Landing 页面 - 使用 iframe 嵌入静态 landing.html - -/** - * Landing 组件 - * - * 使用 iframe 全屏嵌入 landing.html,保持静态页面的完整功能 - * 同时可以通过 React 路由访问 - */ -export default function Landing() { - return ( -