Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
sujata
/
Akruti-Frontend
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Registry
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit b18a0350
authored
2026-01-19 15:21:41 +0530
by
Ravindra Kanojiya
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
updated responsive
1 parent
9d9d0d3f
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
18 additions
and
6 deletions
components/Layout/Footer.js
pages/about.js
pages/collections/[category]/[subCategory]/index.js
styles/globals.css
styles/style.css
components/Layout/Footer.js
View file @
b18a035
...
...
@@ -134,7 +134,7 @@ const Footer = () => {
{
/* Bottom bar */
}
<
div
className
=
"footer-bottom py-3"
>
<
Container
className
=
"custom_container d-flex flex-column flex-md-row justify-content-between align-items-center"
>
<
span
>
Copyright
©
2025
Akruti
Luxe
.
All
rights
reserved
.
<
/span
>
<
span
className
=
"copyright"
>
Copyright
©
2025
Akruti
Luxe
.
All
rights
reserved
.
<
/span
>
<
div
className
=
"social-icons d-flex gap-3 mt-3 mt-md-0"
>
<
Link
href
=
"https://linkedin.com"
target
=
"_blank"
>
<
i
class
=
"fa-brands fa-linkedin"
><
/i
>
...
...
pages/about.js
View file @
b18a035
...
...
@@ -12,7 +12,7 @@ import Head from "next/head";
title
:
"Banner"
,
}
];
console
.
log
(
"bannerData113"
,
bannerData
)
//
console.log("bannerData113", bannerData)
const
breadcrumbData
=
[
{
href
:
"/"
,
...
...
pages/collections/[category]/[subCategory]/index.js
View file @
b18a035
...
...
@@ -8,7 +8,7 @@ const SubCategoryPage = () => {
const
router
=
useRouter
();
const
{
category
,
subCategory
}
=
router
.
query
;
console
.
log
(
'subCategory'
,
subCategory
)
//
console.log('subCategory',subCategory)
if
(
!
router
.
isReady
)
return
null
;
const
categoryData
=
collectionsData
.
find
(
...
...
styles/globals.css
View file @
b18a035
...
...
@@ -14,10 +14,10 @@
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
border
:
1px
solid
rgba
(
255
,
255
,
255
,
0.5
)
!important
;
border
:
1px
solid
rgba
(
255
,
255
,
255
)
!important
;
}
.hm-swpr-btn
path
{
fill
:
rgba
(
255
,
255
,
255
,
0.5
);
fill
:
rgba
(
255
,
255
,
255
);
}
/* ===== Banner ===== */
...
...
@@ -201,6 +201,8 @@
.homeBannerSwiper
.swiper-pagination-bullet
{
border
:
1px
solid
#fff
;
width
:
12px
;
height
:
12px
;
}
/* ===Collection Slider=== */
...
...
@@ -474,6 +476,8 @@ input:focus-visible {
}
.project-card
img
{
overflow
:
hidden
;
width
:
100%
;
height
:
100%
;
/* border-radius: 15px; */
}
.project-section
button
.cust-swiper-button-prev
{
...
...
@@ -624,6 +628,7 @@ input:focus-visible {
}
.homeBannerSwiper
{
margin-top
:
3.7rem
;
height
:
calc
(
100vh
-
58px
);
}
.filter-btn
{
display
:
inline-flex
;
...
...
@@ -669,7 +674,9 @@ input:focus-visible {
filter
:
grayscale
(
0%
);
-webkit-filter
:
grayscale
(
0%
);
}
.copyright
{
font-size
:
14px
;
}
@media
only
screen
and
(
max-width
:
1023px
)
{
}
...
...
@@ -761,6 +768,10 @@ input:focus-visible {
}
/* ===Media query==== */
@media
(
max-width
:
767px
)
{
.homeBannerSwiper
{
margin-top
:
66px
;
height
:
calc
(
100vh
-
125px
);
}
.form-check-label
{
font-size
:
12px
;
}
...
...
styles/style.css
View file @
b18a035
...
...
@@ -269,6 +269,7 @@ footer h6 {
footer
a
,
li
{
color
:
#0f0f0f
!important
;
font-size
:
14px
;
}
.social-icons
a
{
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment