-
![]()
+
{{ title }}
{{ description }}
-
+
{{ tag }}
diff --git a/docs/.vuepress/components/TeamMember.vue b/docs/.vuepress/components/TeamMember.vue
index de831cb..f8eb048 100644
--- a/docs/.vuepress/components/TeamMember.vue
+++ b/docs/.vuepress/components/TeamMember.vue
@@ -6,18 +6,19 @@
![]()
+ :src="image"
+ :alt="name"
+ class="rounded-full w-full h-full object-cover grayscale transition-all duration-200 transform group-hover:scale-[1.05]"
+ />
-
-
+
-
+
{{ name }}
{{ role }}
@@ -25,16 +26,16 @@
diff --git a/docs/.vuepress/components/VPFooter.vue b/docs/.vuepress/components/VPFooter.vue
new file mode 100644
index 0000000..bb68f82
--- /dev/null
+++ b/docs/.vuepress/components/VPFooter.vue
@@ -0,0 +1,55 @@
+
+
+
+
+
diff --git a/docs/.vuepress/config.ts b/docs/.vuepress/config.ts
index b023f55..5bddc88 100644
--- a/docs/.vuepress/config.ts
+++ b/docs/.vuepress/config.ts
@@ -11,10 +11,8 @@ export default defineUserConfig({
theme,
bundler: viteBundler({
viteOptions: {
- plugins: [
- tailwindcss(),
- ]
- }
+ plugins: [tailwindcss()],
+ },
}),
plugins: [
Imagemin({
diff --git a/docs/.vuepress/config/meta.ts b/docs/.vuepress/config/meta.ts
index 8aa12e9..90c17cc 100644
--- a/docs/.vuepress/config/meta.ts
+++ b/docs/.vuepress/config/meta.ts
@@ -1,9 +1,10 @@
-import { HeadConfig } from "vuepress";
+import { HeadConfig } from 'vuepress'
export default {
title: 'IT4C',
- description: 'IT4C.dev stellt das IT Team for Change, seine angewandte Philosophie und Projekte vor.',
+ description:
+ 'IT4C.dev stellt das IT Team for Change, seine angewandte Philosophie und Projekte vor.',
head: [
- ['meta', {name: 'viewport', content: 'width=device-width,initial-scale=1'}]
+ ['meta', { name: 'viewport', content: 'width=device-width,initial-scale=1' }],
] as HeadConfig[],
-}
\ No newline at end of file
+}
diff --git a/docs/.vuepress/config/theme.ts b/docs/.vuepress/config/theme.ts
index 8ddf9f1..a2471b3 100644
--- a/docs/.vuepress/config/theme.ts
+++ b/docs/.vuepress/config/theme.ts
@@ -17,7 +17,7 @@ export default hopeTheme({
{ text: 'Kontakt', link: '/kontakt' },
{
text: 'Github',
- link: 'https://github.com/IT4Change'
+ link: 'https://github.com/IT4Change',
},
],
sidebar: [
@@ -30,10 +30,7 @@ export default hopeTheme({
text: 'IT4C',
link: '/it4c',
collapsible: false,
- children: [
- '/historie',
- '/kontakt'
- ]
+ children: ['/historie', '/kontakt'],
},
{
text: 'Projekte',
@@ -41,21 +38,21 @@ export default hopeTheme({
children: [
{
text: 'DEMOCRACY App',
- link: '/projekte/democracy.app'
+ link: '/projekte/democracy.app',
},
{
text: 'Ocelot.Social',
- link: '/projekte/ocelot.social'
+ link: '/projekte/ocelot.social',
},
{
text: 'Gradido Software',
- link: '/projekte/gradido'
+ link: '/projekte/gradido',
},
{
text: 'DreamMall.earth',
- link: '/projekte/dreammall'
+ link: '/projekte/dreammall',
},
- ]
+ ],
},
{
text: 'Team',
@@ -68,13 +65,13 @@ export default hopeTheme({
'/team/moriz-wahl',
'/team/sebastian-stein',
'/team/ulf-gebhardt',
- '/team/wolfgang-huss'
- ]
+ '/team/wolfgang-huss',
+ ],
},
],
plugins: {
slimsearch: {
- indexContent: true
+ indexContent: true,
},
},
})
diff --git a/docs/.vuepress/layouts/BlankLayout.vue b/docs/.vuepress/layouts/BlankLayout.vue
index 6bc3d61..d24fa25 100644
--- a/docs/.vuepress/layouts/BlankLayout.vue
+++ b/docs/.vuepress/layouts/BlankLayout.vue
@@ -1,22 +1,22 @@
-
+