Skip to content

Commit

Permalink
Continue working on the website
Browse files Browse the repository at this point in the history
  • Loading branch information
liorsl committed Oct 15, 2024
1 parent 57e1d67 commit 8dcff0d
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 27 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules/
.vitepress/cache/
/.idea/
/.idea/
.vitepress/dist
10 changes: 0 additions & 10 deletions .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -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'
},
Expand Down
Binary file added img/index-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 13 additions & 3 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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]' }
]
},
{
Expand Down Expand Up @@ -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]'
}

]
}
]
Expand Down
4 changes: 0 additions & 4 deletions products/cocoa-beans.md

This file was deleted.

4 changes: 0 additions & 4 deletions products/core.md

This file was deleted.

25 changes: 20 additions & 5 deletions products/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8dcff0d

Please sign in to comment.