mirror of
https://github.com/Radiquum/radiquum.github.io.git
synced 2025-05-08 13:59:34 +05:00
chore: make VK tile name similar on both of the tiles
This commit is contained in:
parent
90ecc9143d
commit
a835088cc5
2 changed files with 51 additions and 53 deletions
|
@ -35,7 +35,7 @@
|
|||
|
||||
<body class="flex flex-col gap-8 overflow-x-hidden bg-bg-black">
|
||||
<header
|
||||
class="fixed top-0 left-0 right-0 z-10 w-full text-white -translate-y-full transition-transform bg-bg-pink rounded-b-lg"
|
||||
class="fixed top-0 left-0 right-0 z-10 w-full text-white transition-transform -translate-y-full rounded-b-lg bg-bg-pink"
|
||||
id="header">
|
||||
<div class="container flex flex-wrap gap-1 mx-auto sm:items-center sm:justify-between">
|
||||
<a href="#landing">
|
||||
|
@ -150,7 +150,7 @@
|
|||
<div class="flex items-center justify-center w-full p-8 bg-pink-600">
|
||||
<p class="text-4xl font-bold">Music</p>
|
||||
</div>
|
||||
<div class="flex justify-center px-8 py-4 bg-opacity-50 bg-pink-600">
|
||||
<div class="flex justify-center px-8 py-4 bg-pink-600 bg-opacity-50">
|
||||
<p class="text-lg font-light">I listen a lot of various music, but mainly listen to
|
||||
EDM \ Happy Hardcore \ Tech \ Rock \ Alternative. By artist like: S3RL, Camellia,
|
||||
t+pazolite, BTMH, Saint Motel, and more...</p>
|
||||
|
@ -228,7 +228,7 @@
|
|||
<div class="flex items-center justify-center w-full p-8 bg-blue-500">
|
||||
<p class="text-3xl font-bold sm:text-4xl">Contact</p>
|
||||
</div>
|
||||
<div class="flex justify-center px-8 py-4 bg-opacity-50 bg-blue-500">
|
||||
<div class="flex justify-center px-8 py-4 bg-blue-500 bg-opacity-50">
|
||||
<p class="text-lg font-light">Feel free to reach out anytime! Ways to contact me via
|
||||
instant messengers are available in <a class="text-bg-pink hover:underline"
|
||||
href="#links">links</a> section!</p>
|
||||
|
@ -485,7 +485,7 @@
|
|||
<div class="flex flex-col justify-around w-full h-full p-4 text-white bg-[#1f6cc5]">
|
||||
<img class="object-contain w-16 h-16 mx-auto" alt="" src="./static/assets/VKLogo.png" />
|
||||
<div class="flex flex-col gap-1">
|
||||
<p class="text-2xl font-medium">VK</p>
|
||||
<p class="text-2xl font-medium">VKontakte</p>
|
||||
<p class="text-base font-light">radiquum</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue