diff --git a/src/components/Profile.vue b/src/components/Profile.vue new file mode 100644 index 0000000..a041ccd --- /dev/null +++ b/src/components/Profile.vue @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + About + + + Masterclass + + + Stories + + + Library + + + + + + + + + + + + Vamsi Krishna Maker + + Add your work + 34772 Karma + Joined on july 2020 + + Tell others a little about yourself + + + + + + + Awards + + + + + + + + + + + + Case-studies(0) + Comments/Replies(0) + + + + + + Follow + Connect your social channels + + + + + + + + + + Update Profile + Explore Case-studies + Publish Your Case Study + + + + + + + + + + + + diff --git a/src/router/index.js b/src/router/index.js index 083ad51..c5867c0 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -4,6 +4,7 @@ import { authGuard } from "../auth/authGuard" import LandingPage from '@/components/LandingPage' import SignUp from '@/components/SignUp' import Reset from '@/components/Reset' +import Profile from '@/components/Profile' import welcome from '@/components/welcome' import router from '../router' @@ -32,6 +33,11 @@ export default new Router({ path: '/reset', name: 'Reset', component: Reset, + }, + { + path: '/profile', + name: 'Profile', + component: Profile, } ],
Tell others a little about yourself
Awards