-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (42 loc) · 2.5 KB
/
Copy pathindex.html
File metadata and controls
47 lines (42 loc) · 2.5 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- SEO Meta Tags -->
<meta name="theme-color" content="rgb(229 231 235)" />
<meta name="description" content="Senior DevOps & Software Engineer with 15+ years experience. Transform broken deployments into reliable systems. Trusted by ABN AMRO, NS, and government agencies. Book free consultation." />
<meta name="keywords" content="DevOps Engineer, Software Engineer, Python Developer, Cloud Infrastructure, Kubernetes, CI/CD, Azure, AWS, Netherlands, Enterprise Development" />
<meta name="author" content="Bas van Driel" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://bas.dev.vandriel.com/" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://bas.dev.vandriel.com/" />
<meta property="og:title" content="Bas van Driel | Senior DevOps & Software Engineer - Reliable Systems, Fewer Incidents" />
<meta property="og:description" content="Stop losing weekends to broken deployments. 15+ years enterprise experience with ABN AMRO, NS, BASF. Get battle-tested DevOps practices that eliminate outages." />
<meta property="og:image" content="https://bas.dev.vandriel.com/og-image.jpg" />
<meta property="og:locale" content="en_US" />
<meta property="og:site_name" content="Bas van Driel - DevOps Engineering" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://bas.dev.vandriel.com/" />
<meta name="twitter:title" content="Bas van Driel | Senior DevOps & Software Engineer" />
<meta name="twitter:description" content="Transform broken deployments into reliable systems. 15+ years enterprise DevOps experience. Book free consultation." />
<meta name="twitter:image" content="https://bas.dev.vandriel.com/og-image.jpg" />
<!-- Additional SEO -->
<meta name="geo.region" content="NL-ZE" />
<meta name="geo.placename" content="Hulst, Netherlands" />
<meta name="language" content="English" />
<title>Bas van Driel | Senior DevOps & Software Engineer - Reliable Systems, Fewer Incidents</title>
<style>
#root {
height: 100vh;
}
</style>
</head>
<body class="bg-slate-900 min-h-screen">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>