Wir freuen uns auf Ihre Nachricht. Als Ansprechpartner steht Ihnen Ulf Gebhardt für Ihre Fragen gerne zur Verfügung.
+ +
+ {{ description }}
+{{ description }}
+{{ role }}
+ + + + + + \ No newline at end of file diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.ts similarity index 84% rename from docs/.vuepress/config.js rename to docs/.vuepress/config.ts index cef75ec..b023f55 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.ts @@ -3,12 +3,19 @@ import Imagemin from 'vuepress-plugin-imagemin' import { defineUserConfig } from 'vuepress' import meta from './config/meta' import theme from './config/theme' +import tailwindcss from '@tailwindcss/vite' export default defineUserConfig({ lang: 'de-DE', ...meta, theme, - bundler: viteBundler({}), + bundler: viteBundler({ + viteOptions: { + plugins: [ + tailwindcss(), + ] + } + }), plugins: [ Imagemin({ gifsicle: { @@ -38,5 +45,4 @@ export default defineUserConfig({ }, }), ], - }) diff --git a/docs/.vuepress/config/meta.js b/docs/.vuepress/config/meta.ts similarity index 73% rename from docs/.vuepress/config/meta.js rename to docs/.vuepress/config/meta.ts index dd25896..8aa12e9 100644 --- a/docs/.vuepress/config/meta.js +++ b/docs/.vuepress/config/meta.ts @@ -1,7 +1,9 @@ +import { HeadConfig } from "vuepress"; + export default { - title: 'IT Team for Change', + title: 'IT4C', 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'}] - ], + ] as HeadConfig[], } \ No newline at end of file diff --git a/docs/.vuepress/config/theme.js b/docs/.vuepress/config/theme.ts similarity index 95% rename from docs/.vuepress/config/theme.js rename to docs/.vuepress/config/theme.ts index 5f897a0..6a28cf8 100644 --- a/docs/.vuepress/config/theme.js +++ b/docs/.vuepress/config/theme.ts @@ -22,9 +22,14 @@ export default hopeTheme({ ], sidebar: [ { - text: 'IT4C', + text: 'Startseite', link: '/', collapsible: false, + }, + { + text: 'IT4C', + link: '/it4c', + collapsible: false, children: [ '/historie', '/kontakt' diff --git a/docs/.vuepress/layouts/BlankLayout.vue b/docs/.vuepress/layouts/BlankLayout.vue new file mode 100644 index 0000000..21e01c2 --- /dev/null +++ b/docs/.vuepress/layouts/BlankLayout.vue @@ -0,0 +1,12 @@ + +
+ + Wir sind Softwareentwickler, die deine alternative Vision verstehen und umsetzen. Mit technischer Expertise und persönlicher Betreuung unterstützen wir Projekte, die Positives bewirken. +
+ +Wir glauben an die Kraft der Technologie für positiven Wandel. Unser diverses Team verbindet technische Expertise mit nachhaltigem Denken und sozialer Verantwortung.
+