-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathindex.html
68 lines (61 loc) · 1.78 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<html lang=en>
<link rel="shortcut icon" type="images/x-icon" href="/static/favicon.ico">
<meta content="Akshay's personal site" name=description>
<meta name="viewport" content="initial-scale=1">
<meta http-quiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta content="#6b38f3" name="theme-color">
<meta name="HandheldFriendly" content="true">
<meta property="og:title" content="Akshay">
<meta property="og:type" content="website">
<meta property="og:description" content="Akshay's personal site">
<meta property="og:url" content="https://nerdypepper.me">
<meta property="og:image" content="/static/nerdypepper.png">
<html>
<style>
@import url('https://fonts.googleapis.com/css?family=PT+Mono|Vibur');
.center {
display: inline-block;
font-size: 50px;
font-family: 'Vibur', cursive;
width: 100%;
}
.wrapper {
text-align: center;
overflow: hidden;
top: 40%;;
bottom: 0;
left: 0;
right: 0;
position: absolute;
}
.wrapper p {
font-family: 'PT Mono', monospace;
font-size: 20px;
}
a {
text-decoration: none;
color: gray;
margin-right: 6px;
}
a:hover {
color: #6b38f3;
}
</style>
<title>
Akshay
</title>
<body>
<div class="wrapper">
<div class="center">
Akshay Oppiliappan
</div>
<p>
<a href="https://github.com/nerdypepper">github</a>
<a href="https://keybase.io/nerdypepper">keybase</a>
<a href="https://linkedin.com/in/nerdypepper">linkedin</a>
<a href="mailto:nerdypepper@tuta.io">email</a>
</p>
</div>
<body>
</html>