link updated
This commit is contained in:
parent
6078a8b146
commit
0b07dc785f
@ -18,7 +18,7 @@ export default function PranaprathistapanaiPujai() {
|
||||
wrapperClass="event-prana-breadcrumb"
|
||||
/>
|
||||
<Pranaprathistapanai />
|
||||
<footer className="footer-wrapper footer-layout1" style={{ backgroundImage: "url(/assets/img/footer.jpg)" }}>
|
||||
<footer className="footer-wrapper footer-layout1 prana-footer" style={{ backgroundImage: "url(/assets/img/footer.jpg)" }}>
|
||||
<div className="container" style={{ padding: "60px 0" }}>
|
||||
<div className="row justify-content-center text-center">
|
||||
<div className="col-lg-8">
|
||||
|
||||
@ -245,12 +245,12 @@ const Pranaprathistapanai = () => {
|
||||
<ul className="list-unstyled mb-4">
|
||||
<li className="mb-3">
|
||||
<i className="fas fa-envelope-open-text" style={{ color: "#D4AF37", marginRight: "10px" }}></i>
|
||||
<strong>Interac E-Transfer:</strong> Send your donations to <strong>donate@waterloomurugantemple.ca</strong> <br/>
|
||||
<strong>Interac E-Transfer:</strong> Send your donations to <strong>donate@waterloomurugantemple.ca</strong> <br />
|
||||
<span style={{ fontSize: "14px", marginLeft: "28px" }}>(Please mention "Prana Prathishta Donation" and your phone number/email in the notes for tax receipts).</span>
|
||||
</li>
|
||||
<li className="mb-3">
|
||||
<i className="far fa-credit-card" style={{ color: "#D4AF37", marginRight: "10px" }}></i>
|
||||
<strong>Online Credit/Debit Card:</strong> <Link href="/donation" className="text-primary fw-bold" style={{ textDecoration: "underline" }}>Secure Online Donation</Link>
|
||||
<strong>Online Credit/Debit Card:</strong> <Link href="https://www.zeffy.com/en-CA/ticketing/prana-prathistapana-sponsor-and-donor--2026" className="text-primary fw-bold" style={{ textDecoration: "underline" }}>Secure Online Donation</Link>
|
||||
</li>
|
||||
</ul>
|
||||
<p className="sec-text" style={{ fontStyle: "italic" }}>
|
||||
@ -324,7 +324,7 @@ const Pranaprathistapanai = () => {
|
||||
</section>
|
||||
|
||||
{/* Gallery Section */}
|
||||
<div className="portfolio-area-1 space-bottom">
|
||||
{/* <div className="portfolio-area-1 space-bottom">
|
||||
<div className="container">
|
||||
<div className="row justify-content-center">
|
||||
<div className="col-lg-5">
|
||||
@ -360,7 +360,7 @@ const Pranaprathistapanai = () => {
|
||||
<img src={imageSrc} alt="Fullsize" />
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
</div> */}
|
||||
|
||||
{/* Registration Section */}
|
||||
{/* <section className="faq-area-2 space-bottom">
|
||||
|
||||
@ -16,8 +16,44 @@
|
||||
@import "/public/assets/sass/style.scss";
|
||||
|
||||
// Custom styles for specific pages
|
||||
.event-prana-breadcrumb {
|
||||
@media (min-width: 1200px) {
|
||||
padding: 385px 0 155px !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 530px) {
|
||||
.event-prana-breadcrumb {
|
||||
padding: 200px 0 0 !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 580px) {
|
||||
.prana-footer {
|
||||
width: 100%;
|
||||
max-width: 100vw;
|
||||
overflow-x: hidden;
|
||||
box-sizing: border-box;
|
||||
|
||||
.container {
|
||||
padding: 30px 15px !important;
|
||||
}
|
||||
|
||||
.widget_title {
|
||||
font-size: 22px !important;
|
||||
margin-bottom: 15px !important;
|
||||
}
|
||||
|
||||
.sec-text {
|
||||
font-size: 14px !important;
|
||||
word-break: break-all !important;
|
||||
margin-bottom: 15px !important;
|
||||
}
|
||||
|
||||
.btn {
|
||||
padding: 10px 15px !important;
|
||||
font-size: 12px !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user