-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
60 lines (55 loc) · 3.09 KB
/
Copy pathindex.html
File metadata and controls
60 lines (55 loc) · 3.09 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<title>Jen Rumery - AI Product Manager | Veterinary Technology</title>
<meta name="title" content="Jen Rumery - AI Product Manager | Veterinary Technology" />
<meta name="description" content="Building AI products that give veterinarians their time back. 15+ years in vet tech • Shipped 3 AI products from 0-to-1 • Deep user research across 14+ practices" />
<meta name="author" content="Jennifer Rumery" />
<meta name="keywords" content="product manager, AI, veterinary technology, user research, SaaS, product development" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://jenrum3ry.github.io/portfolio/" />
<meta property="og:title" content="Jen Rumery - AI Product Manager | Veterinary Technology" />
<meta property="og:description" content="Building AI products that give veterinarians their time back. 15+ years in vet tech • Shipped 3 AI products from 0-to-1 • Deep user research across 14+ practices" />
<meta property="og:image" content="https://jenrum3ry.github.io/portfolio/og-image.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:site_name" content="Jen Rumery Portfolio" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://jenrum3ry.github.io/portfolio/" />
<meta property="twitter:title" content="Jen Rumery - AI Product Manager | Veterinary Technology" />
<meta property="twitter:description" content="Building AI products that give veterinarians their time back. 15+ years in vet tech • Shipped 3 AI products from 0-to-1 • Deep user research across 14+ practices" />
<meta property="twitter:image" content="https://jenrum3ry.github.io/portfolio/og-image.png" />
<!-- Additional Meta Tags -->
<meta name="theme-color" content="#4F46E5" />
<link rel="canonical" href="https://jenrum3ry.github.io/portfolio/" />
<!-- Microsoft Clarity -->
<script type="text/javascript">
(function(c,l,a,r,i,t,y){
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
})(window, document, "clarity", "script", "uubt9mzhi1");
</script>
<!-- End Microsoft Clarity -->
<!-- GitHub Pages SPA redirect handler -->
<script>
(function() {
var redirect = sessionStorage.getItem('redirect');
if (redirect) {
sessionStorage.removeItem('redirect');
history.replaceState(null, '', redirect);
}
})();
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>