-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
42 lines (42 loc) · 1.45 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Kunal Mehta (kmeht)</title>
<meta name="author" content="Kunal Mehta">
<meta name="description" content="I'm a software engineer on the Hack team at Facebook.">
<meta name="viewport" content="width=device-width">
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,200,200italic,300,300italic,400italic,600,600italic,700,700italic,900italic,900" rel="stylesheet" type="text/css">
<link href="/style.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="intro-container">
<div class="intro">
<h1>Hi! My name is Kunal.</h1>
<p>I'm a software engineer on the <a href="https://hacklang.org/" target="_blank">Hack</a> team at <a href="https://www.facebook.com/careers/" target="_blank">Facebook</a>.</p>
<ul class="contact">
<li>
<a href="https://www.github.com/kmeht" target="_blank">
GitHub
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/kmeht" target="_blank">
LinkedIn
</a>
</li>
<li>
<a href="https://www.messenger.com/t/kmeht" target="_blank">
Messenger
</a>
</li>
<li>
<a href="mailto:[email protected]">
Email
</a>
</li>
</ul>
</div>
</div>
</body>
</html>