-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
21 lines (17 loc) · 858 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<html>
<head>
<title>Online.</title>
<link href="https://fonts.googleapis.com/css?family=Open+Sans:600" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
</head>
<body
style="font-family:'Open Sans',sans-serif;font-size:36pt;text-align:center;background-color:#2E3136;margin-top:106px;cursor:default;"
onselectstart="return false;" ondragstart="return false;">
<div id="nav"
style="background:rgba(0,0,0,0.2);background-color:#FDA246;position:absolute;top:0px;left:0px;width:100%;padding:10px 0 10px 0;text-align:right;height:36px;line-height:36px;">
</div>
<a href="/cv"><img src="https://avatars0.githubusercontent.com/u/22228023?s=400&v=4"
style="border-radius:50%;height:200px;width:200px;border:10px solid #2E3136;" /></a>
</body>
</html>