-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
32 lines (28 loc) · 823 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Kirah Sapong</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="icon" type="image/svg+xml" href="assets/favicon.svg">
</head>
<body>
<main class="container">
<object type="image/svg+xml" data="assets/rose.svg" class="svg-container"></object>
<div class="content">
<h1>Kirah Sapong</h1>
<section>
<h2>Software engineer and UX enthusiast</h2>
<p>
My area of focus is on the frontend of web
experiences.
</p>
</section>
</div>
</main>
<footer>
<icon-link href="https://github.com/kirahsapong" title="Github"></icon-link>
<script src="icon-link.js"></script>
</footer>
</body>
</html>