-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (34 loc) · 2.42 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>
<head>
<meta charset="utf-8">
<title>Romuald Bulyshko</title>
<meta name="viewport" content="width=device-width,initial-scale=1.0,user-scalable=no">
<style>
html, body {
height: 100%;
}
body {
margin: 0;
position: relative;
}
svg {
display: block;
width: 269px;
height: 78px;
fill: #02000B;
margin: auto;
top: 0;
left: 0;
right: 0;
bottom: 0;
position: absolute;
}
</style>
</head>
<body>
<svg viewBox="0 0 269 78" xmlns="http://www.w3.org/2000/svg">
<path d="M.34 77.064h76.744V.32H.34v12.673h25.006c8.26 0 15.02 6.76 15.02 15.02 0 2.5-.62 4.862-1.713 6.94 6.23 1.83 10.815 7.614 10.815 14.416 0 8.26-6.76 15.02-15.02 15.02H.338v12.674zm0-42.714h25.58c3.486 0 6.338-2.852 6.338-6.337 0-3.486-2.852-6.337-6.337-6.337H.34V34.35zm0 21.357h34.108c3.486 0 6.337-2.852 6.337-6.338s-2.85-6.338-6.337-6.338H.338v12.675zM102.214 21.665H94.14v34.052h8.414c5.352 0 8.125-2.822 8.125-8.075V44.87c0-3.6-1.12-6.18-3.99-7.298 2.383-1.118 3.453-3.356 3.453-6.86v-1.215c0-5.254-2.383-7.832-7.93-7.832zm-.34 18.728c2.432 0 3.453.974 3.453 4.135v2.968c0 2.53-.972 3.356-2.773 3.356H99.49v-10.46h2.383zm.195-13.863c1.895 0 2.723 1.07 2.723 3.502v1.898c0 2.724-1.217 3.6-3.21 3.6H99.49v-9h2.58zM117.66 21.665v25.928c0 5.45 2.724 8.562 7.977 8.562 5.254 0 7.978-3.113 7.978-8.562V21.665h-5.06v26.27c0 2.43-1.07 3.307-2.77 3.307-1.705 0-2.774-.876-2.774-3.308v-26.27h-5.35M142.923 55.717h14.156v-4.865h-8.805V21.665h-5.352v34.052M165.004 55.717h5.35V44.43l6.763-22.765h-5.108l-4.087 15.518-4.086-15.518h-5.595l6.762 22.766v11.287M181.892 29.838c0 9.73 10.458 11.042 10.458 18.047 0 2.433-1.07 3.308-2.772 3.308-1.703 0-2.773-.875-2.773-3.308v-2.432h-5.06v2.092c0 5.448 2.725 8.56 7.98 8.56 5.253 0 7.977-3.112 7.977-8.56 0-9.73-10.46-11.042-10.46-18.048 0-2.432.974-3.356 2.677-3.356 1.702 0 2.674.925 2.674 3.357v1.41h5.06v-1.07c0-5.447-2.676-8.56-7.88-8.56-5.206 0-7.882 3.113-7.882 8.56M209.234 41.123h6.08v14.594h5.45V21.665h-5.45V36.26h-6.08V21.664h-5.35v34.052h5.35V41.123M242.28 55.717h5.5l-7.445-18.874 7.444-15.178h-5.353l-7.005 14.838V21.665h-5.35v34.052h5.35v-10.46l1.655-3.112 5.204 13.572M257.784 29.497c0-2.432 1.07-3.356 2.773-3.356 1.702 0 2.772.925 2.772 3.357v18.388c0 2.433-1.07 3.357-2.773 3.357s-2.773-.924-2.773-3.357V29.497zm-5.35 18.048c0 5.448 2.87 8.56 8.123 8.56 5.253 0 8.123-3.112 8.123-8.56V29.838c0-5.448-2.87-8.56-8.123-8.56-5.254 0-8.124 3.112-8.124 8.56v17.707z"/>
</svg>
</body>
</html>