Add more links

This commit is contained in:
Yehor Vialov 2024-01-19 13:52:22 +02:00
parent 0e5e11804f
commit 424b6fb681
4 changed files with 20 additions and 5 deletions

View File

@ -4,7 +4,7 @@
<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>RandomPlace.online</title>
<title>Random Place Online</title>
<style>
html {
height: 100%;
@ -51,6 +51,18 @@ div#container {
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;
@ -99,11 +111,14 @@ p#header2 {
<div id="outer">
<div id="inner">
<div id="container">
<p id="header1">Random Place Online</p>
<p id="header2">by Yehor Vialov</p>
<div class="line"><div class="dot internal"></div><a class="link" href="https://blog.randomplace.online">Blog</a></div>
<div class="line"><div class="dot internal"></div><a class="link" href="https://git.randomplace.online">Git</a></div>
<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>

BIN
web_images/gh.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
web_images/in.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 864 B

BIN
web_images/pf.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 973 B