|
1 | | -<!DOCTYPE html> |
| 1 | +<!DOCTYPE html> |
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | 4 | <meta charset="UTF-8"> |
|
13 | 13 | <!-- Open Graph Meta Tags --> |
14 | 14 | <meta property="og:title" content="Cloud Deployment Showcase | Docker | Patrick Araujo"> |
15 | 15 | <meta property="og:description" content="Cloud Deployment Showcase built with Docker. Production-ready infrastructure demonstrating container orchestration, Infrastructure as Code, and automated CI/CD pi..."> |
16 | | - <meta property="og:url" content="https://pklavc.github.io/projects/cloud-deployment-showcase/index.html"> |
| 16 | + <meta property="og:url" content="https://pklavc.github.io/projects/cloud-deployment-showcase/"> |
17 | 17 | <meta property="og:type" content="website"> |
18 | 18 | <meta property="og:image" content="https://pklavc.github.io/images/Lavc.webp"> |
19 | 19 | <meta property="og:image:width" content="1200"> |
|
30 | 30 | <meta name="twitter:site" content="@PkLavc"> |
31 | 31 | <meta name="twitter:creator" content="@PkLavc"> |
32 | 32 |
|
33 | | - <link rel="canonical" href="https://pklavc.github.io/projects/cloud-deployment-showcase/index.html"> |
| 33 | + <link rel="canonical" href="https://pklavc.github.io/projects/cloud-deployment-showcase/"> |
34 | 34 | <meta name="robots" content="index, follow"> |
35 | | - <link rel="alternate" href="https://pklavc.github.io/projects/cloud-deployment-showcase/index.html" hreflang="en"> |
| 35 | + <link rel="alternate" href="https://pklavc.github.io/projects/cloud-deployment-showcase/" hreflang="en"> |
36 | 36 |
|
37 | 37 | <!-- JSON-LD Schema: Person --> |
38 | 38 | <script type="application/ld+json"> |
|
62 | 62 | "@type": "Person", |
63 | 63 | "name": "Patrick Araujo" |
64 | 64 | }, |
65 | | - "mainEntityOfPage": "https://pklavc.github.io/projects/cloud-deployment-showcase/index.html", |
66 | | - "url": "https://pklavc.github.io/projects/cloud-deployment-showcase/index.html", |
| 65 | + "mainEntityOfPage": "https://pklavc.github.io/projects/cloud-deployment-showcase/", |
| 66 | + "url": "https://pklavc.github.io/projects/cloud-deployment-showcase/", |
67 | 67 | "keywords": "Patrick Araujo, Backend Software Engineer, Docker, Cloud Deployment Showcase" |
68 | 68 | } |
69 | 69 | </script> |
|
84 | 84 | "@type": "ListItem", |
85 | 85 | "position": 2, |
86 | 86 | "name": "Projects", |
87 | | - "item": "https://pklavc.github.io/projects.html" |
| 87 | + "item": "https://pklavc.github.io/projects/" |
88 | 88 | }, |
89 | 89 | { |
90 | 90 | "@type": "ListItem", |
|
141 | 141 | align-items: center; |
142 | 142 | } |
143 | 143 | .breadcrumb li:not(:last-child)::after { |
144 | | - content: "→"; |
| 144 | + content: "?"; |
145 | 145 | margin-left: 8px; |
146 | 146 | font-size: 0.8rem; |
147 | 147 | color: #666; |
|
173 | 173 | <div class="logo"></div> |
174 | 174 | <div class="navigation-links"> |
175 | 175 | <a href="/" data-text="HOME">HOME</a> |
176 | | - <a href="/about.html" data-text="ABOUT">ABOUT</a> |
177 | | - <a href="/projects.html" data-text="PROJECTS">PROJECTS</a> |
| 176 | + <a href="/about/" data-text="ABOUT">ABOUT</a> |
| 177 | + <a href="/projects/" data-text="PROJECTS">PROJECTS</a> |
178 | 178 | </div> |
179 | 179 | </div> |
180 | 180 | <div id="navigation-bar"> |
|
189 | 189 | <nav aria-label="Breadcrumb" class="breadcrumb-nav"> |
190 | 190 | <ol class="breadcrumb"> |
191 | 191 | <li><a href="/">Home</a></li> |
192 | | - <li><a href="/projects.html">Projects</a></li> |
| 192 | + <li><a href="/projects/">Projects</a></li> |
193 | 193 | <li><span aria-current="page">Cloud Deployment Showcase</span></li> |
194 | 194 | </ol> |
195 | 195 | </nav> |
@@ -579,7 +579,7 @@ <h2>Learning Outcomes</h2> |
579 | 579 | </ul> |
580 | 580 | <h2>Author</h2> |
581 | 581 | <p><strong>Patrick Araujo - Computer Engineer</strong> To view other projects and portfolio details, visit: |
582 | | -<a href="https://pklavc.github.io/projects.html">https://pklavc.github.io/projects.html</a></p> |
| 582 | +<a href="https://pklavc.github.io/projects/">https://pklavc.github.io/projects/</a></p> |
583 | 583 | <hr> |
584 | 584 | <p><em>This showcase demonstrates practical cloud deployment skills for production applications.</em></p> |
585 | 585 | <p><a href="https://github.com/sponsors/PkLavc"><img src="https://img.shields.io/badge/Sponsor%20me-%23ea4aaa?style=for-the-badge&logo=github-sponsors&logoColor=white" alt="GitHub Sponsors"></a></p> |
|
0 commit comments