Skip to content

Commit db3f1e6

Browse files
committed
rework
1 parent 764bc2e commit db3f1e6

32 files changed

Lines changed: 238 additions & 3715 deletions

File tree

404.html

Lines changed: 6 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
<div id="navigation-content" role="navigation" aria-label="Primary navigation">
3131
<div class="logo"></div>
3232
<div class="navigation-links">
33-
<a href="index.html">HOME</a>
34-
<a href="about.html">ABOUT</a>
35-
<a href="projects.html">PROJECTS</a>
33+
<a href="/index.html">HOME</a>
34+
<a href="/about/">ABOUT</a>
35+
<a href="/projects/">PROJECTS</a>
3636
</div>
3737
</div>
3838
<div id="navigation-bar">
@@ -48,76 +48,12 @@ <h1 class="error-page-code">404</h1>
4848
<h2 class="error-page-title">Page Not Found</h2>
4949
<p class="error-page-description">The page you are looking for may have been removed, had its name changed, or is temporarily unavailable. Return to the portfolio to explore systems architecture, API integration, and intelligent automation solutions.</p>
5050
<div class="error-page-actions">
51-
<a href="index.html" class="error-page-link error-page-link-primary">Back to Home</a>
52-
<a href="projects.html" class="error-page-link error-page-link-secondary">View Projects</a>
51+
<a href="/index.html" class="error-page-link error-page-link-primary">Back to Home</a>
52+
<a href="/projects/" class="error-page-link error-page-link-secondary">View Projects</a>
5353
</div>
5454
<p class="error-page-help">If you entered the URL manually, please check the spelling and try again.</p>
5555
</section>
5656
</main>
5757
</div>
5858
</body>
59-
</html>
60-
*** Add File: d:\Projects\PkLavc.github.io\css\404.css
61-
.error-page-main {
62-
min-height: calc(100vh - 110px);
63-
display: flex;
64-
align-items: center;
65-
justify-content: center;
66-
padding: 80px 20px;
67-
}
68-
69-
.error-page-card {
70-
max-width: 780px;
71-
width: 100%;
72-
text-align: center;
73-
color: whitesmoke;
74-
}
75-
76-
.error-page-code {
77-
font-size: 4rem;
78-
margin-bottom: 0.5rem;
79-
letter-spacing: -1px;
80-
}
81-
82-
.error-page-title {
83-
font-size: 2rem;
84-
margin-bottom: 1rem;
85-
color: #c0c0c0;
86-
font-weight: 500;
87-
}
88-
89-
.error-page-description {
90-
font-size: 1.1rem;
91-
line-height: 1.8;
92-
margin-bottom: 1.75rem;
93-
color: #b5b5b5;
94-
}
95-
96-
.error-page-actions {
97-
display: flex;
98-
gap: 16px;
99-
flex-wrap: wrap;
100-
justify-content: center;
101-
}
102-
103-
.error-page-link {
104-
padding: 14px 24px;
105-
border-radius: 999px;
106-
text-decoration: none;
107-
}
108-
109-
.error-page-link-primary {
110-
background: var(--clr-primary);
111-
color: #000;
112-
font-weight: 700;
113-
}
114-
115-
.error-page-link-secondary {
116-
border: 1px solid var(--clr-primary);
117-
color: var(--clr-primary);
118-
}
119-
120-
.error-page-help {
121-
margin-top: 2rem;
122-
color: #888;
123-
}
59+
</html>

about.html renamed to about/index.html

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

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@
111111
</div>
112112
<div class="navigation-links">
113113
<a href="#home" data-text="HOME" id="home-link" >HOME</a>
114-
<a href="about.html" data-text="ABOUT" id="about-link" >ABOUT</a>
115-
<a href="projects.html" data-text="PROJECTS" id="projects-link" >PROJECTS</a>
114+
<a href="/about/" data-text="ABOUT" id="about-link" >ABOUT</a>
115+
<a href="/projects/" data-text="PROJECTS" id="projects-link" >PROJECTS</a>
116116
</div>
117117
</div>
118118
<div id="navigation-bar">

projects/aegis-sentinel/index.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!DOCTYPE html>
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
@@ -13,7 +13,7 @@
1313
<!-- Open Graph Meta Tags -->
1414
<meta property="og:title" content="Aegis Sentinel | Python | Patrick Araujo">
1515
<meta property="og:description" content="Aegis Sentinel built with Python. Autonomous infrastructure recovery engine featuring predictive anomaly detection and self-healing capabilities">
16-
<meta property="og:url" content="https://pklavc.github.io/projects/aegis-sentinel/index.html">
16+
<meta property="og:url" content="https://pklavc.github.io/projects/aegis-sentinel/">
1717
<meta property="og:type" content="website">
1818
<meta property="og:image" content="https://pklavc.github.io/images/Lavc.webp">
1919
<meta property="og:image:width" content="1200">
@@ -30,9 +30,9 @@
3030
<meta name="twitter:site" content="@PkLavc">
3131
<meta name="twitter:creator" content="@PkLavc">
3232

33-
<link rel="canonical" href="https://pklavc.github.io/projects/aegis-sentinel/index.html">
33+
<link rel="canonical" href="https://pklavc.github.io/projects/aegis-sentinel/">
3434
<meta name="robots" content="index, follow">
35-
<link rel="alternate" href="https://pklavc.github.io/projects/aegis-sentinel/index.html" hreflang="en">
35+
<link rel="alternate" href="https://pklavc.github.io/projects/aegis-sentinel/" hreflang="en">
3636

3737
<!-- JSON-LD Schema: Person -->
3838
<script type="application/ld+json">
@@ -62,8 +62,8 @@
6262
"@type": "Person",
6363
"name": "Patrick Araujo"
6464
},
65-
"mainEntityOfPage": "https://pklavc.github.io/projects/aegis-sentinel/index.html",
66-
"url": "https://pklavc.github.io/projects/aegis-sentinel/index.html",
65+
"mainEntityOfPage": "https://pklavc.github.io/projects/aegis-sentinel/",
66+
"url": "https://pklavc.github.io/projects/aegis-sentinel/",
6767
"keywords": "Patrick Araujo, Backend Software Engineer, Python, Aegis Sentinel"
6868
}
6969
</script>
@@ -84,7 +84,7 @@
8484
"@type": "ListItem",
8585
"position": 2,
8686
"name": "Projects",
87-
"item": "https://pklavc.github.io/projects.html"
87+
"item": "https://pklavc.github.io/projects/"
8888
},
8989
{
9090
"@type": "ListItem",
@@ -141,7 +141,7 @@
141141
align-items: center;
142142
}
143143
.breadcrumb li:not(:last-child)::after {
144-
content: "";
144+
content: "?";
145145
margin-left: 8px;
146146
font-size: 0.8rem;
147147
color: #666;
@@ -173,8 +173,8 @@
173173
<div class="logo"></div>
174174
<div class="navigation-links">
175175
<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>
178178
</div>
179179
</div>
180180
<div id="navigation-bar">
@@ -189,7 +189,7 @@
189189
<nav aria-label="Breadcrumb" class="breadcrumb-nav">
190190
<ol class="breadcrumb">
191191
<li><a href="/">Home</a></li>
192-
<li><a href="/projects.html">Projects</a></li>
192+
<li><a href="/projects/">Projects</a></li>
193193
<li><span aria-current="page">Aegis Sentinel</span></li>
194194
</ol>
195195
</nav>
@@ -432,7 +432,7 @@ <h2>License</h2>
432432
<p>MIT License - see LICENSE file for details.</p>
433433
<h2>Author</h2>
434434
<p><strong>Patrick Araujo - Computer Engineer</strong> To view other projects and portfolio details, visit:
435-
<a href="https://pklavc.github.io/projects.html">https://pklavc.github.io/projects.html</a></p>
435+
<a href="https://pklavc.github.io/projects/">https://pklavc.github.io/projects/</a></p>
436436
<hr>
437437
<p><em>This project is part of a professional portfolio demonstrating advanced systems engineering capabilities for high-availability infrastructure.</em></p>
438438
<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>

projects/cipher-gate-proxy/index.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!DOCTYPE html>
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
@@ -13,7 +13,7 @@
1313
<!-- Open Graph Meta Tags -->
1414
<meta property="og:title" content="Cipher Gate Proxy | Python | Patrick Araujo">
1515
<meta property="og:description" content="Cipher Gate Proxy built with Python. High-performance Zero-Trust proxy for data privacy with AES-256 encryption and automated PII detection">
16-
<meta property="og:url" content="https://pklavc.github.io/projects/cipher-gate-proxy/index.html">
16+
<meta property="og:url" content="https://pklavc.github.io/projects/cipher-gate-proxy/">
1717
<meta property="og:type" content="website">
1818
<meta property="og:image" content="https://pklavc.github.io/images/Lavc.webp">
1919
<meta property="og:image:width" content="1200">
@@ -30,9 +30,9 @@
3030
<meta name="twitter:site" content="@PkLavc">
3131
<meta name="twitter:creator" content="@PkLavc">
3232

33-
<link rel="canonical" href="https://pklavc.github.io/projects/cipher-gate-proxy/index.html">
33+
<link rel="canonical" href="https://pklavc.github.io/projects/cipher-gate-proxy/">
3434
<meta name="robots" content="index, follow">
35-
<link rel="alternate" href="https://pklavc.github.io/projects/cipher-gate-proxy/index.html" hreflang="en">
35+
<link rel="alternate" href="https://pklavc.github.io/projects/cipher-gate-proxy/" hreflang="en">
3636

3737
<!-- JSON-LD Schema: Person -->
3838
<script type="application/ld+json">
@@ -62,8 +62,8 @@
6262
"@type": "Person",
6363
"name": "Patrick Araujo"
6464
},
65-
"mainEntityOfPage": "https://pklavc.github.io/projects/cipher-gate-proxy/index.html",
66-
"url": "https://pklavc.github.io/projects/cipher-gate-proxy/index.html",
65+
"mainEntityOfPage": "https://pklavc.github.io/projects/cipher-gate-proxy/",
66+
"url": "https://pklavc.github.io/projects/cipher-gate-proxy/",
6767
"keywords": "Patrick Araujo, Backend Software Engineer, Python, Cipher Gate Proxy"
6868
}
6969
</script>
@@ -84,7 +84,7 @@
8484
"@type": "ListItem",
8585
"position": 2,
8686
"name": "Projects",
87-
"item": "https://pklavc.github.io/projects.html"
87+
"item": "https://pklavc.github.io/projects/"
8888
},
8989
{
9090
"@type": "ListItem",
@@ -141,7 +141,7 @@
141141
align-items: center;
142142
}
143143
.breadcrumb li:not(:last-child)::after {
144-
content: "";
144+
content: "?";
145145
margin-left: 8px;
146146
font-size: 0.8rem;
147147
color: #666;
@@ -173,8 +173,8 @@
173173
<div class="logo"></div>
174174
<div class="navigation-links">
175175
<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>
178178
</div>
179179
</div>
180180
<div id="navigation-bar">
@@ -189,7 +189,7 @@
189189
<nav aria-label="Breadcrumb" class="breadcrumb-nav">
190190
<ol class="breadcrumb">
191191
<li><a href="/">Home</a></li>
192-
<li><a href="/projects.html">Projects</a></li>
192+
<li><a href="/projects/">Projects</a></li>
193193
<li><span aria-current="page">Cipher Gate Proxy</span></li>
194194
</ol>
195195
</nav>
@@ -505,7 +505,7 @@ <h3>Professional Services</h3>
505505
<h2>Author</h2>
506506
<p><strong>Patrick Araujo - Computer Engineer</strong></p>
507507
<p>To view other projects and portfolio details, visit:
508-
<a href="https://pklavc.github.io/projects.html">https://pklavc.github.io/projects.html</a></p>
508+
<a href="https://pklavc.github.io/projects/">https://pklavc.github.io/projects/</a></p>
509509
<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>
510510
</article>
511511
</div>

projects/cloud-deployment-showcase/index.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!DOCTYPE html>
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
@@ -13,7 +13,7 @@
1313
<!-- Open Graph Meta Tags -->
1414
<meta property="og:title" content="Cloud Deployment Showcase | Docker | Patrick Araujo">
1515
<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/">
1717
<meta property="og:type" content="website">
1818
<meta property="og:image" content="https://pklavc.github.io/images/Lavc.webp">
1919
<meta property="og:image:width" content="1200">
@@ -30,9 +30,9 @@
3030
<meta name="twitter:site" content="@PkLavc">
3131
<meta name="twitter:creator" content="@PkLavc">
3232

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/">
3434
<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">
3636

3737
<!-- JSON-LD Schema: Person -->
3838
<script type="application/ld+json">
@@ -62,8 +62,8 @@
6262
"@type": "Person",
6363
"name": "Patrick Araujo"
6464
},
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/",
6767
"keywords": "Patrick Araujo, Backend Software Engineer, Docker, Cloud Deployment Showcase"
6868
}
6969
</script>
@@ -84,7 +84,7 @@
8484
"@type": "ListItem",
8585
"position": 2,
8686
"name": "Projects",
87-
"item": "https://pklavc.github.io/projects.html"
87+
"item": "https://pklavc.github.io/projects/"
8888
},
8989
{
9090
"@type": "ListItem",
@@ -141,7 +141,7 @@
141141
align-items: center;
142142
}
143143
.breadcrumb li:not(:last-child)::after {
144-
content: "";
144+
content: "?";
145145
margin-left: 8px;
146146
font-size: 0.8rem;
147147
color: #666;
@@ -173,8 +173,8 @@
173173
<div class="logo"></div>
174174
<div class="navigation-links">
175175
<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>
178178
</div>
179179
</div>
180180
<div id="navigation-bar">
@@ -189,7 +189,7 @@
189189
<nav aria-label="Breadcrumb" class="breadcrumb-nav">
190190
<ol class="breadcrumb">
191191
<li><a href="/">Home</a></li>
192-
<li><a href="/projects.html">Projects</a></li>
192+
<li><a href="/projects/">Projects</a></li>
193193
<li><span aria-current="page">Cloud Deployment Showcase</span></li>
194194
</ol>
195195
</nav>
@@ -579,7 +579,7 @@ <h2>Learning Outcomes</h2>
579579
</ul>
580580
<h2>Author</h2>
581581
<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>
583583
<hr>
584584
<p><em>This showcase demonstrates practical cloud deployment skills for production applications.</em></p>
585585
<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

Comments
 (0)