-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
72 lines (72 loc) · 2.28 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
69
70
71
72
<html>
<head>
<title>Yasir Din</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="https://cdn.rawgit.com/dreampulse/computer-modern-web-font/master/fonts.css">
<link rel="icon" type="image/png" href="favicon.ico">
<style>
header {
padding-top: 5%;
}
body {
font-family: "Computer Modern Sans";
font-size: 90%;
/* margin-left: 1%;
margin-right: 1%; */
float: left;
}
html, body {
height: 100%;
}
html {
display: table;
margin: auto;
}
body {
display: table-cell;
}
img {
width: 200px;
height: auto;
}
div {
max-width: 700px;
}
footer {
padding-bottom: 5%;
}
</style>
</head>
<body>
<center>
<header>
<img src="me.png">
</header>
<div>
<p>
👋 Hello! I'm <b>Yasir</b>.
</pr>
<p>
🏠 Born and raised in <b>London, UK</b> --
<br> where I continue to live and work.
</p>
<p>
💼 I'm a software engineer / manager specialising
<br> in ML systems and 💭 often daydream about:
<br> software; science; systems; data.
</p>
<p>
Find me on:<br>
<a href="https://www.linkedin.com/in/yasirdin/">LinkedIn</a><br>
<a href="https://github.com/yasirdin">GitHub</a><br>
<a href="https://twitter.com/yasirdin1">Twitter</a><br>
<a href="https://keybase.io/yasirdin">Keybase</a><br>
</p>
<footer>
📥 Get in touch: yasir -at- yasirdin.net</a>
</footer>
</div>
</center>
</body>
</html>