|
17 | 17 | <meta name="author" content="Vimal Patel"> |
18 | 18 |
|
19 | 19 | <!-- Canonical --> |
20 | | - <link rel="canonical" href="https://vimaltech.dev/expertise.html"> |
| 20 | + <link rel="canonical" href="https://vimaltech.dev/expertise"> |
21 | 21 |
|
22 | 22 | <!-- Robots --> |
23 | 23 | <meta name="robots" content="index, follow"> |
|
27 | 27 | <meta property="og:description" |
28 | 28 | content="Discover the technical stack and projects of Vimal Patel – backend development with Java, Spring Boot, Docker, AWS and modern web frameworks."> |
29 | 29 | <meta property="og:type" content="website"> |
30 | | - <meta property="og:url" content="https://vimaltech.dev/expertise.html"> |
| 30 | + <meta property="og:url" content="https://vimaltech.dev/expertise"> |
31 | 31 | <meta property="og:image" content="https://vimaltech.dev/images/logo.jpeg"> |
32 | 32 |
|
33 | 33 | <!-- Twitter --> |
|
75 | 75 | <!-- Header / Navbar --> |
76 | 76 | <nav class="navbar"> |
77 | 77 | <div> |
78 | | - <a href="index.html" class="brand"> |
| 78 | + <a href="/" class="brand"> |
79 | 79 | <img src="/images/logo.jpeg" alt="Vimal Tech Java Developer Logo" class="logo"> |
80 | 80 | <span class="brand-name"> |
81 | 81 | <span class="brand-name-vimal">Vimal</span> |
|
85 | 85 | </div> |
86 | 86 |
|
87 | 87 | <ul class="nav-links" id="nav-links"> |
88 | | - <li><a href="index.html">Home</a></li> |
| 88 | + <li><a href="/">Home</a></li> |
89 | 89 | <!-- New Services link --> |
90 | | - <li><a href="services.html">Services</a></li> |
| 90 | + <li><a href="/services">Services</a></li> |
91 | 91 | <!-- Dropdown Section --> |
92 | 92 | <li class="dropdown"> |
93 | | - <a href="expertise.html" class="dropdown-toggle active;">Expertise</a> |
| 93 | + <a href="/expertise" class="dropdown-toggle active">Expertise</a> |
94 | 94 | <ul class="dropdown-menu"> |
95 | 95 | <li><a href="#skills">Skills</a></li> |
96 | 96 | <li><a href="#projects">Projects</a></li> |
97 | 97 | <li><a href="#portfolio">Portfolio</a></li> |
98 | 98 | </ul> |
99 | 99 | </li> |
100 | | - <li><a href="about.html">About</a></li> |
101 | | - <li><a href="contact.html">Contact</a></li> |
| 100 | + <li><a href="/about">About</a></li> |
| 101 | + <li><a href="/contact">Contact</a></li> |
102 | 102 | </ul> |
103 | 103 | <!-- hamburger icon --> |
104 | 104 | <div style="display: flex; align-items: center;"> |
@@ -291,7 +291,7 @@ <h3>Desktop Chat Application (Local Area Network)</h3> |
291 | 291 | <section id="portfolio" class="container fade-in portfolio card-container"> |
292 | 292 | <div class="portfolio-card"> |
293 | 293 | <h2>Portfolio</h2> |
294 | | - <a href="portfolio.html" class="btn">View Overview</a> |
| 294 | + <a href="/portfolio" class="btn">View Overview</a> |
295 | 295 | </div> |
296 | 296 | </section> |
297 | 297 |
|
@@ -367,10 +367,10 @@ <h3>Vimal Tech</h3> |
367 | 367 | <p><strong>Quick Links</strong></p> |
368 | 368 | <div class="brand-divider-right"></div> |
369 | 369 | <p><a href="/">Home</a></p> |
370 | | - <p><a href="/services.html">Services</a></p> |
371 | | - <p><a href="/expertise.html">Expertise</a></p> |
372 | | - <p><a href="/about.html">About</a></p> |
373 | | - <p><a href="/contact.html">Contact</a></p> |
| 370 | + <p><a href="/services">Services</a></p> |
| 371 | + <p><a href="/expertise">Expertise</a></p> |
| 372 | + <p><a href="/about">About</a></p> |
| 373 | + <p><a href="/contact">Contact</a></p> |
374 | 374 | </div> |
375 | 375 |
|
376 | 376 | </div> |
|
0 commit comments