-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
51 lines (44 loc) · 1.13 KB
/
index.html
File metadata and controls
51 lines (44 loc) · 1.13 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
<!DOCTYPE html>
<html lang='en'>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>João Costa</title>
<style>
body {
margin: 0px;
padding: 100px;
background: #FAFAFA;
font: 17px "Palatino Linotype", "Book Antiqua", Palatino, serif;
color: #000;
}
div {
padding-bottom: 15px;
}
a {
font-weight: bold;
text-decoration: none;
color: #B11;
border-bottom: 1px dotted #B11;
}
b {
color: #000;
}
.footer {
font-size: 15px
}
</style>
</head>
<body>
<div>
<b>João Costa</b> \ˌzhwau̇ⁿ-kaw-stuh\
</br><i>Nerd, Developer</i>
</div>
<div>
<b>1.</b> Someone lucky enough to live off of what he loves.
</br><b>2.</b> Creating magic wonders with a bunch of great guys and gals at <a href="http://hole19golf.com">Hole19</a>.
</div>
<div class="footer">
<a href="http://twitter.com/joaoffcosta">@joaoffcosta</a> · <a href="https://github.com/joaoffcosta">github</a>
</div>
</body>
</html>