-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
23 lines (23 loc) · 928 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
<!DOCTYPE html>
<html>
<head>
<title>>hello, world_</title>
<meta name="description" content="if you log into the labyrinth, you can’t complain if you see a minotaur">
<meta charset="utf-8">
<link rel="stylesheet" href="stylesheet.css">
<script src="https://kit.fontawesome.com/f8d7974380.js" crossorigin="anonymous"></script>
</head>
<body>
<div id="intro">
<h1>>hello, world_</h1>
<h2>> i'm isabel<br>
> senior translator & junior developer</h2><br>
<div class="right-side">
<a href="http://github.com/ilamim" target="_blank"><i class="fa-brands fa-github icon"></i></a>
<a href="mailto:ilamim@pm.me"><i class="fa-solid fa-at icon"></i></a>
<a href="https://www.linkedin.com/in/isabel-lamim/" target="_blank"><i class="fa-brands fa-linkedin-in icon"></i>
</div>
</div>
</body>
</html>
<!-- end of file -->