-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
35 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
node_modules/ | ||
.vitepress/cache/ | ||
/.idea/ | ||
/.idea/ | ||
.vitepress/dist |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: '<svg xmlns="http://www.w3.org/2000/svg" width="36px" height="36px" viewBox="0 0 24 24"><path fill="currentColor" d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2m0 4l-8 5l-8-5V6l8 5l8-5z"></path></svg>' | ||
}, link: 'mailto:[email protected]' } | ||
] | ||
}, | ||
{ | ||
|
@@ -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: '<svg xmlns="http://www.w3.org/2000/svg" width="36px" height="36px" viewBox="0 0 24 24"><path fill="currentColor" d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2m0 4l-8 5l-8-5V6l8 5l8-5z"></path></svg>' | ||
}, | ||
link: 'mailto:[email protected]' | ||
} | ||
|
||
] | ||
} | ||
] | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,29 +13,44 @@ 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' } | ||
] | ||
}, | ||
{ | ||
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: '<svg xmlns="http://www.w3.org/2000/svg" width="36px" viewBox="0 0 24 24"><path fill="currentColor" d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2m0 4l-8 5l-8-5V6l8 5l8-5z"></path></svg>' | ||
}, | ||
link: 'mailto:[email protected]' | ||
}, | ||
] | ||
}, | ||
{ | ||
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' } | ||
] | ||
|
||
} | ||
] | ||
</script> | ||
|
||
<VPTeamPage> | ||
<VPTeamPageTitle> | ||
<template #title> | ||
Our products | ||
Our projects | ||
</template> | ||
<template #lead> | ||
TOOD VOIGON | ||
While most of our work is done in collaboration with our partners under strict non-disclosure agreements, we are proud to present our public facing projects. | ||
</template> | ||
</VPTeamPageTitle> | ||
<VPTeamMembers | ||
|