Merge version_1 into main #2
@@ -26,21 +26,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Events",
|
||||
id: "/events",
|
||||
},
|
||||
name: "Events", id: "/events"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="EWU Economics Club"
|
||||
/>
|
||||
@@ -50,8 +42,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contact"
|
||||
title="Find Us"
|
||||
description="A/2, Jahurul Islam Avenue, Aftab Nagar, Dhaka, Bangladesh."
|
||||
@@ -64,11 +55,8 @@ export default function LandingPage() {
|
||||
title="Code of Conduct"
|
||||
sections={[
|
||||
{
|
||||
heading: "Policy",
|
||||
content: {
|
||||
type: "paragraph",
|
||||
text: "All members must maintain professional decorum during club activities.",
|
||||
},
|
||||
heading: "Policy", content: {
|
||||
text: "All members must maintain professional decorum during club activities."},
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -76,29 +64,21 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/back-view-cropped-picture-multiethnic-group_171337-13426.jpg?_wi=8"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/back-view-cropped-picture-multiethnic-group_171337-13426.jpg"
|
||||
logoText="EWU Economics Club"
|
||||
columns={[
|
||||
{
|
||||
title: "Links",
|
||||
items: [
|
||||
title: "Links", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About", href: "/about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -27,21 +27,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Events",
|
||||
id: "/events",
|
||||
},
|
||||
name: "Events", id: "/events"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="EWU Economics Club"
|
||||
/>
|
||||
@@ -54,35 +46,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "e1",
|
||||
title: "Career Seminar",
|
||||
author: "Host: Dept of Economics",
|
||||
description: "Career paths for economics graduates.",
|
||||
tags: [
|
||||
"Seminar",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-graduation-certificate_23-2148928766.jpg?_wi=4",
|
||||
},
|
||||
id: "e1", title: "Career Seminar", author: "Host: Dept of Economics", description: "Career paths for economics graduates.", tags: [
|
||||
"Seminar"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-graduation-certificate_23-2148928766.jpg"},
|
||||
{
|
||||
id: "e2",
|
||||
title: "Data Analytics Workshop",
|
||||
author: "Instructor: Prof. X",
|
||||
description: "Intro to Econometrics using R.",
|
||||
tags: [
|
||||
"Workshop",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/students-rehashing-theater-class_23-2150960294.jpg?_wi=4",
|
||||
},
|
||||
id: "e2", title: "Data Analytics Workshop", author: "Instructor: Prof. X", description: "Intro to Econometrics using R.", tags: [
|
||||
"Workshop"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/students-rehashing-theater-class_23-2150960294.jpg"},
|
||||
{
|
||||
id: "e3",
|
||||
title: "Model UN Prep",
|
||||
author: "Lead: Student Board",
|
||||
description: "Get ready for the MUN competition.",
|
||||
tags: [
|
||||
"Training",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/old-money-classy-heir-drinking-glass-whiskey-elite-social-club_482257-118622.jpg?_wi=5",
|
||||
},
|
||||
id: "e3", title: "Model UN Prep", author: "Lead: Student Board", description: "Get ready for the MUN competition.", tags: [
|
||||
"Training"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/old-money-classy-heir-drinking-glass-whiskey-elite-social-club_482257-118622.jpg"},
|
||||
]}
|
||||
title="Upcoming Events"
|
||||
description="Stay tuned for workshops and seminars."
|
||||
@@ -98,64 +72,44 @@ export default function LandingPage() {
|
||||
description="Get ahead in your career with expert guidance."
|
||||
features={[
|
||||
{
|
||||
title: "Expert Networking",
|
||||
description: "Meet industry leaders.",
|
||||
icon: Users,
|
||||
title: "Expert Networking", description: "Meet industry leaders.", icon: Users,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-graduation-certificate_23-2148928766.jpg?_wi=5",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-graduation-certificate_23-2148928766.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/students-rehashing-theater-class_23-2150960294.jpg?_wi=5",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/students-rehashing-theater-class_23-2150960294.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/back-view-cropped-picture-multiethnic-group_171337-13426.jpg?_wi=6",
|
||||
imageAlt: "university campus architecture",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/back-view-cropped-picture-multiethnic-group_171337-13426.jpg", imageAlt: "university campus architecture"},
|
||||
{
|
||||
title: "Research Tools",
|
||||
description: "Master econometrics software.",
|
||||
icon: Database,
|
||||
title: "Research Tools", description: "Master econometrics software.", icon: Database,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/old-money-classy-heir-drinking-glass-whiskey-elite-social-club_482257-118622.jpg?_wi=6",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/old-money-classy-heir-drinking-glass-whiskey-elite-social-club_482257-118622.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-graduation-certificate_23-2148928766.jpg?_wi=6",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-graduation-certificate_23-2148928766.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg?_wi=2",
|
||||
imageAlt: "professional headshot student",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg", imageAlt: "professional headshot student"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/back-view-cropped-picture-multiethnic-group_171337-13426.jpg?_wi=7"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/back-view-cropped-picture-multiethnic-group_171337-13426.jpg"
|
||||
logoText="EWU Economics Club"
|
||||
columns={[
|
||||
{
|
||||
title: "Links",
|
||||
items: [
|
||||
title: "Links", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About", href: "/about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user