-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
51 lines (46 loc) · 1.95 KB
/
index.html
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="content-language" content="en" />
<meta
name="description"
content="Jennifer Gettings - Senior Software Engineer - Experienced Full Stack Developer with over 15 years of expertise in developing robust and accessible B2B SAAS web applications in startups and small teams. Strong focus on quality and adding tooling to ensure consistent quality and improvements."
/>
<meta
name="keywords"
content="Software, Software Engineer, Senior, React, Typescript, Javascript, Frontend, Full Stack, HTML, CSS, NPM, Material UI, Tailwind, Jira, Agile, Scrum, Github, Google Cloud Platform, Firebase, Azure, Java, MySQL, MongoDB, PostgreSQL, CSharp, .NET Framework, .NET Core, Docker"
/>
<title>Jennifer Gettings - Senior Software Engineer</title>
<!-- https://css-tricks.com/emoji-as-a-favicon/ -->
<link
rel="icon"
href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🎉</text></svg>"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<script type="module">
if (!('anchorName' in document.documentElement.style)) {
import('https://unpkg.com/@oddbird/css-anchor-positioning');
}
</script>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-140RJXD7C4"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-140RJXD7C4');
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>