diff --git a/pages/about-us.js b/pages/about-us.js index 3790a25..0a99339 100644 --- a/pages/about-us.js +++ b/pages/about-us.js @@ -1,11 +1,88 @@ -import { Box, CssBaseline, Grid, Typography } from '@mui/material'; +import { + Box, + CssBaseline, + Grid, + Hidden, + Input, + Typography, +} from '@mui/material'; +import Image from 'next/image'; +import { useRouter } from 'next/router'; +import { ArrowUp, CheckCircled } from '../src/components/svg'; import { Colors } from '../src/components/themes/colors'; import { Fonts } from '../src/components/themes/fonts'; +import { goToPortal } from '../src/utils'; import { VISION_AND_MISSION } from '../src/utils/contants'; import HomePageLayout from '../src/views/home/layout'; +const staffsImage = [ + '/images/staff1.png', + '/images/staff2.png', + '/images/staff3.png', + '/images/staff4.png', +]; + +const goals = [ + { + text: 'Using the internet for distance learning: 100% online learning, Bringing our programs to places that need them most', + }, + { text: 'Keeping costs low' }, + { text: 'Providing many ways to get financial help' }, + { text: 'Education focused on workplace skills' }, + { text: 'Emphasis on critical thinking and problem-solving' }, + { text: 'Global community using technology for support' }, + { text: 'Flexible, supportive, and affordable learning opportunities' }, +]; + +const partners = [ + { + title: 'Corporate partners', + text: 'Eduvacity collaborates with industry leaders to improve our online degrees. These companies offer internships and mentoring to give students real-world experience and boost their careers.', + }, + + { + title: 'Academic partners', + text: 'Eduvacity collaborates with renowned global universities to offer our students exceptional opportunities. These partnerships enrich our online degrees with high-quality educational programs and research.', + }, + { + title: 'Charitable partners', + text: 'Eduvacity collaborates with leading foundations to advance our mission of delivering higher education online, anytime, anywhere. These partnerships provide students with financial support to complete their degrees and expand access to our programs.', + }, +]; + +const experience = [ + { text: 'Gain practical skills through real-world projects' }, + { text: 'Start your program anytime, no waiting' }, + { text: 'Get 24/7 support from faculty, advisors, and coaches' }, + { text: 'Earn an accredited degree recognized by' }, + { text: 'Access learning resources for lifelong learning at no extra cost' }, + { + text: 'Join a global community of learners, including professionals at top companies', + }, +]; +const supporters = [ + { + name: 'Assetium Capital Management Limited', + logo: '/images/assetium-logo.png', + }, + // { name: 'Ahmadu Bello University', logo: '/images/abu-logo.png' }, +]; + +const stat = [ + { percent: '85', details: "of future jobs haven't been created yet" }, + { + percent: '70', + details: 'of professionals work from home at least one day a week.', + }, + { + percent: '74', + details: ' of HR managers invest more in training new grads than before', + }, +]; + export default function AboutUs() { + const router = useRouter(); return ( + }} + > + }} + > + }} + > + gap: { xs: '40px', sm: '80px', md: '80px' }, + }} + > + }} + > + }} + > Redefining Higher Education:{' '} + }} + > Shifting Paradigms! @@ -78,7 +162,9 @@ export default function AboutUs() { sx={{ display: 'flex', flexDirection: 'column', - }}> + pb: '50px', + }} + > {VISION_AND_MISSION.map((item, i) => ( + }} + > + }} + > {item.title} + }} + > + }} + > {item.text} @@ -130,17 +220,869 @@ export default function AboutUs() { sx={{ display: 'flex', justifyContent: 'center', - }}> - - - - + }} + > + + {staffsImage.map((item, ind) => { + return ( + + + + ); + })} + + {/* Focus */} + + div': { + display: 'flex', + alignItems: 'center', + justifyContent: 'flex-start', + }, + }} + > + + + We are Future‑Focused + + + + + We are empowering 1,000,000,000 people in Africa with the tools + and opportunities to become world-class. Eduvacity is where + individuals from around Africa acquire the skills they need + precisely when they need them most. We're here to propel + people forward in their careers and personal journeys. + + + + router.push(`${goToPortal}/signup`)} + sx={{ + padding: '12px 20px 12px 20px', + // width: 'auto', + display: 'flex', + justifyContent: 'center', + alignItems: 'center', + font: `normal normal 500 normal 14px/19.2px ${Fonts.primary}`, + cursor: 'pointer', + color: 'rgba(230, 244, 237, 1)', + borderRadius: '46px', + background: Colors.primary, + '&:hover': { + background: Colors.primary, + }, + whiteSpace: 'nowrap', + }} + > + Join The Program + + + + + + {/* Goals Section */} + + + + Our Goal + + + We offer higher education to everyone, no matter where they come + from, by: + + + + + + + + + + + + + + + {goals.map(({ text }, ind) => ( + + + + {' '} + + {text} + + + ))} + + + router.push(`${goToPortal}/signup`)} + sx={{ + padding: '12px 20px 12px 20px', + // width: 'auto', + display: 'flex', + justifyContent: 'center', + alignItems: 'center', + font: `normal normal 500 normal 14px/19.2px ${Fonts.primary}`, + cursor: 'pointer', + color: 'rgba(230, 244, 237, 1)', + borderRadius: '46px', + background: Colors.primary, + '&:hover': { + background: Colors.primary, + }, + whiteSpace: 'nowrap', + }} + > + Join Program + + + + + + + {/* Partners */} + + + + Our Partners + + + We partner with leading international organizations, corporations, + and foundations to help enrich our degree programs and broaden + student opportunities. + + + + + {partners.map(({ title, text }, ind) => ( + + + {title} + + + {text} + + + logo-assetium + logo-assetium + + + ))} + + + + + {/* Experience */} + + + + + Your online learning experience + + + We're here to prepare you for the future workplace, not the + past, focusing on industries with the most growth potential. Stand + out with Eduvacity. + + + {experience.map(({ text }, ind) => ( + + + + {' '} + + {text} + + + ))} + + + + + + + + + Backed by + + + {supporters.map((partner, index) => ( + + {partner.name} + + {partner.name} + + + ))} + + + + + {/* Stat */} + + + The world is changing. Shouldn't universities in Africa change + too? + + *:not(:last-child)': { + // Apply styles to all children except the last one + borderRight: { sm: '1px solid rgba(150, 150, 150, 0.5)' }, + borderBottom: { + xs: '1px solid rgba(150, 150, 150, 0.3)', + sm: 'none', + }, + }, + }} + > + {stat.map(({ percent, details }, index) => ( + + + {percent} % + + + + {details} + + + ))} + + + {/* newsletter */} + + + + + Sign up for our newsletter + + + Be the first to know about releases and industry news and + insights. + + + + + + router.push(`${goToPortal}/signup`)} + sx={{ + padding: '12px 20px 12px 20px', + // width: 'auto', + display: 'flex', + justifyContent: 'center', + alignItems: 'center', + font: `normal normal 500 normal 14px/19.2px ${Fonts.primary}`, + cursor: 'pointer', + color: 'rgba(230, 244, 237, 1)', + borderRadius: '46px', + background: Colors.primary, + '&:hover': { + background: Colors.primary, + }, + whiteSpace: 'nowrap', + }} + > + Subscribe + + + + We care about your data in our privacy policy. + + + + ); } diff --git a/public/images/community3.jpeg b/public/images/alhaja.jpeg similarity index 100% rename from public/images/community3.jpeg rename to public/images/alhaja.jpeg diff --git a/public/images/goal1.png b/public/images/goal1.png new file mode 100644 index 0000000..983fc0d Binary files /dev/null and b/public/images/goal1.png differ diff --git a/public/images/goal2.png b/public/images/goal2.png new file mode 100644 index 0000000..9f58fdf Binary files /dev/null and b/public/images/goal2.png differ diff --git a/public/images/goal3.png b/public/images/goal3.png new file mode 100644 index 0000000..232befa Binary files /dev/null and b/public/images/goal3.png differ diff --git a/public/images/staff1.png b/public/images/staff1.png new file mode 100644 index 0000000..cd45fd4 Binary files /dev/null and b/public/images/staff1.png differ diff --git a/public/images/staff2.png b/public/images/staff2.png new file mode 100644 index 0000000..ade271c Binary files /dev/null and b/public/images/staff2.png differ diff --git a/public/images/staff3.png b/public/images/staff3.png new file mode 100644 index 0000000..914b8c0 Binary files /dev/null and b/public/images/staff3.png differ diff --git a/public/images/staff4.png b/public/images/staff4.png new file mode 100644 index 0000000..539f2ea Binary files /dev/null and b/public/images/staff4.png differ