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 e8268996
authored
2025-08-26 12:05:04 +0530
by
sujata
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
change
1 parent
c6d8db2e
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
33 additions
and
14 deletions
components/reuseables/services/Card.js
container/Blog/Blog.js
container/People/AdvisoryBoard.js
layout/Footer.js
pages/blog/index.js
styles/styles.css
components/reuseables/services/Card.js
View file @
e826899
...
...
@@ -3,7 +3,7 @@ import { Col, Container, Row } from "react-bootstrap";
import
Heading
from
"../Heading"
;
const
Card
=
({
heading
,
data
})
=>
{
console
.
log
(
"heading"
,
heading
)
console
.
log
(
"heading"
,
heading
);
return
(
<
section
className
=
"ptb-50"
>
<
Container
>
...
...
@@ -18,10 +18,8 @@ const Card = ({ heading, data }) => {
className
=
"d-flex justify-content-center mb-4 mt-3"
>
<
div
className
=
{
`custom-card
${
item
.
CardClass
}
`
}
>
{
/* <h5 className="card-title">{item.Title}</h5> */
}
<
div
className
=
"card-image"
>
<
div
className
=
"card-badge"
>
{
item
.
Title
}
<
/div>{" "
}
{
/* <-- Badge here */
}
<
img
src
=
"/images/GCC.png"
alt
=
{
item
.
Title
}
/
>
<
div
className
=
"overlay"
><
/div
>
<
div
className
=
"card-content"
>
...
...
@@ -32,6 +30,15 @@ const Card = ({ heading, data }) => {
<
/div
>
<
/div
>
<
/div
>
{
/* <div className="card">
<div className="card-content1">
<div className="card">{item.Title} </div>
<div
className="Description"
dangerouslySetInnerHTML={{ __html: item.Description }}
/>
</div>
</div> */
}
<
/Col
>
))}
<
/Row
>
...
...
container/Blog/Blog.js
View file @
e826899
...
...
@@ -98,10 +98,10 @@ const Blogs = () => {
<
li
>
<
i
className
=
"ri-calendar-2-line"
><
/i> {post.date
}
<
/li
>
<
li
>
{
/*
<li>
<i className="ri-user-voice-line"></i>
<Link href={post.authorLink}>{post.author}</Link>
<
/li
>
</li>
*/
}
<
/ul
>
<
h3
>
<
Link
href
=
{
post
.
detailsUrl
}
>
{
post
.
title
}
<
/Link
>
...
...
container/People/AdvisoryBoard.js
View file @
e826899
...
...
@@ -106,7 +106,7 @@ const AdvisoryBoard = ({ advisoryboard }) => {
<
/Row
>
))}
<
/Container
>
<
/div
>
<
/div>
<
/
>
);
};
...
...
layout/Footer.js
View file @
e826899
...
...
@@ -145,7 +145,7 @@ const Footer = () => {
<
ul
className
=
"social-links"
>
<
li
>
<
a
href
=
"https://www.facebook.com/advith
consulting
/"
href
=
"https://www.facebook.com/advith
itec
/"
target
=
"_blank"
>
<
i
className
=
"ri-facebook-fill"
><
/i
>
...
...
@@ -153,7 +153,7 @@ const Footer = () => {
<
/li
>
<
li
>
<
a
href
=
"https://x.com/advith
_consult?lang=en&mx=2
"
href
=
"https://x.com/advith
itec?lang=en
"
target
=
"_blank"
>
<
i
className
=
"ri-twitter-x-fill"
><
/i
>
...
...
@@ -161,7 +161,7 @@ const Footer = () => {
<
/li
>
<
li
>
<
a
href
=
"https://www.linkedin.com/company/advith-
consulting-llp/
"
href
=
"https://www.linkedin.com/company/advith-
itec-private-limited/?originalSubdomain=in
"
target
=
"_blank"
>
<
i
className
=
"ri-linkedin-fill"
><
/i
>
...
...
@@ -169,7 +169,7 @@ const Footer = () => {
<
/li
>
<
li
>
<
a
href
=
"https://www.instagram.com/advith
consulting
/?hl=en"
href
=
"https://www.instagram.com/advith
itec
/?hl=en"
target
=
"_blank"
>
<
i
className
=
"ri-instagram-line"
><
/i
>
...
...
@@ -177,7 +177,7 @@ const Footer = () => {
<
/li
>
<
li
>
<
a
href
=
"https://www.youtube.com/
channel/UC7naGWMgKnpyKVKNCz5zGCg
"
href
=
"https://www.youtube.com/
@advithitecprivatelimited9001
"
target
=
"_blank"
>
<
i
className
=
"ri-youtube-line"
><
/i
>
...
...
pages/blog/index.js
View file @
e826899
...
...
@@ -82,9 +82,9 @@ const blogs = ({Blogpage, conversionData }) => {
<li>
<i className="ri-calendar-2-line"></i> {post?.Date}
</li>
<li>
{/*
<li>
<i className="ri-user-voice-line"></i> {post?.Author}
</li>
</li>
*/}
</ul>
<h3>
<Link href={`
/
blog
/
$
{
post
?.
slug
}
`}>{post.Title}</Link>
...
...
styles/styles.css
View file @
e826899
...
...
@@ -1787,6 +1787,7 @@ Services Area CSS
display
:
-webkit-box
;
-webkit-line-clamp
:
3
;
-webkit-box-orient
:
vertical
;
word-spacing
:
-1.5px
;
}
.single-services-box
.content
.default-btn
{
...
...
@@ -3359,7 +3360,7 @@ Free Quote Area CSS
border-color
:
var
(
--blackColor
);
}
.free-quote-inner
{
/*
.free-quote-inner {
position: relative;
z-index: 1;
background-image: url('../public/images/pagbanner.webp');
...
...
@@ -3367,6 +3368,17 @@ Free Quote Area CSS
background-position: center;
padding: 50px;
overflow: hidden;
} */
.free-quote-inner
{
position
:
relative
;
z-index
:
1
;
background-image
:
url('../public/images/pagbanner.webp')
;
background-size
:
cover
;
/* better than inherit */
background-position
:
center
;
background-attachment
:
scroll
;
/* moves with page scroll */
padding
:
50px
;
/* full screen */
overflow
:
hidden
;
}
/*
...
...
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