Skip to content

Commit d622de0

Browse files
committed
fix: Update LinkedIn links across multiple components for consistency
Update CV file
1 parent 15f62ff commit d622de0

6 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
202202

203203
**Juan Lara**
204204
- 📧 Email: [larajuand@outlook.com](mailto:larajuand@outlook.com)
205-
- 💼 LinkedIn: [linkedin.com/in/julara](https://www.linkedin.com/in/julara/?locale=en_US)
205+
- 💼 LinkedIn: [linkedin.com/in/julara](https://www.linkedin.com/in/julara/)
206206
- 🐱 GitHub: [github.com/JuanLara18](https://github.com/JuanLara18)
207207
- 🌐 Website: [juanlara.dev](https://juanlara18.github.io/Portfolio)
208208

front/public/documents/CV___EN.pdf

-1.56 KB
Binary file not shown.

front/src/components/layout/Footer.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const Footer = () => {
3131
<Github size={20} />
3232
</a>
3333
<a
34-
href="https://linkedin.com/in/juan-camilo-lara-cruz"
34+
href="https://www.linkedin.com/in/julara/"
3535
className="p-2 rounded-lg bg-slate-800 hover:bg-slate-700 text-slate-300 hover:text-white transition-all duration-200"
3636
target="_blank"
3737
rel="noopener noreferrer"

front/src/components/layout/MobileMenu.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ const MobileMenu = ({ isOpen, onClose }) => {
8080
<div className="bg-gray-50 dark:bg-gray-800 rounded-xl p-4 sm:p-5">
8181
<h3 className="text-sm font-medium text-gray-500 dark:text-gray-400 uppercase tracking-wider mb-4">Connect</h3>
8282
<div className="grid grid-cols-3 gap-2 sm:gap-3">
83-
<Link to="https://www.linkedin.com/in/julara/?locale=en_US" target="_blank" rel="noopener noreferrer" className="flex flex-col items-center justify-center bg-white dark:bg-gray-900 hover:bg-gray-100 dark:hover:bg-gray-800 text-gray-700 dark:text-gray-300 p-3 rounded-lg transition-colors touch-target">
83+
<Link to="https://www.linkedin.com/in/julara/" target="_blank" rel="noopener noreferrer" className="flex flex-col items-center justify-center bg-white dark:bg-gray-900 hover:bg-gray-100 dark:hover:bg-gray-800 text-gray-700 dark:text-gray-300 p-3 rounded-lg transition-colors touch-target">
8484
<Linkedin size={20} />
8585
<span className="text-xs mt-1">LinkedIn</span>
8686
</Link>

front/src/pages/BlogHomePage.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ export default function BlogHomePage() {
581581
</a>
582582

583583
<a
584-
href="https://linkedin.com/in/juan-lara18"
584+
href="https://www.linkedin.com/in/julara/"
585585
target="_blank"
586586
rel="noreferrer"
587587
className="px-8 py-3 bg-white text-gray-900 border border-gray-200 rounded-lg hover:bg-gray-100 transition-colors flex items-center gap-2 font-medium shadow-lg"

front/src/pages/LandingPage.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ export default function LandingPage() {
639639
/>
640640
</HoverMotion>
641641
<HoverMotion as={motion.a}
642-
href="https://www.linkedin.com/in/julara/?locale=en_US"
642+
href="https://www.linkedin.com/in/julara/"
643643
target="_blank"
644644
rel="noopener noreferrer"
645645
className="flex items-center px-4 py-3 bg-gray-700 hover:bg-gray-600 rounded-lg transition-colors duration-150 relative overflow-hidden group touch-target mobile-smooth-transition"

0 commit comments

Comments
 (0)