About inner pages updated

This commit is contained in:
akashluca-l 2025-07-11 16:04:16 +05:30
parent 80060613ea
commit 23d87815d4
19 changed files with 73 additions and 65 deletions

View File

@ -13,7 +13,7 @@ export default function Association() {
<Layout headerStyle={1} footerStyle={1}>
<div>
<div className="inner-page-header" style={{ backgroundImage: 'url(/assets/img/bg/header-bg6.png)' }}>
<div className="inner-page-header" style={{ backgroundImage: 'url(/assets/img/about/banner/association-banner.webp)' }}>
<div className="container">
<div className="row">
<div className="col-lg-5 m-auto">

View File

@ -5,7 +5,7 @@ import Section1 from "@/components/about/committee/Section1"; // adjust path if
export default function CommitteePage() {
return (
<Layout headerStyle={1} footerStyle={1}>
<div className="inner-page-header" style={{ backgroundImage: "url(/assets/img/bg/header-bg6.png)" }}>
<div className="inner-page-header" style={{ backgroundImage: "url(/assets/img/about/banner/committee-banner.webp)" }}>
<div className="container">
<div className="row">
<div className="col-lg-5 m-auto">

View File

@ -11,7 +11,7 @@ export default function Constitution() {
<Layout headerStyle={1} footerStyle={1}>
<div>
<div className="inner-page-header" style={{ backgroundImage: 'url(/assets/img/bg/header-bg6.png)' }}>
<div className="inner-page-header" style={{ backgroundImage: 'url(/assets/img/about/banner/constitution-banner.webp)' }}>
<div className="container">
<div className="row">
<div className="col-lg-5 m-auto">

View File

@ -11,7 +11,7 @@ export default function Mission() {
<Layout headerStyle={1} footerStyle={1}>
<div>
<div className="inner-page-header" style={{ backgroundImage: 'url(/assets/img/bg/header-bg6.png)' }}>
<div className="inner-page-header" style={{ backgroundImage: 'url(/assets/img/about/banner/mission-banner.webp)' }}>
<div className="container">
<div className="row">
<div className="col-lg-5 m-auto">

View File

@ -12,7 +12,7 @@ export default function About() {
<Layout headerStyle={1} footerStyle={1}>
<div>
<div className="inner-page-header" style={{ backgroundImage: 'url(../assets/img/bg/header-bg5.png)' }}>
<div className="inner-page-header" style={{ backgroundImage: 'url(/assets/img/about/banner/about-banner.webp)' }}>
<div className="container">
<div className="row">
<div className="col-lg-4 m-auto">

View File

@ -13,17 +13,21 @@ export default function Section1() {
<div className="col-lg-6 col-md-6">
<div className="img1 reveal image-anime">
<div className="space60 d-lg-block d-none" />
<img src="/assets/img/all-images/about/about-img14.png" alt="" />
<img
src="/assets/img/all-images/about/about-img4.png"
alt="about"
className="img-fluid"
/>
</div>
<div className="space30 d-md-none d-block" />
</div>
<div className="col-lg-6 col-md-6">
<div className="img1 reveal image-anime">
<img src="/assets/img/all-images/about/about-img15.png" alt="" />
</div>
<div className="img1 reveal image-anime">
<div className="space30" />
<img src="/assets/img/all-images/about/about-img16.png" alt="" />
<img
src="/assets/img/all-images/about/about-img17.png"
alt="about"
className="img-fluid"
/>
</div>
</div>
</div>

View File

@ -36,23 +36,27 @@ export default function Section2() {
<div className="col-lg-6 col-md-6">
<div className="img1 reveal image-anime">
<div className="space60 d-lg-block d-none" />
<img src="/assets/img/all-images/about/about-img14.png" alt="" />
<img
src="/assets/img/all-images/about/about-img4.png"
alt="about"
className="img-fluid"
/>
</div>
<div className="space30 d-md-none d-block" />
</div>
<div className="col-lg-6 col-md-6">
<div className="img1 reveal image-anime">
<img src="/assets/img/all-images/about/about-img15.png" alt="" />
</div>
<div className="img1 reveal image-anime">
<div className="space30" />
<img src="/assets/img/all-images/about/about-img16.png" alt="" />
<img
src="/assets/img/all-images/about/about-img17.png"
alt="about"
className="img-fluid"
/>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>

View File

@ -44,10 +44,10 @@ export default function Section1() {
{communityData[selectedYear] ? (
Object.entries(communityData[selectedYear]).map(([role, members]) => (
<div key={role} className="mb-5">
<h4 style={{ marginBottom: "30px", fontWeight: "bold" }}>{role}</h4>
<div className="row">
<h3 style={{ marginBottom: "30px", fontWeight: "bold" }}>{role}</h3>
<div className="row gx-4">
{members.map((member, idx) => (
<div className="col-lg-4 col-md-6" key={idx}>
<div className="col-lg-4 col-md-6 mb-5" key={idx}>
<div className="our-team-boxarea">
<div className="team-widget-area">
<img src="/assets/img/elements/elements25.png" alt="" className="elements21" />
@ -61,10 +61,9 @@ export default function Section1() {
/>
</div>
</div>
<div className="space28" />
<div className="content-area">
<Link href="/speakers-single">{member.name}</Link>
<div className="space16" />
<div className="space6" />
<p>{member.post}</p>
</div>
</div>

View File

@ -7,7 +7,7 @@ export default function Section1() {
{/*===== PRICING AREA STARTS =======*/}
<div className="pricing-lan-section-area sp1">
<div className="container">
<div className="about6-section-area sp4">
<div className="about6-section-area">
<div className="container">
<div className="row align-items-center">
<div className="col-lg-6">

View File

@ -17498,7 +17498,7 @@ html {
color: var(--ztc-text-text-2);
text-align: center;
font-family: var(--grotesk);
font-size: var(--ztc-font-size-font-s24);
font-size: var(--ztc-font-size-font-s20);
font-style: normal;
font-weight: var(--ztc-weight-bold);
line-height: 24px;
@ -17524,6 +17524,7 @@ html {
position: relative;
z-index: 1;
padding: 24px;
margin-right: 20px;
}
.team-sperkers-section-area .our-team-boxarea .team-widget-area .elements21 {

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB