Skip to content

Commit 174ffcf

Browse files
committed
Merge branch 'main' into origin/ishikasoni
2 parents 3d5a35e + 9ace439 commit 174ffcf

File tree

97 files changed

+3177
-3626
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+3177
-3626
lines changed

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

Lines changed: 80 additions & 1463 deletions
Large diffs are not rendered by default.

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,14 @@
3030
</div>
3131

3232
<div class="d-flex justify-content-center mt-4 myaccount_option">
33-
<a href="/myaccount/yourprofile/" class="text-decoration-none px-4 bg-white py-1 rounded-4" style="text-align: center;">Your profile
33+
<a href="/myaccount/personalprofile/" class="text-decoration-none px-4 bg-white py-1 rounded-4" style="text-align: center;">Personal profile
3434
</a>
3535
</div>
36-
<div style="color: grey; text-align: center;">Complete profile to get jobs</div>
36+
<div class="d-flex justify-content-center mt-4 myaccount_option">
37+
<a href="/myaccount/jobprofile/" class="text-decoration-none px-4 bg-white py-1 rounded-4" style="text-align: center;">Job profile
38+
</a>
39+
</div>
40+
<div style="color: grey; text-align: center; margin-top: 20px;">Complete profile to get jobs</div>
3741

3842
<div class="d-flex justify-content-center mt-4 myaccount_option">
3943
<a href="/myaccount/jobsforyou/" class="text-decoration-none px-4 bg-white py-1 rounded-4">Jobs for you</a>

0 commit comments

Comments
 (0)