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 a29552ac
authored
2024-10-17 12:16:42 +0530
by
sujata
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
changes update
1 parent
edca9fce
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
82 additions
and
5 deletions
container/Blog/Blog.js
pages/services-compoent.js
styles/responsive.css
styles/styles.css
container/Blog/Blog.js
View file @
a29552a
...
@@ -23,7 +23,7 @@ const posts = [
...
@@ -23,7 +23,7 @@ const posts = [
authorLink
:
"/blog/author"
,
authorLink
:
"/blog/author"
,
title
:
"Tax Deducted at Source under Income Tax Act"
,
title
:
"Tax Deducted at Source under Income Tax Act"
,
shortDesc
:
shortDesc
:
"Tax Deducted at Source under Income Tax ActBy Advith Consulting
1. Introduction
"
,
"Tax Deducted at Source under Income Tax ActBy Advith Consulting
.
"
,
btnText
:
"Read More"
,
btnText
:
"Read More"
,
detailsUrl
:
"/blog/detail/tax-deducted-at-source-under-income-tax-act"
,
detailsUrl
:
"/blog/detail/tax-deducted-at-source-under-income-tax-act"
,
},
},
...
@@ -36,7 +36,7 @@ const posts = [
...
@@ -36,7 +36,7 @@ const posts = [
authorLink
:
"/blog/author"
,
authorLink
:
"/blog/author"
,
title
:
"Reporting on Fraudulent Activities by Auditors"
,
title
:
"Reporting on Fraudulent Activities by Auditors"
,
shortDesc
:
shortDesc
:
"Reporting on Fraudulent Activities by Auditors
By Advith ConsultingIntroduction
"
,
"Reporting on Fraudulent Activities by Auditors
By Advith Consulting
"
,
btnText
:
"Read More"
,
btnText
:
"Read More"
,
detailsUrl
:
"/blog/detail/reporting-on-fraudulent-activities-by-auditors"
,
detailsUrl
:
"/blog/detail/reporting-on-fraudulent-activities-by-auditors"
,
},
},
...
@@ -49,7 +49,7 @@ const posts = [
...
@@ -49,7 +49,7 @@ const posts = [
authorLink
:
"/blog/author"
,
authorLink
:
"/blog/author"
,
title
:
"Start-up and Angel Tax"
,
title
:
"Start-up and Angel Tax"
,
shortDesc
:
shortDesc
:
"Start-up and Angel Tax
By Advith ConsultingBackgroundWith the aim of foste
"
,
"Start-up and Angel Tax
By Advith Consulting Background With the aim
"
,
btnText
:
"Read More"
,
btnText
:
"Read More"
,
detailsUrl
:
"/blog/detail/start-up-and-angel-tax"
,
detailsUrl
:
"/blog/detail/start-up-and-angel-tax"
,
},
},
...
...
pages/services-compoent.js
0 → 100644
View file @
a29552a
import
React
from
"react"
;
import
{
Col
,
Container
,
Row
}
from
"react-bootstrap"
;
const
servicescompoent
=
()
=>
{
return
(
<>
<
Container
>
<
Row
>
<
Col
md
=
"12"
>
<
table
className
=
"table"
>
<
thead
>
<
tr
>
<
th
>
#
<
/th
>
<
th
>
Name
<
/th
>
<
th
>
Age
<
/th
>
<
th
>
Occupation
<
/th
>
<
/tr
>
<
/thead
>
<
tbody
>
<
tr
>
<
td
>
1
<
/td
>
<
td
>
John
Doe
<
/td
>
<
td
>
28
<
/td
>
<
td
>
Engineer
<
/td
>
<
/tr
>
<
tr
>
<
td
>
2
<
/td
>
<
td
>
Jane
Smith
<
/td
>
<
td
>
34
<
/td
>
<
td
>
Doctor
<
/td
>
<
/tr
>
<
tr
>
<
td
>
3
<
/td
>
<
td
>
Sam
Wilson
<
/td
>
<
td
>
24
<
/td
>
<
td
>
Designer
<
/td
>
<
/tr
>
<
/tbody
>
<
/table
>
<
/Col
>
<
/Row
>
<
/Container
>
<
/
>
);
};
export
default
servicescompoent
;
styles/responsive.css
View file @
a29552a
...
@@ -4113,6 +4113,27 @@ height: 40vh;
...
@@ -4113,6 +4113,27 @@ height: 40vh;
}
}
}
}
@media
screen
and
(
min-width
:
1340px
)
and
(
max-width
:
1400px
){
.fuctional-areas
{
height
:
45vh
;
}
.single-services-box
.content
{
height
:
31vh
;
}
.single-blog-post
.post-content
{
height
:
36vh
;
}
.industry_nav
.custom-swiper-button-next
{
position
:
relative
;
left
:
-4%
;
top
:
-8%
;
}
.industry_nav
.custom-swiper-button-prev
{
position
:
relative
;
right
:
-4%
;
top
:
-8%
;
}
}
/* Min width 1550px */
/* Min width 1550px */
@media
only
screen
and
(
min-width
:
1550px
)
{
@media
only
screen
and
(
min-width
:
1550px
)
{
.top-header-area
.container-fluid
{
.top-header-area
.container-fluid
{
...
...
styles/styles.css
View file @
a29552a
...
@@ -1616,7 +1616,7 @@ Main Banner Area CSS
...
@@ -1616,7 +1616,7 @@ Main Banner Area CSS
background-color
:
var
(
--whiteColor
);
background-color
:
var
(
--whiteColor
);
transition
:
var
(
--transition
);
transition
:
var
(
--transition
);
color
:
var
(
--blackColor
);
color
:
var
(
--blackColor
);
transform
:
translateY
(
-55
%
);
transform
:
translateY
(
30
%
);
box-shadow
:
0
7px
30px
-10px
rgba
(
133
,
153
,
162
,
0.3
);
box-shadow
:
0
7px
30px
-10px
rgba
(
133
,
153
,
162
,
0.3
);
}
}
...
@@ -1761,7 +1761,7 @@ Services Area CSS
...
@@ -1761,7 +1761,7 @@ Services Area CSS
border
:
1px
solid
#eeeeee
;
border
:
1px
solid
#eeeeee
;
border-top
:
none
;
border-top
:
none
;
transition
:
var
(
--transition
);
transition
:
var
(
--transition
);
height
:
29vh
;
/* height: 29vh; */
}
}
.single-services-box
.content
h3
{
.single-services-box
.content
h3
{
...
@@ -4979,6 +4979,15 @@ Blog Area CSS
...
@@ -4979,6 +4979,15 @@ Blog Area CSS
.single-blog-post
.post-content
h3
a
{
.single-blog-post
.post-content
h3
a
{
display
:
inline-block
;
display
:
inline-block
;
word-wrap
:
break-word
;
overflow
:
hidden
;
max-height
:
4.9em
;
text-overflow
:
ellipsis
;
display
:
-webkit-box
;
-webkit-line-clamp
:
2
;
-webkit-box-orient
:
vertical
;
line-height
:
28px
;
}
}
.single-blog-post
.post-content
p
{
.single-blog-post
.post-content
p
{
...
...
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