-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
56 lines (54 loc) · 2.37 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
52
53
54
55
56
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="keywords"
content="maksim,maksim straus,cqb13,cqb13 portfolio,maksim's portfolio,straus"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Hello, my name is Maksim Straus I go by, cqb13, I’m a 17-year-old developer with a strong background in Java, TypeScript, and Rust. I am also passionate about systems-level programming."
/>
<meta name="author" content="Maksim Straus" />
<link rel="icon" type="image/png" href="/logo.png" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://maksimstraus.dev" />
<meta property="og:title" content="Maksim Straus | Portfolio" />
<meta
property="og:description"
content="Hello, my name is Maksim Straus I go by, cqb13, I’m a 17-year-old developer with a strong background in Java, TypeScript, and Rust. I am also passionate about systems-level programming."
/>
<meta property="og:image" content="https://maksimstraus.dev/logo.png" />
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://maksimstraus.dev" />
<meta property="twitter:title" content="Maksim Straus | Portfolio" />
<meta
property="twitter:description"
content="Hello, my name is Maksim Straus I go by, cqb13, I’m a 17-year-old developer with a strong background in Java, TypeScript, and Rust. I am also passionate about systems-level programming."
/>
<meta property="twitter:image" content="https://maksimstraus.dev/logo.png" />
<link rel="icon" type="image/png" href="/logo.png" />
<title>Maksim Straus</title>
</head>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XXS3WZL1YS"></script>
<script>
window.dataLayer = window.dataLayer || []
function gtag() {
dataLayer.push(arguments)
}
gtag('js', new Date())
gtag('config', 'G-XXS3WZL1YS')
</script>
<body class="dark:bg-black dark:text-white">
<div id="app"></div>
<div class="blob"></div>
<div class="wrapper">
<div class="gradient gradient-1"></div>
<div class="gradient gradient-2"></div>
<div class="gradient gradient-3"></div>
</div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>