-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (34 loc) · 1.59 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
<html>
<head>
<meta charset="UTF-8">
<title>Toni Tertsonen</title>
<link rel="preload" href="https://cdn.jsdelivr.net/npm/[email protected]" as="script" integrity="sha384-NMn9+T8zIKnDUstqb5le7vdLNSyAgSU9DtEPT/b7ks9NJQpPk4Dc9b1tI8oyzimc" crossorigin>
<link rel="preload" href="fonts/CascadiaCode.woff2" as="font" type="font/woff2" crossorigin>
<link rel="stylesheet" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:type" content="website">
<meta property="og:url" content="https://tertsonen.xyz">
<meta property="og:title" content="Toni Tertsonen">
<meta name="description" content="Toni Tertsonen, a high school student, a developer and a hacker">
</head>
<body>
<div class="hero">
<div class="hero-center">
<h1 class="hidden-h1">> toni tertsonen
<h1><span class="typed-container">> <noscript>toni tertsonen</noscript><span class="typed-span"></span></span>
</h1>
</h1>
<div class="links">
<a title="[email protected]" href="mailto:[email protected]">contact</a> | <a href="https://github.com/t0nero">github</a> | <a href="/pgp.asc">pgp</a>
</div>
</div>
</div>
</body>
<script src="https://cdn.jsdelivr.net/npm/[email protected]" integrity="sha384-NMn9+T8zIKnDUstqb5le7vdLNSyAgSU9DtEPT/b7ks9NJQpPk4Dc9b1tI8oyzimc" crossorigin="anonymous"></script>
<script async>
const typed = new Typed('.typed-span', {
strings: ["", "toni tertsonen"],
typeSpeed: 100
})
</script>
</html>