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 222b4cdb
authored
2024-11-29 16:32:30 +0530
by
sujata
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
document changes
1 parent
9205dec6
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
7 deletions
container/Contact/ContactForm.js
container/Home/ClientService.js
container/Home/FunctionalAreas.js
container/Home/People.js
container/Contact/ContactForm.js
View file @
222b4cd
...
@@ -127,9 +127,9 @@ const ContactForm = () => {
...
@@ -127,9 +127,9 @@ const ContactForm = () => {
<
span
className
=
"sub-title"
>
SEND
MESSAGE
<
/span
>
<
span
className
=
"sub-title"
>
SEND
MESSAGE
<
/span
>
<
Heading
heading
=
"Write to Us!"
/>
<
Heading
heading
=
"Write to Us!"
/>
<
p
>
<
p
>
Connect
with
Advith
Consulting
today
for
an
insightful
Connect
with
us
today
for
an
insightful
discussion
on
how
consultation
on
how
our
tailored
services
can
help
propel
your
Advith
Consulting
'
s
tailored
services
can
help
propel
your
business
towards
success
.
business
towards
success
<
/p
>
<
/p
>
<
form
onSubmit
=
{
handleSubmit
(
onSubmit
)}
>
<
form
onSubmit
=
{
handleSubmit
(
onSubmit
)}
>
...
@@ -240,7 +240,6 @@ const ContactForm = () => {
...
@@ -240,7 +240,6 @@ const ContactForm = () => {
<
Form
.
Control
<
Form
.
Control
as
=
"textarea"
as
=
"textarea"
rows
=
{
5
}
rows
=
{
5
}
type
=
"text"
type
=
"text"
placeholder
=
"Additional message"
placeholder
=
"Additional message"
className
=
"text-dark form-control"
className
=
"text-dark form-control"
...
...
container/Home/ClientService.js
View file @
222b4cd
...
@@ -60,7 +60,7 @@ const ClientService = ({ service }) => {
...
@@ -60,7 +60,7 @@ const ClientService = ({ service }) => {
<
div
className
=
"services-area pt-100 pt-md-100 pb-5"
>
<
div
className
=
"services-area pt-100 pt-md-100 pb-5"
>
<
Container
>
<
Container
>
<
div
className
=
"section-title"
>
<
div
className
=
"section-title"
>
<
span
className
=
"sub-title"
>
ADVITH
CONSULTING
<
/span
>
<
span
className
=
"sub-title"
>
Client
Servicing
<
/span
>
<
Heading
el
=
"h2"
heading
=
"What we do?"
/>
<
Heading
el
=
"h2"
heading
=
"What we do?"
/>
<
/div
>
<
/div
>
<
p
className
=
"text-center"
>
<
p
className
=
"text-center"
>
...
...
container/Home/FunctionalAreas.js
View file @
222b4cd
...
@@ -69,7 +69,7 @@ const FunctionalAreas = ({functionarea}) => {
...
@@ -69,7 +69,7 @@ const FunctionalAreas = ({functionarea}) => {
<
div
className
=
"functional-areas pt-100 pb-70"
>
<
div
className
=
"functional-areas pt-100 pb-70"
>
<
Container
>
<
Container
>
<
div
className
=
"section-title"
>
<
div
className
=
"section-title"
>
<
span
className
=
"sub-title"
>
SERVICES
<
/span
>
{
/* <span className="sub-title">SERVICES</span> */
}
<
Heading
el
=
"h2"
heading
=
"Functional Areas "
className
=
"h2"
/>
<
Heading
el
=
"h2"
heading
=
"Functional Areas "
className
=
"h2"
/>
<
/div
>
<
/div
>
<
p
className
=
"text-center"
>
<
p
className
=
"text-center"
>
...
...
container/Home/People.js
View file @
222b4cd
...
@@ -77,7 +77,7 @@ const People = ({ people }) => {
...
@@ -77,7 +77,7 @@ const People = ({ people }) => {
<
ul
className
=
"features-list"
>
<
ul
className
=
"features-list"
>
{
item
.
peoplelist
?.
map
((
item
,
idx
)
=>
(
{
item
.
peoplelist
?.
map
((
item
,
idx
)
=>
(
<
li
key
=
{
idx
}
className
=
"rule-listing"
>
<
li
key
=
{
idx
}
className
=
"rule-listing"
>
<
div
className
=
"number"
>
0
{
idx
+
1
}
<
/div
>
{
/* <div className="number">0{idx + 1}</div> */
}
<
h3
>
{
item
?.
heading
}
<
/h3
>
<
h3
>
{
item
?.
heading
}
<
/h3
>
<
p
>
{
item
?.
description
}
<
/p
>
<
p
>
{
item
?.
description
}
<
/p
>
<
/li
>
<
/li
>
...
...
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