mirror of
https://github.com/neosubhamoy/neosubhamoy-portfolio.git
synced 2025-12-20 02:19:34 +05:30
(refactor): improved address card position and styling
This commit is contained in:
@@ -953,6 +953,22 @@ video {
|
|||||||
margin-top: 30vh;
|
margin-top: 30vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mt-auto {
|
||||||
|
margin-top: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mt-20 {
|
||||||
|
margin-top: 5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mt-24 {
|
||||||
|
margin-top: 6rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mt-\[6\.5rem\] {
|
||||||
|
margin-top: 6.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
.block {
|
.block {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
@@ -1139,6 +1155,14 @@ video {
|
|||||||
width: 100vw;
|
width: 100vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.flex-1 {
|
||||||
|
flex: 1 1 0%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.flex-\[1\] {
|
||||||
|
flex: 1;
|
||||||
|
}
|
||||||
|
|
||||||
.origin-left {
|
.origin-left {
|
||||||
transform-origin: left;
|
transform-origin: left;
|
||||||
}
|
}
|
||||||
@@ -1297,6 +1321,10 @@ video {
|
|||||||
border-width: 5px;
|
border-width: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.border {
|
||||||
|
border-width: 1px;
|
||||||
|
}
|
||||||
|
|
||||||
.border-b-\[1px\] {
|
.border-b-\[1px\] {
|
||||||
border-bottom-width: 1px;
|
border-bottom-width: 1px;
|
||||||
}
|
}
|
||||||
@@ -2161,6 +2189,10 @@ video {
|
|||||||
margin-top: 7rem;
|
margin-top: 7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.lg\:mt-\[6\.5rem\] {
|
||||||
|
margin-top: 6.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
.lg\:block {
|
.lg\:block {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ require 'core/query_functions.php';
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="contactsection" class="contactsection w-full flex flex-col justify-start lg:flex-row lg:justify-between items-start mt-32 mb-72 lg:mb-32 px-2 lg:px-0">
|
<div id="contactsection" class="contactsection w-full flex flex-col justify-start lg:flex-row lg:justify-between items-start mt-32 mb-72 lg:mb-32 px-2 lg:px-0">
|
||||||
<div class="leftsec mb-14 w-full h-full flex flex-col justify-between lg:w-[50%] lg:mb-0">
|
<div class="leftsec mb-14 w-full flex flex-col justify-between lg:w-[50%] lg:mb-0">
|
||||||
<div class="leftsectop">
|
<div class="leftsectop">
|
||||||
<h4 class="text-2xl font-bold mb-10">My <span class="text-accent_primary">Contact</span> Details</h4>
|
<h4 class="text-2xl font-bold mb-10">My <span class="text-accent_primary">Contact</span> Details</h4>
|
||||||
<div class="contactinfocont mt-14">
|
<div class="contactinfocont mt-14">
|
||||||
@@ -58,7 +58,7 @@ require 'core/query_functions.php';
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="leftsecbottom">
|
<div class="leftsecbottom mt-10 lg:mt-[6.5rem]">
|
||||||
<div class="hoverAnimatedContainer bg-bg_secondary rounded-lg p-5 relative">
|
<div class="hoverAnimatedContainer bg-bg_secondary rounded-lg p-5 relative">
|
||||||
<span class="flex items-center text-lg justify-between">
|
<span class="flex items-center text-lg justify-between">
|
||||||
<span class="">
|
<span class="">
|
||||||
@@ -68,11 +68,11 @@ require 'core/query_functions.php';
|
|||||||
<button class="w-fit px-5 py-1 text-base font-bold bg-accent_primary text-bg_primary rounded-full hover:shadow-lg hover:shadow-accent_secondary_transparent hover:bg-accent_secondary hover:rounded-lg transition transform duration-500" onclick="window.open('https://www.google.com/maps/place/Basirhat,+West+Bengal/')"><i class="fa-solid fa-location-dot"></i> Map</button>
|
<button class="w-fit px-5 py-1 text-base font-bold bg-accent_primary text-bg_primary rounded-full hover:shadow-lg hover:shadow-accent_secondary_transparent hover:bg-accent_secondary hover:rounded-lg transition transform duration-500" onclick="window.open('https://www.google.com/maps/place/Basirhat,+West+Bengal/')"><i class="fa-solid fa-location-dot"></i> Map</button>
|
||||||
</span>
|
</span>
|
||||||
<div class="flex items-center mt-3">
|
<div class="flex items-center mt-3">
|
||||||
<div class="wrapper w-[100px] rounded-xl overflow-hidden">
|
<div class="wrapper w-[200px] lg:w-[100px] rounded-xl overflow-hidden">
|
||||||
<img src="assets/images/basirhat.webp" alt="basirhat">
|
<img src="assets/images/basirhat.webp" alt="basirhat">
|
||||||
</div>
|
</div>
|
||||||
<div class="ml-5">
|
<div class="ml-5">
|
||||||
<h5 class="">Basirhat, North 24 Parganas, West Bengal, India, 743411</h5>
|
<h5 class="">Basirhat, West Bengal, India, 743411</h5>
|
||||||
<p class="text-xs font-light text-accent_three mt-2">Basirhat is a city of West Bengal, India. It is located on the banks of the Ichamati River</p>
|
<p class="text-xs font-light text-accent_three mt-2">Basirhat is a city of West Bengal, India. It is located on the banks of the Ichamati River</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user