1
1
mirror of https://github.com/neosubhamoy/neosubhamoy-portfolio.git synced 2025-12-20 01:09:35 +05:30

(feat): added terms of use page and updated router and footer configs

This commit is contained in:
2023-12-12 01:23:56 +05:30
parent 3823d8feef
commit 4d65842d34
5 changed files with 267 additions and 118 deletions

View File

@@ -761,16 +761,6 @@ video {
margin-bottom: 0.30rem;
}
.my-10 {
margin-top: 2.5rem;
margin-bottom: 2.5rem;
}
.my-20 {
margin-top: 5rem;
margin-bottom: 5rem;
}
.mb-1 {
margin-bottom: 0.25rem;
}
@@ -795,6 +785,10 @@ video {
margin-bottom: 5rem;
}
.mb-28 {
margin-bottom: 7rem;
}
.mb-3 {
margin-bottom: 0.75rem;
}
@@ -811,6 +805,10 @@ video {
margin-bottom: 1.5rem;
}
.mb-60 {
margin-bottom: 15rem;
}
.mb-7 {
margin-bottom: 1.75rem;
}
@@ -915,6 +913,10 @@ video {
margin-top: 4rem;
}
.mt-28 {
margin-top: 7rem;
}
.mt-3 {
margin-top: 0.75rem;
}
@@ -943,24 +945,8 @@ video {
margin-top: 30vh;
}
.mb-60 {
margin-bottom: 15rem;
}
.mt-20 {
margin-top: 5rem;
}
.mt-24 {
margin-top: 6rem;
}
.mt-28 {
margin-top: 7rem;
}
.mb-28 {
margin-bottom: 7rem;
.ml-10 {
margin-left: 2.5rem;
}
.block {
@@ -1145,18 +1131,6 @@ video {
width: 100vw;
}
.w-\[500px\] {
width: 500px;
}
.w-\[320px\] {
width: 320px;
}
.w-\[350px\] {
width: 350px;
}
.origin-left {
transform-origin: left;
}
@@ -1190,6 +1164,10 @@ video {
cursor: pointer;
}
.list-disc {
list-style-type: disc;
}
.grid-cols-5 {
grid-template-columns: repeat(5, minmax(0, 1fr));
}
@@ -1311,6 +1289,10 @@ video {
border-width: 5px;
}
.border-b-\[1px\] {
border-bottom-width: 1px;
}
.border-b-\[2px\] {
border-bottom-width: 2px;
}
@@ -1339,10 +1321,6 @@ video {
border-top-width: 5px;
}
.border-b-\[1px\] {
border-bottom-width: 1px;
}
.border-\[rgb\(22\2c _163\2c _74\)\] {
--tw-border-opacity: 1;
border-color: rgb(22 163 74 / var(--tw-border-opacity));
@@ -1385,6 +1363,10 @@ video {
border-color: rgb(217 217 217 / var(--tw-border-opacity));
}
.border-b-accent_secondary_transparent {
border-bottom-color: rgba(255, 255, 255, 0.30);
}
.border-l-accent_primary {
--tw-border-opacity: 1;
border-left-color: rgb(56 189 248 / var(--tw-border-opacity));
@@ -1400,10 +1382,6 @@ video {
border-top-color: rgb(56 189 248 / var(--tw-border-opacity));
}
.border-b-accent_secondary_transparent {
border-bottom-color: rgba(255, 255, 255, 0.30);
}
.bg-\[rgba\(0\2c _0\2c _0\2c _0\.4\)\] {
background-color: rgba(0, 0, 0, 0.4);
}
@@ -1434,6 +1412,10 @@ video {
background-color: rgb(56 189 248 / var(--tw-bg-opacity));
}
.bg-accent_primary_extratransparent {
background-color: rgba(56, 189, 248, 0.15);
}
.bg-bg_primary {
--tw-bg-opacity: 1;
background-color: rgb(15 23 42 / var(--tw-bg-opacity));
@@ -1444,23 +1426,6 @@ video {
background-color: rgb(30 41 59 / var(--tw-bg-opacity));
}
.bg-bg_third {
--tw-bg-opacity: 1;
background-color: rgb(38 51 74 / var(--tw-bg-opacity));
}
.bg-accent_primary_transparent {
background-color: rgba(56, 189, 248, 0.30);
}
.bg-accent_secondary_transparent {
background-color: rgba(255, 255, 255, 0.30);
}
.bg-accent_primary_extratransparent {
background-color: rgba(56, 189, 248, 0.15);
}
.bg-gradient-to-r {
background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
@@ -1574,6 +1539,11 @@ video {
padding-bottom: 1.5rem;
}
.py-7 {
padding-top: 1.75rem;
padding-bottom: 1.75rem;
}
.py-\[0\.05rem\] {
padding-top: 0.05rem;
padding-bottom: 0.05rem;
@@ -1594,11 +1564,6 @@ video {
padding-bottom: 0.30rem;
}
.py-7 {
padding-top: 1.75rem;
padding-bottom: 1.75rem;
}
.pb-1 {
padding-bottom: 0.25rem;
}
@@ -1607,10 +1572,6 @@ video {
padding-bottom: 1.25rem;
}
.pt-7 {
padding-top: 1.75rem;
}
.text-center {
text-align: center;
}
@@ -1638,6 +1599,11 @@ video {
line-height: 2.5rem;
}
.text-9xl {
font-size: 8rem;
line-height: 1;
}
.text-\[0\.50rem\] {
font-size: 0.50rem;
}
@@ -1667,16 +1633,6 @@ video {
line-height: 1rem;
}
.text-9xl {
font-size: 8rem;
line-height: 1;
}
.text-6xl {
font-size: 3.75rem;
line-height: 1;
}
.font-\[300\] {
font-weight: 300;
}
@@ -2125,10 +2081,18 @@ video {
margin-left: 1rem;
}
.lg\:ml-5 {
margin-left: 1.25rem;
}
.lg\:mr-10 {
margin-right: 2.5rem;
}
.lg\:mr-5 {
margin-right: 1.25rem;
}
.lg\:mr-\[12\.5rem\] {
margin-right: 12.5rem;
}
@@ -2153,6 +2117,10 @@ video {
margin-top: 0.5rem;
}
.lg\:mt-20 {
margin-top: 5rem;
}
.lg\:mt-5 {
margin-top: 1.25rem;
}
@@ -2169,18 +2137,6 @@ video {
margin-top: 7rem;
}
.lg\:mr-5 {
margin-right: 1.25rem;
}
.lg\:ml-5 {
margin-left: 1.25rem;
}
.lg\:mt-20 {
margin-top: 5rem;
}
.lg\:block {
display: block;
}
@@ -2233,10 +2189,6 @@ video {
width: auto;
}
.lg\:max-w-\[50\%\] {
max-width: 50%;
}
.lg\:max-w-\[40\%\] {
max-width: 40%;
}