diff --git a/app/components/Login.tsx b/app/components/Login.tsx index 2152891..85d887d 100644 --- a/app/components/Login.tsx +++ b/app/components/Login.tsx @@ -40,6 +40,10 @@ const Login: React.FC = () => { } }; + const handleLogout = () => { + setIsLoggedIn(false); + } + // Function to handle account creation const handleCreateAccount = () => { console.log('New Account Created:', newAccountEmail, newAccountPassword); @@ -49,6 +53,7 @@ const Login: React.FC = () => { // Function to toggle the settings popup const toggleSettingsPopup = () => setShowSettingsPopup(!showSettingsPopup); + const isStartedAsLogOut = 'false' return (
diff --git a/app/components/Settings.tsx b/app/components/Settings.tsx index 3a86df3..a7845a3 100644 --- a/app/components/Settings.tsx +++ b/app/components/Settings.tsx @@ -842,6 +842,8 @@ const Settings: React.FC<{ closeSettings: () => void; accountName: string }> = ( onChange={(e) => setNewPassword(e.target.value)} />
+ {/* Logout Button */} + ); diff --git a/app/components/settingUtils.ts b/app/components/settingUtils.ts index e327524..ead2c20 100644 --- a/app/components/settingUtils.ts +++ b/app/components/settingUtils.ts @@ -19,4 +19,5 @@ export const exportSettings = (settings: any) => { }; reader.readAsText(file); }; + \ No newline at end of file diff --git a/app/layout.tsx b/app/layout.tsx index 994a18a..5305b62 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -1,18 +1,19 @@ -import Header from "./components/Header"; - +import { ReactNode } from 'react'; export const metadata = { title: 'AI Assistant | Interstellar Development', description: 'A little AI chat that is able to assist you in little tasks', -} +}; -export default function RootLayout({ - children, -}: { - children: React.ReactNode -}) { +export default function RootLayout({ children }: { children: ReactNode }) { return ( + + {metadata.title} + + {/* Add the favicon here */} + +
{children}
diff --git a/app/page.tsx b/app/page.tsx index 387bb1a..0f74ba5 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -7,6 +7,7 @@ import Documentation from './components/Documentation'; // Ensure the import pat import History from './components/History'; import Models from './components/Models'; import Credits from './components/Credits'; +import Head from 'next/head'; import './styles/master.css'; const LandingPage: React.FC = () => { @@ -51,29 +52,31 @@ const LandingPage: React.FC = () => { }; return ( -
-
-
- {showDivs && ( -
- - -
- )} + <> +
+
+
+ {showDivs && ( +
+ + +
+ )} +
+
+ {view === 'AI' && } + {view === 'FAQ' && } + {view === 'Documentation' && } + {view === 'Credits' && } {/* Now Credits will render properly */} +
-
- {view === 'AI' && } - {view === 'FAQ' && } - {view === 'Documentation' && } - {view === 'Credits' && } {/* Now Credits will render properly */} -
-
+ ); }; diff --git a/public/favicon.ico b/public/favicon.ico new file mode 100644 index 0000000..6653ed4 Binary files /dev/null and b/public/favicon.ico differ diff --git a/public/iomarket/Emblem/1x/Asset 10.png b/public/iomarket/Emblem/1x/Asset 10.png new file mode 100644 index 0000000..83d5428 Binary files /dev/null and b/public/iomarket/Emblem/1x/Asset 10.png differ diff --git a/public/iomarket/Emblem/1x/Asset 11.png b/public/iomarket/Emblem/1x/Asset 11.png new file mode 100644 index 0000000..29a524b Binary files /dev/null and b/public/iomarket/Emblem/1x/Asset 11.png differ diff --git a/public/iomarket/Emblem/1x/Asset 12.png b/public/iomarket/Emblem/1x/Asset 12.png new file mode 100644 index 0000000..d02e08d Binary files /dev/null and b/public/iomarket/Emblem/1x/Asset 12.png differ diff --git a/public/iomarket/Emblem/1x/Asset 9.png b/public/iomarket/Emblem/1x/Asset 9.png new file mode 100644 index 0000000..8dfc55d Binary files /dev/null and b/public/iomarket/Emblem/1x/Asset 9.png differ diff --git a/public/iomarket/Emblem/2x/Asset 10@2x-8.png b/public/iomarket/Emblem/2x/Asset 10@2x-8.png new file mode 100644 index 0000000..68ffb91 Binary files /dev/null and b/public/iomarket/Emblem/2x/Asset 10@2x-8.png differ diff --git a/public/iomarket/Emblem/2x/Asset 11@2x-8.png b/public/iomarket/Emblem/2x/Asset 11@2x-8.png new file mode 100644 index 0000000..748fb9e Binary files /dev/null and b/public/iomarket/Emblem/2x/Asset 11@2x-8.png differ diff --git a/public/iomarket/Emblem/2x/Asset 12@2x-8.png b/public/iomarket/Emblem/2x/Asset 12@2x-8.png new file mode 100644 index 0000000..78d1eb4 Binary files /dev/null and b/public/iomarket/Emblem/2x/Asset 12@2x-8.png differ diff --git a/public/iomarket/Emblem/2x/Asset 9@2x-8.png b/public/iomarket/Emblem/2x/Asset 9@2x-8.png new file mode 100644 index 0000000..fc2fb90 Binary files /dev/null and b/public/iomarket/Emblem/2x/Asset 9@2x-8.png differ diff --git a/public/iomarket/Emblem/3x/Asset 10@3x-8.png b/public/iomarket/Emblem/3x/Asset 10@3x-8.png new file mode 100644 index 0000000..1063eba Binary files /dev/null and b/public/iomarket/Emblem/3x/Asset 10@3x-8.png differ diff --git a/public/iomarket/Emblem/3x/Asset 11@3x-8.png b/public/iomarket/Emblem/3x/Asset 11@3x-8.png new file mode 100644 index 0000000..3a2d6f0 Binary files /dev/null and b/public/iomarket/Emblem/3x/Asset 11@3x-8.png differ diff --git a/public/iomarket/Emblem/3x/Asset 12@3x-8.png b/public/iomarket/Emblem/3x/Asset 12@3x-8.png new file mode 100644 index 0000000..e05acfa Binary files /dev/null and b/public/iomarket/Emblem/3x/Asset 12@3x-8.png differ diff --git a/public/iomarket/Emblem/3x/Asset 9@3x-8.png b/public/iomarket/Emblem/3x/Asset 9@3x-8.png new file mode 100644 index 0000000..230bd67 Binary files /dev/null and b/public/iomarket/Emblem/3x/Asset 9@3x-8.png differ diff --git a/public/iomarket/Emblem/4x/Asset 10@4x-8.png b/public/iomarket/Emblem/4x/Asset 10@4x-8.png new file mode 100644 index 0000000..03c6aab Binary files /dev/null and b/public/iomarket/Emblem/4x/Asset 10@4x-8.png differ diff --git a/public/iomarket/Emblem/4x/Asset 11@4x-8.png b/public/iomarket/Emblem/4x/Asset 11@4x-8.png new file mode 100644 index 0000000..152d626 Binary files /dev/null and b/public/iomarket/Emblem/4x/Asset 11@4x-8.png differ diff --git a/public/iomarket/Emblem/4x/Asset 12@4x-8.png b/public/iomarket/Emblem/4x/Asset 12@4x-8.png new file mode 100644 index 0000000..bc31fbd Binary files /dev/null and b/public/iomarket/Emblem/4x/Asset 12@4x-8.png differ diff --git a/public/iomarket/Emblem/4x/Asset 9@4x-8.png b/public/iomarket/Emblem/4x/Asset 9@4x-8.png new file mode 100644 index 0000000..17c3c63 Binary files /dev/null and b/public/iomarket/Emblem/4x/Asset 9@4x-8.png differ diff --git a/public/iomarket/Emblem/SVG/Asset 10.svg b/public/iomarket/Emblem/SVG/Asset 10.svg new file mode 100644 index 0000000..8496cf6 --- /dev/null +++ b/public/iomarket/Emblem/SVG/Asset 10.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/iomarket/Emblem/SVG/Asset 11.svg b/public/iomarket/Emblem/SVG/Asset 11.svg new file mode 100644 index 0000000..9813a82 --- /dev/null +++ b/public/iomarket/Emblem/SVG/Asset 11.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/iomarket/Emblem/SVG/Asset 12.svg b/public/iomarket/Emblem/SVG/Asset 12.svg new file mode 100644 index 0000000..0290de8 --- /dev/null +++ b/public/iomarket/Emblem/SVG/Asset 12.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/iomarket/Emblem/SVG/Asset 9.svg b/public/iomarket/Emblem/SVG/Asset 9.svg new file mode 100644 index 0000000..b13b296 --- /dev/null +++ b/public/iomarket/Emblem/SVG/Asset 9.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/iomarket/Favicions/16x16.png b/public/iomarket/Favicions/16x16.png new file mode 100644 index 0000000..f21079c Binary files /dev/null and b/public/iomarket/Favicions/16x16.png differ diff --git a/public/iomarket/Favicions/32x32.png b/public/iomarket/Favicions/32x32.png new file mode 100644 index 0000000..4dcb823 Binary files /dev/null and b/public/iomarket/Favicions/32x32.png differ diff --git a/public/iomarket/JPEGs/1x/Logo-1-100.jpg b/public/iomarket/JPEGs/1x/Logo-1-100.jpg new file mode 100644 index 0000000..3f5f082 Binary files /dev/null and b/public/iomarket/JPEGs/1x/Logo-1-100.jpg differ diff --git a/public/iomarket/JPEGs/1x/Logo-2-100.jpg b/public/iomarket/JPEGs/1x/Logo-2-100.jpg new file mode 100644 index 0000000..21d3cd7 Binary files /dev/null and b/public/iomarket/JPEGs/1x/Logo-2-100.jpg differ diff --git a/public/iomarket/JPEGs/1x/Logo-3-100.jpg b/public/iomarket/JPEGs/1x/Logo-3-100.jpg new file mode 100644 index 0000000..cc8c5c8 Binary files /dev/null and b/public/iomarket/JPEGs/1x/Logo-3-100.jpg differ diff --git a/public/iomarket/JPEGs/1x/Logo-4-100.jpg b/public/iomarket/JPEGs/1x/Logo-4-100.jpg new file mode 100644 index 0000000..6ac0ccb Binary files /dev/null and b/public/iomarket/JPEGs/1x/Logo-4-100.jpg differ diff --git a/public/iomarket/JPEGs/1x/Logo-5-100.jpg b/public/iomarket/JPEGs/1x/Logo-5-100.jpg new file mode 100644 index 0000000..b5b2c46 Binary files /dev/null and b/public/iomarket/JPEGs/1x/Logo-5-100.jpg differ diff --git a/public/iomarket/JPEGs/1x/Logo-6-100.jpg b/public/iomarket/JPEGs/1x/Logo-6-100.jpg new file mode 100644 index 0000000..04ec5f5 Binary files /dev/null and b/public/iomarket/JPEGs/1x/Logo-6-100.jpg differ diff --git a/public/iomarket/JPEGs/1x/Logo-7-100.jpg b/public/iomarket/JPEGs/1x/Logo-7-100.jpg new file mode 100644 index 0000000..173cbdf Binary files /dev/null and b/public/iomarket/JPEGs/1x/Logo-7-100.jpg differ diff --git a/public/iomarket/JPEGs/1x/Logo-8-100.jpg b/public/iomarket/JPEGs/1x/Logo-8-100.jpg new file mode 100644 index 0000000..3afe745 Binary files /dev/null and b/public/iomarket/JPEGs/1x/Logo-8-100.jpg differ diff --git a/public/iomarket/JPEGs/2x/Logo-1@2x-100.jpg b/public/iomarket/JPEGs/2x/Logo-1@2x-100.jpg new file mode 100644 index 0000000..313fcbe Binary files /dev/null and b/public/iomarket/JPEGs/2x/Logo-1@2x-100.jpg differ diff --git a/public/iomarket/JPEGs/2x/Logo-2@2x-100.jpg b/public/iomarket/JPEGs/2x/Logo-2@2x-100.jpg new file mode 100644 index 0000000..05e71f9 Binary files /dev/null and b/public/iomarket/JPEGs/2x/Logo-2@2x-100.jpg differ diff --git a/public/iomarket/JPEGs/2x/Logo-3@2x-100.jpg b/public/iomarket/JPEGs/2x/Logo-3@2x-100.jpg new file mode 100644 index 0000000..7e04bee Binary files /dev/null and b/public/iomarket/JPEGs/2x/Logo-3@2x-100.jpg differ diff --git a/public/iomarket/JPEGs/2x/Logo-4@2x-100.jpg b/public/iomarket/JPEGs/2x/Logo-4@2x-100.jpg new file mode 100644 index 0000000..cfd9127 Binary files /dev/null and b/public/iomarket/JPEGs/2x/Logo-4@2x-100.jpg differ diff --git a/public/iomarket/JPEGs/2x/Logo-5@2x-100.jpg b/public/iomarket/JPEGs/2x/Logo-5@2x-100.jpg new file mode 100644 index 0000000..f633a4b Binary files /dev/null and b/public/iomarket/JPEGs/2x/Logo-5@2x-100.jpg differ diff --git a/public/iomarket/JPEGs/2x/Logo-6@2x-100.jpg b/public/iomarket/JPEGs/2x/Logo-6@2x-100.jpg new file mode 100644 index 0000000..9f192a2 Binary files /dev/null and b/public/iomarket/JPEGs/2x/Logo-6@2x-100.jpg differ diff --git a/public/iomarket/JPEGs/2x/Logo-7@2x-100.jpg b/public/iomarket/JPEGs/2x/Logo-7@2x-100.jpg new file mode 100644 index 0000000..a4e8308 Binary files /dev/null and b/public/iomarket/JPEGs/2x/Logo-7@2x-100.jpg differ diff --git a/public/iomarket/JPEGs/2x/Logo-8@2x-100.jpg b/public/iomarket/JPEGs/2x/Logo-8@2x-100.jpg new file mode 100644 index 0000000..989fe22 Binary files /dev/null and b/public/iomarket/JPEGs/2x/Logo-8@2x-100.jpg differ diff --git a/public/iomarket/JPEGs/3x/Logo-1@3x-100.jpg b/public/iomarket/JPEGs/3x/Logo-1@3x-100.jpg new file mode 100644 index 0000000..dbfe138 Binary files /dev/null and b/public/iomarket/JPEGs/3x/Logo-1@3x-100.jpg differ diff --git a/public/iomarket/JPEGs/3x/Logo-2@3x-100.jpg b/public/iomarket/JPEGs/3x/Logo-2@3x-100.jpg new file mode 100644 index 0000000..9b734d3 Binary files /dev/null and b/public/iomarket/JPEGs/3x/Logo-2@3x-100.jpg differ diff --git a/public/iomarket/JPEGs/3x/Logo-3@3x-100.jpg b/public/iomarket/JPEGs/3x/Logo-3@3x-100.jpg new file mode 100644 index 0000000..b101af5 Binary files /dev/null and b/public/iomarket/JPEGs/3x/Logo-3@3x-100.jpg differ diff --git a/public/iomarket/JPEGs/3x/Logo-4@3x-100.jpg b/public/iomarket/JPEGs/3x/Logo-4@3x-100.jpg new file mode 100644 index 0000000..e8f92c5 Binary files /dev/null and b/public/iomarket/JPEGs/3x/Logo-4@3x-100.jpg differ diff --git a/public/iomarket/JPEGs/3x/Logo-5@3x-100.jpg b/public/iomarket/JPEGs/3x/Logo-5@3x-100.jpg new file mode 100644 index 0000000..cf940f7 Binary files /dev/null and b/public/iomarket/JPEGs/3x/Logo-5@3x-100.jpg differ diff --git a/public/iomarket/JPEGs/3x/Logo-6@3x-100.jpg b/public/iomarket/JPEGs/3x/Logo-6@3x-100.jpg new file mode 100644 index 0000000..a379911 Binary files /dev/null and b/public/iomarket/JPEGs/3x/Logo-6@3x-100.jpg differ diff --git a/public/iomarket/JPEGs/3x/Logo-7@3x-100.jpg b/public/iomarket/JPEGs/3x/Logo-7@3x-100.jpg new file mode 100644 index 0000000..8535301 Binary files /dev/null and b/public/iomarket/JPEGs/3x/Logo-7@3x-100.jpg differ diff --git a/public/iomarket/JPEGs/3x/Logo-8@3x-100.jpg b/public/iomarket/JPEGs/3x/Logo-8@3x-100.jpg new file mode 100644 index 0000000..a3da3a4 Binary files /dev/null and b/public/iomarket/JPEGs/3x/Logo-8@3x-100.jpg differ diff --git a/public/iomarket/JPEGs/4x/Logo-1@4x-100.jpg b/public/iomarket/JPEGs/4x/Logo-1@4x-100.jpg new file mode 100644 index 0000000..da16165 Binary files /dev/null and b/public/iomarket/JPEGs/4x/Logo-1@4x-100.jpg differ diff --git a/public/iomarket/JPEGs/4x/Logo-2@4x-100.jpg b/public/iomarket/JPEGs/4x/Logo-2@4x-100.jpg new file mode 100644 index 0000000..5671a63 Binary files /dev/null and b/public/iomarket/JPEGs/4x/Logo-2@4x-100.jpg differ diff --git a/public/iomarket/JPEGs/4x/Logo-3@4x-100.jpg b/public/iomarket/JPEGs/4x/Logo-3@4x-100.jpg new file mode 100644 index 0000000..8622e01 Binary files /dev/null and b/public/iomarket/JPEGs/4x/Logo-3@4x-100.jpg differ diff --git a/public/iomarket/JPEGs/4x/Logo-4@4x-100.jpg b/public/iomarket/JPEGs/4x/Logo-4@4x-100.jpg new file mode 100644 index 0000000..271bfa2 Binary files /dev/null and b/public/iomarket/JPEGs/4x/Logo-4@4x-100.jpg differ diff --git a/public/iomarket/JPEGs/4x/Logo-5@4x-100.jpg b/public/iomarket/JPEGs/4x/Logo-5@4x-100.jpg new file mode 100644 index 0000000..42ca166 Binary files /dev/null and b/public/iomarket/JPEGs/4x/Logo-5@4x-100.jpg differ diff --git a/public/iomarket/JPEGs/4x/Logo-6@4x-100.jpg b/public/iomarket/JPEGs/4x/Logo-6@4x-100.jpg new file mode 100644 index 0000000..d7d5f27 Binary files /dev/null and b/public/iomarket/JPEGs/4x/Logo-6@4x-100.jpg differ diff --git a/public/iomarket/JPEGs/4x/Logo-7@4x-100.jpg b/public/iomarket/JPEGs/4x/Logo-7@4x-100.jpg new file mode 100644 index 0000000..73ceecb Binary files /dev/null and b/public/iomarket/JPEGs/4x/Logo-7@4x-100.jpg differ diff --git a/public/iomarket/JPEGs/4x/Logo-8@4x-100.jpg b/public/iomarket/JPEGs/4x/Logo-8@4x-100.jpg new file mode 100644 index 0000000..3ad6347 Binary files /dev/null and b/public/iomarket/JPEGs/4x/Logo-8@4x-100.jpg differ diff --git a/public/iomarket/PDF/Logo-1.pdf b/public/iomarket/PDF/Logo-1.pdf new file mode 100644 index 0000000..2e22dd8 Binary files /dev/null and b/public/iomarket/PDF/Logo-1.pdf differ diff --git a/public/iomarket/PDF/Logo-2.pdf b/public/iomarket/PDF/Logo-2.pdf new file mode 100644 index 0000000..84e10bc Binary files /dev/null and b/public/iomarket/PDF/Logo-2.pdf differ diff --git a/public/iomarket/PDF/Logo-3.pdf b/public/iomarket/PDF/Logo-3.pdf new file mode 100644 index 0000000..632e907 Binary files /dev/null and b/public/iomarket/PDF/Logo-3.pdf differ diff --git a/public/iomarket/PDF/Logo-4.pdf b/public/iomarket/PDF/Logo-4.pdf new file mode 100644 index 0000000..ac9ad1f Binary files /dev/null and b/public/iomarket/PDF/Logo-4.pdf differ diff --git a/public/iomarket/PDF/Logo-5.pdf b/public/iomarket/PDF/Logo-5.pdf new file mode 100644 index 0000000..5f99ecc Binary files /dev/null and b/public/iomarket/PDF/Logo-5.pdf differ diff --git a/public/iomarket/PDF/Logo-6.pdf b/public/iomarket/PDF/Logo-6.pdf new file mode 100644 index 0000000..40e48a5 Binary files /dev/null and b/public/iomarket/PDF/Logo-6.pdf differ diff --git a/public/iomarket/PDF/Logo-7.pdf b/public/iomarket/PDF/Logo-7.pdf new file mode 100644 index 0000000..118400e Binary files /dev/null and b/public/iomarket/PDF/Logo-7.pdf differ diff --git a/public/iomarket/PDF/Logo-8.pdf b/public/iomarket/PDF/Logo-8.pdf new file mode 100644 index 0000000..92734c0 Binary files /dev/null and b/public/iomarket/PDF/Logo-8.pdf differ diff --git a/public/iomarket/PNGs - SVGs/1x/Asset 1.png b/public/iomarket/PNGs - SVGs/1x/Asset 1.png new file mode 100644 index 0000000..81db590 Binary files /dev/null and b/public/iomarket/PNGs - SVGs/1x/Asset 1.png differ diff --git a/public/iomarket/PNGs - SVGs/1x/Asset 2.png b/public/iomarket/PNGs - SVGs/1x/Asset 2.png new file mode 100644 index 0000000..7883795 Binary files /dev/null and b/public/iomarket/PNGs - SVGs/1x/Asset 2.png differ diff --git a/public/iomarket/PNGs - SVGs/1x/Asset 3.png b/public/iomarket/PNGs - SVGs/1x/Asset 3.png new file mode 100644 index 0000000..c13c0bc Binary files /dev/null and b/public/iomarket/PNGs - SVGs/1x/Asset 3.png differ diff --git a/public/iomarket/PNGs - SVGs/1x/Asset 4.png b/public/iomarket/PNGs - SVGs/1x/Asset 4.png new file mode 100644 index 0000000..0094109 Binary files /dev/null and b/public/iomarket/PNGs - SVGs/1x/Asset 4.png differ diff --git a/public/iomarket/PNGs - SVGs/1x/Asset 5.png b/public/iomarket/PNGs - SVGs/1x/Asset 5.png new file mode 100644 index 0000000..cf9b322 Binary files /dev/null and b/public/iomarket/PNGs - SVGs/1x/Asset 5.png differ diff --git a/public/iomarket/PNGs - SVGs/1x/Asset 6.png b/public/iomarket/PNGs - SVGs/1x/Asset 6.png new file mode 100644 index 0000000..7351dd3 Binary files /dev/null and b/public/iomarket/PNGs - SVGs/1x/Asset 6.png differ diff --git a/public/iomarket/PNGs - SVGs/1x/Asset 7.png b/public/iomarket/PNGs - SVGs/1x/Asset 7.png new file mode 100644 index 0000000..00332a4 Binary files /dev/null and b/public/iomarket/PNGs - SVGs/1x/Asset 7.png differ diff --git a/public/iomarket/PNGs - SVGs/1x/Asset 8.png b/public/iomarket/PNGs - SVGs/1x/Asset 8.png new file mode 100644 index 0000000..75b23ed Binary files /dev/null and b/public/iomarket/PNGs - SVGs/1x/Asset 8.png differ diff --git a/public/iomarket/PNGs - SVGs/2x/Asset 1@2x-8.png b/public/iomarket/PNGs - SVGs/2x/Asset 1@2x-8.png new file mode 100644 index 0000000..8b3be4e Binary files /dev/null and b/public/iomarket/PNGs - SVGs/2x/Asset 1@2x-8.png differ diff --git a/public/iomarket/PNGs - SVGs/2x/Asset 2@2x-8.png b/public/iomarket/PNGs - SVGs/2x/Asset 2@2x-8.png new file mode 100644 index 0000000..2f4ecea Binary files /dev/null and b/public/iomarket/PNGs - SVGs/2x/Asset 2@2x-8.png differ diff --git a/public/iomarket/PNGs - SVGs/2x/Asset 3@2x-8.png b/public/iomarket/PNGs - SVGs/2x/Asset 3@2x-8.png new file mode 100644 index 0000000..05bb27c Binary files /dev/null and b/public/iomarket/PNGs - SVGs/2x/Asset 3@2x-8.png differ diff --git a/public/iomarket/PNGs - SVGs/2x/Asset 4@2x-8.png b/public/iomarket/PNGs - SVGs/2x/Asset 4@2x-8.png new file mode 100644 index 0000000..83c819f Binary files /dev/null and b/public/iomarket/PNGs - SVGs/2x/Asset 4@2x-8.png differ diff --git a/public/iomarket/PNGs - SVGs/2x/Asset 5@2x-8.png b/public/iomarket/PNGs - SVGs/2x/Asset 5@2x-8.png new file mode 100644 index 0000000..c8ddef3 Binary files /dev/null and b/public/iomarket/PNGs - SVGs/2x/Asset 5@2x-8.png differ diff --git a/public/iomarket/PNGs - SVGs/2x/Asset 6@2x-8.png b/public/iomarket/PNGs - SVGs/2x/Asset 6@2x-8.png new file mode 100644 index 0000000..432ddcb Binary files /dev/null and b/public/iomarket/PNGs - SVGs/2x/Asset 6@2x-8.png differ diff --git a/public/iomarket/PNGs - SVGs/2x/Asset 7@2x-8.png b/public/iomarket/PNGs - SVGs/2x/Asset 7@2x-8.png new file mode 100644 index 0000000..eebb781 Binary files /dev/null and b/public/iomarket/PNGs - SVGs/2x/Asset 7@2x-8.png differ diff --git a/public/iomarket/PNGs - SVGs/2x/Asset 8@2x-8.png b/public/iomarket/PNGs - SVGs/2x/Asset 8@2x-8.png new file mode 100644 index 0000000..be92390 Binary files /dev/null and b/public/iomarket/PNGs - SVGs/2x/Asset 8@2x-8.png differ diff --git a/public/iomarket/PNGs - SVGs/3x/Asset 1@3x-8.png b/public/iomarket/PNGs - SVGs/3x/Asset 1@3x-8.png new file mode 100644 index 0000000..2dc0c71 Binary files /dev/null and b/public/iomarket/PNGs - SVGs/3x/Asset 1@3x-8.png differ diff --git a/public/iomarket/PNGs - SVGs/3x/Asset 2@3x-8.png b/public/iomarket/PNGs - SVGs/3x/Asset 2@3x-8.png new file mode 100644 index 0000000..86fd28e Binary files /dev/null and b/public/iomarket/PNGs - SVGs/3x/Asset 2@3x-8.png differ diff --git a/public/iomarket/PNGs - SVGs/3x/Asset 3@3x-8.png b/public/iomarket/PNGs - SVGs/3x/Asset 3@3x-8.png new file mode 100644 index 0000000..de58b87 Binary files /dev/null and b/public/iomarket/PNGs - SVGs/3x/Asset 3@3x-8.png differ diff --git a/public/iomarket/PNGs - SVGs/3x/Asset 4@3x-8.png b/public/iomarket/PNGs - SVGs/3x/Asset 4@3x-8.png new file mode 100644 index 0000000..45c4319 Binary files /dev/null and b/public/iomarket/PNGs - SVGs/3x/Asset 4@3x-8.png differ diff --git a/public/iomarket/PNGs - SVGs/3x/Asset 5@3x-8.png b/public/iomarket/PNGs - SVGs/3x/Asset 5@3x-8.png new file mode 100644 index 0000000..c6ead3c Binary files /dev/null and b/public/iomarket/PNGs - SVGs/3x/Asset 5@3x-8.png differ diff --git a/public/iomarket/PNGs - SVGs/3x/Asset 6@3x-8.png b/public/iomarket/PNGs - SVGs/3x/Asset 6@3x-8.png new file mode 100644 index 0000000..2647e45 Binary files /dev/null and b/public/iomarket/PNGs - SVGs/3x/Asset 6@3x-8.png differ diff --git a/public/iomarket/PNGs - SVGs/3x/Asset 7@3x-8.png b/public/iomarket/PNGs - SVGs/3x/Asset 7@3x-8.png new file mode 100644 index 0000000..4e14ea7 Binary files /dev/null and b/public/iomarket/PNGs - SVGs/3x/Asset 7@3x-8.png differ diff --git a/public/iomarket/PNGs - SVGs/3x/Asset 8@3x-8.png b/public/iomarket/PNGs - SVGs/3x/Asset 8@3x-8.png new file mode 100644 index 0000000..7a50981 Binary files /dev/null and b/public/iomarket/PNGs - SVGs/3x/Asset 8@3x-8.png differ diff --git a/public/iomarket/PNGs - SVGs/4x/Asset 1@4x-8.png b/public/iomarket/PNGs - SVGs/4x/Asset 1@4x-8.png new file mode 100644 index 0000000..8d25d40 Binary files /dev/null and b/public/iomarket/PNGs - SVGs/4x/Asset 1@4x-8.png differ diff --git a/public/iomarket/PNGs - SVGs/4x/Asset 2@4x-8.png b/public/iomarket/PNGs - SVGs/4x/Asset 2@4x-8.png new file mode 100644 index 0000000..dbff666 Binary files /dev/null and b/public/iomarket/PNGs - SVGs/4x/Asset 2@4x-8.png differ diff --git a/public/iomarket/PNGs - SVGs/4x/Asset 3@4x-8.png b/public/iomarket/PNGs - SVGs/4x/Asset 3@4x-8.png new file mode 100644 index 0000000..0dd912d Binary files /dev/null and b/public/iomarket/PNGs - SVGs/4x/Asset 3@4x-8.png differ diff --git a/public/iomarket/PNGs - SVGs/4x/Asset 4@4x-8.png b/public/iomarket/PNGs - SVGs/4x/Asset 4@4x-8.png new file mode 100644 index 0000000..8317361 Binary files /dev/null and b/public/iomarket/PNGs - SVGs/4x/Asset 4@4x-8.png differ diff --git a/public/iomarket/PNGs - SVGs/4x/Asset 5@4x-8.png b/public/iomarket/PNGs - SVGs/4x/Asset 5@4x-8.png new file mode 100644 index 0000000..270bd15 Binary files /dev/null and b/public/iomarket/PNGs - SVGs/4x/Asset 5@4x-8.png differ diff --git a/public/iomarket/PNGs - SVGs/4x/Asset 6@4x-8.png b/public/iomarket/PNGs - SVGs/4x/Asset 6@4x-8.png new file mode 100644 index 0000000..c3af8ae Binary files /dev/null and b/public/iomarket/PNGs - SVGs/4x/Asset 6@4x-8.png differ diff --git a/public/iomarket/PNGs - SVGs/4x/Asset 7@4x-8.png b/public/iomarket/PNGs - SVGs/4x/Asset 7@4x-8.png new file mode 100644 index 0000000..695f11b Binary files /dev/null and b/public/iomarket/PNGs - SVGs/4x/Asset 7@4x-8.png differ diff --git a/public/iomarket/PNGs - SVGs/4x/Asset 8@4x-8.png b/public/iomarket/PNGs - SVGs/4x/Asset 8@4x-8.png new file mode 100644 index 0000000..61083ce Binary files /dev/null and b/public/iomarket/PNGs - SVGs/4x/Asset 8@4x-8.png differ diff --git a/public/iomarket/PNGs - SVGs/SVG/Asset 1.svg b/public/iomarket/PNGs - SVGs/SVG/Asset 1.svg new file mode 100644 index 0000000..629262d --- /dev/null +++ b/public/iomarket/PNGs - SVGs/SVG/Asset 1.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/iomarket/PNGs - SVGs/SVG/Asset 2.svg b/public/iomarket/PNGs - SVGs/SVG/Asset 2.svg new file mode 100644 index 0000000..8504937 --- /dev/null +++ b/public/iomarket/PNGs - SVGs/SVG/Asset 2.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/iomarket/PNGs - SVGs/SVG/Asset 3.svg b/public/iomarket/PNGs - SVGs/SVG/Asset 3.svg new file mode 100644 index 0000000..18b872b --- /dev/null +++ b/public/iomarket/PNGs - SVGs/SVG/Asset 3.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/iomarket/PNGs - SVGs/SVG/Asset 4.svg b/public/iomarket/PNGs - SVGs/SVG/Asset 4.svg new file mode 100644 index 0000000..c62e2c5 --- /dev/null +++ b/public/iomarket/PNGs - SVGs/SVG/Asset 4.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/iomarket/PNGs - SVGs/SVG/Asset 5.svg b/public/iomarket/PNGs - SVGs/SVG/Asset 5.svg new file mode 100644 index 0000000..9e75fc0 --- /dev/null +++ b/public/iomarket/PNGs - SVGs/SVG/Asset 5.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/iomarket/PNGs - SVGs/SVG/Asset 6.svg b/public/iomarket/PNGs - SVGs/SVG/Asset 6.svg new file mode 100644 index 0000000..c704b8f --- /dev/null +++ b/public/iomarket/PNGs - SVGs/SVG/Asset 6.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/iomarket/PNGs - SVGs/SVG/Asset 7.svg b/public/iomarket/PNGs - SVGs/SVG/Asset 7.svg new file mode 100644 index 0000000..150f8dd --- /dev/null +++ b/public/iomarket/PNGs - SVGs/SVG/Asset 7.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/iomarket/PNGs - SVGs/SVG/Asset 8.svg b/public/iomarket/PNGs - SVGs/SVG/Asset 8.svg new file mode 100644 index 0000000..0bd1122 --- /dev/null +++ b/public/iomarket/PNGs - SVGs/SVG/Asset 8.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/iomarket/SVG/Logo-1.svg b/public/iomarket/SVG/Logo-1.svg new file mode 100644 index 0000000..7b33754 --- /dev/null +++ b/public/iomarket/SVG/Logo-1.svg @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/iomarket/SVG/Logo-2.svg b/public/iomarket/SVG/Logo-2.svg new file mode 100644 index 0000000..baf6486 --- /dev/null +++ b/public/iomarket/SVG/Logo-2.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/iomarket/SVG/Logo-3.svg b/public/iomarket/SVG/Logo-3.svg new file mode 100644 index 0000000..edec802 --- /dev/null +++ b/public/iomarket/SVG/Logo-3.svg @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/iomarket/SVG/Logo-4.svg b/public/iomarket/SVG/Logo-4.svg new file mode 100644 index 0000000..e2f64fc --- /dev/null +++ b/public/iomarket/SVG/Logo-4.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/iomarket/SVG/Logo-5.svg b/public/iomarket/SVG/Logo-5.svg new file mode 100644 index 0000000..bdbb758 --- /dev/null +++ b/public/iomarket/SVG/Logo-5.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/iomarket/SVG/Logo-6.svg b/public/iomarket/SVG/Logo-6.svg new file mode 100644 index 0000000..f9f29bd --- /dev/null +++ b/public/iomarket/SVG/Logo-6.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/iomarket/SVG/Logo-7.svg b/public/iomarket/SVG/Logo-7.svg new file mode 100644 index 0000000..d112592 --- /dev/null +++ b/public/iomarket/SVG/Logo-7.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/iomarket/SVG/Logo-8.svg b/public/iomarket/SVG/Logo-8.svg new file mode 100644 index 0000000..57f668d --- /dev/null +++ b/public/iomarket/SVG/Logo-8.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file