diff --git a/.gitignore b/.gitignore index f5aaaad..78107a7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ node_modules/ .vitepress/cache/ -/.idea/ \ No newline at end of file +/.idea/ +.vitepress/dist \ No newline at end of file diff --git a/.vitepress/config.mts b/.vitepress/config.mts index 62fb468..795164c 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -14,16 +14,6 @@ export default defineConfig({ ], - sidebar: [ - { - text: 'Products', - items: [ - { text: 'Cocoa beans', link: '/products/cocoa-beans' }, - { text: 'Core', link: '/products/core' } - ] - } - ], - search: { provider: 'local' }, diff --git a/img/index-logo.png b/img/index-logo.png new file mode 100644 index 0000000..e897abd Binary files /dev/null and b/img/index-logo.png differ diff --git a/index.md b/index.md index b400b9f..10fbc5a 100644 --- a/index.md +++ b/index.md @@ -7,7 +7,7 @@ hero: text: "" tagline: Bringing scalable Java game development to the next level image: - src: https://cdn.discordapp.com/icons/576785784120803356/3336ed9c69c9dd3a726a6ffeaa702607.png?size=2048 + src: img/index-logo.png alt: Apartium Development actions: - theme: brand @@ -43,7 +43,10 @@ const member = [ links: [ { icon: 'github', link: 'https://github.com/liorsl' }, { icon: 'discord', link: 'https://discord.com/users/331785139656851457' }, - { icon: 'linkedin', link: 'https://www.linkedin.com/in/lior-slakman-3076a2219/' } + { icon: 'linkedin', link: 'https://www.linkedin.com/in/lior-slakman-3076a2219/' }, + { icon: { + svg: '' + }, link: 'mailto:lior@apartium.net' } ] }, { @@ -82,7 +85,14 @@ const member = [ links: [ { icon: 'github', link: 'https://github.com/ikfir' }, { icon: 'discord', link: 'https://discord.com/users/248460319117017088' }, - { icon: 'linkedin', link: 'https://www.linkedin.com/in/kfir-botnik/' } + { icon: 'linkedin', link: 'https://www.linkedin.com/in/kfir-botnik/' }, + { + icon: { + svg: '' + }, + link: 'mailto:kfir@apartium.net' + } + ] } ] diff --git a/products/cocoa-beans.md b/products/cocoa-beans.md deleted file mode 100644 index 3587c6c..0000000 --- a/products/cocoa-beans.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -title: Cocoa beans -footer: true ---- \ No newline at end of file diff --git a/products/core.md b/products/core.md deleted file mode 100644 index 6e9c6c7..0000000 --- a/products/core.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -title: Core -footer: true ---- \ No newline at end of file diff --git a/products/index.md b/products/index.md index 645d796..5ff144f 100644 --- a/products/index.md +++ b/products/index.md @@ -13,7 +13,7 @@ const products = [ { avatar: 'https://raw.githubusercontent.com/PoweredByApartium/cocoa-beans/main/Writerside/cfg/beans.png', name: 'Cocoa beans', - title: 'General purpose library for Java & Spigot ', + title: 'General purpose library for Java & Spigot', links: [ { icon: 'github', link: 'https://github.com/PoweredByApartium/cocoa-beans' } ] @@ -21,21 +21,36 @@ const products = [ { avatar: 'https://raw.githubusercontent.com/PoweredByApartium/assets/main/Nuclear_Explosives.jpg', name: 'Core', - title: 'Shhhhhh this is a top secret', + title: 'Our flagship framework - supercharging high scale minecraft networks development', links: [ - { icon: 'discord', link: 'https://discord.com/users/331785139656851457' }, + { + icon: { + svg: '' + }, + link: 'mailto:lior@apartium.net' + }, ] }, + { + avatar: 'https://avatars.githubusercontent.com/u/138163162?s=400&u=6ebce5650da88c12d2a6705f69ea47e95cec457b&v=4', + name: 'Project Zero', + title: 'Our own Minecraft network - our personal space for showcases and experiments', + links: [ + { icon: 'github', link: 'https://github.com/projectzeroil/'}, + { icon: 'discord', link: 'https://discord.gg/Q2q6jgMF' } + ] + + } ]