-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (28 loc) · 1.58 KB
/
Copy pathindex.html
File metadata and controls
35 lines (28 loc) · 1.58 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Yohan Senadheera</title>
<link rel="icon"
href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><rect width='100' height='100' fill='%230b1220'/><text x='50%25' y='55%25' text-anchor='middle' dominant-baseline='middle' font-size='52' fill='%23a78bfa' font-family='Arial, sans-serif'>YS</text></svg>" />
<meta name="description"
content="SRE Intern at WSO2 and Computer Engineering undergraduate. Architected a zero-inbound multi-cloud CI/CD platform and led a PKI automation migration. Projects in Kubernetes, private 5G, and cloud-native infrastructure." />
<meta name="author" content="Yohan Senadheera" />
<!-- Open Graph -->
<meta property="og:title" content="Yohan Senadheera | Portfolio" />
<meta property="og:description"
content="SRE • DevOps • Cloud Infrastructure • Private 5G. Multi-cloud CI/CD, PKI automation, and cloud-native systems." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://yohan-senadheera.pages.dev/" />
<!-- Twitter -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Yohan Senadheera | Portfolio" />
<meta name="twitter:description"
content="SRE • DevOps • Cloud Infrastructure • Private 5G. Multi-cloud CI/CD, PKI automation, and cloud-native systems." />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>