-
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.
Merge pull request #9 from JOTTMEDIA/feature/Conner
feat: New team member, scroll behavior, Update dependencies
- Loading branch information
Showing
14 changed files
with
4,587 additions
and
5,793 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
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
import type { RouterConfig } from "@nuxt/schema"; | ||
|
||
export default <RouterConfig>{ | ||
async scrollBehavior(to, from, savedPosition) { | ||
if (savedPosition) { | ||
return savedPosition; | ||
} else { | ||
return { top: 0 }; | ||
} | ||
}, | ||
}; |
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
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
name: Conner | ||
hint: Conner // Entwicklung | ||
quote: „<b class="text-jm-primary-brown">Mich fasziniert,</b> wie man mit Softwareentwicklung effiziente <b>Lösungen</b> für komplexe <b>Probleme</b> schaffen kann." | ||
description: Mein Name ist Conner! Schon in jungen Jahren habe ich mich für die Entwicklung von Anwendungen begeistert. Diese Leidenschaft hat mich dazu inspiriert, eine Ausbildung zum Fachinformatiker in Hannover zu absolvieren. Besonders interessiere ich mich für die Entwicklung von Webanwendungen, mobilen Apps und Lösungen im Bereich des Internet of Things (IoT). "Mich fasziniert, wie man mit Softwareentwicklung effiziente Lösungen für komplexe Probleme schaffen kann." | ||
src: team/conner.jpg | ||
imageAlt: Conner | ||
bg: bg-jm-secondary-grey | ||
button: border-jm-primary-green text-jm-primary-green | ||
align: left | ||
--- |
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
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
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
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
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,67 +1,71 @@ | ||
// https://nuxt.com/docs/api/configuration/nuxt-config | ||
|
||
export default defineNuxtConfig({ | ||
devtools: { | ||
enabled: true, | ||
timeline: { | ||
enabled: true | ||
} | ||
}, | ||
routeRules: { | ||
'/': {prerender: true}, | ||
}, | ||
app: { | ||
pageTransition: {name: 'page', mode: 'out-in'}, | ||
layoutTransition: {name: 'page', mode: 'out-in'}, | ||
head: { | ||
title: 'Dein Büro für Entwicklung und Design – JOTT.MEDIA', | ||
meta: [ | ||
{charset: 'utf-8'}, | ||
{name: 'viewport', content: 'width=device-width, initial-scale=1'}, | ||
{ | ||
name: 'description', | ||
content: 'Wir unterstützen dich und dein Unternehmen eigene Prozesse digital zu vereinfachen, um mehr Zeit, mehr Zufriedenheit und mehr Qualität zu gewinnen und erfoglreich zu wachsen.' | ||
}, | ||
{name: 'format-detection', content: 'telephone=no'}, | ||
{name: 'msapplication-TileColor', content: '#ffffff'}, | ||
{name: 'theme-color', content: '#ffffff'}, | ||
], | ||
link: [ | ||
{rel: 'icon', type: 'image/x-icon', href: '/favicon.ico'}, | ||
{ | ||
rel: 'apple-touch-icon', | ||
sizes: '180x180', | ||
href: '/apple-touch-icon.png', | ||
}, | ||
{ | ||
rel: 'icon', | ||
type: 'image/png', | ||
sizes: '32x32', | ||
href: '/favicon-32x32.png', | ||
}, | ||
{ | ||
rel: 'icon', | ||
type: 'image/png', | ||
sizes: '16x16', | ||
href: '/favicon-16x16.png', | ||
}, | ||
{rel: 'manifest', href: '/site.webmanifest'}, | ||
{rel: 'mask-icon', href: '/safari-pinned-tab.svg', color: '#5bbad5'}, | ||
] | ||
}, | ||
}, | ||
extends: ['@nuxt/ui-pro'], | ||
modules: [ | ||
'@nuxt/content', | ||
'@nuxt/ui', | ||
'@vueuse/nuxt', | ||
'@nuxt/image', | ||
'@nuxthq/studio' | ||
], | ||
pages: true, | ||
colorMode: { | ||
preference: 'light' | ||
}, | ||
ui: { | ||
icons: ['mdi'] | ||
} | ||
}) | ||
devtools: { | ||
enabled: true, | ||
timeline: { | ||
enabled: true | ||
} | ||
}, | ||
routeRules: { | ||
'/': {prerender: true}, | ||
}, | ||
|
||
app: { | ||
pageTransition: {name: 'page', mode: 'out-in'}, | ||
layoutTransition: { name: 'page', mode: 'out-in' }, | ||
head: { | ||
title: 'Dein Büro für Entwicklung und Design – JOTT.MEDIA', | ||
meta: [ | ||
{charset: 'utf-8'}, | ||
{name: 'viewport', content: 'width=device-width, initial-scale=1'}, | ||
{ | ||
name: 'description', | ||
content: 'Wir unterstützen dich und dein Unternehmen eigene Prozesse digital zu vereinfachen, um mehr Zeit, mehr Zufriedenheit und mehr Qualität zu gewinnen und erfoglreich zu wachsen.' | ||
}, | ||
{name: 'format-detection', content: 'telephone=no'}, | ||
{name: 'msapplication-TileColor', content: '#ffffff'}, | ||
{name: 'theme-color', content: '#ffffff'}, | ||
], | ||
link: [ | ||
{rel: 'icon', type: 'image/x-icon', href: '/favicon.ico'}, | ||
{ | ||
rel: 'apple-touch-icon', | ||
sizes: '180x180', | ||
href: '/apple-touch-icon.png', | ||
}, | ||
{ | ||
rel: 'icon', | ||
type: 'image/png', | ||
sizes: '32x32', | ||
href: '/favicon-32x32.png', | ||
}, | ||
{ | ||
rel: 'icon', | ||
type: 'image/png', | ||
sizes: '16x16', | ||
href: '/favicon-16x16.png', | ||
}, | ||
{rel: 'manifest', href: '/site.webmanifest'}, | ||
{rel: 'mask-icon', href: '/safari-pinned-tab.svg', color: '#5bbad5'}, | ||
] | ||
}, | ||
}, | ||
|
||
extends: ['@nuxt/ui-pro'], | ||
|
||
modules: [ | ||
'@nuxt/content', | ||
'@nuxt/ui', | ||
'@vueuse/nuxt', | ||
'@nuxt/image', | ||
'@nuxthq/studio' | ||
], | ||
pages: true, | ||
colorMode: { | ||
preference: 'light' | ||
}, | ||
uiPro: { routerOptions: false }, | ||
|
||
compatibilityDate: '2025-01-13' | ||
}) |
Oops, something went wrong.