Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 87a3e0afda | |||
| 9db6a8595f | |||
| 5be7a600eb | |||
| 4cb24b0893 |
@@ -25,7 +25,7 @@ export default function AboutPage() {
|
|||||||
<NavbarStyleFullscreen
|
<NavbarStyleFullscreen
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "/about" },
|
||||||
{ name: "Project", id: "/details" },
|
{ name: "Project", id: "/details" },
|
||||||
{ name: "Donate", id: "/donate" },
|
{ name: "Donate", id: "/donate" },
|
||||||
{ name: "Contact", id: "/contact" },
|
{ name: "Contact", id: "/contact" },
|
||||||
@@ -36,9 +36,9 @@ export default function AboutPage() {
|
|||||||
|
|
||||||
<div id="about" data-section="about" style={{ marginTop: '100px' }}>
|
<div id="about" data-section="about" style={{ marginTop: '100px' }}>
|
||||||
<MediaAbout
|
<MediaAbout
|
||||||
title="Saicharan's Bio & Mission"
|
title="Hi, I'm Saicharan"
|
||||||
description="As a dedicated Scout, Saicharan is driven by a passion for service and community impact. His mission for the SDSV Mandir is to create a safe, accessible, and welcoming environment that reflects the spirit and dedication of our community. Through this Eagle Scout project, he aims to leave a lasting footprint of safety and beauty that supports all devotees and visitors for years to come."
|
description="Hi! I'm a 17 year old, current Life Scout trying to make a positive impact on my community. My unit is Troop 424, as part of Sam Houston Area Council (SHAC). I'd greatly appreciate it if you could help fund my cause!"
|
||||||
tag="Founder Profile"
|
tag="About Me"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/group-happy-diverse-volunteers_53876-20840.jpg?_wi=2"
|
imageSrc="http://img.b2bpic.net/free-photo/group-happy-diverse-volunteers_53876-20840.jpg?_wi=2"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
/>
|
/>
|
||||||
@@ -48,7 +48,7 @@ export default function AboutPage() {
|
|||||||
<FooterBaseReveal
|
<FooterBaseReveal
|
||||||
logoText="SDSV Mandir Eagle Service Project"
|
logoText="SDSV Mandir Eagle Service Project"
|
||||||
columns={[
|
columns={[
|
||||||
{ title: "Links", items: [{ label: "Home", href: "/" }, { label: "Donate", href: "/donate" }] },
|
{ title: "Links", items: [{ label: "Home", href: "/" }, { label: "About", href: "/about" }, { label: "Donate", href: "/donate" }] },
|
||||||
{ title: "Support", items: [{ label: "Troop 424", href: "#" }, { label: "Contact", href: "/contact" }] }
|
{ title: "Support", items: [{ label: "Troop 424", href: "#" }, { label: "Contact", href: "/contact" }] }
|
||||||
]}
|
]}
|
||||||
copyrightText="© 2024 Saicharan Kotturu"
|
copyrightText="© 2024 Saicharan Kotturu"
|
||||||
|
|||||||
@@ -56,7 +56,7 @@ export default function DonatePage() {
|
|||||||
<FooterBaseReveal
|
<FooterBaseReveal
|
||||||
logoText="SDSV Mandir Eagle Service Project"
|
logoText="SDSV Mandir Eagle Service Project"
|
||||||
columns={[
|
columns={[
|
||||||
{ title: "Links", items: [{ label: "Home", href: "/" }, { label: "Donate", href: "/donate" }] },
|
{ title: "Links", items: [{ label: "Home", href: "/" }, { label: "About", href: "/about" }, { label: "Donate", href: "/donate" }] },
|
||||||
{ title: "Support", items: [{ label: "Troop 424", href: "#" }, { label: "Contact", href: "/contact" }] }
|
{ title: "Support", items: [{ label: "Troop 424", href: "#" }, { label: "Contact", href: "/contact" }] }
|
||||||
]}
|
]}
|
||||||
copyrightText="© 2024 Saicharan Kotturu"
|
copyrightText="© 2024 Saicharan Kotturu"
|
||||||
|
|||||||
@@ -106,8 +106,8 @@ export default function LandingPage() {
|
|||||||
<FooterBaseReveal
|
<FooterBaseReveal
|
||||||
logoText="SDSV Mandir Eagle Service Project"
|
logoText="SDSV Mandir Eagle Service Project"
|
||||||
columns={[
|
columns={[
|
||||||
{ title: "Links", items: [{ label: "Home", href: "/#home" }, { label: "Donate", href: "/#donate" }] },
|
{ title: "Links", items: [{ label: "Home", href: "/" }, { label: "About", href: "/about" }, { label: "Donate", href: "/donate" }] },
|
||||||
{ title: "Support", items: [{ label: "Troop 424", href: "#" }, { label: "Contact", href: "/#contact" }] }
|
{ title: "Support", items: [{ label: "Troop 424", href: "#" }, { label: "Contact", href: "/contact" }] }
|
||||||
]}
|
]}
|
||||||
copyrightText="© 2024 Saicharan Kotturu"
|
copyrightText="© 2024 Saicharan Kotturu"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user