-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
79 lines (72 loc) · 4.54 KB
/
Copy pathindex.html
File metadata and controls
79 lines (72 loc) · 4.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- ── SEO ───────────────────────────────────────────────── -->
<title>Francisco Javier Quiles Ruiz — DevSecOps Engineer | Cloud Security, Kubernetes, Platform Engineering</title>
<meta name="description" content="DevSecOps Engineer securing cloud-native infrastructure — Kubernetes, CI/CD pipeline security, GitOps, and IaC. Transitioning into ML/MLOps Engineering.">
<meta name="keywords" content="DevSecOps, Cloud Security, Kubernetes, Docker, CI/CD, Terraform, AWS, ArgoCD, GitOps, Platform Engineering, Python, Go, Crossplane, ML, MLOps">
<meta name="author" content="Francisco Javier Quiles Ruiz">
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://franion03.github.io">
<!-- ── Open Graph (LinkedIn, Facebook, WhatsApp) ──────────── -->
<meta property="og:type" content="website">
<meta property="og:title" content="Francisco Javier Quiles Ruiz — DevSecOps Engineer">
<meta property="og:description" content="Securing cloud-native systems — Kubernetes, CI/CD pipelines, GitOps. Transitioning into ML/MLOps Engineering.">
<meta property="og:image" content="https://franion03.github.io/og-image.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:url" content="https://franion03.github.io">
<meta property="og:site_name" content="Fran Quiles — Portfolio">
<!-- ── Twitter Card ──────────────────────────────────────── -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Francisco Javier Quiles Ruiz — DevSecOps Engineer">
<meta name="twitter:description" content="DevSecOps Engineer securing cloud-native infrastructure. Transitioning into ML/MLOps.">
<meta name="twitter:image" content="https://franion03.github.io/og-image.png">
<!-- ── JSON-LD Structured Data (Google rich results) ──────── -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Francisco Javier Quiles Ruiz",
"alternateName": "Fran Quiles",
"url": "https://franion03.github.io",
"image": "https://franion03.github.io/icons/Icon-192.png",
"sameAs": [
"https://github.com/franion03",
"https://www.linkedin.com/in/francisco-javier-quiles-ruiz-b25563195/"
],
"jobTitle": "DevSecOps Engineer",
"knowsAbout": ["DevSecOps", "Cloud Security", "Kubernetes", "Docker", "CI/CD", "Terraform", "AWS", "ArgoCD", "GitOps", "Crossplane", "Python", "Go", "Platform Engineering", "MLOps"],
"description": "DevSecOps Engineer securing cloud-native infrastructure. Transitioning into ML/MLOps Engineering."
}
</script>
<!-- ── iOS meta tags ─────────────────────────────────────── -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="Fran Quiles">
<link rel="apple-touch-icon" href="icons/Icon-192.png">
<!-- ── Favicon ───────────────────────────────────────────── -->
<link rel="icon" type="image/svg+xml" href="favicon.svg"/>
<link rel="shortcut icon" type="image/png" href="favicon.png"/>
<link rel="manifest" href="manifest.json">
</head>
<body>
<!-- GoatCounter analytics (privacy-friendly, no cookies) -->
<script data-goatcounter="https://franquiles.goatcounter.com/count"
async src="//gc.zgo.at/count.js"></script>
<!-- This script installs service_worker.js to provide PWA functionality to
application. For more information, see:
https://developers.google.com/web/fundamentals/primers/service-workers -->
<script>
if ('serviceWorker' in navigator) {
window.addEventListener('load', function () {
navigator.serviceWorker.register('flutter_service_worker.js?v=273518690') /* Flutter's service worker is deprecated and will be removed in a future Flutter release. */;
});
}
</script>
<script src="main.dart.js" type="application/javascript"></script>
</body>
</html>