-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (28 loc) · 1.29 KB
/
index.html
File metadata and controls
29 lines (28 loc) · 1.29 KB
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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Eeshaan Pirani | Coming Soon</title>
<link rel="stylesheet" href="src/css/style.css">
</head>
<body>
<div>
<img class="caution animated pulse" src="src/img/caution.png" alt="caution1">
<img class="caution animated pulse" src="src/img/caution.png" alt="caution2">
<img class="caution animated pulse" src="src/img/caution.png" alt="caution3">
</div>
<div class="animated fadeInDown">
<h1 id="hi">HELLO, <a class="animated fadeInDownName">I'M</a> <a id="name" class="animated fadeInDownName">EESHAAN</a></h1>
</div>
<div class="animated fadeIn">
<p id="cons">this website is currently under construction,</p>
<p>but here's where you can find me in the meantime:</p>
</div>
<div class="animated fadeInUp">
<a href="https://twitter.com/geniushaan" target="_blank"><img class="social" src="src/img/twitter.png" alt="twitter"></a>
<a href="mailto:me@eeshaan.life?Subject=Hello,%20Sexy"><img class="social" src="src/img/email.png" alt="email"></a>
<a href="https://github.com/eeshaan" target="_blank"><img class="social" src="src/img/github.png" alt="github"></a>
</div>
</body>
</html>