-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (37 loc) · 1.27 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
<!DOCTYPE html>
<html lang="en">
<head><title> (ノಠ益ಠ)ノ彡┻━┻ </title>
<link rel="apple-touch-icon" sizes="180x180" href="favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicons/favicon-16x16.png">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;500;900&display=swap" rel="stylesheet">
<meta charset="utf-8">
<style>
body {
font-family: "Roboto", sans-serif;
font-size: 1.5em;
font-weight: 300;
text-align: center;
margin: 20vh 0 0 0;
padding: 0 2em;
}
</style>
</head>
<body>
<h1>👋 Hi,</h1>
<p>My name is <b>César Vargas</b>, I'm a software developer/quant wannabe and I work @ <a href="https://oplab.com.br">oplab</a>.</p>
<p>If you want to talk, <a href="mailto:[email protected]">mail me</a>.</p>
<p>Feel free to check out <a href="https://github.com/cesarvargas00">my code</a>.</p>
<p>Or <a href="https://twitter.com/cesarvargas00">go here</a> to read what I have to say.</p>
<br>.
<br>.
<br>.
<br>.
<br>.
<br>.
<p>I also like to fiddle with <a href="finance.html">finance</a>.</p>
<script>
console.log('if you did not get it, this page is supposed to be minimalistic.')
</script>
</body>
</html>