Compare commits
16 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7a385c8fd6 | |||
| fe148c7fd9 | |||
| e5eecbec24 | |||
| 8771652ae5 | |||
| 1a7a628f78 | |||
| eb1f08069c | |||
| 54dd87441d | |||
| fa59cadddc | |||
| c92fccea44 | |||
| ab5e595252 | |||
| 6311b2615d | |||
| 39587a5908 | |||
| 145691b5d7 | |||
| 284550fc56 | |||
| 3223009891 | |||
| daf4e0452e |
@@ -23,8 +23,7 @@ export default function PathwaysPage() {
|
|||||||
|
|
||||||
const footerColumns = [
|
const footerColumns = [
|
||||||
{
|
{
|
||||||
title: "Platform",
|
title: "Platform", items: [
|
||||||
items: [
|
|
||||||
{ label: "Career Pathways", href: "/pathways" },
|
{ label: "Career Pathways", href: "/pathways" },
|
||||||
{ label: "Career Finder", href: "#career-finder" },
|
{ label: "Career Finder", href: "#career-finder" },
|
||||||
{ label: "Apply", href: "/apply" },
|
{ label: "Apply", href: "/apply" },
|
||||||
@@ -32,8 +31,7 @@ export default function PathwaysPage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "About",
|
title: "About", items: [
|
||||||
items: [
|
|
||||||
{ label: "Our Mission", href: "/" },
|
{ label: "Our Mission", href: "/" },
|
||||||
{ label: "How It Works", href: "#how-it-works" },
|
{ label: "How It Works", href: "#how-it-works" },
|
||||||
{ label: "Industry Partners", href: "#partners" },
|
{ label: "Industry Partners", href: "#partners" },
|
||||||
@@ -41,8 +39,7 @@ export default function PathwaysPage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Connect",
|
title: "Connect", items: [
|
||||||
items: [
|
|
||||||
{ label: "Contact Us", href: "mailto:hello@empowered.com" },
|
{ label: "Contact Us", href: "mailto:hello@empowered.com" },
|
||||||
{ label: "Twitter", href: "https://twitter.com" },
|
{ label: "Twitter", href: "https://twitter.com" },
|
||||||
{ label: "LinkedIn", href: "https://linkedin.com" },
|
{ label: "LinkedIn", href: "https://linkedin.com" },
|
||||||
@@ -82,69 +79,29 @@ export default function PathwaysPage() {
|
|||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "tech",
|
id: "tech", name: "Technology", price: "12-18 months", imageSrc:
|
||||||
name: "Technology",
|
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/a-vibrant-illustration-representing-the--1773250847651-fbea1390.png?_wi=1", imageAlt: "Technology Career Pathway"},
|
||||||
price: "12-18 months",
|
|
||||||
imageSrc:
|
|
||||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/a-vibrant-illustration-representing-the--1773250847651-fbea1390.png?_wi=1",
|
|
||||||
imageAlt: "Technology Career Pathway",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "cybersecurity",
|
id: "cybersecurity", name: "Cybersecurity", price: "10-16 months", imageSrc:
|
||||||
name: "Cybersecurity",
|
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/a-digital-security-and-cybersecurity-pat-1773250850551-3e266de1.png?_wi=1", imageAlt: "Cybersecurity Career Pathway"},
|
||||||
price: "10-16 months",
|
|
||||||
imageSrc:
|
|
||||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/a-digital-security-and-cybersecurity-pat-1773250850551-3e266de1.png?_wi=1",
|
|
||||||
imageAlt: "Cybersecurity Career Pathway",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "data-science",
|
id: "data-science", name: "Data Science", price: "14-20 months", imageSrc:
|
||||||
name: "Data Science",
|
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/a-data-science-pathway-illustration-show-1773250847871-d252bc91.png?_wi=1", imageAlt: "Data Science Career Pathway"},
|
||||||
price: "14-20 months",
|
|
||||||
imageSrc:
|
|
||||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/a-data-science-pathway-illustration-show-1773250847871-d252bc91.png?_wi=1",
|
|
||||||
imageAlt: "Data Science Career Pathway",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "cloud",
|
id: "cloud", name: "Cloud Computing", price: "10-14 months", imageSrc:
|
||||||
name: "Cloud Computing",
|
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/a-cloud-computing-career-pathway-showing-1773250847621-7b0a2584.png?_wi=1", imageAlt: "Cloud Computing Career Pathway"},
|
||||||
price: "10-14 months",
|
|
||||||
imageSrc:
|
|
||||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/a-cloud-computing-career-pathway-showing-1773250847621-7b0a2584.png?_wi=1",
|
|
||||||
imageAlt: "Cloud Computing Career Pathway",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "finance",
|
id: "finance", name: "Finance", price: "12-18 months", imageSrc:
|
||||||
name: "Finance",
|
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/a-finance-career-pathway-illustration-fe-1773250847320-f6d96660.png?_wi=1", imageAlt: "Finance Career Pathway"},
|
||||||
price: "12-18 months",
|
|
||||||
imageSrc:
|
|
||||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/a-finance-career-pathway-illustration-fe-1773250847320-f6d96660.png?_wi=1",
|
|
||||||
imageAlt: "Finance Career Pathway",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "consulting",
|
id: "consulting", name: "Consulting", price: "12-16 months", imageSrc:
|
||||||
name: "Consulting",
|
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/a-consulting-career-pathway-illustration-1773250846870-9282481a.png?_wi=1", imageAlt: "Consulting Career Pathway"},
|
||||||
price: "12-16 months",
|
|
||||||
imageSrc:
|
|
||||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/a-consulting-career-pathway-illustration-1773250846870-9282481a.png?_wi=1",
|
|
||||||
imageAlt: "Consulting Career Pathway",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "ai",
|
id: "ai", name: "AI & Machine Learning", price: "14-24 months", imageSrc:
|
||||||
name: "AI & Machine Learning",
|
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/an-artificial-intelligence-and-machine-l-1773250847494-958687c3.png?_wi=1", imageAlt: "AI & Machine Learning Career Pathway"},
|
||||||
price: "14-24 months",
|
|
||||||
imageSrc:
|
|
||||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/an-artificial-intelligence-and-machine-l-1773250847494-958687c3.png?_wi=1",
|
|
||||||
imageAlt: "AI & Machine Learning Career Pathway",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "marketing",
|
id: "marketing", name: "Digital Marketing", price: "8-12 months", imageSrc:
|
||||||
name: "Digital Marketing",
|
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/a-digital-marketing-career-pathway-featu-1773250848478-8c4f530d.png?_wi=1", imageAlt: "Digital Marketing Career Pathway"},
|
||||||
price: "8-12 months",
|
|
||||||
imageSrc:
|
|
||||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/a-digital-marketing-career-pathway-featu-1773250848478-8c4f530d.png?_wi=1",
|
|
||||||
imageAlt: "Digital Marketing Career Pathway",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
animationType="scale-rotate"
|
animationType="scale-rotate"
|
||||||
@@ -163,19 +120,7 @@ export default function PathwaysPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
logos={[
|
logos={[
|
||||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/red-hat-company-logo-with-clear-branding-1773250846560-cd02265e.png",
|
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/red-hat-company-logo-with-clear-branding-1773250846560-cd02265e.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/sas-institute-company-logo-with-clear-br-1773250847374-814d0e21.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/ibm-international-business-machines-comp-1773250846115-e3969cef.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/cisco-systems-company-logo-featuring-the-1773250847136-3df25840.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/adwerx-company-logo-with-modern-tech-sta-1773250846905-cc6de1f6.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/bank-of-america-company-logo-with-the-di-1773250846305-1022a126.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/wells-fargo-company-logo-with-the-iconic-1773250845650-f2ced5a8.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/deloitte-company-logo-with-the-distincti-1773250846659-112271aa.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/accenture-company-logo-with-the-distinct-1773250846635-7ee65b17.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/amazon-web-services-aws-company-logo-wit-1773250846827-8e023598.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/crowdstrike-company-logo-with-the-distin-1773250846328-328abc7f.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/databricks-company-logo-with-modern-tech-1773250847281-ed513285.png"]}
|
||||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/sas-institute-company-logo-with-clear-br-1773250847374-814d0e21.png",
|
|
||||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/ibm-international-business-machines-comp-1773250846115-e3969cef.png",
|
|
||||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/cisco-systems-company-logo-featuring-the-1773250847136-3df25840.png",
|
|
||||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/adwerx-company-logo-with-modern-tech-sta-1773250846905-cc6de1f6.png",
|
|
||||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/bank-of-america-company-logo-with-the-di-1773250846305-1022a126.png",
|
|
||||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/wells-fargo-company-logo-with-the-iconic-1773250845650-f2ced5a8.png",
|
|
||||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/deloitte-company-logo-with-the-distincti-1773250846659-112271aa.png",
|
|
||||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/accenture-company-logo-with-the-distinct-1773250846635-7ee65b17.png",
|
|
||||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/amazon-web-services-aws-company-logo-wit-1773250846827-8e023598.png",
|
|
||||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/crowdstrike-company-logo-with-the-distin-1773250846328-328abc7f.png",
|
|
||||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoEwntYSqcxd29i4pDUgVOMoQq/databricks-company-logo-with-modern-tech-1773250847281-ed513285.png",
|
|
||||||
]}
|
|
||||||
names={[]}
|
names={[]}
|
||||||
speed={40}
|
speed={40}
|
||||||
showCard={true}
|
showCard={true}
|
||||||
|
|||||||
Reference in New Issue
Block a user