Finalize public portfolio launch
This commit is contained in:
@@ -26,6 +26,8 @@ configMapGenerator:
|
|||||||
- architecture.svg=site/architecture.svg
|
- architecture.svg=site/architecture.svg
|
||||||
- favicon.svg=site/favicon.svg
|
- favicon.svg=site/favicon.svg
|
||||||
- robots.txt=site/robots.txt
|
- robots.txt=site/robots.txt
|
||||||
|
- security.txt=site/security.txt
|
||||||
|
- 404.html=site/404.html
|
||||||
- sitemap.xml=site/sitemap.xml
|
- sitemap.xml=site/sitemap.xml
|
||||||
- Jay-Phillips-Infrastructure-Resume.pdf=site/Jay-Phillips-Infrastructure-Resume.pdf
|
- Jay-Phillips-Infrastructure-Resume.pdf=site/Jay-Phillips-Infrastructure-Resume.pdf
|
||||||
- social-card.png=site/social-card.png
|
- social-card.png=site/social-card.png
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ server {
|
|||||||
root /usr/share/nginx/html;
|
root /usr/share/nginx/html;
|
||||||
index index.html;
|
index index.html;
|
||||||
server_tokens off;
|
server_tokens off;
|
||||||
|
error_page 404 /404.html;
|
||||||
charset utf-8;
|
charset utf-8;
|
||||||
|
|
||||||
access_log /dev/stdout;
|
access_log /dev/stdout;
|
||||||
@@ -17,9 +18,18 @@ server {
|
|||||||
add_header Permissions-Policy "camera=(), microphone=(), geolocation=(), payment=(), usb=()" always;
|
add_header Permissions-Policy "camera=(), microphone=(), geolocation=(), payment=(), usb=()" always;
|
||||||
add_header Cross-Origin-Opener-Policy "same-origin" always;
|
add_header Cross-Origin-Opener-Policy "same-origin" always;
|
||||||
add_header Cross-Origin-Resource-Policy "same-origin" always;
|
add_header Cross-Origin-Resource-Policy "same-origin" always;
|
||||||
add_header X-Robots-Tag "noindex, nofollow" always;
|
|
||||||
add_header Content-Security-Policy "default-src 'self'; style-src 'self'; img-src 'self' data:; font-src 'self'; script-src 'none'; connect-src 'none'; object-src 'none'; frame-src 'none'; frame-ancestors 'none'; base-uri 'self'; form-action 'self'; upgrade-insecure-requests" always;
|
add_header Content-Security-Policy "default-src 'self'; style-src 'self'; img-src 'self' data:; font-src 'self'; script-src 'none'; connect-src 'none'; object-src 'none'; frame-src 'none'; frame-ancestors 'none'; base-uri 'self'; form-action 'self'; upgrade-insecure-requests" always;
|
||||||
|
|
||||||
|
|
||||||
|
location = /.well-known/security.txt {
|
||||||
|
default_type text/plain;
|
||||||
|
try_files /security.txt =404;
|
||||||
|
}
|
||||||
|
|
||||||
|
location = /404.html {
|
||||||
|
internal;
|
||||||
|
}
|
||||||
|
|
||||||
location = /healthz {
|
location = /healthz {
|
||||||
access_log off;
|
access_log off;
|
||||||
default_type text/plain;
|
default_type text/plain;
|
||||||
|
|||||||
@@ -0,0 +1,43 @@
|
|||||||
|
<!doctype html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<meta name="robots" content="noindex, follow">
|
||||||
|
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
|
||||||
|
<link rel="stylesheet" href="/styles.css">
|
||||||
|
<title>Page Not Found | Jay Phillips</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<a class="skip-link" href="#main">Skip to content</a>
|
||||||
|
<header class="site-header">
|
||||||
|
<nav class="nav shell" aria-label="Primary navigation">
|
||||||
|
<a class="brand" href="/">
|
||||||
|
<span class="brand-mark" aria-hidden="true">JP</span>
|
||||||
|
<span>Jay Phillips</span>
|
||||||
|
</a>
|
||||||
|
<div class="nav-links">
|
||||||
|
<a href="/">Home</a>
|
||||||
|
<a href="/#projects">Projects</a>
|
||||||
|
<a href="/resume.html">Résumé</a>
|
||||||
|
<a href="mailto:Phillips-Jay@outlook.com">Contact</a>
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
</header>
|
||||||
|
<main id="main" class="shell">
|
||||||
|
<div class="page-hero">
|
||||||
|
<div class="eyebrow">HTTP 404</div>
|
||||||
|
<h1>That page is <span>not in the cluster.</span></h1>
|
||||||
|
<p class="lead">The requested resource may have moved, been renamed, or never existed.</p>
|
||||||
|
<div class="actions">
|
||||||
|
<a class="button primary" href="/">Return home</a>
|
||||||
|
<a class="button" href="/#projects">View case studies</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</main>
|
||||||
|
<footer class="site-footer shell">
|
||||||
|
<span>© 2026 Jay Phillips</span>
|
||||||
|
<span>Infrastructure portfolio · Kubernetes · GitOps</span>
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
@@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<meta name="description" content="Case study: infrastructure automation using PowerShell, GitOps, Terraform, Ansible, Packer, Bash, and APIs.">
|
<meta name="description" content="Case study: infrastructure automation using PowerShell, GitOps, Terraform, Ansible, Packer, Bash, and APIs.">
|
||||||
<meta name="robots" content="noindex, nofollow">
|
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1">
|
||||||
<!-- PUBLIC-METADATA-START -->
|
<!-- PUBLIC-METADATA-START -->
|
||||||
<meta name="author" content="Jay Phillips">
|
<meta name="author" content="Jay Phillips">
|
||||||
<meta name="theme-color" content="#07111f">
|
<meta name="theme-color" content="#07111f">
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<meta name="description" content="Jay Phillips is a Senior Systems Administrator and Infrastructure Engineer specializing in Windows Server, VMware, Kubernetes, automation, GitOps, and enterprise platform operations.">
|
<meta name="description" content="Jay Phillips is a Senior Systems Administrator and Infrastructure Engineer specializing in Windows Server, VMware, Kubernetes, automation, GitOps, and enterprise platform operations.">
|
||||||
<meta name="robots" content="noindex, nofollow">
|
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1">
|
||||||
<!-- PUBLIC-METADATA-START -->
|
<!-- PUBLIC-METADATA-START -->
|
||||||
<meta name="author" content="Jay Phillips">
|
<meta name="author" content="Jay Phillips">
|
||||||
<meta name="theme-color" content="#07111f">
|
<meta name="theme-color" content="#07111f">
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<meta name="description" content="Case study: Jay Phillips' enterprise-style Kubernetes home-lab platform.">
|
<meta name="description" content="Case study: Jay Phillips' enterprise-style Kubernetes home-lab platform.">
|
||||||
<meta name="robots" content="noindex, nofollow">
|
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1">
|
||||||
<!-- PUBLIC-METADATA-START -->
|
<!-- PUBLIC-METADATA-START -->
|
||||||
<meta name="author" content="Jay Phillips">
|
<meta name="author" content="Jay Phillips">
|
||||||
<meta name="theme-color" content="#07111f">
|
<meta name="theme-color" content="#07111f">
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<meta name="description" content="Case study: Microsoft infrastructure engineering with SharePoint, SCCM, Windows Server, Active Directory, and PowerShell.">
|
<meta name="description" content="Case study: Microsoft infrastructure engineering with SharePoint, SCCM, Windows Server, Active Directory, and PowerShell.">
|
||||||
<meta name="robots" content="noindex, nofollow">
|
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1">
|
||||||
<!-- PUBLIC-METADATA-START -->
|
<!-- PUBLIC-METADATA-START -->
|
||||||
<meta name="author" content="Jay Phillips">
|
<meta name="author" content="Jay Phillips">
|
||||||
<meta name="theme-color" content="#07111f">
|
<meta name="theme-color" content="#07111f">
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<meta name="description" content="Case study: infrastructure observability using Prometheus, Grafana, Loki, Alertmanager, Uptime Kuma, and Zabbix.">
|
<meta name="description" content="Case study: infrastructure observability using Prometheus, Grafana, Loki, Alertmanager, Uptime Kuma, and Zabbix.">
|
||||||
<meta name="robots" content="noindex, nofollow">
|
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1">
|
||||||
<!-- PUBLIC-METADATA-START -->
|
<!-- PUBLIC-METADATA-START -->
|
||||||
<meta name="author" content="Jay Phillips">
|
<meta name="author" content="Jay Phillips">
|
||||||
<meta name="theme-color" content="#07111f">
|
<meta name="theme-color" content="#07111f">
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<meta name="description" content="Short professional résumé for Jay Phillips, Senior Systems Administrator and Infrastructure Engineer.">
|
<meta name="description" content="Short professional résumé for Jay Phillips, Senior Systems Administrator and Infrastructure Engineer.">
|
||||||
<meta name="robots" content="noindex, nofollow">
|
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1">
|
||||||
<!-- PUBLIC-METADATA-START -->
|
<!-- PUBLIC-METADATA-START -->
|
||||||
<meta name="author" content="Jay Phillips">
|
<meta name="author" content="Jay Phillips">
|
||||||
<meta name="theme-color" content="#07111f">
|
<meta name="theme-color" content="#07111f">
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
User-agent: *
|
User-agent: *
|
||||||
Disallow: /
|
Allow: /
|
||||||
|
|
||||||
Sitemap: https://portfolio.phillips-home.net/sitemap.xml
|
Sitemap: https://portfolio.phillips-home.net/sitemap.xml
|
||||||
|
|||||||
@@ -0,0 +1,5 @@
|
|||||||
|
Contact: mailto:Phillips-Jay@outlook.com
|
||||||
|
Canonical: https://portfolio.phillips-home.net/.well-known/security.txt
|
||||||
|
Preferred-Languages: en
|
||||||
|
Policy: https://portfolio.phillips-home.net/
|
||||||
|
Expires: 2027-07-16T23:59:59Z
|
||||||
@@ -1,9 +1,39 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||||
<url><loc>https://portfolio.phillips-home.net/</loc><lastmod>2026-07-16</lastmod><priority>1.0</priority></url>
|
<url>
|
||||||
<url><loc>https://portfolio.phillips-home.net/resume.html</loc><lastmod>2026-07-16</lastmod><priority>0.9</priority></url>
|
<loc>https://portfolio.phillips-home.net/</loc>
|
||||||
<url><loc>https://portfolio.phillips-home.net/kubernetes.html</loc><lastmod>2026-07-16</lastmod><priority>0.8</priority></url>
|
<lastmod>2026-07-16</lastmod>
|
||||||
<url><loc>https://portfolio.phillips-home.net/microsoft.html</loc><lastmod>2026-07-16</lastmod><priority>0.8</priority></url>
|
<changefreq>monthly</changefreq>
|
||||||
<url><loc>https://portfolio.phillips-home.net/automation.html</loc><lastmod>2026-07-16</lastmod><priority>0.8</priority></url>
|
<priority>1.0</priority>
|
||||||
<url><loc>https://portfolio.phillips-home.net/observability.html</loc><lastmod>2026-07-16</lastmod><priority>0.8</priority></url>
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://portfolio.phillips-home.net/resume.html</loc>
|
||||||
|
<lastmod>2026-07-16</lastmod>
|
||||||
|
<changefreq>monthly</changefreq>
|
||||||
|
<priority>0.9</priority>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://portfolio.phillips-home.net/kubernetes.html</loc>
|
||||||
|
<lastmod>2026-07-16</lastmod>
|
||||||
|
<changefreq>monthly</changefreq>
|
||||||
|
<priority>0.8</priority>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://portfolio.phillips-home.net/microsoft.html</loc>
|
||||||
|
<lastmod>2026-07-16</lastmod>
|
||||||
|
<changefreq>monthly</changefreq>
|
||||||
|
<priority>0.8</priority>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://portfolio.phillips-home.net/automation.html</loc>
|
||||||
|
<lastmod>2026-07-16</lastmod>
|
||||||
|
<changefreq>monthly</changefreq>
|
||||||
|
<priority>0.8</priority>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://portfolio.phillips-home.net/observability.html</loc>
|
||||||
|
<lastmod>2026-07-16</lastmod>
|
||||||
|
<changefreq>monthly</changefreq>
|
||||||
|
<priority>0.8</priority>
|
||||||
|
</url>
|
||||||
</urlset>
|
</urlset>
|
||||||
|
|||||||
Reference in New Issue
Block a user