-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
59 lines (51 loc) · 1.84 KB
/
Copy pathindex.html
File metadata and controls
59 lines (51 loc) · 1.84 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Anton Root">
<title>Anton Root</title>
<link rel='shortcut icon' href='favicon.ico' type='image/x-icon' />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<!-- Open Graph data -->
<meta property="og:title" content="Anton Root">
<meta property="og:site_name" content="Anton Root">
<meta property="og:type" content="website">
<meta property="og:url" content="http://antonroot.com">
<meta property="og:image" content="">
<meta property="og:description" content="Anton Root">
<meta property="og:locale" content="en_us">
</head>
<style>
html {
font-family: Helvetica;
font-size: 20px;
}
.homepage {
margin-top: 60px;
text-align: center;
}
.bio {
margin-bottom: 60px;
}
.footer {
margin-top: 100px;
}
</style>
<body>
<div class="homepage">
<div class="bio">
<p>Anton Root is the Head of Research at <a href="https://alliedcrowds.com/">AlliedCrowds</a>, a data and tech firm focusing on alternative finance in emerging markets.</p>
<p>You can find him on <a href="https://twitter.com/antonroot">Twitter</a> and <a href="https://www.linkedin.com/in/anton-root-b21b3025/">LinkedIn.</a></p>
<p> anton.root at alliedcrowds.com</p>
</div>
</div>
</font>
</body>
</html>