diff --git a/index.html b/index.html
index 8388c4b..64bec41 100644
--- a/index.html
+++ b/index.html
@@ -2,9 +2,9 @@
-
+
- Vite + Vue
+ Jobs
diff --git a/src/App.vue b/src/App.vue
index ac8bcf0..3576c90 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -6,6 +6,7 @@ import Applications from './components/Applications.vue'
import SavedJobs from './components/SavedJobs.vue'
import JobDetail from './components/JobDetail.vue'
import JobFilters from './components/JobFilters.vue'
+import Profile from './components/Profile.vue'
import { ref, provide, onMounted, computed } from 'vue'
// Current active section
@@ -252,9 +253,8 @@ const closeJobDetails = () => {
-
- My Profile
- Manage your profile information.
+
diff --git a/src/components/Profile.vue b/src/components/Profile.vue
new file mode 100644
index 0000000..f688196
--- /dev/null
+++ b/src/components/Profile.vue
@@ -0,0 +1,902 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
About Me
+
{{ userProfile.personal.about }}
+
+
+
+
{{ totalExperience }}
+
Experience
+
+
+
{{ userProfile.skills.length }}
+
Skills
+
+
+
{{ userProfile.projects.length }}
+
Projects
+
+
+
{{ userProfile.certifications.length }}
+
Certifications
+
+
+
+
Experience Highlights
+
+
+
+
{{ exp.description }}
+
+
+
+
Top Skills
+
+
+
+
{{ skill.name }}
+
{{ skill.level }}%
+
+
+
+
+
+
Featured Projects
+
+
+
+
![Project thumbnail]()
+
+
+ 🚀
+
+
+
+
{{ project.title }}
+
{{ project.description }}
+
+
+ {{ tech }}
+
+
+
+ View Project
+
+
+
+
+
+
+
+
+
+
+
+