Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -28,14 +28,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Events", id: "features"},
|
||||
{
|
||||
name: "About Us", id: "about"},
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Events", id: "features" },
|
||||
{ name: "About Us", id: "about" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
brandName="Farah College Portal"
|
||||
/>
|
||||
@@ -43,42 +39,29 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "sparkles-gradient"}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
title="Welcome to Farah College Portal"
|
||||
description="Stay connected with upcoming events, campus festivities, and academic activities."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Events", href: "#features"},
|
||||
{
|
||||
text: "Contact Us", href: "#contact"},
|
||||
{ text: "View Events", href: "#features" },
|
||||
{ text: "Contact Us", href: "#contact" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/3d-render-abstract-music-background-with-space-your-text-banner-flyer-poster-3d-illustration-design_460848-7085.jpg"
|
||||
imageAlt="Campus atmosphere"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-people-partying-together-high-angle_23-2149739851.jpg", alt: "Student 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/people-looking-together-football-game-sunny-day_23-2149015499.jpg", alt: "Student 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/african-american-schoolgirl-using-fluorescent-pen-highlight-key-words_482257-119813.jpg", alt: "Student 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-people-partying-together-high-angle_23-2149739851.jpg", alt: "Student 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/people-looking-together-football-game-sunny-day_23-2149015499.jpg", alt: "Student 5"},
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-people-partying-together-high-angle_23-2149739851.jpg", alt: "Student 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/people-looking-together-football-game-sunny-day_23-2149015499.jpg", alt: "Student 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/african-american-schoolgirl-using-fluorescent-pen-highlight-key-words_482257-119813.jpg", alt: "Student 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-people-partying-together-high-angle_23-2149739851.jpg", alt: "Student 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/people-looking-together-football-game-sunny-day_23-2149015499.jpg", alt: "Student 5" }
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text", text: "Upcoming Workshop: AI Ethics"},
|
||||
{
|
||||
type: "text", text: "Campus Sports League Finals"},
|
||||
{
|
||||
type: "text", text: "Library Late Night Access"},
|
||||
{
|
||||
type: "text", text: "Annual Cultural Fair"},
|
||||
{
|
||||
type: "text", text: "Faculty Research Seminar"},
|
||||
{ type: "text", text: "Upcoming Workshop: AI Ethics" },
|
||||
{ type: "text", text: "Campus Sports League Finals" },
|
||||
{ type: "text", text: "Library Late Night Access" },
|
||||
{ type: "text", text: "Annual Cultural Fair" },
|
||||
{ type: "text", text: "Faculty Research Seminar" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -89,16 +72,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "e1", title: "Cultural Fest", description: "Experience diverse traditions and student performances.", tag: "Cultural", imageSrc: "http://img.b2bpic.net/free-photo/people-looking-together-football-game-sunny-day_23-2149015499.jpg"},
|
||||
{
|
||||
id: "e2", title: "University Feast", description: "A grand culinary journey across the university grounds.", tag: "Social", imageSrc: "http://img.b2bpic.net/free-photo/young-people-partying-together-high-angle_23-2149739851.jpg"},
|
||||
{
|
||||
id: "e3", title: "Academic Seminar", description: "Meet industry experts and learn about latest tech.", tag: "Academic", imageSrc: "http://img.b2bpic.net/free-photo/african-american-schoolgirl-using-fluorescent-pen-highlight-key-words_482257-119813.jpg"},
|
||||
{
|
||||
id: "e4", title: "Sports League", description: "Competitive team sports and fitness challenges.", tag: "Sports", imageSrc: "http://img.b2bpic.net/free-photo/people-looking-together-football-game-sunny-day_23-2149015499.jpg"},
|
||||
{
|
||||
id: "e5", title: "Research Night", description: "Showcasing breakthrough projects by our seniors.", tag: "Research", imageSrc: "http://img.b2bpic.net/free-photo/african-american-schoolgirl-using-fluorescent-pen-highlight-key-words_482257-119813.jpg"},
|
||||
{ id: "e1", title: "Cultural Fest", description: "Experience diverse traditions and student performances.", tag: "Cultural", imageSrc: "http://img.b2bpic.net/free-photo/people-looking-together-football-game-sunny-day_23-2149015499.jpg" },
|
||||
{ id: "e2", title: "University Feast", description: "A grand culinary journey across the university grounds.", tag: "Social", imageSrc: "http://img.b2bpic.net/free-photo/young-people-partying-together-high-angle_23-2149739851.jpg" },
|
||||
{ id: "e3", title: "Academic Seminar", description: "Meet industry experts and learn about latest tech.", tag: "Academic", imageSrc: "http://img.b2bpic.net/free-photo/african-american-schoolgirl-using-fluorescent-pen-highlight-key-words_482257-119813.jpg" },
|
||||
{ id: "e4", title: "Sports League", description: "Competitive team sports and fitness challenges.", tag: "Sports", imageSrc: "http://img.b2bpic.net/free-photo/people-looking-together-football-game-sunny-day_23-2149015499.jpg" },
|
||||
{ id: "e5", title: "Research Night", description: "Showcasing breakthrough projects by our seniors.", tag: "Research", imageSrc: "http://img.b2bpic.net/free-photo/african-american-schoolgirl-using-fluorescent-pen-highlight-key-words_482257-119813.jpg" }
|
||||
]}
|
||||
title="Upcoming Campus Events"
|
||||
description="Don't miss out on these exciting activities happening on campus this month."
|
||||
@@ -109,10 +87,8 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text", content: "About Farah College Portal"},
|
||||
{
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/young-people-partying-together-high-angle_23-2149739851.jpg", alt: "College life"},
|
||||
{ type: "text", content: "About Farah College Portal" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/young-people-partying-together-high-angle_23-2149739851.jpg", alt: "College life" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -126,8 +102,8 @@ export default function LandingPage() {
|
||||
title="Our Leadership"
|
||||
description="Meet the team managing our campus portal."
|
||||
members={[
|
||||
{ name: "Alice", role: "Director", imageSrc: "http://img.b2bpic.net/free-photo/young-people-partying-together-high-angle_23-2149739851.jpg" },
|
||||
{ name: "Bob", role: "Lead", imageSrc: "http://img.b2bpic.net/free-photo/people-looking-together-football-game-sunny-day_23-2149015499.jpg" }
|
||||
{ id: "m1", name: "Alice", role: "Director", description: "Oversees all portal operations.", imageSrc: "http://img.b2bpic.net/free-photo/young-people-partying-together-high-angle_23-2149739851.jpg" },
|
||||
{ id: "m2", name: "Bob", role: "Lead", description: "Handles technical development.", imageSrc: "http://img.b2bpic.net/free-photo/people-looking-together-football-game-sunny-day_23-2149015499.jpg" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -135,14 +111,12 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient"}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
tag="Inquiry"
|
||||
title="Questions or Feedback?"
|
||||
description="Reach out to the management team for any event concerns or suggestions."
|
||||
buttons={[
|
||||
{
|
||||
text: "Send Message", href: "#"},
|
||||
{ text: "Send Message", href: "#" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -150,10 +124,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Farah College"
|
||||
leftLink={{
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service", href: "#"}}
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Terms of Service", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user