-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
73 lines (72 loc) · 1.99 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Kat Bella</title>
<meta
name="description"
content="Software engineer with a lot of hobbies."
/>
<link rel="stylesheet" href="https://use.typekit.net/you6cjr.css" />
<link rel="stylesheet" href="styles/styles.min.css" />
<link
rel="apple-touch-icon"
sizes="76x76"
href="images/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="images/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="images/favicon-16x16.png"
/>
</head>
<body>
<main>
<h1>
Hi, I'm
<strong
><a title="Contact Me" href="mailto:kat@katbella.com">Kat</a></strong
>.
</h1>
<h2>I do web things. And video game things. And music things.</h2>
<h3>You're probably here because of:</h3>
<ul>
<li>
<a
href="https://secondstargame.com"
title="Second Star Game"
><i class="icofont-rocket-alt-2"></i>Second Star</a
>
</li>
<li>
<a
href="https://gibberlings3.net"
title="Gibberlings 3 IE Modding Community"
><i class="icofont-code-alt"></i>Infinity Engine Modding</a
>
</li>
<li>
<a
href="https://www.instagram.com/pixel_doodle/"
title="Pixel's Instagram"
><i class="icofont-dog-alt"></i>My Dog</a
>
</li>
<li>
<a href="https://linkedin.com/in/katbella" title="LinkedIn"
><i class="icofont-linkedin"></i>Me</a
>
</li>
</ul>
</main>
</body>
</html>