diff --git a/src/components/app.vue b/src/components/app.vue index 2c5fb28..6b8c574 100644 --- a/src/components/app.vue +++ b/src/components/app.vue @@ -7,7 +7,8 @@ Settings - About ALVINN + About ALVINN + Contact version 0.2.1 diff --git a/src/js/routes.js b/src/js/routes.js index ae3b3fb..8fea012 100644 --- a/src/js/routes.js +++ b/src/js/routes.js @@ -3,6 +3,7 @@ import HomePage from '../pages/home.vue'; import AboutPage from '../pages/about.vue'; import SettingsPage from '../pages/settings.vue'; import DetectPage from '../pages/detect.vue'; +import ContactPage from '../pages/contact.vue'; import NotFoundPage from '../pages/404.vue'; @@ -23,6 +24,10 @@ var routes = [ path: '/settings/', component: SettingsPage, }, + { + path: '/contact/', + component: ContactPage, + }, { path: '(.*)', component: NotFoundPage, diff --git a/src/pages/contact.vue b/src/pages/contact.vue new file mode 100644 index 0000000..ed524e9 --- /dev/null +++ b/src/pages/contact.vue @@ -0,0 +1,95 @@ + + + + Contact the ALVINN team + + + + ALVINN can only get better with your feedback. Use the form below to send us any questions or let us know how we can improve. + + + + + Bug + Feature request + Question + + + + + + + Clear form + + + Send feedback + + + + + + + + + + \ No newline at end of file
+ ALVINN can only get better with your feedback. Use the form below to send us any questions or let us know how we can improve. +