diff --git a/src/_sidebar.html b/src/_sidebar.html index cb8c913..e9458f7 100644 --- a/src/_sidebar.html +++ b/src/_sidebar.html @@ -10,7 +10,7 @@
+ + + \ No newline at end of file diff --git a/src/profile.html b/src/profile.html new file mode 100644 index 0000000..16056ca --- /dev/null +++ b/src/profile.html @@ -0,0 +1,162 @@ + + + + + + Profile + + + + + + + + + + + + + + + +
+
+
+ + + + + +
+ + ${require('html-loader!./_sidebar.html')} + +
+ + + ${require('html-loader!./_topbar.html')} + + + +
+
+
+
+ Profile +
+
+
+ Sign out with WISP now to get yourself connected. +
+
+ Please, tell us more about your information so we could find the perfect oportunities for you. +
+ +
+
+ + + +
+
+
+ +

ciao

+ +
+
+ ciao +
+ + + + +
+
+
+ ciao +
+ +
+
+
+
+
+ + + + + + + + + + + + diff --git a/webpack/plugins/htmlPlugin.js b/webpack/plugins/htmlPlugin.js index 477be25..4e9918b 100755 --- a/webpack/plugins/htmlPlugin.js +++ b/webpack/plugins/htmlPlugin.js @@ -15,6 +15,7 @@ const titles = { 'datatable': 'Datatable', 'email': 'Email', 'forms': 'Forms', + 'profile':'profile', 'google-maps': 'Google Maps', 'signin': 'Signin', 'signup': 'Signup',