-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (24 loc) · 1.25 KB
/
Copy pathindex.html
File metadata and controls
29 lines (24 loc) · 1.25 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
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="theme-color" content="#07080f">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway:300,700">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/milligram/1.4.1/milligram.css">
<link rel="stylesheet" href="styles.css">
<title>bacecek</title>
</head>
<body>
<div class="container">
<div class="intro">Hi there! <br> I am Denis Buzmakov <br>Android developer at <a class="yabro" href="https://browser.yandex.com">Yandex Browser</a></div>
<div class="links">
<a class="github" href="https://github.com/bacecek" target="_blank">Github</a><br>
<a class="linkedin" href="https://www.linkedin.com/in/bacecek/" target="_blank">LinkedIn</a><br>
<a class="telegram" href="https://t.me/bacecek" target="_blank">Telegram</a><br>
<a class="email" href="mailto:me@bacecek.dev" target="_blank">Email</a>
</div>
<div class="bottom">Have a good day!</div>
</div>
</body>
</html>