www.yevi.org/index.html
2024-01-19 13:52:22 +02:00

127 lines
3.1 KiB
HTML

<!DOCTYPE html>
<html class="img-no-display"><head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"><meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width">
<link rel="shortcut icon" href="#">
<title>Random Place Online</title>
<style>
html {
height: 100%;
overflow: auto;
padding: 0;
margin: 0;
}
body {
height: 100%;
padding: 0;
margin: 0;
}
div#outer {
display: table;
height: 100%;
width: 100%;
}
div#inner {
display: table-cell;
vertical-align: middle;
}
div#container {
max-width: 28rem;
margin: 0 auto;
}
.dot {
display: table-cell;
width: 1.4rem;
height: 1.4rem;
background-size: contain;
background-repeat: no-repeat;
padding-bottom: 1rem;
padding-left: 4rem;
background-size: 1.4rem;
background-position-x: right;
}
.dot.internal {
background-image: url("/web_images/g4.png");
}
.dot.m {
background-image: url("/web_images/m.png");
}
.dot.in {
background-image: url("/web_images/in.png");
}
.dot.pf {
background-image: url("/web_images/pf.png");
}
.dot.gh {
background-image: url("/web_images/gh.png");
}
p#header1 {
font-family: sans-serif;
font-size: 2.5rem;
color: #323C46;
text-align: center;
margin-top: 0;
margin-bottom: 0.5rem;
}
p#header2 {
font-family: sans-serif;
font-size: 1.2rem;
color: #a0a0a0ff;
text-align: center;
margin-top: 0;
margin-bottom: 1.5rem;
}
.line {
display: table-row;
font-family: sans-serif;
font-size: 1.5rem;
color: #323C46;
padding-bottom: 0.3rem;
}
.link {
display: table-cell;
padding-left: 0.4rem;
color: #a0a0a0ff;
text-decoration: none;
}
.link:visited {
color: #a0a0a0ff;
text-decoration: none;
}
.link:hover {
color: #323C46;
text-decoration: none;
}
</style>
</head>
<body>
<div id="outer">
<div id="inner">
<div id="container">
<p id="header1">Yehor Vialov</p>
<p id="header2">Public profiles and publications</p>
<div class="line"><div class="dot internal"></div><a rel="me" class="link" href="https://blog.randomplace.online">Blog</a></div>
<div class="line"><div class="dot internal"></div><a rel="me" class="link" href="https://git.randomplace.online">Git</a></div>
<div class="line"><div class="dot m"></div><a rel="me" class="link" href="https://techhub.social/@estevez">Mastodon</a></div>
<div class="line"><div class="dot pf"></div><a rel="me" class="link" href="https://pixelfed.social/@estevez">Pixelfed</a></div>
<div class="line"><div class="dot gh"></div><a rel="me" class="link" href="https://github.com/estevez-dev">GitHub</a></div>
<div class="line"><div class="dot in"></div><a rel="me" class="link" href="https://www.linkedin.com/in/yehor-vialov-2a362158/">LinkedIn</a></div>
</div>
</div>
</div>
</body>
</html>