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 a3ab47ed
authored
2025-09-11 18:18:33 +0530
by
gaurav
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
footer changes
1 parent
a948b6d9
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
43 additions
and
26 deletions
layout/Footer.js
layout/Header.js
styles/styles.css
layout/Footer.js
View file @
a3ab47e
...
@@ -84,7 +84,7 @@ const Footer = () => {
...
@@ -84,7 +84,7 @@ const Footer = () => {
{
/* <li><span>Phone No:</span> <a href="tel: 820-4200985">0820-4200985</a> </li> */
}
{
/* <li><span>Phone No:</span> <a href="tel: 820-4200985">0820-4200985</a> </li> */
}
<
li
>
<
li
>
<
span
><
h3
className
=
"mb-1 office-heading"
>
Strategic
Consulting
Center
:
<
/h3
>
<
span
><
h3
className
=
"mb-1 office-heading"
>
Strategic
Consulting
Center
:
<
/h3
>
<
/span> No.988 1st Floor, 13th Cross, Banashankari II Stage, Bengaluru – 56007
0
<
/span> No.988 1st Floor, 13th Cross, Banashankari II Stage,
<br className="d-xxl-none d-lg-block d-none" /
>
Bengaluru
–
560070
<
/li
>
<
/li
>
<
/ul
>
<
/ul
>
<
/div
>
<
/div
>
...
...
layout/Header.js
View file @
a3ab47e
...
@@ -133,6 +133,14 @@ const Header = () => {
...
@@ -133,6 +133,14 @@ const Header = () => {
],
// GCC as a Service, Digital Transformation, Empowering Finance Consultants, Bespoke Services
],
// GCC as a Service, Digital Transformation, Empowering Finance Consultants, Bespoke Services
];
];
const
isKnowledgeActive
=
[
"/knowledge"
,
"/corpedia"
,
"/taxwire"
,
"/budgetpanorama"
,
"/blog"
,
].
some
((
path
)
=>
router
.
pathname
.
startsWith
(
path
));
return
(
return
(
<>
<>
<
div
className
=
"mega-menu-container"
>
<
div
className
=
"mega-menu-container"
>
...
@@ -182,7 +190,7 @@ const Header = () => {
...
@@ -182,7 +190,7 @@ const Header = () => {
<
li
className
=
"nav-item knowledge-dropdown"
>
<
li
className
=
"nav-item knowledge-dropdown"
>
<
Link
<
Link
href
=
"/knowledge"
href
=
"/knowledge"
className
=
"dropdown-toggle nav-link"
className
=
{
`nav-link dropdown-toggle
${
isKnowledgeActive
?
"active"
:
""
}
`
}
>
>
Knowledge
Knowledge
<
/Link
>
<
/Link
>
...
@@ -190,8 +198,7 @@ const Header = () => {
...
@@ -190,8 +198,7 @@ const Header = () => {
<
li
className
=
"nav-item"
>
<
li
className
=
"nav-item"
>
<
Link
<
Link
href
=
"/corpedia"
href
=
"/corpedia"
className
=
{
`nav-link
${
className
=
{
`nav-link
${
isActive
(
"/corpedia"
)
?
"active"
:
""
isActive
(
"/corpedia"
)
?
"active"
:
""
}
`}
}
`}
>
>
Corpedia
Corpedia
...
@@ -200,8 +207,7 @@ const Header = () => {
...
@@ -200,8 +207,7 @@ const Header = () => {
<li className="nav-item">
<li className="nav-item">
<Link
<Link
href="/taxwire"
href="/taxwire"
className={`
nav
-
link
$
{
className={`
nav
-
link
$
{
isActive
(
"/taxwire"
)
?
"active"
:
""
isActive
(
"/taxwire"
)
?
"active"
:
""
}
`}
}
`}
>
>
Taxwire
Taxwire
...
@@ -210,8 +216,7 @@ const Header = () => {
...
@@ -210,8 +216,7 @@ const Header = () => {
<li className="nav-item">
<li className="nav-item">
<Link
<Link
href="/budgetpanorama"
href="/budgetpanorama"
className={`
nav
-
link
$
{
className={`
nav
-
link
$
{
isActive
(
"/budgetpanorama"
)
?
"active"
:
""
isActive
(
"/budgetpanorama"
)
?
"active"
:
""
}
`}
}
`}
>
>
Budget Panorama
Budget Panorama
...
@@ -222,8 +227,7 @@ const Header = () => {
...
@@ -222,8 +227,7 @@ const Header = () => {
<li className="nav-item">
<li className="nav-item">
<Link
<Link
href="/blog"
href="/blog"
className={`
nav
-
link
$
{
className={`
nav
-
link
$
{
isActive
(
"/blog"
)
?
"active"
:
""
isActive
(
"/blog"
)
?
"active"
:
""
}
`}
}
`}
>
>
Blogs
Blogs
...
@@ -235,8 +239,7 @@ const Header = () => {
...
@@ -235,8 +239,7 @@ const Header = () => {
<li className="nav-item">
<li className="nav-item">
<Link
<Link
href="/people"
href="/people"
className={`
nav
-
link
$
{
className={`
nav
-
link
$
{
isActive
(
"/people"
)
?
"active"
:
""
isActive
(
"/people"
)
?
"active"
:
""
}
`}
}
`}
>
>
People
People
...
@@ -251,7 +254,8 @@ const Header = () => {
...
@@ -251,7 +254,8 @@ const Header = () => {
>
>
<Link
<Link
href="/client-servicing"
href="/client-servicing"
className="nav-link dropdown-nav"
className={`
nav
-
link
dropdown
-
nav
$
{
isActive
(
"/client-servicing"
)
?
"active"
:
""
}
`}
style={{
style={{
background: "none",
background: "none",
border: "none",
border: "none",
...
@@ -338,8 +342,7 @@ const Header = () => {
...
@@ -338,8 +342,7 @@ const Header = () => {
<li key={itemIndex}>
<li key={itemIndex}>
<Link
<Link
href={item.href}
href={item.href}
className={`
$
{
className={`
$
{
isActive
(
item
.
href
)
isActive
(
item
.
href
)
?
"active"
?
"active"
:
""
:
""
}
`}
}
`}
...
@@ -363,8 +366,7 @@ const Header = () => {
...
@@ -363,8 +366,7 @@ const Header = () => {
<li className="nav-item">
<li className="nav-item">
<Link
<Link
href="/industry"
href="/industry"
className={`
nav
-
link
$
{
className={`
nav
-
link
$
{
isActive
(
"/industry"
)
?
"active"
:
""
isActive
(
"/industry"
)
?
"active"
:
""
}
`}
}
`}
>
>
Industry
Industry
...
@@ -374,8 +376,7 @@ const Header = () => {
...
@@ -374,8 +376,7 @@ const Header = () => {
<li className="nav-item">
<li className="nav-item">
<Link
<Link
href="/career"
href="/career"
className={`
nav
-
link
$
{
className={`
nav
-
link
$
{
isActive
(
"/career"
)
?
"active"
:
""
isActive
(
"/career"
)
?
"active"
:
""
}
`}
}
`}
>
>
Careers
Careers
...
@@ -385,8 +386,7 @@ const Header = () => {
...
@@ -385,8 +386,7 @@ const Header = () => {
<li className="nav-item">
<li className="nav-item">
<Link
<Link
href="/contact"
href="/contact"
className={`
nav
-
link
$
{
className={`
nav
-
link
$
{
isActive
(
"/contact"
)
?
"active"
:
""
isActive
(
"/contact"
)
?
"active"
:
""
}
contact
-
btn
`}
}
contact
-
btn
`}
>
>
Contact Us
Contact Us
...
...
styles/styles.css
View file @
a3ab47e
...
@@ -7546,11 +7546,11 @@ Footer Area CSS
...
@@ -7546,11 +7546,11 @@ Footer Area CSS
.single-footer-widget
p
{
.single-footer-widget
p
{
color
:
#000000
;
color
:
#000000
;
font-size
:
1
rem
;
font-size
:
1
7px
;
}
}
.single-footer-widget
a
{
.single-footer-widget
a
{
font-size
:
1
rem
;
font-size
:
1
7px
;
}
}
.single-footer-widget
.footer-contact-info
{
.single-footer-widget
.footer-contact-info
{
...
@@ -7572,7 +7572,7 @@ Footer Area CSS
...
@@ -7572,7 +7572,7 @@ Footer Area CSS
.single-footer-widget
.footer-contact-info
ul
li
{
.single-footer-widget
.footer-contact-info
ul
li
{
color
:
#000000
;
color
:
#000000
;
margin-bottom
:
10px
;
margin-bottom
:
10px
;
font-size
:
1
rem
;
font-size
:
1
7px
;
}
}
.single-footer-widget
.footer-contact-info
ul
li
span
{
.single-footer-widget
.footer-contact-info
ul
li
span
{
...
@@ -7597,7 +7597,7 @@ Footer Area CSS
...
@@ -7597,7 +7597,7 @@ Footer Area CSS
.single-footer-widget
h3
{
.single-footer-widget
h3
{
color
:
var
(
--mainColor
);
color
:
var
(
--mainColor
);
margin-bottom
:
25px
;
margin-bottom
:
25px
;
font-size
:
22
px
;
font-size
:
17
px
;
}
}
.single-footer-widget
.links-list
{
.single-footer-widget
.links-list
{
...
@@ -9055,7 +9055,8 @@ ul.pagination.custom-pagination {
...
@@ -9055,7 +9055,8 @@ ul.pagination.custom-pagination {
.risk_advisory_method
{
.risk_advisory_method
{
padding
:
50px
0
;
padding
:
50px
0
;
}
}
.risk_advisory_howitwork
{
.risk_advisory_howitwork
{
padding-bottom
:
0
;
padding-bottom
:
0
;
}
}
...
@@ -9305,6 +9306,22 @@ ul.pagination.custom-pagination {
...
@@ -9305,6 +9306,22 @@ ul.pagination.custom-pagination {
font-size
:
1.1rem
;
font-size
:
1.1rem
;
}
}
.single-footer-widget
.footer-contact-info
ul
li
{
font-size
:
14px
;
}
.single-footer-widget
h3
{
font-size
:
16px
;
}
.single-footer-widget
a
{
font-size
:
16px
;
}
.single-footer-widget
p
{
font-size
:
16px
;
}
/* .weoffer_section .HowWeDoIt_card{
/* .weoffer_section .HowWeDoIt_card{
height: auto;
height: auto;
} */
} */
...
...
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