-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.old
45 lines (44 loc) · 1.24 KB
/
index.old
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="author" content="Ehsan Kia" />
<meta name="description" content="Ehsan Kia's portfolio, which conains a sample of the different projects he has worked on over the years and acts as a hub to all his other online profiles." />
<meta name="keywords" content="portfolio,Ehsan,Kia,Ehsan Kia,ehsankia,experiments" />
<title>Ehsan Kia</title>
<link rel="icon" href="favicon.ico">
<style>
html, body {
margin: 0;
width:100%;
height:100%;
background:url(construction.gif) center center no-repeat;
}
a {
display: block;
height: 100%;
width: 100%;
}
</style>
</head>
<body>
<a href='https://keybase.io/ehsankia'></a>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Person",
"name": "Ehsan Kia",
"jobTitle": "Software Engineer",
"url": "http://www.ehsankia.com",
"sameAs": [
"https://twitter.com/ehsankia_",
"https://github.com/EhsanKia",
"https://plus.google.com/+ehsankia0",
"https://www.linkedin.com/in/ehsankia",
"https://www.facebook.com/ehsankia",
"https://www.instagram.com/ehsankia"
]
}
</script>
</body>
</html>