diff --git a/app/app.vue b/app/app.vue index 1cfa4e4..e68ab52 100644 --- a/app/app.vue +++ b/app/app.vue @@ -1,13 +1,16 @@ diff --git a/app/components/layout/AppFooter.vue b/app/components/layout/AppFooter.vue new file mode 100644 index 0000000..2296890 --- /dev/null +++ b/app/components/layout/AppFooter.vue @@ -0,0 +1,33 @@ + + + diff --git a/app/layouts/default.vue b/app/layouts/default.vue new file mode 100644 index 0000000..3880a31 --- /dev/null +++ b/app/layouts/default.vue @@ -0,0 +1,9 @@ + diff --git a/app/locales/en.json b/app/locales/en.json index 828156b..005b6e6 100644 --- a/app/locales/en.json +++ b/app/locales/en.json @@ -28,7 +28,7 @@ "langToggle": "Change language \u2014 currently English", "themeDark": "Switch to light mode", "themeLight": "Switch to dark mode", - "github": "Killian Dalcin on GitHub (opens in new tab)", + "gitea": "Killian Dalcin on Gitea (opens in new tab)", "linkedin": "Killian Dalcin on LinkedIn (opens in new tab)", "fiverr": "Killian Dalcin on Fiverr (opens in new tab)" }, diff --git a/app/locales/fr.json b/app/locales/fr.json index f97bb2b..86ce40f 100644 --- a/app/locales/fr.json +++ b/app/locales/fr.json @@ -28,7 +28,7 @@ "langToggle": "Changer la langue \u2014 actuellement Francais", "themeDark": "Activer le mode clair", "themeLight": "Activer le mode sombre", - "github": "GitHub de Killian Dalcin (nouvelle fenetre)", + "gitea": "Gitea de Killian Dalcin (nouvelle fenetre)", "linkedin": "LinkedIn de Killian Dalcin (nouvelle fenetre)", "fiverr": "Fiverr de Killian Dalcin (nouvelle fenetre)" },