diff --git a/src/router/index.js b/src/router/index.js index 09881e8..d935b72 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -26,7 +26,8 @@ import ElTypography from "../layouts/sections/elements/typography/TypographyView import Project from "../views/LandingPages/Project/Project.vue"; import Profile from "../views/LandingPages/Profile/Profile.vue"; import TopSecretProject from "../views/LandingPages/Project/TopSecretProject.vue"; - +import BasicRegister from "../views/LandingPages/SignIn/BasicRegister.vue"; +import ForgotPassword from "../views/LandingPages/SignIn/ForgotPassword.vue"; const router = createRouter({ history: createWebHistory(import.meta.env.BASE_URL), @@ -55,6 +56,18 @@ const router = createRouter({ component: Profile }, + { + path: "/register", + name: "register", + component: BasicRegister, + }, + + { + path: "/forgot", + name: "forgot", + component: ForgotPassword, + }, + { path: "/pages/landing-pages/about-us", name: "about", diff --git a/src/views/LandingPages/SignIn/BasicRegister.vue b/src/views/LandingPages/SignIn/BasicRegister.vue new file mode 100644 index 0000000..8775585 --- /dev/null +++ b/src/views/LandingPages/SignIn/BasicRegister.vue @@ -0,0 +1,176 @@ + + + + + + diff --git a/src/views/LandingPages/SignIn/BasicView.vue b/src/views/LandingPages/SignIn/BasicView.vue index 9b85c21..a65d826 100644 --- a/src/views/LandingPages/SignIn/BasicView.vue +++ b/src/views/LandingPages/SignIn/BasicView.vue @@ -117,13 +117,13 @@ export default {
-

Опять Ты!

+

Вы вошли в аккаунт

-

Ты с какого района?

+

Пожалуйста, введите логин и пароль

@@ -160,9 +160,17 @@ export default {

Нет аккаунта? Пока что нахер идитеЗарегистироваться +

+

+ + Забыли пароль

diff --git a/src/views/LandingPages/SignIn/ForgotPassword.vue b/src/views/LandingPages/SignIn/ForgotPassword.vue new file mode 100644 index 0000000..6bcf42a --- /dev/null +++ b/src/views/LandingPages/SignIn/ForgotPassword.vue @@ -0,0 +1,33 @@ + + + + + + + + \ No newline at end of file