Skip to content

Commit e6937ba

Browse files
committed
updated myaccount link and user interface
1 parent c821c81 commit e6937ba

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

jobsdoor360-website/src/main/ejs/main-files/myaccount/index.ejs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,7 @@
1010
content="Unlock Your Career Potential with JobsDoor360: Expert Development Programs & Job Opportunities. Learn Full Stack, Java, and Web Development. Advance Your Career with Industry Professionals. Gain In-Demand Skills for Software Jobs. Practice Interviews and Perfect Your CV. Join Now for a Spring Demo!"
1111
/>
1212
<link rel="stylesheet" href="/staticfiles/mainfiles/myaccount/style.css" />
13-
<link
14-
href="https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css"
15-
rel="stylesheet"
16-
/>
13+
1714
<%- include('../../partials/head.ejs') %>
1815
</head>
1916

myaccount/index.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,7 @@
1010
content="Unlock Your Career Potential with JobsDoor360: Expert Development Programs & Job Opportunities. Learn Full Stack, Java, and Web Development. Advance Your Career with Industry Professionals. Gain In-Demand Skills for Software Jobs. Practice Interviews and Perfect Your CV. Join Now for a Spring Demo!"
1111
/>
1212
<link rel="stylesheet" href="/staticfiles/mainfiles/myaccount/style.css" />
13-
<link
14-
href="https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css"
15-
rel="stylesheet"
16-
/>
13+
1714
<meta charset="utf-8" />
1815
<meta name="viewport" content="width=device-width, initial-scale=1" />
1916
<meta name="google-adsense-account" content="ca-pub-2075086355753452" />

staticfiles/mainfiles/myaccount/cv_upload/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ async function saveCVToDatabase() {
5454
}
5555
}).showToast();
5656
setTimeout(() => {
57-
window.location.href = "/myaccount/yourprofile/";
57+
window.location.href = "/myaccount/personalProfile/";
5858
}, 3000);
5959
})
6060
.catch((error) => {

0 commit comments

Comments
 (0)