You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
142 lines
5.7 KiB
142 lines
5.7 KiB
<!DOCTYPE html> |
|
<html> |
|
<head> |
|
<meta charset="utf-8"> |
|
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
|
<meta name="viewport" content="width=device-width, initial-scale=1"> |
|
<title>bvn13</title> |
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="favicon_io/apple-touch-icon.png"> |
|
<link rel="icon" type="image/png" sizes="32x32" href="favicon_io/favicon-32x32.png"> |
|
<link rel="icon" type="image/png" sizes="16x16" href="favicon_io/favicon-16x16.png"> |
|
<link rel="manifest" href="favicon_io/site.webmanifest"> |
|
|
|
<link rel="stylesheet" href="main.css"> |
|
</head> |
|
<body> |
|
<section class="section mb-6"> |
|
<div class="container"> |
|
<div class="is-vcentered columns is-multiline"> |
|
<div class="column is-6" > |
|
<img class="image" style="border-radius: 73% 27% 29% 71% / 34% 34% 66% 66%" src="assets/bvn13-avatar.jpg" alt=""> |
|
</div> |
|
<div class="column is-5 ml-auto"> |
|
<h2 class="mb-4 is-size-1 is-size-3-mobile has-text-primary">Hi You!</h2> |
|
<p class="subtitle has-text-grey mb-5">My name is Vyacheslav Boyko.</p> |
|
<p class="subtitle has-text-grey mb-5">I'm a software developer.</p> |
|
<p> |
|
<aside class="menu"> |
|
<p class="menu-label"> |
|
bvn13.me |
|
</p> |
|
<ul class="menu-list"> |
|
<li> |
|
<a class="is-active">My resources</a> |
|
<ul> |
|
<li> |
|
<a href="https://gitea.bvn13.me/bvn13"> |
|
<table class="table is-narrow"> |
|
<tbody> |
|
<tr> |
|
<td> |
|
<figure class="image is-32x32"> |
|
<img src="assets/icons8-git.svg"> |
|
</figure> |
|
</td> |
|
<td> |
|
<span class="is-size-5">my public code</span> |
|
</td> |
|
</tr> |
|
</tbody> |
|
</table> |
|
</a> |
|
</li> |
|
<li> |
|
<a href="https://twitter.bvn13.me"> |
|
<table class="table is-narrow"> |
|
<tbody> |
|
<tr> |
|
<td> |
|
<figure class="image is-32x32"> |
|
<img src="assets/twitter64.svg"> |
|
</figure> |
|
</td> |
|
<td> |
|
<span class="is-size-5">twitter.bvn13.me</span> |
|
</td> |
|
</tr> |
|
</tbody> |
|
</table> |
|
</a> |
|
</li> |
|
<li> |
|
<a href="https://blog.bvn13.me"> |
|
<table class="table is-narrow"> |
|
<tbody> |
|
<tr> |
|
<td> |
|
<figure class="image is-32x32"> |
|
<img src="assets/blog64.png"> |
|
</figure> |
|
</td> |
|
<td> |
|
<p class="is-size-5">blog.bvn13.me</p> |
|
</td> |
|
</tr> |
|
</tbody> |
|
</table> |
|
</a> |
|
</li> |
|
<li> |
|
<a href="https://cv.bvn13.me"> |
|
<table class="table is-narrow"> |
|
<tbody> |
|
<tr> |
|
<td> |
|
<figure class="image is-32x32"> |
|
<img src="assets/linkedin64.svg"> |
|
</figure> |
|
</td> |
|
<td> |
|
<p class="is-size-5">cv</p> |
|
</td> |
|
</tr> |
|
</tbody> |
|
</table> |
|
</a> |
|
</li> |
|
<li> |
|
<a href="mailto:inbox@bvn13.me"> |
|
<table class="table is-narrow"> |
|
<tbody> |
|
<tr> |
|
<td> |
|
<figure class="image is-32x32"> |
|
<img src="assets/mail64.svg"> |
|
</figure> |
|
</td> |
|
<td> |
|
<p class="is-size-5">mail me</p> |
|
</td> |
|
</tr> |
|
</tbody> |
|
</table> |
|
</a> |
|
</li> |
|
</ul> |
|
</li> |
|
</ul> |
|
</aside> |
|
<article class="message is-warning"> |
|
<div class="message-body"> |
|
<a href="https://www.buymeacoffee.com/bvn13">you can buy me a coffee :)</a> |
|
</div> |
|
</article> |
|
</p> |
|
</div> |
|
</div> |
|
</div> |
|
</section> |
|
<script type="text/javascript" src="lib/main.js"></script> |
|
</body> |
|
</html>
|
|
|