Skip to content

Commit 8d60a57

Browse files
committed
fix: update remote page links to point to main website
- Header: 'Back to Resume' → 'Back to Website' (vedantmadane.github.io) - Footer: 'Full Resume' → 'Website' (vedantmadane.github.io)
1 parent d2a6036 commit 8d60a57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resume/remote/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@
452452
<div class="bg-gradient"></div>
453453

454454
<div class="container">
455-
<a href="../" class="back-link">← Back to Resume</a>
455+
<a href="https://vedantmadane.github.io/" class="back-link">← Back to Website</a>
456456

457457
<header>
458458
<div class="badge">Remote-First Professional</div>
@@ -702,7 +702,7 @@ <h3>Let's Work Together</h3>
702702
</div>
703703

704704
<footer style="text-align: center; padding: 2rem 0; color: var(--text-secondary); font-size: 0.85rem;">
705-
<p>© 2026 Vedant Madane · <a href="../" style="color: var(--accent-primary); text-decoration: none;">Full Resume</a> · <a href="https://vedantmadane.github.io/portfolio" style="color: var(--accent-primary); text-decoration: none;">Portfolio</a></p>
705+
<p>© 2026 Vedant Madane · <a href="https://vedantmadane.github.io/" style="color: var(--accent-primary); text-decoration: none;">Website</a> · <a href="https://vedantmadane.github.io/portfolio" style="color: var(--accent-primary); text-decoration: none;">Portfolio</a></p>
706706
</footer>
707707
</div>
708708
</body>

0 commit comments

Comments
 (0)