Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
sujata
/
advithconsulting.io-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 edca9fce
authored
2024-10-11 19:20:51 +0530
by
sujata
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
changes update
1 parent
3bff5ee0
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
11 additions
and
6 deletions
components/reuseables/Clientele.js
components/reuseables/Industries.js
container/IndustryFocus/IndustrySidebar.js
layout/Footer.js
styles/responsive.css
styles/styles.css
components/reuseables/Clientele.js
View file @
edca9fc
...
...
@@ -6,7 +6,7 @@ import SwiperNav from "./SwiperNav";
const
Clientele
=
({
partners
=
[],
spaceBetween
=
5
,
spaceBetween
=
10
,
autoplayDelay
=
3000
,
slidesPerViewBreakpoints
=
{
0
:
{
slidesPerView
:
2
},
...
...
components/reuseables/Industries.js
View file @
edca9fc
...
...
@@ -149,6 +149,7 @@ const Industries = () => {
<
SwiperNav
/>
<
/div
>
<
/div
>
<
/
>
);
};
...
...
container/IndustryFocus/IndustrySidebar.js
View file @
edca9fc
...
...
@@ -8,8 +8,8 @@ const IndustrySidebar = ({ title, services, selectedIndex, setSelectedIndex }) =
<
h3
className
=
"widget-title"
>
{
title
}
<
/h3
>
<
TabList
>
{
services
.
map
((
service
,
index
)
=>
(
<
Tab
key
=
{
index
}
onClick
=
{()
=>
setSelectedIndex
(
index
)}
>
{
service
.
name
}
<
Tab
key
=
{
index
}
onClick
=
{()
=>
setSelectedIndex
(
index
)}
selected
=
{
selectedIndex
===
index
}
>
<
span
>
{
service
.
name
}
<
/span
>
<
i
className
=
"ri-arrow-right-s-line"
><
/i
>
<
/Tab
>
))}
...
...
layout/Footer.js
View file @
edca9fc
...
...
@@ -42,7 +42,7 @@ const Footer = () => {
<
Link
href
=
"/client-servicing"
>
Client
Servicing
<
/Link
>
<
/li
>
<
li
>
<
Link
href
=
"
#
"
>
Career
<
/Link
>
<
Link
href
=
"
/career
"
>
Career
<
/Link
>
<
/li
>
<
li
>
<
Link
href
=
"/contact"
>
Contact
Us
<
/Link
>
...
...
styles/responsive.css
View file @
edca9fc
...
...
@@ -386,6 +386,7 @@
.services-slides
.single-services-box
.content
{
padding
:
20px
;
height
:
auto
;
}
.single-services-item
{
...
...
styles/styles.css
View file @
edca9fc
...
...
@@ -75,7 +75,7 @@ Default CSS
--whiteColor
:
#ffffff
;
--blackColor
:
#262E2E
;
--lightgrayColor
:
#e6e6e68
a
;
--fontSize
:
1
6
px
;
--fontSize
:
1
7
px
;
--transition
:
.5s
;
}
...
...
@@ -7214,7 +7214,10 @@ Widget Area CSS
.widget-area
.widget_service_categories
ul
li
:last-child
{
margin-bottom
:
0
;
}
.react-tabs__tab--selected
{
color
:
var
(
--mainColor
)
!important
;
border
:
none
!important
;
}
/*================================================
404 Error Area CSS
=================================================*/
...
...
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