diff --git a/package.json b/package.json
index 763dd52..5124c93 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
- "name": "vue-material-kit",
- "author": "Creative Tim https://www.creative-tim.com/",
- "description": "Vue Material Kit",
+ "name": "Task Managers",
+ "author": "King of Development",
+ "description": "IT management task and control system",
"version": "1.2.2",
"private": true,
"scripts": {
diff --git a/src/components/cards/RegisterCard.vue b/src/components/cards/RegisterCard.vue
new file mode 100644
index 0000000..24a9a3e
--- /dev/null
+++ b/src/components/cards/RegisterCard.vue
@@ -0,0 +1,49 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/components/index.js b/src/components/index.js
index 78b4c7c..c5a075a 100644
--- a/src/components/index.js
+++ b/src/components/index.js
@@ -5,6 +5,7 @@ import Slider from "./Slider.vue";
import Badge from "./Badge.vue";
import NavTabsCard from "./cards/NavTabsCard.vue";
import LoginCard from "./cards/LoginCard.vue";
+import RegisterCard from "./cards/RegisterCard.vue";
import Tabs from "./Tabs.vue";
import Modal from "./Modal.vue";
@@ -16,6 +17,7 @@ export {
Badge,
NavTabsCard,
LoginCard,
+ RegisterCard,
Tabs,
Modal
};
diff --git a/src/main.js b/src/main.js
index 3ff0110..0ff828d 100644
--- a/src/main.js
+++ b/src/main.js
@@ -1,17 +1,3 @@
-// =========================================================
-// * Vue Material Kit - v1.2.2
-// =========================================================
-//
-// * Product Page: https://www.creative-tim.com/product/vue-material-kit
-// * Copyright 2019 Creative Tim (https://www.creative-tim.com)
-// * Licensed under MIT (https://github.com/creativetimofficial/vue-material-kit/blob/master/LICENSE.md)
-//
-// * Coded by Creative Tim
-//
-// =========================================================
-//
-// * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
-
import Vue from "vue";
import App from "./App.vue";
import router from "./router";
diff --git a/src/router.js b/src/router.js
index 0f86ed4..95dcd70 100644
--- a/src/router.js
+++ b/src/router.js
@@ -3,6 +3,7 @@ import Router from "vue-router";
import Index from "./views/Index.vue";
import Landing from "./views/Landing.vue";
import Login from "./views/Login.vue";
+import Register from "./views/Register.vue";
import Profile from "./views/Profile.vue";
import MainNavbar from "./layout/MainNavbar.vue";
import MainFooter from "./layout/MainFooter.vue";
@@ -12,7 +13,7 @@ Vue.use(Router);
export default new Router({
routes: [
{
- path: "/",
+ path: "/index",
name: "index",
components: { default: Index, header: MainNavbar, footer: MainFooter },
props: {
@@ -37,6 +38,18 @@ export default new Router({
header: { colorOnScroll: 400 }
}
},
+ {
+ path: "/",
+ name: "register",
+ components: {
+ default: Register,
+ header: MainNavbar,
+ footer: MainFooter
+ },
+ props: {
+ header: { colorOnScroll: 400 }
+ }
+ },
{
path: "/profile",
name: "profile",
diff --git a/src/views/Login.vue b/src/views/Login.vue
index aa72f86..646e60c 100644
--- a/src/views/Login.vue
+++ b/src/views/Login.vue
@@ -29,24 +29,19 @@
>
-
Or Be Classical
-
- face
-
-
-
+ Acesse sua conta
email
-
+
lock_outline
-
-
+
+
- Get Started
+ Acessar
diff --git a/src/views/Register.vue b/src/views/Register.vue
new file mode 100644
index 0000000..f6b6b00
--- /dev/null
+++ b/src/views/Register.vue
@@ -0,0 +1,95 @@
+
+
+
+
+
+
+
+
+