initial project
48
.gitignore
vendored
Normal file
@ -0,0 +1,48 @@
|
||||
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
||||
|
||||
# dependencies
|
||||
/node_modules
|
||||
/build
|
||||
/dist
|
||||
/.pnp
|
||||
.pnp.js
|
||||
|
||||
# testing
|
||||
/coverage
|
||||
|
||||
# next.js
|
||||
/.next/
|
||||
/out/
|
||||
|
||||
# production
|
||||
/build
|
||||
|
||||
# misc
|
||||
.DS_Store
|
||||
*.pem
|
||||
|
||||
# debug
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
.pnpm-debug.log*
|
||||
|
||||
# local env files
|
||||
.env
|
||||
.env.local
|
||||
.env.development.local
|
||||
.env.test.local
|
||||
.env.production.local
|
||||
|
||||
# vercel
|
||||
.vercel
|
||||
|
||||
|
||||
#others
|
||||
rz.txt
|
||||
README.txt
|
||||
|
||||
# typescript
|
||||
*.tsbuildinfo
|
||||
|
||||
# yarn.lock
|
||||
25
index.html
Normal file
@ -0,0 +1,25 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en" dir="ltr">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="./src/assets/images/logo/logo.png" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="https://unpkg.com/leaflet@1.7.1/dist/leaflet.css"
|
||||
integrity="sha512-xodZBNTC5n17Xt2atTPuE1HxjVMSvLVW9ocqUKLsCC5CXdbqCmblAshOMAS6/keqq/sMZMZ19scR4PsZChSR7A=="
|
||||
crossorigin=""
|
||||
/>
|
||||
<title>CLV Group</title>
|
||||
</head>
|
||||
<body class="font-inter bg-[#EEF1F9] custom-tippy dashcode-app">
|
||||
<div id="root" class="h-full"></div>
|
||||
<script type="module" src="/src/main.jsx"></script>
|
||||
</body>
|
||||
</html>
|
||||
8
jsconfig.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@/*": ["src/*"]
|
||||
}
|
||||
}
|
||||
}
|
||||
7300
package-lock.json
generated
Normal file
103
package.json
Normal file
@ -0,0 +1,103 @@
|
||||
{
|
||||
"name": "dashkit-react-kitp",
|
||||
"private": true,
|
||||
"version": "0.0.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vite build",
|
||||
"build:cms": "vite build",
|
||||
"preview": "vite preview",
|
||||
"preview:cms": "vite preview --port 3000",
|
||||
"deploy:cms": "npm run build:cms && echo 'Build completed. Files are in dist/cms folder.'"
|
||||
},
|
||||
"dependencies": {
|
||||
"@coreui/coreui": "^5.4.0",
|
||||
"@coreui/coreui-pro": "^5.14.2",
|
||||
"@coreui/react": "^5.7.0",
|
||||
"@coreui/react-pro": "^5.17.0",
|
||||
"@dnd-kit/core": "^6.3.1",
|
||||
"@dnd-kit/modifiers": "^9.0.0",
|
||||
"@fullcalendar/core": "^6.1.4",
|
||||
"@fullcalendar/daygrid": "^6.1.19",
|
||||
"@fullcalendar/interaction": "^6.1.19",
|
||||
"@fullcalendar/list": "^6.1.4",
|
||||
"@fullcalendar/react": "^6.1.19",
|
||||
"@fullcalendar/timegrid": "^6.1.19",
|
||||
"@headlessui/react": "^1.7.4",
|
||||
"@hookform/resolvers": "^2.9.10",
|
||||
"@iconify/react": "^4.0.0",
|
||||
"@react-google-maps/api": "^2.20.6",
|
||||
"@react-spring/web": "^10.0.3",
|
||||
"@reduxjs/toolkit": "^1.9.0",
|
||||
"@rollup/plugin-replace": "^5.0.2",
|
||||
"@south-paw/react-vector-maps": "^3.2.0",
|
||||
"@svg-maps/world": "^1.0.1",
|
||||
"@tippyjs/react": "^4.2.6",
|
||||
"@vis.gl/react-google-maps": "^1.5.2",
|
||||
"@vitejs/plugin-react-refresh": "^1.3.6",
|
||||
"antd": "^5.27.1",
|
||||
"apexcharts": "^3.36.3",
|
||||
"axios": "^1.10.0",
|
||||
"blueimp-md5": "^2.19.0",
|
||||
"chart.js": "^4.2.0",
|
||||
"cleave.js": "^1.6.0",
|
||||
"crypto-js": "^4.2.0",
|
||||
"d3-array": "^3.2.2",
|
||||
"dayjs": "^1.11.7",
|
||||
"framer-motion": "^10.12.12",
|
||||
"leaflet": "^1.9.3",
|
||||
"localforage": "^1.10.0",
|
||||
"lucide-react": "^0.507.0",
|
||||
"match-sorter": "^6.3.1",
|
||||
"md5": "^2.3.0",
|
||||
"organization-chart-react": "^1.1.2",
|
||||
"primereact": "^10.9.6",
|
||||
"quill": "^2.0.3",
|
||||
"react": "^18.2.0",
|
||||
"react-apexcharts": "^1.4.0",
|
||||
"react-beautiful-dnd": "^13.1.1",
|
||||
"react-calendar": "^4.0.0",
|
||||
"react-chartjs-2": "^5.2.0",
|
||||
"react-collapse": "^5.1.1",
|
||||
"react-color": "^2.19.3",
|
||||
"react-colorful": "^5.6.1",
|
||||
"react-csv": "^2.2.2",
|
||||
"react-data-table-component": "^7.7.0",
|
||||
"react-dnd": "^16.0.1",
|
||||
"react-dnd-html5-backend": "^16.0.1",
|
||||
"react-dom": "^18.2.0",
|
||||
"react-dropzone": "^14.2.3",
|
||||
"react-flatpickr": "^3.10.13",
|
||||
"react-hook-form": "^7.39.5",
|
||||
"react-icons": "^5.5.0",
|
||||
"react-leaflet": "^4.2.0",
|
||||
"react-redux": "^8.0.5",
|
||||
"react-router-dom": "^6.4.3",
|
||||
"react-select": "^5.7.0",
|
||||
"react-table": "^7.8.0",
|
||||
"react-tailwindcss-datepicker": "^1.4.2",
|
||||
"react-toastify": "^9.1.3",
|
||||
"react-transition-group": "^4.4.5",
|
||||
"recharts": "^2.3.2",
|
||||
"sass": "^1.56.1",
|
||||
"simplebar-react": "^2.4.3",
|
||||
"sort-by": "^0.0.2",
|
||||
"sweetalert2": "^11.4.8",
|
||||
"swiper": "^8.4.5",
|
||||
"uuidv4": "^6.2.13",
|
||||
"yarn": "^1.22.19",
|
||||
"yup": "^0.32.11"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@faker-js/faker": "^8.0.2",
|
||||
"@types/react": "^18.0.24",
|
||||
"@types/react-dom": "^18.0.8",
|
||||
"@vitejs/plugin-react": "^5.0.0",
|
||||
"autoprefixer": "^10.4.13",
|
||||
"miragejs": "^0.1.47",
|
||||
"postcss": "^8.4.19",
|
||||
"tailwindcss": "^3.2.4",
|
||||
"vite": "^7.1.1"
|
||||
}
|
||||
}
|
||||
6
postcss.config.cjs
Normal file
@ -0,0 +1,6 @@
|
||||
module.exports = {
|
||||
plugins: {
|
||||
tailwindcss: {},
|
||||
autoprefixer: {},
|
||||
},
|
||||
}
|
||||
10
public/.htaccess
Normal file
@ -0,0 +1,10 @@
|
||||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine On
|
||||
|
||||
# Serve existing files directly
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
|
||||
# Redirect everything to index.html
|
||||
RewriteRule ^ index.html [L]
|
||||
</IfModule>
|
||||
BIN
public/notification.mp3
Normal file
BIN
public/traveloka.mp3
Normal file
1
public/vite.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" class="iconify iconify--logos" width="31.88" height="32" preserveAspectRatio="xMidYMid meet" viewBox="0 0 256 257"><defs><linearGradient id="IconifyId1813088fe1fbc01fb466" x1="-.828%" x2="57.636%" y1="7.652%" y2="78.411%"><stop offset="0%" stop-color="#41D1FF"></stop><stop offset="100%" stop-color="#BD34FE"></stop></linearGradient><linearGradient id="IconifyId1813088fe1fbc01fb467" x1="43.376%" x2="50.316%" y1="2.242%" y2="89.03%"><stop offset="0%" stop-color="#FFEA83"></stop><stop offset="8.333%" stop-color="#FFDD35"></stop><stop offset="100%" stop-color="#FFA800"></stop></linearGradient></defs><path fill="url(#IconifyId1813088fe1fbc01fb466)" d="M255.153 37.938L134.897 252.976c-2.483 4.44-8.862 4.466-11.382.048L.875 37.958c-2.746-4.814 1.371-10.646 6.827-9.67l120.385 21.517a6.537 6.537 0 0 0 2.322-.004l117.867-21.483c5.438-.991 9.574 4.796 6.877 9.62Z"></path><path fill="url(#IconifyId1813088fe1fbc01fb467)" d="M185.432.063L96.44 17.501a3.268 3.268 0 0 0-2.634 3.014l-5.474 92.456a3.268 3.268 0 0 0 3.997 3.378l24.777-5.718c2.318-.535 4.413 1.507 3.936 3.838l-7.361 36.047c-.495 2.426 1.782 4.5 4.151 3.78l15.304-4.649c2.372-.72 4.652 1.36 4.15 3.788l-11.698 56.621c-.732 3.542 3.979 5.473 5.943 2.437l1.313-2.028l72.516-144.72c1.215-2.423-.88-5.186-3.54-4.672l-25.505 4.922c-2.396.462-4.435-1.77-3.759-4.114l16.646-57.705c.677-2.35-1.37-4.583-3.769-4.113Z"></path></svg>
|
||||
|
After Width: | Height: | Size: 1.5 KiB |
262
src/App.jsx
Normal file
@ -0,0 +1,262 @@
|
||||
import React, { lazy, Suspense, useEffect } from "react";
|
||||
import { Routes, Route, Navigate, useNavigate } from "react-router-dom";
|
||||
import { useSelector } from 'react-redux';
|
||||
// import { toast } from "react-toastify";
|
||||
import { useSessionManager } from "./hooks/useSessionManager";
|
||||
import SessionWarningModal from "./pages/components/sessionWarningModal";
|
||||
import AuthInterceptor from "./components/authinterceptor";
|
||||
|
||||
// home pages & dashboard
|
||||
const Dashboard = lazy(() => import("./pages/dashboard"));
|
||||
|
||||
// auth pages (login pages)
|
||||
const Login = lazy(() => import("./pages/auth/login"));
|
||||
const Login2 = lazy(() => import("./pages/auth/login2"));
|
||||
const Login3 = lazy(() => import("./pages/auth/login3"));
|
||||
const Error = lazy(() => import("./pages/404"));
|
||||
|
||||
import Layout from "./layout/Layout";
|
||||
import AuthLayout from "./layout/AuthLayout";
|
||||
|
||||
// components pages
|
||||
const Button = lazy(() => import("./pages/components/button"));
|
||||
const Dropdown = lazy(() => import("./pages/components/dropdown"));
|
||||
const Badges = lazy(() => import("./pages/components/badges"));
|
||||
const Colors = lazy(() => import("./pages/components/colors"));
|
||||
const Typography = lazy(() => import("./pages/components/typography"));
|
||||
const Alert = lazy(() => import("./pages/components/alert"));
|
||||
const Progressbar = lazy(() => import("./pages/components/progress-bar"));
|
||||
const Card = lazy(() => import("./pages/components/card"));
|
||||
const Image = lazy(() => import("./pages/components/image"));
|
||||
const Placeholder = lazy(() => import("./pages/components/placeholder"));
|
||||
const Tooltip = lazy(() => import("./pages/components/tooltip-popover"));
|
||||
const Modal = lazy(() => import("./pages/components/modal"));
|
||||
const Carousel = lazy(() => import("./pages/components/carousel"));
|
||||
const Pagination = lazy(() => import("./pages/components/pagination"));
|
||||
const TabsAc = lazy(() => import("./pages/components/tab-accordion"));
|
||||
const Video = lazy(() => import("./pages/components/video"));
|
||||
|
||||
const ComingSoonPage = lazy(() => import("./pages/utility/coming-soon"));
|
||||
const UnderConstructionPage = lazy(() =>
|
||||
import("./pages/utility/under-construction")
|
||||
);
|
||||
|
||||
const Profile = lazy(() => import("./pages/utility/profile"));
|
||||
const IconPage = lazy(() => import("./pages/icons"));
|
||||
import Loading from "@/components/Loading";
|
||||
|
||||
import MemberPage from "./pages/member";
|
||||
import AddMember from "./pages/member/member-add";
|
||||
import MemberEditOverview from "./pages/member/member-edit-overview";
|
||||
import EditProfileMember from "./pages/member/member-edit-profile";
|
||||
import MemberEditAddress from "./pages/member/member-edit-address";
|
||||
import MemberAddAddress from "./pages/member/member-e-add-address";
|
||||
import MemberEditOrder from "./pages/member/member-edit-order";
|
||||
import MemberTopup from "./pages/member/member-edit-topup";
|
||||
import MemberEditWallet from "./pages/member/member-edit-wallet";
|
||||
import MemberEditVoucher from "./pages/member/member-edit-voucher";
|
||||
import MemberEditPoint from "./pages/member/member-edit-point";
|
||||
import EditDetailsMemberOrder from "./pages/member/member-e-edit-order";
|
||||
import EditMemberAddress from "./pages/member/member-e-edit-address";
|
||||
import MemberEditAdjustPoint from "./pages/member/member-edit-adjustpoint";
|
||||
import OrgChart from "./pages/member/member-chart";
|
||||
import MemberAdjustWallet from "./pages/member/member-edit-adjustwallet";
|
||||
import { APIProvider } from "@vis.gl/react-google-maps";
|
||||
import UserData from "./pages/settings/user";
|
||||
import UserEdit from "./pages/settings/user/user-edit";
|
||||
import AddNewUser from "./pages/settings/user/user-add";
|
||||
import SlideshowSettings from "./pages/settings/slideshow";
|
||||
import SlideshowAdd from "./pages/settings/slideshow/slideshow-add";
|
||||
import SlideshowEdit from "./pages/settings/slideshow/slideshow-edit";
|
||||
import CsvExport from "./pages/csv/index";
|
||||
|
||||
import SalesReport from "./pages/report/sales";
|
||||
import PromoReport from "./pages/report/promo";
|
||||
import ProductReport from "./pages/report/product";
|
||||
|
||||
import AllTasks from "./pages/task/all";
|
||||
import THTasks from "./pages/task/th";
|
||||
import TLTasks from "./pages/task/tl";
|
||||
import FLSSTasks from "./pages/task/flss";
|
||||
import LMTasks from "./pages/task/lm";
|
||||
import TPTasks from "./pages/task/tp";
|
||||
|
||||
import AllTaskboard from "./pages/taskboard/all";
|
||||
import THTaskboard from "./pages/taskboard/th";
|
||||
import TLTaskboard from "./pages/taskboard/tl";
|
||||
import FLSSTaskboard from "./pages/taskboard/flss";
|
||||
import LMTaskboard from "./pages/taskboard/lm";
|
||||
import TPTaskboard from "./pages/taskboard/tp";
|
||||
|
||||
function App() {
|
||||
const navigate = useNavigate();
|
||||
const { isAuth } = useSelector(state => state.auth);
|
||||
const {
|
||||
showWarning,
|
||||
timeLeft,
|
||||
timeLeftMs,
|
||||
expirationInfo,
|
||||
checkAutoLogin,
|
||||
extendSession,
|
||||
handleLogout,
|
||||
handleSessionExpiry, // Make sure this is destructured from useSessionManager
|
||||
checkSession // Make sure this is destructured from useSessionManager
|
||||
} = useSessionManager();
|
||||
|
||||
useEffect(() => {
|
||||
console.log('App mounted, checking auto login...');
|
||||
if (!isAuth) {
|
||||
const autoLoggedIn = checkAutoLogin();
|
||||
if (autoLoggedIn) {
|
||||
console.log('Auto login successful, navigating to dashboard');
|
||||
navigate("/dashboard");
|
||||
} else {
|
||||
navigate("/login");
|
||||
}
|
||||
}
|
||||
}, []);
|
||||
|
||||
|
||||
useEffect(() => {
|
||||
if (isAuth && window.location.pathname === '/') {
|
||||
navigate("/dashboard");
|
||||
}
|
||||
}, [isAuth, navigate]);
|
||||
|
||||
return (
|
||||
<main className="App relative">
|
||||
<AuthInterceptor />
|
||||
<APIProvider apiKey={import.meta.env.VITE_GOOGLE_MAPS_API_KEY}>
|
||||
<Routes>
|
||||
<Route path="/" element={<AuthLayout />}>
|
||||
<Route index element={<Login />} />
|
||||
<Route path="login2" element={<Login2 />} />
|
||||
<Route path="login3" element={<Login3 />} />
|
||||
</Route>
|
||||
|
||||
<Route path="/*" element={<Layout />}>
|
||||
<Route index element={<Navigate to="/dashboard" />} />
|
||||
<Route path="dashboard" element={<Dashboard />} />
|
||||
|
||||
<Route path="tasks">
|
||||
<Route index element={<Navigate to="all" />} />
|
||||
<Route path="all" element={< AllTasks />} />
|
||||
<Route path="th" element={< THTasks />} />
|
||||
<Route path="tl" element={< TLTasks />} />
|
||||
<Route path="flss" element={<FLSSTasks />} />
|
||||
<Route path="lm" element={<LMTasks />} />
|
||||
<Route path="tp" element={<TPTasks />} />
|
||||
</Route>
|
||||
|
||||
<Route path="taskboards">
|
||||
<Route index element={<Navigate to="all" />} />
|
||||
<Route path="all" element={< AllTaskboard />} />
|
||||
<Route path="th" element={< THTaskboard />} />
|
||||
<Route path="tl" element={< TLTaskboard />} />
|
||||
<Route path="flss" element={<FLSSTaskboard />} />
|
||||
<Route path="lm" element={<LMTaskboard />} />
|
||||
<Route path="tp" element={<TPTaskboard />} />
|
||||
</Route>
|
||||
|
||||
<Route path="settings">
|
||||
<Route index element={< UserData />} />
|
||||
<Route path="user" element={<UserData />} />
|
||||
<Route path="user/user-edit/:id" element={<UserEdit />} />
|
||||
<Route path="user/add_new_user" element={<AddNewUser />} />
|
||||
<Route path="slideshow_settings" element={< SlideshowSettings />} />
|
||||
<Route path="add_new_slideshow" element={< SlideshowAdd />} />
|
||||
<Route path="edit_slideshow/:id" element={< SlideshowEdit />} />
|
||||
</Route>
|
||||
|
||||
{/* Member routes */}
|
||||
<Route path="member">
|
||||
<Route index element={<MemberPage />} />
|
||||
<Route path="add_new_member" element={<AddMember />} />
|
||||
<Route path="org_chart" element={<OrgChart />} />
|
||||
<Route path="member_overview/:id" element={<MemberEditOverview />} />
|
||||
<Route path="member_overview/member_address/:id" element={<MemberEditAddress />} />
|
||||
<Route path="member_overview/member_address/add_member_address/:id" element={<MemberAddAddress />} />
|
||||
<Route path="member_overview/member_address/edit_member_address/:addressId" element={<EditMemberAddress />} />
|
||||
<Route path="member_overview/member_order/:id" element={<MemberEditOrder />} />
|
||||
<Route path="member_overview/member_order/edit_order" element={<EditDetailsMemberOrder />} />
|
||||
<Route path="member_overview/member_point/:id" element={<MemberEditPoint />} />
|
||||
<Route path="member_overview/member_point/adjust_point/:id" element={<MemberEditAdjustPoint />} />
|
||||
<Route path="member_overview/member_profile/:id" element={<EditProfileMember />} />
|
||||
<Route path="member_overview/member_topup/:id" element={<MemberTopup />} />
|
||||
<Route path="member_overview/member_wallet/:id" element={<MemberEditWallet />} />
|
||||
<Route path="member_overview/member_wallet/adjust_wallet/:id" element={<MemberAdjustWallet />} />
|
||||
<Route path="member_overview/member_voucher/:id" element={<MemberEditVoucher />} />
|
||||
</Route>
|
||||
|
||||
<Route path="csv-export">
|
||||
<Route index element={<CsvExport />} />
|
||||
</Route>
|
||||
<Route path="report">
|
||||
<Route index element={<Navigate to="sales" />} />
|
||||
<Route path="sales" element={<SalesReport />} />
|
||||
<Route path="promo" element={<PromoReport />} />
|
||||
<Route path="product" element={<ProductReport />} />
|
||||
</Route>
|
||||
|
||||
{/* Components pages */}
|
||||
<Route path="button" element={<Button />} />
|
||||
<Route path="dropdown" element={<Dropdown />} />
|
||||
<Route path="badges" element={<Badges />} />
|
||||
<Route path="colors" element={<Colors />} />
|
||||
<Route path="typography" element={<Typography />} />
|
||||
<Route path="alert" element={<Alert />} />
|
||||
<Route path="progress-bar" element={<Progressbar />} />
|
||||
<Route path="card" element={<Card />} />
|
||||
<Route path="image" element={<Image />} />
|
||||
<Route path="Placeholder" element={<Placeholder />} />
|
||||
<Route path="tooltip-popover" element={<Tooltip />} />
|
||||
<Route path="modal" element={<Modal />} />
|
||||
<Route path="carousel" element={<Carousel />} />
|
||||
<Route path="Paginations" element={<Pagination />} />
|
||||
<Route path="tab-accordion" element={<TabsAc />} />
|
||||
<Route path="video" element={<Video />} />
|
||||
<Route path="profile" element={<Profile />} />
|
||||
<Route path="icons" element={<IconPage />} />
|
||||
|
||||
<Route path="*" element={<Navigate to="/404" />} />
|
||||
</Route>
|
||||
|
||||
<Route
|
||||
path="/404"
|
||||
element={
|
||||
<Suspense fallback={<Loading />}>
|
||||
<Error />
|
||||
</Suspense>
|
||||
}
|
||||
/>
|
||||
<Route
|
||||
path="/coming-soon"
|
||||
element={
|
||||
<Suspense fallback={<Loading />}>
|
||||
<ComingSoonPage />
|
||||
</Suspense>
|
||||
}
|
||||
/>
|
||||
<Route
|
||||
path="/under-construction"
|
||||
element={
|
||||
<Suspense fallback={<Loading />}>
|
||||
<UnderConstructionPage />
|
||||
</Suspense>
|
||||
}
|
||||
/>
|
||||
</Routes>
|
||||
|
||||
<SessionWarningModal
|
||||
isOpen={showWarning}
|
||||
timeLeft={timeLeft}
|
||||
timeLeftMs={timeLeftMs}
|
||||
onExtend={extendSession}
|
||||
onLogout={handleLogout}
|
||||
/>
|
||||
</APIProvider>
|
||||
</main>
|
||||
);
|
||||
}
|
||||
|
||||
export default App;
|
||||
161
src/assets/images/all-img/404-2.svg
Normal file
@ -0,0 +1,161 @@
|
||||
<svg width="515" height="406" viewBox="0 0 515 406" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M64.9908 330.381H13.5622C-0.204065 316.079 -3.88038 293.292 4.33141 275.223C12.1736 257.993 28.9968 246.619 39.1866 230.678C60.9449 196.698 50.4354 145.968 79.9958 118.464C94.7711 104.721 116.02 100.744 136.14 99.1347C156.26 97.5257 177.039 97.5756 195.64 89.7502C218.617 80.1057 235.88 59.3878 259.507 51.5823C286.04 42.8174 317.778 53.751 333.283 77.0076C342.983 91.5591 346.65 109.839 358.118 123.041C376.669 144.378 409.357 146.028 432.494 162.288C440.416 167.927 447.061 175.173 451.994 183.555C456.928 191.936 460.039 201.264 461.125 210.93C463.593 234.216 454.751 260.671 468.718 279.48C475.521 288.645 486.56 293.812 493.892 302.567C501.225 311.322 503.263 319.237 500.965 330.381H64.9908Z" fill="#DBF8FE" style="mix-blend-mode:darken"/>
|
||||
<path d="M78.1363 330.381H26.6977C12.9414 316.079 9.25512 293.292 17.4769 275.223C25.3191 257.993 42.1423 246.619 52.3321 230.678C74.0904 196.698 63.5709 145.968 93.1313 118.464C107.917 104.721 129.165 100.744 149.275 99.1347C169.385 97.5257 190.234 97.5756 208.786 89.7502C231.763 80.1057 249.016 59.3878 272.652 51.5823C299.186 42.8174 330.924 53.751 346.428 77.0076C356.129 91.5591 359.785 109.839 371.264 123.041C389.815 144.378 422.502 146.028 445.639 162.288C453.56 167.928 460.204 175.175 465.137 183.556C470.071 191.937 473.183 201.265 474.271 210.93C476.738 234.216 467.897 260.671 481.853 279.48C488.666 288.645 499.705 293.812 507.038 302.567C514.371 311.322 516.399 319.237 514.101 330.381H78.1363Z" fill="#C6D8FD" style="mix-blend-mode:darken"/>
|
||||
<path d="M196.51 154.192L194.392 154.262H3.12345L2.66392 154.322C0.765812 141.629 10.6559 128.737 23.1934 125.339C34.1225 122.34 46.9097 125.009 56.0606 118.343C64.2624 112.346 66.3003 101.163 71.665 92.5377C75.0243 87.145 79.7313 82.7219 85.3213 79.7051C92.3144 75.9573 100.996 74.6481 108.149 78.0361C120.816 84.0326 123.243 100.843 131.715 112.016C133.603 114.515 135.981 116.844 139.008 117.673C141.795 118.443 144.752 117.843 147.609 117.333C156.97 115.684 168.199 115.834 174.023 123.33C176.76 126.868 177.739 131.405 179.258 135.603C180.776 139.8 183.254 144.128 187.469 145.597C189.467 146.307 191.775 146.326 193.553 147.516C195.701 148.975 196.38 151.523 196.51 154.192Z" fill="url(#paint0_linear_1476_110412)"/>
|
||||
<path d="M504.162 178.358H281.115C280.25 177.089 279.729 175.617 279.601 174.087C279.473 172.556 279.743 171.019 280.385 169.623C282.034 165.975 285.47 163.497 288.897 161.438C292.323 159.379 295.97 157.44 298.537 154.442C303.462 148.556 303.173 140.11 304.261 132.515C305.54 123.52 309.316 114.525 316.13 108.529C318.864 106.156 321.93 104.197 325.23 102.712C334.571 98.3647 346.14 97.2753 354.871 102.712C363.222 107.949 367.318 117.913 374.601 124.559C376.263 126.229 378.328 127.441 380.595 128.077C387.119 129.577 392.663 123.66 397.578 119.083C404.571 112.596 413.822 107.749 423.253 108.959C434.341 110.398 442.913 119.952 447.119 130.276C448.877 134.594 450.216 139.371 453.712 142.439C462.703 150.305 477.828 141.49 488.288 147.206C492.214 149.355 494.841 153.263 496.939 157.201C500.429 163.836 502.866 170.974 504.162 178.358Z" fill="url(#paint1_linear_1476_110412)"/>
|
||||
<path d="M192.095 302.157H176.051V330.37H137.18V302.157H79.0781V273.244L139.678 184.605H176.051V272.744H192.095V302.157ZM137.15 272.744V255.754C137.15 252.562 137.267 248.258 137.5 242.841C137.538 239.992 137.721 237.147 138.049 234.316H136.95C134.767 239.294 132.202 244.096 129.278 248.678L113.134 272.664L137.15 272.744Z" fill="#111112"/>
|
||||
<path d="M181.484 302.166H165.43V330.38H126.569V302.166H68.457V273.253L129.057 184.614H165.43V272.753H181.484V302.166ZM126.539 272.753V255.763C126.539 252.572 126.656 248.267 126.889 242.85C127.122 237.434 127.302 234.592 127.428 234.325H126.369C124.182 239.304 121.614 244.105 118.687 248.687L102.543 272.673L126.539 272.753Z" fill="url(#paint2_linear_1476_110412)"/>
|
||||
<path d="M445.741 303.136L440.156 274.253L429.737 276.252L424.402 277.251L407.679 190.711L371.954 197.627L329.287 296.16L334.772 324.554L391.825 313.51L395.071 330.33H434.662L429.987 306.134L435.321 305.135L445.741 303.136ZM375.811 286.706L362.654 289.244L372.044 267.077L373.942 262.59C375.942 257.534 377.548 252.331 378.748 247.029L379.827 246.829C380.043 249.67 380.403 252.499 380.906 255.304C381.705 260.634 382.407 264.881 383.013 268.046L386.23 284.687L375.811 286.706Z" fill="#111112"/>
|
||||
<path d="M435.321 305.155L429.736 276.282L413.982 279.33L397.249 192.79L371.954 197.677L361.535 199.676L318.867 298.219L324.352 326.602L334.771 324.604L381.405 315.609L384.262 330.4H423.852L419.567 308.223L429.986 306.224L435.321 305.155ZM372.054 267.077C372.244 268.166 372.434 269.156 372.604 270.075L375.82 286.716L352.234 291.283L363.533 264.608C365.533 259.557 367.14 254.357 368.338 249.057L369.417 248.848C369.632 251.689 369.992 254.518 370.496 257.323C371.065 261.14 371.585 264.398 372.054 267.077Z" fill="url(#paint3_linear_1476_110412)"/>
|
||||
<path d="M197.52 256.443H173.794L158.739 146.037C158.739 146.037 136.95 122.231 111.945 117.773L135.762 115.185L189.438 116.644L197.52 256.443Z" fill="#9FEBFB"/>
|
||||
<path d="M103.862 195.738C103.862 195.738 90.3756 215.477 96.3696 232.437L121.455 195.738L118.198 191.361L103.862 195.738Z" fill="#111023"/>
|
||||
<path d="M173.793 256.443L172.984 261.54C172.984 261.54 165.831 262.54 165.432 272.754H184.033L194.133 262.89L195.072 256.443H173.793Z" fill="#111023"/>
|
||||
<path d="M145.083 145.937L115.343 144.828L120.178 190.391L100.018 197.617L88.3995 141.35C87.6054 138.892 87.3684 136.289 87.7056 133.728C88.0429 131.168 88.9461 128.714 90.3495 126.547C91.7529 124.379 93.6213 122.551 95.819 121.196C98.0167 119.841 100.489 118.993 103.055 118.713L111.916 117.713C136.931 122.211 158.739 146.037 158.739 146.037L145.083 145.937Z" fill="#9FEBFB"/>
|
||||
<path d="M90.316 18.7609V20.1101L88.7076 20.32C88.4079 19.576 87.9669 18.8972 87.4089 18.3212C85.2611 16.4722 83.7626 15.0031 82.2241 15.9026C81.0653 16.5722 81.1552 19.7603 81.2251 21.2595L76.8395 21.8191L37.9883 26.7463V26.6763C40.5058 26.0867 42.4638 21.5593 42.4638 16.0625C42.4638 10.5657 40.5657 6.16822 38.0982 5.46863L90.306 11.3552V18.7809L90.316 18.7609Z" fill="url(#paint4_linear_1476_110412)"/>
|
||||
<path d="M40.9069 8.29697C40.7976 8.45426 40.6975 8.61777 40.6072 8.78669C40.1764 9.92733 39.6725 11.039 39.0987 12.1148C38.5882 12.8529 37.8677 13.4204 37.0307 13.7438C36.1365 14.0313 35.2106 14.2092 34.2735 14.2735C33.6443 14.333 33.0278 14.488 32.4453 14.7332C32.735 9.54625 34.783 5.50859 37.3005 5.37866L38.1097 5.46861C38.7447 5.72328 39.3206 6.10574 39.8018 6.59227C40.2829 7.0788 40.6591 7.65902 40.9069 8.29697Z" fill="url(#paint5_linear_1476_110412)"/>
|
||||
<path d="M42.4548 15.173C41.8154 16.0325 41.5057 17.1019 40.9063 17.9814C40.2021 19.0567 39.1109 19.8191 37.8593 20.1102C36.7405 20.36 35.5217 20.2201 34.4927 20.7398C33.9765 21.015 33.5423 21.4219 33.234 21.9191C32.6704 20.0117 32.391 18.0315 32.4048 16.0425C32.4048 15.5928 32.4048 15.1531 32.4547 14.7133C33.0373 14.4681 33.6537 14.3131 34.2829 14.2536C35.22 14.1893 36.1459 14.0114 37.0402 13.7239C37.8708 13.4042 38.5873 12.8439 39.0981 12.1148C39.6711 11.0455 40.175 9.94057 40.6066 8.80673C40.6969 8.63781 40.797 8.4743 40.9063 8.31702C41.8898 10.471 42.417 12.8053 42.4548 15.173Z" fill="url(#paint6_linear_1476_110412)"/>
|
||||
<path d="M42.4754 16.0427C42.4754 21.5395 40.4774 26.0369 37.9998 26.6565C37.814 26.705 37.6225 26.7285 37.4304 26.7265C35.6722 26.7265 34.1237 24.8176 33.2246 21.9193C33.5329 21.422 33.9672 21.0151 34.4833 20.7399C35.4823 20.2202 36.7311 20.3602 37.85 20.1103C39.0752 19.82 40.1456 19.0776 40.847 18.0315C41.4464 17.152 41.7561 16.0327 42.3954 15.2231C42.4654 15.453 42.4754 15.7428 42.4754 16.0427Z" fill="url(#paint7_linear_1476_110412)"/>
|
||||
<path d="M121.086 13.4246H136.76C135.44 13.8921 134.202 14.5668 133.094 15.4234C132.594 15.8831 132.814 16.7127 133.424 17.792H121.086V13.4246Z" fill="#111023"/>
|
||||
<path d="M155.902 16.113V17.852H147.39C146.737 16.4179 146.19 14.9382 145.752 13.4246H155.902V16.113Z" fill="#111023"/>
|
||||
<path d="M121.086 17.8016V18.7711H90.3164V12.3948H121.086V13.4342V17.8016Z" fill="#26AE65"/>
|
||||
<path d="M91.5352 29.6446L84.8119 34.8016C84.8119 34.8016 76.5901 26.1766 76.9198 21.8092L81.3054 21.2495C81.2055 19.7504 81.1156 16.5622 82.3044 15.8926C83.8429 14.9931 85.3014 16.4623 87.4892 18.3112C88.0472 18.8873 88.4882 19.5661 88.7879 20.31C89.9814 23.3329 90.9008 26.457 91.5352 29.6446Z" fill="url(#paint8_linear_1476_110412)"/>
|
||||
<path d="M45.9597 5.48895C45.5001 4.48953 44.0416 5.33904 44.4911 6.31848C45.8615 9.26101 46.4948 12.4932 46.3364 15.7355C46.178 18.9779 45.2326 22.1328 43.582 24.9277C43.4977 25.1188 43.4868 25.3343 43.5513 25.533C43.6158 25.7317 43.7512 25.8997 43.9317 26.0048C44.1121 26.1099 44.325 26.1448 44.5296 26.1028C44.7341 26.0608 44.916 25.9449 45.0406 25.7772C46.8258 22.7232 47.8423 19.2808 48.0024 15.7465C48.1625 12.2122 47.4615 8.692 45.9597 5.48895Z" fill="#111023"/>
|
||||
<path d="M166.592 36.4608V41.6878L160.338 35.7712L166.592 36.4608Z" fill="url(#paint9_linear_1476_110412)"/>
|
||||
<path d="M166.59 41.6779L172.894 47.6744L178.888 53.3512C178.888 53.3512 192.704 43.6568 197.998 43.5768C198.363 43.5675 198.728 43.5943 199.087 43.6568C203.803 44.3164 206.68 49.7732 205.861 55.0002C204.962 60.6269 205.121 66.8633 199.707 67.8727C194.292 68.8821 170.396 74.6888 170.396 74.6888L144.242 39.1994L147.329 37.1006L154.192 32.2934L155.581 31.2939L158.578 34.1423L160.326 35.7913L166.59 41.6779Z" fill="url(#paint10_linear_1476_110412)"/>
|
||||
<path d="M183.474 37.54L199.088 43.6565C198.729 43.594 198.364 43.5672 197.999 43.5765C192.665 43.6565 178.898 53.3009 178.898 53.3009L172.904 47.6242L183.474 37.54Z" fill="url(#paint11_linear_1476_110412)"/>
|
||||
<path d="M199.699 67.8726L190.628 92.5783L189.409 116.644C189.409 116.644 188.35 116.834 186.502 117.094C177.85 118.323 151.936 121.282 135.733 115.185L142.046 85.2925L139.129 61.7162L103.914 65.6139L81.8164 37.1005L84.8134 34.8018L91.5866 29.6448L112.426 50.0929L145.113 35.8012C145.806 36.3085 146.55 36.7438 147.331 37.1005L144.244 39.2492L170.398 74.7386C170.398 74.7386 194.284 68.892 199.699 67.8726Z" fill="url(#paint12_linear_1476_110412)"/>
|
||||
<path d="M154.194 32.243L147.331 37.1002C146.551 36.7499 145.807 36.3213 145.113 35.8209C144.152 35.2141 143.332 34.4073 142.71 33.4554C142.087 32.5035 141.677 31.4287 141.507 30.3041C141.217 26.8461 135.373 21.2094 133.465 17.8513C132.856 16.772 132.636 15.9424 133.135 15.4827C134.244 14.6261 135.481 13.9514 136.802 13.4839C140.428 12.0447 145.263 11.0653 145.703 13.304C145.715 13.3651 145.731 13.4253 145.753 13.4839C146.193 14.9805 146.74 16.4435 147.391 17.8613C149.879 23.598 154.194 32.243 154.194 32.243Z" fill="#FFB27D"/>
|
||||
<path style="mix-blend-mode:overlay" opacity="0.38" d="M190.636 92.578C150.626 84.0729 144.242 39.199 144.242 39.199L170.396 74.7084L199.697 67.8723L190.636 92.578Z" fill="url(#paint13_linear_1476_110412)"/>
|
||||
<path d="M183.244 15.7231C183.464 15.6382 183.7 15.6059 183.933 15.6285C184.167 15.6511 184.393 15.7281 184.592 15.8533C184.791 15.9786 184.958 16.1486 185.079 16.3498C185.201 16.551 185.274 16.7779 185.292 17.0123C186.081 20.1105 182.615 23.8184 182.615 23.8184L183.474 37.5404L172.895 47.6246L177.031 35.7714L166.591 36.451L160.347 35.7714L158.599 34.1024C158.599 34.1024 157.38 22.739 157.38 16.1128C157.348 14.8858 157.425 13.6584 157.61 12.445L157.66 12.1152C164.973 13.3544 175.122 10.4961 175.122 10.4961C175.122 10.4961 176.551 24.3581 178.489 24.5979C180.427 24.8378 181.046 17.0623 181.046 17.0623C181.684 16.4756 182.431 16.0205 183.244 15.7231Z" fill="#FFB27D"/>
|
||||
<path d="M183.334 5.64862L183.244 15.7228C182.434 16.0053 181.687 16.4432 181.046 17.012C181.046 17.012 180.436 24.7875 178.488 24.5477C176.54 24.3078 175.122 10.4458 175.122 10.4458C175.122 10.4458 164.972 13.3042 157.659 12.1149C155.552 11.8925 153.575 10.991 152.025 9.54636C146.43 3.64978 148.368 0.301723 156.39 2.13066C164.412 3.9596 181.026 -5.76476 183.334 5.64862Z" fill="#47474E"/>
|
||||
<path d="M177.029 35.7712L172.884 47.6344L166.59 41.6878V36.4608L177.029 35.7712Z" fill="#ED975D"/>
|
||||
<path d="M472.175 330.38H71.3149C71.3149 330.38 49.7465 344.712 81.8144 347.13C113.882 349.549 163.902 351.847 162.664 362.761C161.425 373.675 132.474 371.526 132.474 390.745C132.474 409.964 266.04 405.566 266.04 405.566C266.04 405.566 341.495 406.566 352.234 393.803C362.974 381.04 321.825 369.367 329.257 364.33C336.69 359.293 390.966 374.394 399.048 362.171C407.13 349.949 397.439 342.233 412.344 340.614C427.249 338.995 469.667 344.921 472.175 330.38Z" fill="#B0D4FF" style="mix-blend-mode:multiply"/>
|
||||
<path d="M441.864 364.39C458.604 364.39 472.174 360.529 472.174 355.765C472.174 351.002 458.604 347.14 441.864 347.14C425.125 347.14 411.555 351.002 411.555 355.765C411.555 360.529 425.125 364.39 441.864 364.39Z" fill="#D7E9FF"/>
|
||||
<path d="M119.177 369.778C133.809 369.778 145.671 366.842 145.671 363.221C145.671 359.601 133.809 356.665 119.177 356.665C104.545 356.665 92.6836 359.601 92.6836 363.221C92.6836 366.842 104.545 369.778 119.177 369.778Z" fill="#D7E9FF"/>
|
||||
<path d="M271.025 394.573C287.644 394.573 301.115 391.978 301.115 388.777C301.115 385.575 287.644 382.98 271.025 382.98C254.407 382.98 240.936 385.575 240.936 388.777C240.936 391.978 254.407 394.573 271.025 394.573Z" fill="#E9FDFF"/>
|
||||
<path d="M310.817 253.265C304.643 239.147 293.064 230.352 276.081 226.88C274.237 226.501 272.428 226.201 270.657 225.981C255.672 224.082 243.314 227.66 233.584 236.715C222.695 246.829 214.656 264.575 209.468 289.954C206.291 305.511 205.405 318.974 206.811 330.34H243.933C243.467 323.678 244.773 312.83 247.85 297.799C251.18 281.522 254.476 270.528 257.74 264.818C259.638 261.487 261.786 259.298 264.183 258.252C265.939 257.481 267.896 257.292 269.768 257.712C274.523 258.692 277.26 262.56 277.979 269.316C278.699 276.072 277.443 287.365 274.213 303.196C271.789 315.063 269.355 324.114 266.91 330.35H307.59C309.612 324.012 311.28 317.566 312.585 311.042C313.531 306.378 314.277 301.92 314.823 297.669C317.154 279.5 315.818 264.698 310.817 253.265Z" fill="#111112"/>
|
||||
<path d="M300.416 251.146C294.875 238.467 284.945 230.082 270.626 225.991C269.021 225.531 267.356 225.124 265.631 224.771C248.188 221.2 234.022 224.478 223.133 234.606C212.244 244.733 204.209 262.493 199.027 287.885C197.968 293.048 197.166 297.989 196.62 302.706C195.39 311.893 195.39 321.203 196.62 330.39H233.693C233.643 330.15 233.613 329.91 233.583 329.66C232.804 323.191 234.062 311.864 237.359 295.68C240.689 279.403 243.989 268.409 247.259 262.699C250.529 256.989 254.525 254.621 259.247 255.593C261.095 255.935 262.784 256.864 264.062 258.242C265.91 260.241 267.059 263.239 267.459 267.187C268.178 273.949 266.923 285.243 263.693 301.067C260.975 314.339 258.248 324.097 255.511 330.34H296.4C298.763 323.332 300.695 316.187 302.184 308.942C307.173 284.53 306.583 265.264 300.416 251.146Z" fill="url(#paint14_linear_1476_110412)"/>
|
||||
<path d="M328.757 155.902L328.508 156.102L302.404 176.42L286.11 189.113L272.544 226.661L268.777 225.312L282.753 186.654L326.31 152.744L328.757 155.902Z" fill="#2A2A2A"/>
|
||||
<path d="M341.264 240.193C338.267 243.721 334.271 246.19 330.275 248.488L330.005 248.018C331.573 246.02 333.232 243.651 332.762 241.142C332.286 239.462 331.276 237.981 329.885 236.925C327.697 234.996 325.26 233.367 323.172 231.338C320.966 229.399 319.486 226.766 318.976 223.872C318.536 220.075 320.584 216.487 321.384 212.749C321.789 211.264 321.73 209.691 321.214 208.242C319.875 205.063 315.829 204.334 312.622 203.055C309.755 201.895 307.058 199.746 306.259 196.758C305.1 192.421 308.187 187.983 307.767 183.516C307.582 181.962 306.987 180.486 306.042 179.238C305.098 177.991 303.838 177.018 302.393 176.42L328.497 156.092C332.922 159.93 336.738 165.017 336.788 170.823C336.788 174.501 335.32 177.999 334.261 181.517C333.753 182.906 333.575 184.395 333.741 185.865C334.151 188.083 335.919 189.762 337.547 191.331C340.914 194.559 344.301 198.487 344.241 203.154C344.181 208.391 339.715 213.059 340.495 218.236C340.994 221.544 343.542 224.182 344.56 227.36C345.969 231.758 344.231 236.665 341.264 240.193Z" fill="#6366F1"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_1476_110412" x1="99.47" y1="76.0806" x2="99.47" y2="154.322" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#D7E9FF" stop-opacity="0.2"/>
|
||||
<stop offset="1" stop-color="#D7E9FF"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear_1476_110412" x1="391.866" y1="99.0317" x2="391.866" y2="178.358" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#D7E9FF" stop-opacity="0.2"/>
|
||||
<stop offset="1" stop-color="#D7E9FF"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint2_linear_1476_110412" x1="30046.6" y1="56020.1" x2="29843.7" y2="48003.6" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#F9E6D9"/>
|
||||
<stop offset="0.12" stop-color="#FCF1EA"/>
|
||||
<stop offset="0.27" stop-color="#FEF9F6"/>
|
||||
<stop offset="0.48" stop-color="#FFFEFD"/>
|
||||
<stop offset="1" stop-color="white"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint3_linear_1476_110412" x1="60552.2" y1="52224.6" x2="60376.6" y2="44655.8" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#F9E6D9"/>
|
||||
<stop offset="0.12" stop-color="#FCF1EA"/>
|
||||
<stop offset="0.27" stop-color="#FEF9F6"/>
|
||||
<stop offset="0.48" stop-color="#FFFEFD"/>
|
||||
<stop offset="1" stop-color="white"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint4_linear_1476_110412" x1="37.9983" y1="16.0825" x2="90.316" y2="16.0825" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#51ADC6"/>
|
||||
<stop offset="0.01" stop-color="#55AFC4"/>
|
||||
<stop offset="0.07" stop-color="#74BFB5"/>
|
||||
<stop offset="0.13" stop-color="#8FCDA7"/>
|
||||
<stop offset="0.21" stop-color="#A5D89D"/>
|
||||
<stop offset="0.3" stop-color="#B6E194"/>
|
||||
<stop offset="0.41" stop-color="#C1E78E"/>
|
||||
<stop offset="0.57" stop-color="#C8EA8B"/>
|
||||
<stop offset="1" stop-color="#CAEB8A"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint5_linear_1476_110412" x1="40.9069" y1="10.036" x2="32.4453" y2="10.036" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#8AEBD6"/>
|
||||
<stop offset="0.46" stop-color="#89E9D7"/>
|
||||
<stop offset="0.63" stop-color="#84E2DA"/>
|
||||
<stop offset="0.75" stop-color="#7DD7DE"/>
|
||||
<stop offset="0.84" stop-color="#72C6E5"/>
|
||||
<stop offset="0.92" stop-color="#64B0EE"/>
|
||||
<stop offset="0.99" stop-color="#5395F9"/>
|
||||
<stop offset="1" stop-color="#5193FA"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint6_linear_1476_110412" x1="1857.57" y1="797.103" x2="1756.36" y2="797.103" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#31D1D6"/>
|
||||
<stop offset="0.37" stop-color="#32CED8"/>
|
||||
<stop offset="0.62" stop-color="#36C6DF"/>
|
||||
<stop offset="0.82" stop-color="#3CB7EB"/>
|
||||
<stop offset="1" stop-color="#45A3FA"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint7_linear_1476_110412" x1="1713.35" y1="749.603" x2="1627.68" y2="749.603" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#8AEBD6"/>
|
||||
<stop offset="0.46" stop-color="#89E9D7"/>
|
||||
<stop offset="0.63" stop-color="#84E2DA"/>
|
||||
<stop offset="0.75" stop-color="#7DD7DE"/>
|
||||
<stop offset="0.84" stop-color="#72C6E5"/>
|
||||
<stop offset="0.92" stop-color="#64B0EE"/>
|
||||
<stop offset="0.99" stop-color="#5395F9"/>
|
||||
<stop offset="1" stop-color="#5193FA"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint8_linear_1476_110412" x1="76.8599" y1="25.2072" x2="91.5352" y2="25.2072" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#F7BE86"/>
|
||||
<stop offset="0.33" stop-color="#F7BC83"/>
|
||||
<stop offset="0.54" stop-color="#F7B67B"/>
|
||||
<stop offset="0.73" stop-color="#F7AC6C"/>
|
||||
<stop offset="0.89" stop-color="#F79E57"/>
|
||||
<stop offset="1" stop-color="#F79244"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint9_linear_1476_110412" x1="163.525" y1="36.4309" x2="163.045" y2="54.0906" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#7B6ED6"/>
|
||||
<stop offset="0.48" stop-color="#796DD5"/>
|
||||
<stop offset="0.65" stop-color="#7268D0"/>
|
||||
<stop offset="0.78" stop-color="#6760C9"/>
|
||||
<stop offset="0.88" stop-color="#5655BE"/>
|
||||
<stop offset="0.96" stop-color="#4047B0"/>
|
||||
<stop offset="1" stop-color="#333EA8"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint10_linear_1476_110412" x1="19579.9" y1="3483.79" x2="19540.2" y2="5264.31" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#7B6ED6"/>
|
||||
<stop offset="0.48" stop-color="#796DD5"/>
|
||||
<stop offset="0.65" stop-color="#7268D0"/>
|
||||
<stop offset="0.78" stop-color="#6760C9"/>
|
||||
<stop offset="0.88" stop-color="#5655BE"/>
|
||||
<stop offset="0.96" stop-color="#4047B0"/>
|
||||
<stop offset="1" stop-color="#333EA8"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint11_linear_1476_110412" x1="8696.28" y1="1297.62" x2="8691.63" y2="1576.25" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#7B6ED6"/>
|
||||
<stop offset="0.48" stop-color="#796DD5"/>
|
||||
<stop offset="0.65" stop-color="#7268D0"/>
|
||||
<stop offset="0.78" stop-color="#6760C9"/>
|
||||
<stop offset="0.88" stop-color="#5655BE"/>
|
||||
<stop offset="0.96" stop-color="#4047B0"/>
|
||||
<stop offset="1" stop-color="#333EA8"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint12_linear_1476_110412" x1="26133.8" y1="10490.4" x2="40045.1" y2="10490.4" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#7B6ED6"/>
|
||||
<stop offset="0.48" stop-color="#796DD5"/>
|
||||
<stop offset="0.65" stop-color="#7268D0"/>
|
||||
<stop offset="0.78" stop-color="#6760C9"/>
|
||||
<stop offset="0.88" stop-color="#5655BE"/>
|
||||
<stop offset="0.96" stop-color="#4047B0"/>
|
||||
<stop offset="1" stop-color="#333EA8"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint13_linear_1476_110412" x1="144.242" y1="65.8935" x2="199.707" y2="65.8935" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#3C0887"/>
|
||||
<stop offset="0.32" stop-color="#3F0987"/>
|
||||
<stop offset="0.53" stop-color="#470E87"/>
|
||||
<stop offset="0.71" stop-color="#561588"/>
|
||||
<stop offset="0.87" stop-color="#6B1F89"/>
|
||||
<stop offset="1" stop-color="#822A8A"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint14_linear_1476_110412" x1="43115.1" y1="40952.3" x2="43002.5" y2="35065.3" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#F9E6D9"/>
|
||||
<stop offset="0.12" stop-color="#FCF1EA"/>
|
||||
<stop offset="0.27" stop-color="#FEF9F6"/>
|
||||
<stop offset="0.48" stop-color="#FFFEFD"/>
|
||||
<stop offset="1" stop-color="white"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 21 KiB |
161
src/assets/images/all-img/404.svg
Normal file
@ -0,0 +1,161 @@
|
||||
<svg width="515" height="406" viewBox="0 0 515 406" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path style="mix-blend-mode:darken" opacity="0.37" d="M64.9908 330.381H13.5622C-0.204065 316.079 -3.88038 293.292 4.33141 275.223C12.1736 257.993 28.9968 246.619 39.1866 230.678C60.9449 196.698 50.4354 145.968 79.9958 118.464C94.7711 104.721 116.02 100.744 136.14 99.1347C156.26 97.5257 177.039 97.5756 195.64 89.7502C218.617 80.1057 235.88 59.3878 259.507 51.5823C286.04 42.8174 317.778 53.751 333.283 77.0076C342.983 91.5591 346.65 109.839 358.118 123.041C376.669 144.378 409.357 146.028 432.494 162.288C440.416 167.927 447.061 175.173 451.994 183.555C456.928 191.936 460.039 201.264 461.125 210.93C463.593 234.216 454.751 260.671 468.718 279.48C475.521 288.645 486.56 293.812 493.892 302.567C501.225 311.322 503.263 319.237 500.965 330.381H64.9908Z" fill="#9FEBFB"/>
|
||||
<path style="mix-blend-mode:darken" opacity="0.37" d="M78.1363 330.381H26.6977C12.9414 316.079 9.25512 293.292 17.4769 275.223C25.3191 257.993 42.1423 246.619 52.3321 230.678C74.0904 196.698 63.5709 145.968 93.1313 118.464C107.917 104.721 129.165 100.744 149.275 99.1347C169.385 97.5257 190.234 97.5756 208.786 89.7502C231.763 80.1057 249.016 59.3878 272.652 51.5823C299.186 42.8174 330.924 53.751 346.428 77.0076C356.129 91.5591 359.785 109.839 371.264 123.041C389.815 144.378 422.502 146.028 445.639 162.288C453.56 167.928 460.204 175.175 465.137 183.556C470.071 191.937 473.183 201.265 474.271 210.93C476.738 234.216 467.897 260.671 481.853 279.48C488.666 288.645 499.705 293.812 507.038 302.567C514.371 311.322 516.399 319.237 514.101 330.381H78.1363Z" fill="#A3A1FB"/>
|
||||
<path d="M196.51 154.192L194.392 154.262H3.12345L2.66392 154.322C0.765812 141.629 10.6559 128.737 23.1934 125.339C34.1225 122.34 46.9097 125.009 56.0606 118.343C64.2624 112.346 66.3003 101.163 71.665 92.5377C75.0243 87.145 79.7313 82.7219 85.3213 79.7051C92.3144 75.9573 100.996 74.6481 108.149 78.0361C120.816 84.0326 123.243 100.843 131.715 112.016C133.603 114.515 135.981 116.844 139.008 117.673C141.795 118.443 144.752 117.843 147.609 117.333C156.97 115.684 168.199 115.834 174.023 123.33C176.76 126.868 177.739 131.405 179.258 135.603C180.776 139.8 183.254 144.128 187.469 145.597C189.467 146.307 191.775 146.326 193.553 147.516C195.701 148.975 196.38 151.523 196.51 154.192Z" fill="url(#paint0_linear_1476_110518)"/>
|
||||
<path d="M504.162 178.358H281.115C280.25 177.089 279.729 175.617 279.601 174.087C279.473 172.556 279.743 171.019 280.385 169.623C282.034 165.975 285.47 163.497 288.897 161.438C292.323 159.379 295.97 157.44 298.537 154.442C303.462 148.556 303.173 140.11 304.261 132.515C305.54 123.52 309.316 114.525 316.13 108.529C318.864 106.156 321.93 104.197 325.23 102.712C334.571 98.3647 346.14 97.2753 354.871 102.712C363.222 107.949 367.318 117.913 374.601 124.559C376.263 126.229 378.328 127.441 380.595 128.077C387.119 129.577 392.663 123.66 397.578 119.083C404.571 112.596 413.822 107.749 423.253 108.959C434.341 110.398 442.913 119.952 447.119 130.276C448.877 134.594 450.216 139.371 453.712 142.439C462.703 150.305 477.828 141.49 488.288 147.206C492.214 149.355 494.841 153.263 496.939 157.201C500.429 163.836 502.866 170.974 504.162 178.358Z" fill="url(#paint1_linear_1476_110518)"/>
|
||||
<path d="M192.095 302.157H176.051V330.37H137.18V302.157H79.0781V273.244L139.678 184.605H176.051V272.744H192.095V302.157ZM137.15 272.744V255.754C137.15 252.562 137.267 248.258 137.5 242.841C137.538 239.992 137.721 237.147 138.049 234.316H136.95C134.767 239.294 132.202 244.096 129.278 248.678L113.134 272.664L137.15 272.744Z" fill="#111112"/>
|
||||
<path d="M181.484 302.166H165.43V330.38H126.569V302.166H68.457V273.253L129.057 184.614H165.43V272.753H181.484V302.166ZM126.539 272.753V255.763C126.539 252.572 126.656 248.267 126.889 242.85C127.122 237.434 127.302 234.592 127.428 234.325H126.369C124.182 239.304 121.614 244.105 118.687 248.687L102.543 272.673L126.539 272.753Z" fill="url(#paint2_linear_1476_110518)"/>
|
||||
<path d="M445.741 303.136L440.156 274.253L429.737 276.252L424.402 277.251L407.679 190.711L371.954 197.627L329.287 296.16L334.772 324.554L391.825 313.51L395.071 330.33H434.662L429.987 306.134L435.321 305.135L445.741 303.136ZM375.811 286.706L362.654 289.244L372.044 267.077L373.942 262.59C375.942 257.534 377.548 252.331 378.748 247.029L379.827 246.829C380.043 249.67 380.403 252.499 380.906 255.304C381.705 260.634 382.407 264.881 383.013 268.046L386.23 284.687L375.811 286.706Z" fill="#111112"/>
|
||||
<path d="M435.321 305.155L429.736 276.282L413.982 279.33L397.249 192.79L371.954 197.677L361.535 199.676L318.867 298.219L324.352 326.602L334.771 324.604L381.405 315.609L384.262 330.4H423.852L419.567 308.223L429.986 306.224L435.321 305.155ZM372.054 267.077C372.244 268.166 372.434 269.156 372.604 270.075L375.82 286.716L352.234 291.283L363.533 264.608C365.533 259.557 367.14 254.357 368.338 249.057L369.417 248.848C369.632 251.689 369.992 254.518 370.496 257.323C371.065 261.14 371.585 264.398 372.054 267.077Z" fill="url(#paint3_linear_1476_110518)"/>
|
||||
<path d="M197.52 256.443H173.794L158.739 146.037C158.739 146.037 136.95 122.231 111.945 117.773L135.762 115.185L189.438 116.644L197.52 256.443Z" fill="#9FEBFB"/>
|
||||
<path d="M103.862 195.738C103.862 195.738 90.3756 215.477 96.3696 232.437L121.455 195.738L118.198 191.361L103.862 195.738Z" fill="#111023"/>
|
||||
<path d="M173.793 256.443L172.984 261.54C172.984 261.54 165.831 262.54 165.432 272.754H184.033L194.133 262.89L195.072 256.443H173.793Z" fill="#111023"/>
|
||||
<path d="M145.083 145.937L115.343 144.828L120.178 190.391L100.018 197.617L88.3995 141.35C87.6054 138.892 87.3684 136.289 87.7056 133.728C88.0429 131.168 88.9461 128.714 90.3495 126.547C91.7529 124.379 93.6213 122.551 95.819 121.196C98.0167 119.841 100.489 118.993 103.055 118.713L111.916 117.713C136.931 122.211 158.739 146.037 158.739 146.037L145.083 145.937Z" fill="#9FEBFB"/>
|
||||
<path d="M90.316 18.7609V20.1101L88.7076 20.32C88.4079 19.576 87.9669 18.8972 87.4089 18.3212C85.2611 16.4722 83.7626 15.0031 82.2241 15.9026C81.0653 16.5722 81.1552 19.7603 81.2251 21.2595L76.8395 21.8191L37.9883 26.7463V26.6763C40.5058 26.0867 42.4638 21.5593 42.4638 16.0625C42.4638 10.5657 40.5657 6.16822 38.0982 5.46863L90.306 11.3552V18.7809L90.316 18.7609Z" fill="url(#paint4_linear_1476_110518)"/>
|
||||
<path d="M40.9069 8.29697C40.7976 8.45426 40.6975 8.61777 40.6072 8.78669C40.1764 9.92733 39.6725 11.039 39.0987 12.1148C38.5882 12.8529 37.8677 13.4204 37.0307 13.7438C36.1365 14.0313 35.2106 14.2092 34.2735 14.2735C33.6443 14.333 33.0278 14.488 32.4453 14.7332C32.735 9.54625 34.783 5.50859 37.3005 5.37866L38.1097 5.46861C38.7447 5.72328 39.3206 6.10574 39.8018 6.59227C40.2829 7.0788 40.6591 7.65902 40.9069 8.29697Z" fill="url(#paint5_linear_1476_110518)"/>
|
||||
<path d="M42.4548 15.173C41.8154 16.0325 41.5057 17.1019 40.9063 17.9814C40.2021 19.0567 39.1109 19.8191 37.8593 20.1102C36.7405 20.36 35.5217 20.2201 34.4927 20.7398C33.9765 21.015 33.5423 21.4219 33.234 21.9191C32.6704 20.0117 32.391 18.0315 32.4048 16.0425C32.4048 15.5928 32.4048 15.1531 32.4547 14.7133C33.0373 14.4681 33.6537 14.3131 34.2829 14.2536C35.22 14.1893 36.1459 14.0114 37.0402 13.7239C37.8708 13.4042 38.5873 12.8439 39.0981 12.1148C39.6711 11.0455 40.175 9.94057 40.6066 8.80673C40.6969 8.63781 40.797 8.4743 40.9063 8.31702C41.8898 10.471 42.417 12.8053 42.4548 15.173Z" fill="url(#paint6_linear_1476_110518)"/>
|
||||
<path d="M42.4754 16.0427C42.4754 21.5395 40.4774 26.0369 37.9998 26.6565C37.814 26.705 37.6225 26.7285 37.4304 26.7265C35.6722 26.7265 34.1237 24.8176 33.2246 21.9193C33.5329 21.422 33.9672 21.0151 34.4833 20.7399C35.4823 20.2202 36.7311 20.3602 37.85 20.1103C39.0752 19.82 40.1456 19.0776 40.847 18.0315C41.4464 17.152 41.7561 16.0327 42.3954 15.2231C42.4654 15.453 42.4754 15.7428 42.4754 16.0427Z" fill="url(#paint7_linear_1476_110518)"/>
|
||||
<path d="M121.086 13.4246H136.76C135.44 13.8921 134.202 14.5668 133.094 15.4234C132.594 15.8831 132.814 16.7127 133.424 17.792H121.086V13.4246Z" fill="#111023"/>
|
||||
<path d="M155.902 16.113V17.852H147.39C146.737 16.4179 146.19 14.9382 145.752 13.4246H155.902V16.113Z" fill="#111023"/>
|
||||
<path d="M121.086 17.8016V18.7711H90.3164V12.3948H121.086V13.4342V17.8016Z" fill="#26AE65"/>
|
||||
<path d="M91.5352 29.6446L84.8119 34.8016C84.8119 34.8016 76.5901 26.1766 76.9198 21.8092L81.3054 21.2495C81.2055 19.7504 81.1156 16.5622 82.3044 15.8926C83.8429 14.9931 85.3014 16.4623 87.4892 18.3112C88.0472 18.8873 88.4882 19.5661 88.7879 20.31C89.9814 23.3329 90.9008 26.457 91.5352 29.6446Z" fill="url(#paint8_linear_1476_110518)"/>
|
||||
<path d="M45.9597 5.48895C45.5001 4.48953 44.0416 5.33904 44.4911 6.31848C45.8615 9.26101 46.4948 12.4932 46.3364 15.7355C46.178 18.9779 45.2326 22.1328 43.582 24.9277C43.4977 25.1188 43.4868 25.3343 43.5513 25.533C43.6158 25.7317 43.7512 25.8997 43.9317 26.0048C44.1121 26.1099 44.325 26.1448 44.5296 26.1028C44.7341 26.0608 44.916 25.9449 45.0406 25.7772C46.8258 22.7232 47.8423 19.2808 48.0024 15.7465C48.1625 12.2122 47.4615 8.692 45.9597 5.48895Z" fill="#111023"/>
|
||||
<path d="M166.592 36.4608V41.6878L160.338 35.7712L166.592 36.4608Z" fill="url(#paint9_linear_1476_110518)"/>
|
||||
<path d="M166.59 41.6779L172.894 47.6744L178.888 53.3512C178.888 53.3512 192.704 43.6568 197.998 43.5768C198.363 43.5675 198.728 43.5943 199.087 43.6568C203.803 44.3164 206.68 49.7732 205.861 55.0002C204.962 60.6269 205.121 66.8633 199.707 67.8727C194.292 68.8821 170.396 74.6888 170.396 74.6888L144.242 39.1994L147.329 37.1006L154.192 32.2934L155.581 31.2939L158.578 34.1423L160.326 35.7913L166.59 41.6779Z" fill="url(#paint10_linear_1476_110518)"/>
|
||||
<path d="M183.474 37.54L199.088 43.6565C198.729 43.594 198.364 43.5672 197.999 43.5765C192.665 43.6565 178.898 53.3009 178.898 53.3009L172.904 47.6242L183.474 37.54Z" fill="url(#paint11_linear_1476_110518)"/>
|
||||
<path d="M199.699 67.8726L190.628 92.5783L189.409 116.644C189.409 116.644 188.35 116.834 186.502 117.094C177.85 118.323 151.936 121.282 135.733 115.185L142.046 85.2925L139.129 61.7162L103.914 65.6139L81.8164 37.1005L84.8134 34.8018L91.5866 29.6448L112.426 50.0929L145.113 35.8012C145.806 36.3085 146.55 36.7438 147.331 37.1005L144.244 39.2492L170.398 74.7386C170.398 74.7386 194.284 68.892 199.699 67.8726Z" fill="url(#paint12_linear_1476_110518)"/>
|
||||
<path d="M154.194 32.243L147.331 37.1002C146.551 36.7499 145.807 36.3213 145.113 35.8209C144.152 35.2141 143.332 34.4073 142.71 33.4554C142.087 32.5035 141.677 31.4287 141.507 30.3041C141.217 26.8461 135.373 21.2094 133.465 17.8513C132.856 16.772 132.636 15.9424 133.135 15.4827C134.244 14.6261 135.481 13.9514 136.802 13.4839C140.428 12.0447 145.263 11.0653 145.703 13.304C145.715 13.3651 145.731 13.4253 145.753 13.4839C146.193 14.9805 146.74 16.4435 147.391 17.8613C149.879 23.598 154.194 32.243 154.194 32.243Z" fill="#FFB27D"/>
|
||||
<path style="mix-blend-mode:overlay" opacity="0.38" d="M190.636 92.578C150.626 84.0729 144.242 39.199 144.242 39.199L170.396 74.7084L199.697 67.8723L190.636 92.578Z" fill="url(#paint13_linear_1476_110518)"/>
|
||||
<path d="M183.244 15.7231C183.464 15.6382 183.7 15.6059 183.933 15.6285C184.167 15.6511 184.393 15.7281 184.592 15.8533C184.791 15.9786 184.958 16.1486 185.079 16.3498C185.201 16.551 185.274 16.7779 185.292 17.0123C186.081 20.1105 182.615 23.8184 182.615 23.8184L183.474 37.5404L172.895 47.6246L177.031 35.7714L166.591 36.451L160.347 35.7714L158.599 34.1024C158.599 34.1024 157.38 22.739 157.38 16.1128C157.348 14.8858 157.425 13.6584 157.61 12.445L157.66 12.1152C164.973 13.3544 175.122 10.4961 175.122 10.4961C175.122 10.4961 176.551 24.3581 178.489 24.5979C180.427 24.8378 181.046 17.0623 181.046 17.0623C181.684 16.4756 182.431 16.0205 183.244 15.7231Z" fill="#FFB27D"/>
|
||||
<path d="M183.334 5.64862L183.244 15.7228C182.434 16.0053 181.687 16.4432 181.046 17.012C181.046 17.012 180.436 24.7875 178.488 24.5477C176.54 24.3078 175.122 10.4458 175.122 10.4458C175.122 10.4458 164.972 13.3042 157.659 12.1149C155.552 11.8925 153.575 10.991 152.025 9.54636C146.43 3.64978 148.368 0.301723 156.39 2.13066C164.412 3.9596 181.026 -5.76476 183.334 5.64862Z" fill="#111023"/>
|
||||
<path d="M177.029 35.7712L172.884 47.6344L166.59 41.6878V36.4608L177.029 35.7712Z" fill="#ED975D"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M472.175 330.38H71.3149C71.3149 330.38 49.7465 344.712 81.8144 347.13C113.882 349.549 163.902 351.847 162.664 362.761C161.425 373.675 132.474 371.526 132.474 390.745C132.474 409.964 266.04 405.566 266.04 405.566C266.04 405.566 341.495 406.566 352.234 393.803C362.974 381.04 321.825 369.367 329.257 364.33C336.69 359.293 390.966 374.394 399.048 362.171C407.13 349.949 397.439 342.233 412.344 340.614C427.249 338.995 469.667 344.921 472.175 330.38Z" fill="#B0D4FF"/>
|
||||
<path d="M441.864 364.39C458.604 364.39 472.174 360.529 472.174 355.765C472.174 351.002 458.604 347.14 441.864 347.14C425.125 347.14 411.555 351.002 411.555 355.765C411.555 360.529 425.125 364.39 441.864 364.39Z" fill="#D7E9FF"/>
|
||||
<path d="M119.177 369.778C133.809 369.778 145.671 366.842 145.671 363.221C145.671 359.601 133.809 356.665 119.177 356.665C104.545 356.665 92.6836 359.601 92.6836 363.221C92.6836 366.842 104.545 369.778 119.177 369.778Z" fill="#D7E9FF"/>
|
||||
<path d="M271.025 394.573C287.644 394.573 301.115 391.978 301.115 388.777C301.115 385.575 287.644 382.98 271.025 382.98C254.407 382.98 240.936 385.575 240.936 388.777C240.936 391.978 254.407 394.573 271.025 394.573Z" fill="#E9FDFF"/>
|
||||
<path d="M310.817 253.265C304.643 239.147 293.064 230.352 276.081 226.88C274.237 226.501 272.428 226.201 270.657 225.981C255.672 224.082 243.314 227.66 233.584 236.715C222.695 246.829 214.656 264.575 209.468 289.954C206.291 305.511 205.405 318.974 206.811 330.34H243.933C243.467 323.678 244.773 312.83 247.85 297.799C251.18 281.522 254.476 270.528 257.74 264.818C259.638 261.487 261.786 259.298 264.183 258.252C265.939 257.481 267.896 257.292 269.768 257.712C274.523 258.692 277.26 262.56 277.979 269.316C278.699 276.072 277.443 287.365 274.213 303.196C271.789 315.063 269.355 324.114 266.91 330.35H307.59C309.612 324.012 311.28 317.566 312.585 311.042C313.531 306.378 314.277 301.92 314.823 297.669C317.154 279.5 315.818 264.698 310.817 253.265Z" fill="#111112"/>
|
||||
<path d="M300.416 251.146C294.875 238.467 284.945 230.082 270.626 225.991C269.021 225.531 267.356 225.124 265.631 224.771C248.188 221.2 234.022 224.478 223.133 234.606C212.244 244.733 204.209 262.493 199.027 287.885C197.968 293.048 197.166 297.989 196.62 302.706C195.39 311.893 195.39 321.203 196.62 330.39H233.693C233.643 330.15 233.613 329.91 233.583 329.66C232.804 323.191 234.062 311.864 237.359 295.68C240.689 279.403 243.989 268.409 247.259 262.699C250.529 256.989 254.525 254.621 259.247 255.593C261.095 255.935 262.784 256.864 264.062 258.242C265.91 260.241 267.059 263.239 267.459 267.187C268.178 273.949 266.923 285.243 263.693 301.067C260.975 314.339 258.248 324.097 255.511 330.34H296.4C298.763 323.332 300.695 316.187 302.184 308.942C307.173 284.53 306.583 265.264 300.416 251.146Z" fill="url(#paint14_linear_1476_110518)"/>
|
||||
<path d="M328.757 155.902L328.508 156.102L302.404 176.42L286.11 189.113L272.544 226.661L268.777 225.312L282.753 186.654L326.31 152.744L328.757 155.902Z" fill="#2A2A2A"/>
|
||||
<path d="M341.264 240.193C338.267 243.721 334.271 246.19 330.275 248.488L330.005 248.018C331.573 246.02 333.232 243.651 332.762 241.142C332.286 239.462 331.276 237.981 329.885 236.925C327.697 234.996 325.26 233.367 323.172 231.338C320.966 229.399 319.486 226.766 318.976 223.872C318.536 220.075 320.584 216.487 321.384 212.749C321.789 211.264 321.73 209.691 321.214 208.242C319.875 205.063 315.829 204.334 312.622 203.055C309.755 201.895 307.058 199.746 306.259 196.758C305.1 192.421 308.187 187.983 307.767 183.516C307.582 181.962 306.987 180.486 306.042 179.238C305.098 177.991 303.838 177.018 302.393 176.42L328.497 156.092C332.922 159.93 336.738 165.017 336.788 170.823C336.788 174.501 335.32 177.999 334.261 181.517C333.753 182.906 333.575 184.395 333.741 185.865C334.151 188.083 335.919 189.762 337.547 191.331C340.914 194.559 344.301 198.487 344.241 203.154C344.181 208.391 339.715 213.059 340.495 218.236C340.994 221.544 343.542 224.182 344.56 227.36C345.969 231.758 344.231 236.665 341.264 240.193Z" fill="#6366F1"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_1476_110518" x1="99.47" y1="76.0806" x2="99.47" y2="154.322" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#D7E9FF" stop-opacity="0.2"/>
|
||||
<stop offset="1" stop-color="#D7E9FF"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear_1476_110518" x1="391.866" y1="99.0317" x2="391.866" y2="178.358" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#D7E9FF" stop-opacity="0.2"/>
|
||||
<stop offset="1" stop-color="#D7E9FF"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint2_linear_1476_110518" x1="30046.6" y1="56020.1" x2="29843.7" y2="48003.6" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#F9E6D9"/>
|
||||
<stop offset="0.12" stop-color="#FCF1EA"/>
|
||||
<stop offset="0.27" stop-color="#FEF9F6"/>
|
||||
<stop offset="0.48" stop-color="#FFFEFD"/>
|
||||
<stop offset="1" stop-color="white"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint3_linear_1476_110518" x1="60552.2" y1="52224.6" x2="60376.6" y2="44655.8" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#F9E6D9"/>
|
||||
<stop offset="0.12" stop-color="#FCF1EA"/>
|
||||
<stop offset="0.27" stop-color="#FEF9F6"/>
|
||||
<stop offset="0.48" stop-color="#FFFEFD"/>
|
||||
<stop offset="1" stop-color="white"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint4_linear_1476_110518" x1="37.9983" y1="16.0825" x2="90.316" y2="16.0825" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#51ADC6"/>
|
||||
<stop offset="0.01" stop-color="#55AFC4"/>
|
||||
<stop offset="0.07" stop-color="#74BFB5"/>
|
||||
<stop offset="0.13" stop-color="#8FCDA7"/>
|
||||
<stop offset="0.21" stop-color="#A5D89D"/>
|
||||
<stop offset="0.3" stop-color="#B6E194"/>
|
||||
<stop offset="0.41" stop-color="#C1E78E"/>
|
||||
<stop offset="0.57" stop-color="#C8EA8B"/>
|
||||
<stop offset="1" stop-color="#CAEB8A"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint5_linear_1476_110518" x1="40.9069" y1="10.036" x2="32.4453" y2="10.036" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#8AEBD6"/>
|
||||
<stop offset="0.46" stop-color="#89E9D7"/>
|
||||
<stop offset="0.63" stop-color="#84E2DA"/>
|
||||
<stop offset="0.75" stop-color="#7DD7DE"/>
|
||||
<stop offset="0.84" stop-color="#72C6E5"/>
|
||||
<stop offset="0.92" stop-color="#64B0EE"/>
|
||||
<stop offset="0.99" stop-color="#5395F9"/>
|
||||
<stop offset="1" stop-color="#5193FA"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint6_linear_1476_110518" x1="1857.57" y1="797.103" x2="1756.36" y2="797.103" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#31D1D6"/>
|
||||
<stop offset="0.37" stop-color="#32CED8"/>
|
||||
<stop offset="0.62" stop-color="#36C6DF"/>
|
||||
<stop offset="0.82" stop-color="#3CB7EB"/>
|
||||
<stop offset="1" stop-color="#45A3FA"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint7_linear_1476_110518" x1="1713.35" y1="749.603" x2="1627.68" y2="749.603" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#8AEBD6"/>
|
||||
<stop offset="0.46" stop-color="#89E9D7"/>
|
||||
<stop offset="0.63" stop-color="#84E2DA"/>
|
||||
<stop offset="0.75" stop-color="#7DD7DE"/>
|
||||
<stop offset="0.84" stop-color="#72C6E5"/>
|
||||
<stop offset="0.92" stop-color="#64B0EE"/>
|
||||
<stop offset="0.99" stop-color="#5395F9"/>
|
||||
<stop offset="1" stop-color="#5193FA"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint8_linear_1476_110518" x1="76.8599" y1="25.2072" x2="91.5352" y2="25.2072" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#F7BE86"/>
|
||||
<stop offset="0.33" stop-color="#F7BC83"/>
|
||||
<stop offset="0.54" stop-color="#F7B67B"/>
|
||||
<stop offset="0.73" stop-color="#F7AC6C"/>
|
||||
<stop offset="0.89" stop-color="#F79E57"/>
|
||||
<stop offset="1" stop-color="#F79244"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint9_linear_1476_110518" x1="163.525" y1="36.4309" x2="163.045" y2="54.0906" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#7B6ED6"/>
|
||||
<stop offset="0.48" stop-color="#796DD5"/>
|
||||
<stop offset="0.65" stop-color="#7268D0"/>
|
||||
<stop offset="0.78" stop-color="#6760C9"/>
|
||||
<stop offset="0.88" stop-color="#5655BE"/>
|
||||
<stop offset="0.96" stop-color="#4047B0"/>
|
||||
<stop offset="1" stop-color="#333EA8"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint10_linear_1476_110518" x1="19579.9" y1="3483.79" x2="19540.2" y2="5264.31" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#7B6ED6"/>
|
||||
<stop offset="0.48" stop-color="#796DD5"/>
|
||||
<stop offset="0.65" stop-color="#7268D0"/>
|
||||
<stop offset="0.78" stop-color="#6760C9"/>
|
||||
<stop offset="0.88" stop-color="#5655BE"/>
|
||||
<stop offset="0.96" stop-color="#4047B0"/>
|
||||
<stop offset="1" stop-color="#333EA8"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint11_linear_1476_110518" x1="8696.28" y1="1297.62" x2="8691.63" y2="1576.25" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#7B6ED6"/>
|
||||
<stop offset="0.48" stop-color="#796DD5"/>
|
||||
<stop offset="0.65" stop-color="#7268D0"/>
|
||||
<stop offset="0.78" stop-color="#6760C9"/>
|
||||
<stop offset="0.88" stop-color="#5655BE"/>
|
||||
<stop offset="0.96" stop-color="#4047B0"/>
|
||||
<stop offset="1" stop-color="#333EA8"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint12_linear_1476_110518" x1="26133.8" y1="10490.4" x2="40045.1" y2="10490.4" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#7B6ED6"/>
|
||||
<stop offset="0.48" stop-color="#796DD5"/>
|
||||
<stop offset="0.65" stop-color="#7268D0"/>
|
||||
<stop offset="0.78" stop-color="#6760C9"/>
|
||||
<stop offset="0.88" stop-color="#5655BE"/>
|
||||
<stop offset="0.96" stop-color="#4047B0"/>
|
||||
<stop offset="1" stop-color="#333EA8"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint13_linear_1476_110518" x1="144.242" y1="65.8935" x2="199.707" y2="65.8935" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#3C0887"/>
|
||||
<stop offset="0.32" stop-color="#3F0987"/>
|
||||
<stop offset="0.53" stop-color="#470E87"/>
|
||||
<stop offset="0.71" stop-color="#561588"/>
|
||||
<stop offset="0.87" stop-color="#6B1F89"/>
|
||||
<stop offset="1" stop-color="#822A8A"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint14_linear_1476_110518" x1="43115.1" y1="40952.3" x2="43002.5" y2="35065.3" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#F9E6D9"/>
|
||||
<stop offset="0.12" stop-color="#FCF1EA"/>
|
||||
<stop offset="0.27" stop-color="#FEF9F6"/>
|
||||
<stop offset="0.48" stop-color="#FFFEFD"/>
|
||||
<stop offset="1" stop-color="white"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 22 KiB |
BIN
src/assets/images/all-img/big-shap1.png
Normal file
|
After Width: | Height: | Size: 4.4 KiB |
BIN
src/assets/images/all-img/big-shap2.png
Normal file
|
After Width: | Height: | Size: 3.8 KiB |
BIN
src/assets/images/all-img/big-shap3.png
Normal file
|
After Width: | Height: | Size: 5.4 KiB |
BIN
src/assets/images/all-img/big-shap4.png
Normal file
|
After Width: | Height: | Size: 7.0 KiB |
BIN
src/assets/images/all-img/c1.png
Normal file
|
After Width: | Height: | Size: 84 KiB |
BIN
src/assets/images/all-img/c2.png
Normal file
|
After Width: | Height: | Size: 80 KiB |
BIN
src/assets/images/all-img/c3.png
Normal file
|
After Width: | Height: | Size: 86 KiB |
BIN
src/assets/images/all-img/c4.png
Normal file
|
After Width: | Height: | Size: 84 KiB |
BIN
src/assets/images/all-img/card-1.png
Normal file
|
After Width: | Height: | Size: 62 KiB |
BIN
src/assets/images/all-img/card-2.png
Normal file
|
After Width: | Height: | Size: 66 KiB |
BIN
src/assets/images/all-img/card-3.png
Normal file
|
After Width: | Height: | Size: 188 KiB |
BIN
src/assets/images/all-img/card-4.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
src/assets/images/all-img/card-5.png
Normal file
|
After Width: | Height: | Size: 6.9 KiB |
BIN
src/assets/images/all-img/card-6.png
Normal file
|
After Width: | Height: | Size: 9.3 KiB |
BIN
src/assets/images/all-img/card-7.png
Normal file
|
After Width: | Height: | Size: 9.5 KiB |
1
src/assets/images/all-img/ck.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img" width="16" height="16" preserveAspectRatio="xMidYMid meet" viewBox="0 0 16 16"><path fill="white" d="M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093l3.473-4.425a.267.267 0 0 1 .02-.022z"/></svg>
|
||||
|
After Width: | Height: | Size: 330 B |
BIN
src/assets/images/all-img/cus-1.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
src/assets/images/all-img/cus-2.png
Normal file
|
After Width: | Height: | Size: 8.1 KiB |
BIN
src/assets/images/all-img/cus-3.png
Normal file
|
After Width: | Height: | Size: 8.0 KiB |
BIN
src/assets/images/all-img/customer_1.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
src/assets/images/all-img/image-1.png
Normal file
|
After Width: | Height: | Size: 503 KiB |
BIN
src/assets/images/all-img/image-2.png
Normal file
|
After Width: | Height: | Size: 72 KiB |
BIN
src/assets/images/all-img/image-3.png
Normal file
|
After Width: | Height: | Size: 187 KiB |
BIN
src/assets/images/all-img/inbox-1.png
Normal file
|
After Width: | Height: | Size: 8.6 KiB |
BIN
src/assets/images/all-img/inbox-2.png
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
src/assets/images/all-img/inbox-3.png
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
src/assets/images/all-img/login-bg.png
Normal file
|
After Width: | Height: | Size: 474 KiB |
BIN
src/assets/images/all-img/main-user.png
Normal file
|
After Width: | Height: | Size: 7.0 KiB |
BIN
src/assets/images/all-img/p-1.png
Normal file
|
After Width: | Height: | Size: 3.2 KiB |
BIN
src/assets/images/all-img/p-2.png
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
src/assets/images/all-img/p-3.png
Normal file
|
After Width: | Height: | Size: 3.0 KiB |
BIN
src/assets/images/all-img/p-4.png
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
BIN
src/assets/images/all-img/p-5.png
Normal file
|
After Width: | Height: | Size: 2.8 KiB |
BIN
src/assets/images/all-img/p-6.png
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
BIN
src/assets/images/all-img/page-bg.png
Normal file
|
After Width: | Height: | Size: 530 KiB |
BIN
src/assets/images/all-img/post-1.png
Normal file
|
After Width: | Height: | Size: 265 KiB |
BIN
src/assets/images/all-img/post-2.png
Normal file
|
After Width: | Height: | Size: 45 KiB |
BIN
src/assets/images/all-img/shade-1.png
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
BIN
src/assets/images/all-img/shade-2.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
src/assets/images/all-img/shade-3.png
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
src/assets/images/all-img/shade-4.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
src/assets/images/all-img/t1.png
Normal file
|
After Width: | Height: | Size: 7.4 KiB |
BIN
src/assets/images/all-img/thumb-1.png
Normal file
|
After Width: | Height: | Size: 48 KiB |
BIN
src/assets/images/all-img/thumb-2.png
Normal file
|
After Width: | Height: | Size: 44 KiB |
BIN
src/assets/images/all-img/thumb-3.png
Normal file
|
After Width: | Height: | Size: 54 KiB |
BIN
src/assets/images/all-img/thumb-4.png
Normal file
|
After Width: | Height: | Size: 45 KiB |
BIN
src/assets/images/all-img/thumb-5.png
Normal file
|
After Width: | Height: | Size: 44 KiB |
BIN
src/assets/images/all-img/thumb-6.png
Normal file
|
After Width: | Height: | Size: 54 KiB |
BIN
src/assets/images/all-img/user-big.png
Normal file
|
After Width: | Height: | Size: 6.9 KiB |
BIN
src/assets/images/all-img/user.png
Normal file
|
After Width: | Height: | Size: 2.8 KiB |
BIN
src/assets/images/all-img/user2.png
Normal file
|
After Width: | Height: | Size: 2.8 KiB |
BIN
src/assets/images/all-img/user3.png
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
BIN
src/assets/images/all-img/user4.png
Normal file
|
After Width: | Height: | Size: 2.9 KiB |
BIN
src/assets/images/all-img/video-poster.png
Normal file
|
After Width: | Height: | Size: 286 KiB |
BIN
src/assets/images/all-img/visa-card-bg.png
Normal file
|
After Width: | Height: | Size: 3.2 KiB |
BIN
src/assets/images/all-img/widget-bg-1.png
Normal file
|
After Width: | Height: | Size: 36 KiB |
BIN
src/assets/images/all-img/widget-bg-2.png
Normal file
|
After Width: | Height: | Size: 33 KiB |
BIN
src/assets/images/all-img/widget-bg-3-1.png
Normal file
|
After Width: | Height: | Size: 28 KiB |
BIN
src/assets/images/all-img/widget-bg-3.png
Normal file
|
After Width: | Height: | Size: 5.9 KiB |
BIN
src/assets/images/all-img/widget-bg-4.png
Normal file
|
After Width: | Height: | Size: 32 KiB |
BIN
src/assets/images/all-img/widget-bg-5.png
Normal file
|
After Width: | Height: | Size: 34 KiB |
BIN
src/assets/images/all-img/widget-bg-6.png
Normal file
|
After Width: | Height: | Size: 3.2 KiB |
BIN
src/assets/images/all-img/widget-bg-7.png
Normal file
|
After Width: | Height: | Size: 41 KiB |
BIN
src/assets/images/all-img/widget-bg-8.png
Normal file
|
After Width: | Height: | Size: 41 KiB |
1
src/assets/images/avatar/av-1.svg
Normal file
|
After Width: | Height: | Size: 13 KiB |
1
src/assets/images/avatar/av-2.svg
Normal file
|
After Width: | Height: | Size: 18 KiB |
1
src/assets/images/avatar/av-3.svg
Normal file
|
After Width: | Height: | Size: 14 KiB |
1
src/assets/images/avatar/av-4.svg
Normal file
|
After Width: | Height: | Size: 26 KiB |
1
src/assets/images/avatar/av-5.svg
Normal file
|
After Width: | Height: | Size: 11 KiB |
1
src/assets/images/avatar/av-6.svg
Normal file
|
After Width: | Height: | Size: 17 KiB |
3
src/assets/images/icon/ck-white.svg
Normal file
@ -0,0 +1,3 @@
|
||||
<svg width="10" height="8" viewBox="0 0 10 8" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M1.5 4L4 6.5L9 1.5" stroke="white" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 213 B |
3
src/assets/images/icon/crown.svg
Normal file
@ -0,0 +1,3 @@
|
||||
<svg width="38" height="26" viewBox="0 0 38 26" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M19 1L27 13L37 5L33 25H5L1 5L11 13L19 1Z" fill="#FFC155" stroke="#FFC155" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 258 B |
BIN
src/assets/images/icon/default_pizza.jpeg
Normal file
|
After Width: | Height: | Size: 163 KiB |
3
src/assets/images/icon/fb.svg
Normal file
@ -0,0 +1,3 @@
|
||||
<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M7.79248 10.9167V15.0833H10.9175V22.375H15.0841V15.0833H18.2091L19.2508 10.9167H15.0841V8.83333C15.0841 8.55707 15.1939 8.29211 15.3892 8.09676C15.5846 7.90141 15.8495 7.79167 16.1258 7.79167H19.2508V3.625H16.1258C14.7445 3.625 13.4197 4.17373 12.443 5.15049C11.4662 6.12724 10.9175 7.452 10.9175 8.83333V10.9167H7.79248Z" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 518 B |
12
src/assets/images/icon/file-1.svg
Normal file
@ -0,0 +1,12 @@
|
||||
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_1476_70116)">
|
||||
<path d="M20 20C22.2091 20 24 18.2091 24 16C24 13.7909 22.2091 12 20 12C17.7909 12 16 13.7909 16 16C16 18.2091 17.7909 20 20 20Z" stroke="#0CE7FA" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M20 4H12C9.79086 4 8 5.79086 8 8C8 10.2091 9.79086 12 12 12H20C22.2091 12 24 10.2091 24 8C24 5.79086 22.2091 4 20 4Z" stroke="#0CE7FA" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M12 12C10.9391 12 9.92172 12.4214 9.17157 13.1716C8.42143 13.9217 8 14.9391 8 16C8 17.0609 8.42143 18.0783 9.17157 18.8284C9.92172 19.5786 10.9391 20 12 20M12 20H16M12 20C11.2089 20 10.4355 20.2346 9.77772 20.6741C9.11992 21.1136 8.60723 21.7384 8.30448 22.4693C8.00173 23.2002 7.92252 24.0044 8.07686 24.7804C8.2312 25.5563 8.61216 26.269 9.17157 26.8284C9.73098 27.3878 10.4437 27.7688 11.2196 27.9231C11.9956 28.0775 12.7998 27.9983 13.5307 27.6955C14.2616 27.3928 14.8864 26.8801 15.3259 26.2223C15.7654 25.5645 16 24.7911 16 24V4" stroke="#0CE7FA" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_1476_70116">
|
||||
<rect width="32" height="32" fill="white"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
3
src/assets/images/icon/gp.svg
Normal file
@ -0,0 +1,3 @@
|
||||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M17.788 5.10805C16.2192 3.79053 14.2478 3.04767 12.1997 3.00222C10.1515 2.95677 8.14914 3.61145 6.52343 4.85808C4.89771 6.10471 3.74597 7.86868 3.2585 9.8585C2.77103 11.8483 2.97702 13.9449 3.84242 15.8018C4.70783 17.6587 6.18086 19.1648 8.01811 20.0712C9.85535 20.9776 11.9469 21.2301 13.947 20.7869C15.9472 20.3437 17.7362 19.2314 19.0186 17.6337C20.301 16.0361 21 14.0487 21 12H13" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 580 B |
0
src/assets/images/icon/home.svg
Normal file
7
src/assets/images/icon/in.svg
Normal file
@ -0,0 +1,7 @@
|
||||
<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M19.2508 4.6665H6.75081C5.60022 4.6665 4.66748 5.59924 4.66748 6.74984V19.2498C4.66748 20.4004 5.60022 21.3332 6.75081 21.3332H19.2508C20.4014 21.3332 21.3341 20.4004 21.3341 19.2498V6.74984C21.3341 5.59924 20.4014 4.6665 19.2508 4.6665Z" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M8.83252 11.9585V17.1668" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M8.83252 8.8335V8.84391" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M13 17.1668V11.9585" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M17.1667 17.1668V14.0418C17.1667 13.4893 16.9472 12.9594 16.5565 12.5687C16.1658 12.178 15.6359 11.9585 15.0833 11.9585C14.5308 11.9585 14.0009 12.178 13.6102 12.5687C13.2195 12.9594 13 13.4893 13 14.0418" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
BIN
src/assets/images/icon/logo.jpg
Normal file
|
After Width: | Height: | Size: 186 KiB |
14
src/assets/images/icon/pdf-1.svg
Normal file
@ -0,0 +1,14 @@
|
||||
<svg width="32" height="33" viewBox="0 0 32 33" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_1476_70130)">
|
||||
<path d="M18.6665 4.69531V10.0286C18.6665 10.3823 18.807 10.7214 19.057 10.9715C19.3071 11.2215 19.6462 11.362 19.9998 11.362H25.3332" stroke="#FA916B" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M22.6665 28.6953H9.33317C8.62593 28.6953 7.94765 28.4144 7.44755 27.9143C6.94746 27.4142 6.6665 26.7359 6.6665 26.0286V7.36198C6.6665 6.65474 6.94746 5.97646 7.44755 5.47636C7.94765 4.97626 8.62593 4.69531 9.33317 4.69531H18.6665L25.3332 11.362V26.0286C25.3332 26.7359 25.0522 27.4142 24.5521 27.9143C24.052 28.4144 23.3737 28.6953 22.6665 28.6953Z" stroke="#FA916B" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M12 12.6953H13.3333" stroke="#FA916B" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M12 18.0283H20" stroke="#FA916B" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M12 23.3623H20" stroke="#FA916B" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_1476_70130">
|
||||
<rect width="32" height="32" fill="white" transform="translate(0 0.695312)"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
13
src/assets/images/icon/pdf-2.svg
Normal file
@ -0,0 +1,13 @@
|
||||
<svg width="32" height="33" viewBox="0 0 32 33" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_1476_70159)">
|
||||
<path d="M18.6665 4.69482V10.0282C18.6665 10.3818 18.807 10.7209 19.057 10.971C19.3071 11.221 19.6462 11.3615 19.9998 11.3615H25.3332" stroke="#4669FA" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M22.6665 28.6948H9.33317C8.62593 28.6948 7.94765 28.4139 7.44755 27.9138C6.94746 27.4137 6.6665 26.7354 6.6665 26.0282V7.36149C6.6665 6.65425 6.94746 5.97597 7.44755 5.47587C7.94765 4.97578 8.62593 4.69482 9.33317 4.69482H18.6665L25.3332 11.3615V26.0282C25.3332 26.7354 25.0522 27.4137 24.5521 27.9138C24.052 28.4139 23.3737 28.6948 22.6665 28.6948Z" stroke="#4669FA" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M14.6665 19.3618H15.9998V24.6951H17.3332" stroke="#4669FA" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M16 15.3618H16.0133" stroke="#4669FA" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_1476_70159">
|
||||
<rect width="32" height="32" fill="white" transform="translate(0 0.694824)"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
13
src/assets/images/icon/scr-1.svg
Normal file
@ -0,0 +1,13 @@
|
||||
<svg width="32" height="33" viewBox="0 0 32 33" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_1476_70170)">
|
||||
<path d="M20 11.3613H20.0133" stroke="#F1595C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M22.6666 6.02832H9.33325C7.12411 6.02832 5.33325 7.81918 5.33325 10.0283V23.3617C5.33325 25.5708 7.12411 27.3617 9.33325 27.3617H22.6666C24.8757 27.3617 26.6666 25.5708 26.6666 23.3617V10.0283C26.6666 7.81918 24.8757 6.02832 22.6666 6.02832Z" stroke="#F1595C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M5.33325 20.6948L10.6666 15.3614C11.2747 14.7763 11.9644 14.4683 12.6666 14.4683C13.3687 14.4683 14.0585 14.7763 14.6666 15.3614L21.3333 22.0281" stroke="#F1595C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M18.6667 19.3613L20.0001 18.0279C20.6082 17.4428 21.2979 17.1348 22.0001 17.1348C22.7022 17.1348 23.392 17.4428 24.0001 18.0279L26.6667 20.6946" stroke="#F1595C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_1476_70170">
|
||||
<rect width="32" height="32" fill="white" transform="translate(0 0.694824)"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
4
src/assets/images/icon/success.svg
Normal file
@ -0,0 +1,4 @@
|
||||
<svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M40 69.9985C56.5685 69.9985 70 56.5671 70 39.9985C70 23.43 56.5685 9.99854 40 9.99854C23.4315 9.99854 10 23.43 10 39.9985C10 56.5671 23.4315 69.9985 40 69.9985Z" stroke="black" stroke-width="2.85714" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M30.0013 40.0009L36.668 46.6676L50.0013 33.3342" stroke="black" stroke-width="2.85714" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 506 B |
3
src/assets/images/icon/tw.svg
Normal file
@ -0,0 +1,3 @@
|
||||
<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M23.4159 4.67722C22.3742 5.18764 21.3534 5.39493 20.2909 5.70847C19.1231 4.39076 17.3919 4.31784 15.7284 4.94076C14.0648 5.56368 12.9752 7.08659 12.9992 8.83347V9.87514C9.61898 9.96159 6.60856 8.42201 4.66585 5.70847C4.66585 5.70847 0.309603 13.4512 8.83252 17.1668C6.88252 18.4658 4.93773 19.3418 2.58252 19.2501C6.02835 21.1283 9.78356 21.7741 13.0346 20.8303C16.7638 19.747 19.8284 16.9522 21.0044 12.7658C21.3552 11.4925 21.5294 10.1771 21.5221 8.85639C21.52 8.59701 23.095 5.96889 23.4159 4.67618V4.67722Z" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 707 B |
4
src/assets/images/icon/white-s.svg
Normal file
@ -0,0 +1,4 @@
|
||||
<svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M40 69.9985C56.5685 69.9985 70 56.5671 70 39.9985C70 23.43 56.5685 9.99854 40 9.99854C23.4315 9.99854 10 23.43 10 39.9985C10 56.5671 23.4315 69.9985 40 69.9985Z" stroke="white" stroke-width="2.85714" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M30.0013 40.0009L36.668 46.6676L50.0013 33.3342" stroke="white" stroke-width="2.85714" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 506 B |
17
src/assets/images/icon/zip-1.svg
Normal file
@ -0,0 +1,17 @@
|
||||
<svg width="32" height="33" viewBox="0 0 32 33" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_1476_70143)">
|
||||
<path d="M7.99984 28.342C7.59388 28.1076 7.25687 27.7703 7.02279 27.3642C6.7887 26.9581 6.66582 26.4974 6.66651 26.0286V7.36198C6.66651 6.65474 6.94746 5.97646 7.44756 5.47636C7.94765 4.97626 8.62593 4.69531 9.33317 4.69531H18.6665L25.3332 11.362V26.0286C25.3332 26.7359 25.0522 27.4142 24.5521 27.9143C24.052 28.4144 23.3738 28.6953 22.6665 28.6953H21.3332" stroke="#50C793" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M14.6667 23.3623C15.3739 23.3623 16.0522 23.6433 16.5523 24.1434C17.0524 24.6435 17.3333 25.3217 17.3333 26.029V28.6956C17.3333 29.0493 17.1929 29.3884 16.9428 29.6384C16.6928 29.8885 16.3536 30.029 16 30.029H13.3333C12.9797 30.029 12.6406 29.8885 12.3905 29.6384C12.1405 29.3884 12 29.0493 12 28.6956V26.029C12 25.3217 12.281 24.6435 12.781 24.1434C13.2811 23.6433 13.9594 23.3623 14.6667 23.3623Z" stroke="#50C793" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M14.6668 7.3623H13.3335" stroke="#50C793" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M17.3333 10.0283H16" stroke="#50C793" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M14.6668 12.6953H13.3335" stroke="#50C793" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M17.3333 15.3623H16" stroke="#50C793" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M14.6668 18.0283H13.3335" stroke="#50C793" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M17.3333 20.6953H16" stroke="#50C793" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_1476_70143">
|
||||
<rect width="32" height="32" fill="white" transform="translate(0 0.695312)"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.9 KiB |
52
src/assets/images/logo/logo-white.svg
Normal file
@ -0,0 +1,52 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="225" height="225">
|
||||
<path d="M0 0 C74.25 0 148.5 0 225 0 C225 74.25 225 148.5 225 225 C150.75 225 76.5 225 0 225 C0 150.75 0 76.5 0 0 Z " fill="#C62027" transform="translate(0,0)"/>
|
||||
<path d="M0 0 C53.46 0 106.92 0 162 0 C162 6.6 162 13.2 162 20 C108.54 20 55.08 20 0 20 C0 13.4 0 6.8 0 0 Z " fill="#2C2864" transform="translate(34,149)"/>
|
||||
<path d="M0 0 C0.95970703 -0.00257812 1.91941406 -0.00515625 2.90820312 -0.0078125 C8.97321906 0.07387122 14.00564053 0.9958947 19.68383789 3.15429688 C23.67393228 3.84133583 23.67393228 3.84133583 31.5625 0.5 C31.5625 6.77 31.5625 13.04 31.5625 19.5 C29.108125 18.22125 26.65375 16.9425 24.125 15.625 C22.64138689 14.87866797 21.1540283 14.13964205 19.66015625 13.4140625 C18.98476807 13.0835791 18.30937988 12.7530957 17.61352539 12.41259766 C8.96984592 8.56661814 -0.17056905 9.29533159 -9.4375 9.5 C-10.02820014 11.44603274 -10.02820014 11.44603274 -10.4375 13.5 C-8.63590734 15.30159266 -5.85939207 14.9086578 -3.41796875 15.11328125 C-1.54141602 15.2844043 -1.54141602 15.2844043 0.37304688 15.45898438 C2.997395 15.69365086 5.62198896 15.91500086 8.24804688 16.13085938 C29.6340592 18.12456302 29.6340592 18.12456302 36.5625 25.5 C39.69558361 29.49738254 40.09131413 32.47626577 39.5625 37.5 C37.81320606 42.1954732 35.76689238 44.79050269 31.5625 47.5 C19.41838242 52.91888912 7.63372458 52.38635595 -5.18359375 49.25390625 C-11.81637168 47.71714018 -15.41816388 47.00038598 -21.4375 50.5 C-22.0975 50.5 -22.7575 50.5 -23.4375 50.5 C-23.4375 43.57 -23.4375 36.64 -23.4375 29.5 C-21.74625 30.593125 -20.055 31.68625 -18.3125 32.8125 C-5.34580713 41.01591794 5.55809513 42.16037811 20.5625 41.5 C21.2225 41.17 21.8825 40.84 22.5625 40.5 C22.2325 39.51 21.9025 38.52 21.5625 37.5 C19.12033709 36.27891854 17.30217528 36.26423616 14.57421875 36.10546875 C-15.19806151 34.15941297 -15.19806151 34.15941297 -24.4375 24.5 C-26.4180192 20.5389616 -25.84721675 15.81731379 -25.4375 11.5 C-23.1802581 5.95949716 -19.4413248 4.05736132 -14.28613281 1.55615234 C-9.52572334 -0.20880578 -5.02302131 -0.14783474 0 0 Z " fill="#FCF9F9" transform="translate(152.4375,54.5)"/>
|
||||
<path d="M0 0 C16.17 0 32.34 0 49 0 C45.72396163 3.27603837 43.78182406 5.19233006 40.23046875 7.5546875 C37.87102692 9.55621129 37.08975223 10.6163532 36.37744141 13.66113281 C36.16589163 16.8441117 36.19225834 19.93764168 36.3125 23.125 C36.31056641 24.20910156 36.30863281 25.29320313 36.30664062 26.41015625 C36.18858802 32.30588677 36.18858802 32.30588677 38.91479492 37.27685547 C44.05650783 41.52579701 50.6341134 40.40407075 57 40 C59.87468896 39.33413754 61.46678958 38.5906205 64 37 C66.60453211 29.18640367 66.74863406 19.01274673 65 11 C62.22420906 6.20628586 57.71074413 3.64979357 53 1 C53 0.67 53 0.34 53 0 C65.87 0 78.74 0 92 0 C88.88946842 3.11053158 86.2506787 5.73885366 82.8125 8.3125 C82.13832031 8.82425781 81.46414062 9.33601563 80.76953125 9.86328125 C79 11 79 11 77 11 C77.0314209 12.27846802 77.0314209 12.27846802 77.06347656 13.58276367 C77.13185244 16.76029433 77.18189738 19.93744871 77.21972656 23.11547852 C77.2397799 24.48800023 77.26703028 25.86043717 77.30175781 27.23266602 C77.35054552 29.21072044 77.37088876 31.18941119 77.390625 33.16796875 C77.4220459 34.95110474 77.4220459 34.95110474 77.45410156 36.77026367 C76.90883234 40.64841773 75.70633016 42.22720729 73 45 C62.80550399 52.16237099 48.98172743 52.14907818 37 51 C28.6054089 49.39020301 20.50579426 45.91157234 15.41699219 38.78222656 C13.75801179 35.52486257 13.65328385 33.46112646 13.70703125 29.82421875 C13.71669922 28.66728516 13.72636719 27.51035156 13.73632812 26.31835938 C13.76146484 25.12017578 13.78660156 23.92199219 13.8125 22.6875 C13.83280273 20.8612207 13.83280273 20.8612207 13.85351562 18.99804688 C13.88880739 15.99824655 13.93811519 12.99935025 14 10 C12.8385144 9.55732788 12.8385144 9.55732788 11.65356445 9.10571289 C8.74866244 7.89527024 6.64694205 6.39118614 4.1875 4.4375 C3.39730469 3.81746094 2.60710938 3.19742188 1.79296875 2.55859375 C0.90544922 1.78708984 0.90544922 1.78708984 0 1 C0 0.67 0 0.34 0 0 Z " fill="#FCFAFA" transform="translate(32,55)"/>
|
||||
<path d="M0 0 C5.96092241 2.06034836 11.56852865 5.24824226 14.64453125 10.9140625 C16.35698649 18.79280174 17.11579557 30.84210588 12.64453125 37.9140625 C6.27294541 41.96870803 -1.01527496 41.73061516 -8.35546875 40.9140625 C-11.64370731 39.67222773 -13.74613424 38.13273153 -15.35546875 34.9140625 C-17.59184978 14.82071138 -17.59184978 14.82071138 -13.48828125 7.65234375 C-11.18837582 5.67291694 -9.05288906 4.28510229 -6.35546875 2.9140625 C-5.700625 2.34300781 -5.04578125 1.77195313 -4.37109375 1.18359375 C-2.35546875 -0.0859375 -2.35546875 -0.0859375 0 0 Z " fill="#C0252E" transform="translate(83.35546875,55.0859375)"/>
|
||||
<path d="M0 0 C7.26 0 14.52 0 22 0 C22 0.99 22 1.98 22 3 C22.66 3 23.32 3 24 3 C24.125 7.75 24.125 7.75 23 10 C23.66 10 24.32 10 25 10 C25 7.03 25 4.06 25 1 C34.24 1 43.48 1 53 1 C46.25 8.875 46.25 8.875 43.125 12.4375 C42.52945313 13.11683594 41.93390625 13.79617187 41.3203125 14.49609375 C40.88460937 14.99238281 40.44890625 15.48867187 40 16 C42.64 16.33 45.28 16.66 48 17 C48.268125 16.38125 48.53625 15.7625 48.8125 15.125 C50 13 50 13 53 11 C53 14.63 53 18.26 53 22 C35.51 22 18.02 22 0 22 C0 21.34 0 20.68 0 20 C0.80824219 19.59136719 1.61648437 19.18273437 2.44921875 18.76171875 C5.29007334 17.21776623 5.29007334 17.21776623 5.70703125 14.08203125 C5.74183594 13.00308594 5.77664062 11.92414063 5.8125 10.8125 C5.86019531 9.72582031 5.90789062 8.63914062 5.95703125 7.51953125 C5.97121094 6.68808594 5.98539062 5.85664062 6 5 C5.195625 4.731875 4.39125 4.46375 3.5625 4.1875 C2.716875 3.795625 1.87125 3.40375 1 3 C0.67 2.01 0.34 1.02 0 0 Z " fill="#C43339" transform="translate(69,117)"/>
|
||||
<path d="M0 0 C4.54144994 -0.11647041 9.08251394 -0.18734502 13.625 -0.25 C15.55279297 -0.30027344 15.55279297 -0.30027344 17.51953125 -0.3515625 C28.18645717 -0.46210059 28.18645717 -0.46210059 31.84375 1.84375 C34.26032617 4.26032617 34.8122794 5.62102913 35 9 C30.08833303 13.11518044 27.1891432 14.13106606 20.8125 14.0625 C19.18248047 14.04896484 19.18248047 14.04896484 17.51953125 14.03515625 C16.68808594 14.02355469 15.85664062 14.01195312 15 14 C16.65 15.98 18.3 17.96 20 20 C13.73 20 7.46 20 1 20 C2.32 18.68 3.64 17.36 5 16 C5.66617309 13.3670271 5.66617309 13.3670271 5.5625 10.5625 C5.58441406 9.63566406 5.60632812 8.70882812 5.62890625 7.75390625 C4.7782005 4.02876616 2.82599807 2.46770988 0 0 Z " fill="#FCFBFB" transform="translate(34,118)"/>
|
||||
<path d="M0 0 C0.33 0 0.66 0 1 0 C1 8.25 1 16.5 1 25 C-8.10769231 29.55384615 -8.10769231 29.55384615 -14.125 29.5 C-15.28257813 29.5103125 -16.44015625 29.520625 -17.6328125 29.53125 C-21.95023901 28.8500783 -23.92726871 28.16528344 -27 25 C-27.73910189 21.22664977 -27.56436567 17.57615755 -27.375 13.75 C-27.34792969 12.71875 -27.32085937 11.6875 -27.29296875 10.625 C-27.22230799 8.0812125 -27.12372078 5.54166901 -27 3 C-26.67 3 -26.34 3 -26 3 C-26 5.64 -26 8.28 -26 11 C-22.535 10.505 -22.535 10.505 -19 10 C-18.40267181 12.76264289 -18 15.16032769 -18 18 C-17.443125 17.46375 -16.88625 16.9275 -16.3125 16.375 C-15.549375 15.92125 -14.78625 15.4675 -14 15 C-10.82913833 15.85071899 -8.743586 17.17094266 -6 19 C-6.33 16.69 -6.66 14.38 -7 12 C-4.625 10.9375 -4.625 10.9375 -2 10 C-1.34 10.33 -0.68 10.66 0 11 C0 7.37 0 3.74 0 0 Z " fill="#C41F27" transform="translate(96,67)"/>
|
||||
<path d="M0 0 C6.27 0 12.54 0 19 0 C18.34 1.65 17.68 3.3 17 5 C17.87417566 7.59117395 17.87417566 7.59117395 19.5625 10 C20.07941406 10.825 20.59632813 11.65 21.12890625 12.5 C23.33815416 15.57550745 23.33815416 15.57550745 28 20 C21.73 20 15.46 20 9 20 C9.66 19.01 10.32 18.02 11 17 C11.66 17 12.32 17 13 17 C13 16.34 13 15.68 13 15 C9.7 15.33 6.4 15.66 3 16 C3.99 17.32 4.98 18.64 6 20 C1.38 20 -3.24 20 -8 20 C-6.63875 17.958125 -6.63875 17.958125 -5.25 15.875 C-4.70859375 15.05257812 -4.1671875 14.23015625 -3.609375 13.3828125 C-2.65882154 11.97543965 -1.67956094 10.58563915 -0.640625 9.2421875 C0.66716109 7.61002968 0.66716109 7.61002968 2 5 C1.34 3.35 0.68 1.7 0 0 Z " fill="#F7EDED" transform="translate(167,118)"/>
|
||||
<path d="M0 0 C9.24 0 18.48 0 28 0 C21.25 7.875 21.25 7.875 18.125 11.4375 C17.52945313 12.11683594 16.93390625 12.79617187 16.3203125 13.49609375 C15.88460937 13.99238281 15.44890625 14.48867187 15 15 C17.64 15.33 20.28 15.66 23 16 C23.268125 15.38125 23.53625 14.7625 23.8125 14.125 C25 12 25 12 28 10 C28 13.3 28 16.6 28 20 C18.43 20 8.86 20 -1 20 C5.75 11 5.75 11 8.875 8 C9.76832031 7.13375 9.76832031 7.13375 10.6796875 6.25 C11.11539063 5.8375 11.55109375 5.425 12 5 C8.62563814 4.66619186 8.62563814 4.66619186 5 5 C3.15684329 6.9004467 3.15684329 6.9004467 2 9 C1.34 9 0.68 9 0 9 C0 6.03 0 3.06 0 0 Z " fill="#F9F2F2" transform="translate(94,118)"/>
|
||||
<path d="M0 0 C9.24 0 18.48 0 28 0 C21.25 7.875 21.25 7.875 18.125 11.4375 C17.52945313 12.11683594 16.93390625 12.79617187 16.3203125 13.49609375 C15.88460937 13.99238281 15.44890625 14.48867187 15 15 C17.64 15.33 20.28 15.66 23 16 C23.268125 15.401875 23.53625 14.80375 23.8125 14.1875 C25 12 25 12 28 9 C28 12.63 28 16.26 28 20 C18.43 20 8.86 20 -1 20 C5.75 12.125 5.75 12.125 8.875 8.5625 C9.47054687 7.88316406 10.06609375 7.20382813 10.6796875 6.50390625 C11.33324219 5.75947266 11.33324219 5.75947266 12 5 C8.62563814 4.66619186 8.62563814 4.66619186 5 5 C3.15684329 6.9004467 3.15684329 6.9004467 2 9 C1.34 9 0.68 9 0 9 C0 6.03 0 3.06 0 0 Z " fill="#F9F1F1" transform="translate(127,118)"/>
|
||||
<path d="M0 0 C6.6 0 13.2 0 20 0 C18.68 1.32 17.36 2.64 16 4 C15.34 4 14.68 4 14 4 C14.06029967 5.91752953 14.14916707 7.83417426 14.25 9.75 C14.29640625 10.81734375 14.3428125 11.8846875 14.390625 12.984375 C14.82416314 16.56155198 14.82416314 16.56155198 19 20 C13.06 20 7.12 20 1 20 C2.32 18.68 3.64 17.36 5 16 C5.69397449 12.96777222 5.69397449 12.96777222 5.75 9.75 C5.80671875 8.67234375 5.8634375 7.5946875 5.921875 6.484375 C5.94765625 5.66453125 5.9734375 4.8446875 6 4 C5.195625 3.71125 4.39125 3.4225 3.5625 3.125 C1 2 1 2 0 0 Z " fill="#FCF9F8" transform="translate(69,118)"/>
|
||||
<path d="M0 0 C4.54144994 -0.11647041 9.08251394 -0.18734502 13.625 -0.25 C15.55279297 -0.30027344 15.55279297 -0.30027344 17.51953125 -0.3515625 C28.18645717 -0.46210059 28.18645717 -0.46210059 31.84375 1.84375 C34.26032617 4.26032617 34.8122794 5.62102913 35 9 C30.08833303 13.11518044 27.1891432 14.13106606 20.8125 14.0625 C19.18248047 14.04896484 19.18248047 14.04896484 17.51953125 14.03515625 C16.68808594 14.02355469 15.85664062 14.01195312 15 14 C15 13.67 15 13.34 15 13 C17.64 12.67 20.28 12.34 23 12 C23 11.67 23 11.34 23 11 C20.36 10.67 17.72 10.34 15 10 C15 7.69 15 5.38 15 3 C17.64 2.67 20.28 2.34 23 2 C15.74 2 8.48 2 1 2 C0.67 1.34 0.34 0.68 0 0 Z " fill="#F8EDED" transform="translate(34,118)"/>
|
||||
<path d="M0 0 C6.46182585 0.07480297 12.35710941 1.29961649 18.51757812 3.25976562 C18.18757813 4.24976562 17.85757813 5.23976563 17.51757812 6.25976562 C15.86757812 6.25976562 14.21757812 6.25976562 12.51757812 6.25976562 C12.51757812 7.24976562 12.51757812 8.23976563 12.51757812 9.25976562 C10.16316097 9.11734914 7.80910329 8.97091754 5.45507812 8.82226562 C4.14410156 8.74105469 2.833125 8.65984375 1.48242188 8.57617188 C-9.00276449 7.73942301 -9.00276449 7.73942301 -11.48242188 5.25976562 C-10.46150984 -1.47825384 -5.67627267 0.02554578 0 0 Z " fill="#C52930" transform="translate(152.482421875,62.740234375)"/>
|
||||
<path d="M0 0 C2.1385485 2.1385485 2.42655063 3.13275314 3 6 C5.64 6.33 8.28 6.66 11 7 C9.36587557 8.70840281 8.13093906 9.93453047 6 11 C5.91773332 14.04386724 6.02391783 16.07175348 7 19 C6.2575 18.67 5.515 18.34 4.75 18 C1.40355853 16.78311219 -0.94818508 16.5325267 -4.25 18 C-4.8275 18.33 -5.405 18.66 -6 19 C-5.9175 17.7625 -5.835 16.525 -5.75 15.25 C-5.7262052 11.89493302 -5.80358323 11.24552096 -8 8.5 C-8.66 8.005 -9.32 7.51 -10 7 C-7.36 7 -4.72 7 -2 7 C-1.855625 6.21625 -1.71125 5.4325 -1.5625 4.625 C-1 2 -1 2 0 0 Z " fill="#2D205A" transform="translate(83,67)"/>
|
||||
<path d="M0 0 C3.63 0 7.26 0 11 0 C10.67 0.66 10.34 1.32 10 2 C10.66 2.33 11.32 2.66 12 3 C11.67 3.99 11.34 4.98 11 6 C7.37 6 3.74 6 0 6 C0 4.02 0 2.04 0 0 Z " fill="#9896AE" transform="translate(129,156)"/>
|
||||
<path d="M0 0 C2.97 0 5.94 0 9 0 C9.38218767 1.65614657 9.71395102 3.32457024 10 5 C9 6 9 6 6.93359375 6.09765625 C6.10988281 6.08605469 5.28617188 6.07445312 4.4375 6.0625 C3.61121094 6.05347656 2.78492188 6.04445312 1.93359375 6.03515625 C1.29550781 6.02355469 0.65742187 6.01195312 0 6 C0 4.02 0 2.04 0 0 Z " fill="#BE2931" transform="translate(49,122)"/>
|
||||
<path d="M0 0 C2.01822917 0.06510417 4.03645833 0.13020833 6.0546875 0.1953125 C5.12194641 1.32426126 4.18328628 2.44832126 3.2421875 3.5703125 C2.72011719 4.19679688 2.19804688 4.82328125 1.66015625 5.46875 C0.0546875 7.1953125 0.0546875 7.1953125 -2.9453125 9.1953125 C-3.9353125 8.5353125 -4.9253125 7.8753125 -5.9453125 7.1953125 C-3.42094902 0.34346878 -3.42094902 0.34346878 0 0 Z " fill="#C11822" transform="translate(100.9453125,121.8046875)"/>
|
||||
<path d="M0 0 C4.40114397 0.50298788 6.71195019 2.08772731 10 5 C9.67 6.32 9.34 7.64 9 9 C7.68 8.01 6.36 7.02 5 6 C4.67 12.6 4.34 19.2 4 26 C3.67 26 3.34 26 3 26 C3 18.41 3 10.82 3 3 C2.01 2.67 1.02 2.34 0 2 C0 1.34 0 0.68 0 0 Z " fill="#C45559" transform="translate(125,79)"/>
|
||||
<path d="M0 0 C0.66 0 1.32 0 2 0 C2.625 1.8125 2.625 1.8125 3 4 C2.01 5.485 2.01 5.485 1 7 C-1.1640625 7.29296875 -1.1640625 7.29296875 -3.625 7.1875 C-4.44226563 7.16042969 -5.25953125 7.13335937 -6.1015625 7.10546875 C-7.04128906 7.05326172 -7.04128906 7.05326172 -8 7 C-6.25 4.5 -6.25 4.5 -4 2 C-2.68 2 -1.36 2 0 2 C0 1.34 0 0.68 0 0 Z " fill="#C32127" transform="translate(116,127)"/>
|
||||
<path d="M0 0 C0.33 0 0.66 0 1 0 C1 3.96 1 7.92 1 12 C-1.49092811 13.24546405 -2.41080733 12.7767578 -5 12 C-4.4140625 5.84765625 -4.4140625 5.84765625 -4 4 C-3.34 3.67 -2.68 3.34 -2 3 C-2 4.65 -2 6.3 -2 8 C-1.34 8 -0.68 8 0 8 C0 5.36 0 2.72 0 0 Z M-6 5 C-5.34 5.33 -4.68 5.66 -4 6 C-4.99 6 -5.98 6 -7 6 C-6.67 5.67 -6.34 5.34 -6 5 Z " fill="#C4343B" transform="translate(74,122)"/>
|
||||
<path d="M0 0 C4.29 0 8.58 0 13 0 C13 0.66 13 1.32 13 2 C11.1746875 2.12375 11.1746875 2.12375 9.3125 2.25 C5.21534129 2.73758372 2.99860092 4.09510536 0 7 C0 4.69 0 2.38 0 0 Z " fill="#FCFDFC" transform="translate(128,119)"/>
|
||||
<path d="M0 0 C3.3 0 6.6 0 10 0 C10.33 0.66 10.66 1.32 11 2 C9.9275 2.268125 8.855 2.53625 7.75 2.8125 C4.43491072 3.86227827 2.56122354 4.74612328 0 7 C0 4.69 0 2.38 0 0 Z " fill="#FCFDFD" transform="translate(95,119)"/>
|
||||
<path d="M0 0 C-0.33 1.65 -0.66 3.3 -1 5 C-2.65 4.67 -4.3 4.34 -6 4 C-6.33 2.68 -6.66 1.36 -7 0 C-4.3333581 -1.33332095 -2.83319697 -0.67102033 0 0 Z " fill="#B3B2C5" transform="translate(159,157)"/>
|
||||
<path d="M0 0 C2.97 0.495 2.97 0.495 6 1 C5.67 2.32 5.34 3.64 5 5 C2.03 5 -0.94 5 -4 5 C-2.68 3.35 -1.36 1.7 0 0 Z " fill="#C01720" transform="translate(145,129)"/>
|
||||
<path d="M0 0 C1.51400391 0.01740234 1.51400391 0.01740234 3.05859375 0.03515625 C4.07050781 0.04417969 5.08242187 0.05320313 6.125 0.0625 C7.29869141 0.07990234 7.29869141 0.07990234 8.49609375 0.09765625 C5.54426274 3.04948726 2.54097428 3.18429613 -1.50390625 4.09765625 C-1.50390625 4.75765625 -1.50390625 5.41765625 -1.50390625 6.09765625 C-2.49390625 5.76765625 -3.48390625 5.43765625 -4.50390625 5.09765625 C-3.38261259 0.13192717 -3.38261259 0.13192717 0 0 Z " fill="#BA1F29" transform="translate(145.50390625,62.90234375)"/>
|
||||
<path d="M0 0 C1.67542976 0.28604898 3.34385343 0.61781233 5 1 C5 2.32 5 3.64 5 5 C3.35 5.33 1.7 5.66 0 6 C-0.38218767 4.34385343 -0.71395102 2.67542976 -1 1 C-0.67 0.67 -0.34 0.34 0 0 Z " fill="#B6B5C8" transform="translate(116,156)"/>
|
||||
<path d="M0 0 C3.63 0 7.26 0 11 0 C11 0.66 11 1.32 11 2 C6.64722617 4.05547653 6.64722617 4.05547653 3.8125 3.8125 C2 3 2 3 0 0 Z " fill="#BB1A23" transform="translate(169,133)"/>
|
||||
<path d="M0 0 C2.31 0 4.62 0 7 0 C5.515 2.475 5.515 2.475 4 5 C6.64 5.33 9.28 5.66 12 6 C12 6.33 12 6.66 12 7 C8.37 7 4.74 7 1 7 C1.33 5.35 1.66 3.7 2 2 C1.34 1.34 0.68 0.68 0 0 Z " fill="#BF141D" transform="translate(158,90)"/>
|
||||
<path d="M0 0 C1.65 0 3.3 0 5 0 C5 1.98 5 3.96 5 6 C3.35 6 1.7 6 0 6 C0 4.02 0 2.04 0 0 Z " fill="#D4D3DC" transform="translate(108,156)"/>
|
||||
<path d="M0 0 C0.66 0 1.32 0 2 0 C2 0.66 2 1.32 2 2 C2.66 2 3.32 2 4 2 C4 1.34 4 0.68 4 0 C4.66 0 5.32 0 6 0 C6 1.98 6 3.96 6 6 C5.34 6 4.68 6 4 6 C4 5.34 4 4.68 4 4 C3.34 4 2.68 4 2 4 C2 4.66 2 5.32 2 6 C1.34 6 0.68 6 0 6 C0 4.02 0 2.04 0 0 Z " fill="#D3D2DF" transform="translate(48,156)"/>
|
||||
<path d="M0 0 C2.00841268 0.01421885 4.01537247 0.13420475 6.01953125 0.265625 C4.01953125 3.265625 4.01953125 3.265625 1.85546875 3.77734375 C0.63730469 3.86435547 0.63730469 3.86435547 -0.60546875 3.953125 C-1.42273438 4.01886719 -2.24 4.08460937 -3.08203125 4.15234375 C-3.70851563 4.18972656 -4.335 4.22710937 -4.98046875 4.265625 C-3.72152968 1.74774686 -2.88459378 0.38688832 0 0 Z " fill="#C1272E" transform="translate(100.98046875,121.734375)"/>
|
||||
<path d="M0 0 C3.75 -0.375 3.75 -0.375 7 0 C7 0.33 7 0.66 7 1 C5.35 1 3.7 1 2 1 C2 2.32 2 3.64 2 5 C2 5.33 2 5.66 2 6 C0.02 6 -1.96 6 -4 6 C-2.4375 3 -2.4375 3 0 0 Z " fill="#C6383E" transform="translate(165,90)"/>
|
||||
<path d="M0 0 C0.99 0.33 1.98 0.66 3 1 C3.33 2.65 3.66 4.3 4 6 C2.02 6 0.04 6 -2 6 C-1.34 4.02 -0.68 2.04 0 0 Z " fill="#DBDBE4" transform="translate(170,156)"/>
|
||||
<path d="M0 0 C1.65 0 3.3 0 5 0 C5 1.32 5 2.64 5 4 C4.01 4 3.02 4 2 4 C2 4.66 2 5.32 2 6 C1.34 6 0.68 6 0 6 C0 4.02 0 2.04 0 0 Z " fill="#D7D6DF" transform="translate(66,156)"/>
|
||||
<path d="M0 0 C2.0625 0.4375 2.0625 0.4375 4 1 C4 2.66666667 4 4.33333333 4 6 C2.35 6 0.7 6 -1 6 C-1.042721 4.33388095 -1.04063832 2.66617115 -1 1 C-0.67 0.67 -0.34 0.34 0 0 Z " fill="#CDCCD9" transform="translate(143,156)"/>
|
||||
<path d="M0 0 C2.475 0.495 2.475 0.495 5 1 C5 1.99 5 2.98 5 4 C4.01 4 3.02 4 2 4 C2 4.66 2 5.32 2 6 C1.34 6 0.68 6 0 6 C0 4.02 0 2.04 0 0 Z " fill="#D9D8E0" transform="translate(101,156)"/>
|
||||
<path d="M0 0 C1.65 0 3.3 0 5 0 C4.814375 0.61875 4.62875 1.2375 4.4375 1.875 C3.76313824 4.04160178 3.76313824 4.04160178 5 6 C3.35 6 1.7 6 0 6 C0 4.02 0 2.04 0 0 Z " fill="#E2E1EB" transform="translate(56,156)"/>
|
||||
<path d="M0 0 C0.66 0 1.32 0 2 0 C2.66 1.98 3.32 3.96 4 6 C2.02 6 0.04 6 -2 6 C-1.34 4.02 -0.68 2.04 0 0 Z " fill="#E3E2EB" transform="translate(92,156)"/>
|
||||
<path d="M0 0 C1.65 0 3.3 0 5 0 C5 0.99 5 1.98 5 3 C4.01 3.495 4.01 3.495 3 4 C3.66 4.66 4.32 5.32 5 6 C3.35 6 1.7 6 0 6 C0 4.02 0 2.04 0 0 Z " fill="#D7D6E2" transform="translate(129,156)"/>
|
||||
<path d="M0 0 C1.65 0 3.3 0 5 0 C5 2 5 4 5 6 C3.35 6 1.7 6 0 6 C0.66 4.35 1.32 2.7 2 1 C1.34 0.67 0.68 0.34 0 0 Z " fill="#DDDCE4" transform="translate(77,156)"/>
|
||||
<path d="M0 0 C1.65 0 3.3 0 5 0 C4.34 1.65 3.68 3.3 3 5 C3.66 5.33 4.32 5.66 5 6 C3.35 6 1.7 6 0 6 C0.66 4.68 1.32 3.36 2 2 C1.34 1.34 0.68 0.68 0 0 Z " fill="#E9E8EF" transform="translate(83,156)"/>
|
||||
<path d="M0 0 C0.66 0.33 1.32 0.66 2 1 C1.67 1.99 1.34 2.98 1 4 C1.99 4.33 2.98 4.66 4 5 C1.36 5 -1.28 5 -4 5 C-2.68 3.35 -1.36 1.7 0 0 Z " fill="#BB121B" transform="translate(112,129)"/>
|
||||
<path d="M0 0 C0 3.86695678 -1.41909971 6.5088452 -3 10 C-3.33 9.01 -3.66 8.02 -4 7 C-4.66 6.67 -5.32 6.34 -6 6 C-4.02 4.02 -2.04 2.04 0 0 Z " fill="#BB3036" transform="translate(155,118)"/>
|
||||
<path d="M0 0 C0.99 0.66 1.98 1.32 3 2 C2.67 3.32 2.34 4.64 2 6 C0.68 5.67 -0.64 5.34 -2 5 C-1.34 3.35 -0.68 1.7 0 0 Z " fill="#504D79" transform="translate(88,156)"/>
|
||||
<path d="M0 0 C0.99 0.33 1.98 0.66 3 1 C3 2.98 3 4.96 3 7 C3.66 7.33 4.32 7.66 5 8 C3.02 8.99 3.02 8.99 1 10 C1.03255208 7.98177083 1.06510417 5.96354167 1.09765625 3.9453125 C1.12649242 1.91814596 1.12649242 1.91814596 0 0 Z " fill="#4C1C4B" transform="translate(76,76)"/>
|
||||
<path d="M0 0 C1.65 0 3.3 0 5 0 C4.01 0.33 3.02 0.66 2 1 C2 1.66 2 2.32 2 3 C2.66 3.33 3.32 3.66 4 4 C3.34 4 2.68 4 2 4 C2 4.66 2 5.32 2 6 C1.34 6 0.68 6 0 6 C0 4.02 0 2.04 0 0 Z " fill="#EEEDF4" transform="translate(123,156)"/>
|
||||
<path d="M0 0 C0.99 0.33 1.98 0.66 3 1 C2.67 1.66 2.34 2.32 2 3 C4.31 3.33 6.62 3.66 9 4 C9 4.33 9 4.66 9 5 C6.03 5 3.06 5 0 5 C0 3.35 0 1.7 0 0 Z " fill="#ECD0D0" transform="translate(107,130)"/>
|
||||
<path d="M0 0 C0.66 0 1.32 0 2 0 C2 0.66 2 1.32 2 2 C2.66 2 3.32 2 4 2 C4 2.66 4 3.32 4 4 C3.01 4 2.02 4 1 4 C1 5.65 1 7.3 1 9 C0.67 9 0.34 9 0 9 C0 6.03 0 3.06 0 0 Z " fill="#BE1523" transform="translate(122,126)"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 20 KiB |