Merge version_1 into main #2

Merged
bender merged 4 commits from version_1 into main 2026-03-05 16:31:08 +00:00
4 changed files with 81 additions and 294 deletions

View File

@@ -42,6 +42,7 @@ export default function AboutPage() {
<AboutMetric
title="EduPortal is built by educators and technologists passionate about transforming modern education"
useInvertedBackground={false}
metricsAnimation="none"
metrics={[
{ icon: Users, label: "Team Members", value: "150+" },
{ icon: BookOpen, label: "Years Combined Experience", value: "500+" },
@@ -57,48 +58,24 @@ export default function AboutPage() {
description="Experienced educators and technologists committed to advancing educational technology"
members={[
{
id: "1",
name: "Dr. Sarah Johnson",
role: "Principal & Founder",
description: "Ed.D. from Harvard with 20+ years in educational administration. Pioneering digital transformation in schools.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg",
imageAlt: "Dr. Sarah Johnson",
socialLinks: [
id: "1", name: "Dr. Sarah Johnson", role: "Principal & Founder", description: "Ed.D. from Harvard with 20+ years in educational administration. Pioneering digital transformation in schools.", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Dr. Sarah Johnson", socialLinks: [
{ icon: Linkedin, url: "https://linkedin.com" },
{ icon: Twitter, url: "https://twitter.com" },
],
},
{
id: "2",
name: "Prof. Michael Chen",
role: "Academic Director",
description: "M.Sc. Computer Science. Former teacher turned tech innovator. Expert in curriculum integration.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-confidently-looking-camera-students-sitting_259150-60247.jpg",
imageAlt: "Prof. Michael Chen",
socialLinks: [
id: "2", name: "Prof. Michael Chen", role: "Academic Director", description: "M.Sc. Computer Science. Former teacher turned tech innovator. Expert in curriculum integration.", imageSrc: "http://img.b2bpic.net/free-photo/woman-confidently-looking-camera-students-sitting_259150-60247.jpg", imageAlt: "Prof. Michael Chen", socialLinks: [
{ icon: Linkedin, url: "https://linkedin.com" },
{ icon: Github, url: "https://github.com" },
],
},
{
id: "3",
name: "Emily Rodriguez",
role: "Student Success Lead",
description: "Certified counselor with 15 years of student support experience. Passionate about holistic education.",
imageSrc: "http://img.b2bpic.net/free-photo/people-studying-with-notebooks-close-up_23-2149204801.jpg",
imageAlt: "Emily Rodriguez",
socialLinks: [
id: "3", name: "Emily Rodriguez", role: "Student Success Lead", description: "Certified counselor with 15 years of student support experience. Passionate about holistic education.", imageSrc: "http://img.b2bpic.net/free-photo/people-studying-with-notebooks-close-up_23-2149204801.jpg", imageAlt: "Emily Rodriguez", socialLinks: [
{ icon: Linkedin, url: "https://linkedin.com" },
],
},
{
id: "4",
name: "David Park",
role: "Chief Technology Officer",
description: "B.S. in Information Systems. 12 years building scalable educational platforms.",
imageSrc: "http://img.b2bpic.net/free-photo/mature-business-manager-office_1098-21368.jpg",
imageAlt: "David Park",
socialLinks: [
id: "4", name: "David Park", role: "Chief Technology Officer", description: "B.S. in Information Systems. 12 years building scalable educational platforms.", imageSrc: "http://img.b2bpic.net/free-photo/mature-business-manager-office_1098-21368.jpg", imageAlt: "David Park", socialLinks: [
{ icon: Linkedin, url: "https://linkedin.com" },
{ icon: Globe, url: "https://example.com" },
],
@@ -119,32 +96,18 @@ export default function AboutPage() {
useInvertedBackground={true}
faqs={[
{
id: "1",
title: "What is EduPortal's mission?",
content: "Our mission is to democratize access to quality education through innovative technology that connects students, teachers, parents, and administrators in one unified ecosystem.",
},
id: "1", title: "What is EduPortal's mission?", content: "Our mission is to democratize access to quality education through innovative technology that connects students, teachers, parents, and administrators in one unified ecosystem."},
{
id: "2",
title: "When was EduPortal founded?",
content: "EduPortal was founded in 2015 by Dr. Sarah Johnson, a former school principal who saw the need for a comprehensive digital education platform.",
},
id: "2", title: "When was EduPortal founded?", content: "EduPortal was founded in 2015 by Dr. Sarah Johnson, a former school principal who saw the need for a comprehensive digital education platform."},
{
id: "3",
title: "How many institutions use EduPortal?",
content: "Over 10,000 educational institutions across 50 countries use EduPortal, serving more than 500,000 active daily users including students, teachers, and parents.",
},
id: "3", title: "How many institutions use EduPortal?", content: "Over 10,000 educational institutions across 50 countries use EduPortal, serving more than 500,000 active daily users including students, teachers, and parents."},
{
id: "4",
title: "What are EduPortal's core values?",
content: "We believe in equity in education, innovation through technology, security of student data, and fostering collaboration between all stakeholders in the educational ecosystem.",
},
id: "4", title: "What are EduPortal's core values?", content: "We believe in equity in education, innovation through technology, security of student data, and fostering collaboration between all stakeholders in the educational ecosystem."},
{
id: "5",
title: "How does EduPortal stay secure?",
content: "We implement enterprise-grade encryption, regular security audits, FERPA compliance, and maintain a dedicated security team working 24/7 to protect student and institutional data.",
},
id: "5", title: "How does EduPortal stay secure?", content: "We implement enterprise-grade encryption, regular security audits, FERPA compliance, and maintain a dedicated security team working 24/7 to protect student and institutional data."},
]}
animationType="smooth"
faqsAnimation="none"
/>
</div>
@@ -152,8 +115,7 @@ export default function AboutPage() {
<FooterBaseReveal
columns={[
{
title: "Platform",
items: [
title: "Platform", items: [
{ label: "Student Portal", href: "/student-portal" },
{ label: "Teacher Dashboard", href: "/teacher-dashboard" },
{ label: "Admin Panel", href: "/admin-panel" },
@@ -161,8 +123,7 @@ export default function AboutPage() {
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Documentation", href: "/docs" },
{ label: "API Reference", href: "/api" },
{ label: "Support Center", href: "/support" },
@@ -170,8 +131,7 @@ export default function AboutPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Careers", href: "/careers" },
{ label: "Blog", href: "/blog" },

View File

@@ -50,25 +50,15 @@ export default function HomePage() {
background={{ variant: "animated-grid" }}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/workers-looking-monthly-statistics_329181-12025.jpg?_wi=1",
imageAlt: "Student Dashboard Interface",
},
imageSrc: "http://img.b2bpic.net/free-photo/workers-looking-monthly-statistics_329181-12025.jpg", imageAlt: "Student Dashboard Interface"},
{
imageSrc: "http://img.b2bpic.net/free-photo/young-teen-girls-study-desk-attending-virtual-webinar-class_482257-123130.jpg?_wi=1",
imageAlt: "Online Learning Environment",
},
imageSrc: "http://img.b2bpic.net/free-photo/young-teen-girls-study-desk-attending-virtual-webinar-class_482257-123130.jpg", imageAlt: "Online Learning Environment"},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg?_wi=1",
imageAlt: "Academic Analytics Dashboard",
},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg", imageAlt: "Academic Analytics Dashboard"},
{
imageSrc: "http://img.b2bpic.net/free-photo/privacy-confidential-protection-security-solitude-concept_53876-121229.jpg?_wi=1",
imageAlt: "Secure Portal Access",
},
imageSrc: "http://img.b2bpic.net/free-photo/privacy-confidential-protection-security-solitude-concept_53876-121229.jpg", imageAlt: "Secure Portal Access"},
{
imageSrc: "http://img.b2bpic.net/free-photo/man-showing-something-smartphone-woman_53876-30737.jpg?_wi=1",
imageAlt: "Teacher-Student Communication",
},
imageSrc: "http://img.b2bpic.net/free-photo/man-showing-something-smartphone-woman_53876-30737.jpg", imageAlt: "Teacher-Student Communication"},
]}
buttons={[
{ text: "Student Login", href: "/student-portal" },
@@ -81,6 +71,7 @@ export default function HomePage() {
<AboutMetric
title="EduPortal transforms educational management with technology designed for modern schools and institutions"
useInvertedBackground={true}
metricsAnimation="none"
metrics={[
{ icon: Users, label: "Active Students", value: "5,000+" },
{ icon: BookOpen, label: "Courses Offered", value: "150+" },
@@ -96,33 +87,13 @@ export default function HomePage() {
description="All the tools needed for seamless school management and academic excellence"
features={[
{
id: "01",
title: "Digital Learning Platform",
description: "Access course materials, submit assignments, and collaborate with classmates in real-time",
imageSrc: "http://img.b2bpic.net/free-photo/young-teen-girls-study-desk-attending-virtual-webinar-class_482257-123130.jpg?_wi=2",
imageAlt: "Learning Platform",
},
id: "01", title: "Digital Learning Platform", description: "Access course materials, submit assignments, and collaborate with classmates in real-time", imageSrc: "http://img.b2bpic.net/free-photo/young-teen-girls-study-desk-attending-virtual-webinar-class_482257-123130.jpg", imageAlt: "Learning Platform"},
{
id: "02",
title: "Academic Analytics",
description: "Track grades, performance metrics, and progress reports with detailed insights",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg?_wi=2",
imageAlt: "Analytics Dashboard",
},
id: "02", title: "Academic Analytics", description: "Track grades, performance metrics, and progress reports with detailed insights", imageSrc: "http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg", imageAlt: "Analytics Dashboard"},
{
id: "03",
title: "Enhanced Security",
description: "Secure authentication, data encryption, and role-based access controls",
imageSrc: "http://img.b2bpic.net/free-photo/privacy-confidential-protection-security-solitude-concept_53876-121229.jpg?_wi=2",
imageAlt: "Security Features",
},
id: "03", title: "Enhanced Security", description: "Secure authentication, data encryption, and role-based access controls", imageSrc: "http://img.b2bpic.net/free-photo/privacy-confidential-protection-security-solitude-concept_53876-121229.jpg", imageAlt: "Security Features"},
{
id: "04",
title: "Communication Hub",
description: "Direct messaging between teachers, students, and parents for seamless collaboration",
imageSrc: "http://img.b2bpic.net/free-photo/man-showing-something-smartphone-woman_53876-30737.jpg?_wi=2",
imageAlt: "Communication Tools",
},
id: "04", title: "Communication Hub", description: "Direct messaging between teachers, students, and parents for seamless collaboration", imageSrc: "http://img.b2bpic.net/free-photo/man-showing-something-smartphone-woman_53876-30737.jpg", imageAlt: "Communication Tools"},
]}
textboxLayout="default"
animationType="slide-up"
@@ -137,22 +108,13 @@ export default function HomePage() {
description="Measurable results from our integrated school management system"
metrics={[
{
id: "1",
value: "99.2%",
title: "System Uptime",
items: ["24/7 monitoring", "Instant support team", "Zero data loss guarantee"],
id: "1", value: "99.2%", title: "System Uptime", items: ["24/7 monitoring", "Instant support team", "Zero data loss guarantee"],
},
{
id: "2",
value: "10K+",
title: "Institutions Using EduPortal",
items: ["30+ countries", "Multi-language support", "Enterprise solutions"],
id: "2", value: "10K+", title: "Institutions Using EduPortal", items: ["30+ countries", "Multi-language support", "Enterprise solutions"],
},
{
id: "3",
value: "500K+",
title: "Active Daily Users",
items: ["Students worldwide", "Teachers and staff", "Parents and guardians"],
id: "3", value: "500K+", title: "Active Daily Users", items: ["Students worldwide", "Teachers and staff", "Parents and guardians"],
},
]}
animationType="slide-up"
@@ -167,41 +129,17 @@ export default function HomePage() {
description="Real experiences from our EduPortal community members"
testimonials={[
{
id: "1",
name: "Aisha Kumar",
role: "Class 12 Student",
company: "Central High School",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-casual-wearing-pink-background_185193-110335.jpg",
imageAlt: "Aisha Kumar",
},
id: "1", name: "Aisha Kumar", role: "Class 12 Student", company: "Central High School", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-casual-wearing-pink-background_185193-110335.jpg", imageAlt: "Aisha Kumar"},
{
id: "2",
name: "James Wilson",
role: "Parent",
company: "Brighton Academy",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/relationship-people-shirt-front-book_1262-2779.jpg",
imageAlt: "James Wilson",
},
id: "2", name: "James Wilson", role: "Parent", company: "Brighton Academy", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/relationship-people-shirt-front-book_1262-2779.jpg", imageAlt: "James Wilson"},
{
id: "3",
name: "Marco Santos",
role: "Class 10 Student",
company: "Riverside School",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-cheerful-african-woman-student-smiling-laughing-sitting-cafe-books-magazines-lying-table-learning-education_176420-12409.jpg",
imageAlt: "Marco Santos",
},
id: "3", name: "Marco Santos", role: "Class 10 Student", company: "Riverside School", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-cheerful-african-woman-student-smiling-laughing-sitting-cafe-books-magazines-lying-table-learning-education_176420-12409.jpg", imageAlt: "Marco Santos"},
{
id: "4",
name: "Mrs. Priya Kapoor",
role: "Parent",
company: "Lakeside International",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/father-daughter-laughing_23-2147615920.jpg",
imageAlt: "Mrs. Priya Kapoor",
},
id: "4", name: "Mrs. Priya Kapoor", role: "Parent", company: "Lakeside International", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/father-daughter-laughing_23-2147615920.jpg", imageAlt: "Mrs. Priya Kapoor"},
]}
kpiItems={[
{ value: "9.8/10", label: "Average Rating" },
@@ -222,32 +160,18 @@ export default function HomePage() {
useInvertedBackground={false}
faqs={[
{
id: "1",
title: "How do I access my student portal?",
content: "Visit www.eduportal.edu and click on 'Student Login'. Use your student ID and password. New users can reset their password on the login page.",
},
id: "1", title: "How do I access my student portal?", content: "Visit www.eduportal.edu and click on 'Student Login'. Use your student ID and password. New users can reset their password on the login page."},
{
id: "2",
title: "Can parents monitor their child's progress?",
content: "Yes! Parents receive a separate login with access to their child's grades, attendance, and communication from teachers. Create a parent account during registration.",
},
id: "2", title: "Can parents monitor their child's progress?", content: "Yes! Parents receive a separate login with access to their child's grades, attendance, and communication from teachers. Create a parent account during registration."},
{
id: "3",
title: "How often are grades updated?",
content: "Teachers update grades within 48 hours of assessment. Real-time notifications are sent to students and parents whenever new grades are posted.",
},
id: "3", title: "How often are grades updated?", content: "Teachers update grades within 48 hours of assessment. Real-time notifications are sent to students and parents whenever new grades are posted."},
{
id: "4",
title: "Is EduPortal secure for student data?",
content: "Absolutely. We use enterprise-grade encryption, SSL certificates, and comply with FERPA regulations. Regular security audits ensure data protection.",
},
id: "4", title: "Is EduPortal secure for student data?", content: "Absolutely. We use enterprise-grade encryption, SSL certificates, and comply with FERPA regulations. Regular security audits ensure data protection."},
{
id: "5",
title: "Can I download my academic transcript?",
content: "Yes, students can download their complete transcript, progress reports, and certificates directly from their portal in PDF format.",
},
id: "5", title: "Can I download my academic transcript?", content: "Yes, students can download their complete transcript, progress reports, and certificates directly from their portal in PDF format."},
]}
animationType="smooth"
faqsAnimation="none"
/>
</div>
@@ -258,7 +182,7 @@ export default function HomePage() {
description="Reach out to our support team for assistance with login, technical issues, or general inquiries about EduPortal."
background={{ variant: "gradient-bars" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/customer-service-operator-talking-phone-office_1301-7543.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/customer-service-operator-talking-phone-office_1301-7543.jpg"
imageAlt="Contact Us"
mediaAnimation="slide-up"
mediaPosition="right"
@@ -272,8 +196,7 @@ export default function HomePage() {
<FooterBaseReveal
columns={[
{
title: "Platform",
items: [
title: "Platform", items: [
{ label: "Student Portal", href: "/student-portal" },
{ label: "Teacher Dashboard", href: "/teacher-dashboard" },
{ label: "Admin Panel", href: "/admin-panel" },
@@ -281,8 +204,7 @@ export default function HomePage() {
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Documentation", href: "/docs" },
{ label: "API Reference", href: "/api" },
{ label: "Support Center", href: "/support" },
@@ -290,8 +212,7 @@ export default function HomePage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Careers", href: "/careers" },
{ label: "Blog", href: "/blog" },

View File

@@ -45,25 +45,15 @@ export default function StudentPortalPage() {
background={{ variant: "animated-grid" }}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/workers-looking-monthly-statistics_329181-12025.jpg?_wi=2",
imageAlt: "Student Dashboard",
},
imageSrc: "http://img.b2bpic.net/free-photo/workers-looking-monthly-statistics_329181-12025.jpg", imageAlt: "Student Dashboard"},
{
imageSrc: "http://img.b2bpic.net/free-photo/young-teen-girls-study-desk-attending-virtual-webinar-class_482257-123130.jpg?_wi=4",
imageAlt: "Learning Interface",
},
imageSrc: "http://img.b2bpic.net/free-photo/young-teen-girls-study-desk-attending-virtual-webinar-class_482257-123130.jpg", imageAlt: "Learning Interface"},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg?_wi=4",
imageAlt: "Grade Tracker",
},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg", imageAlt: "Grade Tracker"},
{
imageSrc: "http://img.b2bpic.net/free-photo/privacy-confidential-protection-security-solitude-concept_53876-121229.jpg?_wi=4",
imageAlt: "Secure Login",
},
imageSrc: "http://img.b2bpic.net/free-photo/privacy-confidential-protection-security-solitude-concept_53876-121229.jpg", imageAlt: "Secure Login"},
{
imageSrc: "http://img.b2bpic.net/free-photo/man-showing-something-smartphone-woman_53876-30737.jpg?_wi=4",
imageAlt: "Class Communication",
},
imageSrc: "http://img.b2bpic.net/free-photo/man-showing-something-smartphone-woman_53876-30737.jpg", imageAlt: "Class Communication"},
]}
buttons={[
{ text: "Login Now", href: "https://portal.eduportal.edu" },
@@ -78,33 +68,13 @@ export default function StudentPortalPage() {
description="Everything you need for academic success in one unified interface"
features={[
{
id: "01",
title: "Grade Tracking",
description: "View all your grades, assignments, and exam scores in real-time with detailed breakdowns by subject",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg?_wi=5",
imageAlt: "Grade Tracking",
},
id: "01", title: "Grade Tracking", description: "View all your grades, assignments, and exam scores in real-time with detailed breakdowns by subject", imageSrc: "http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg", imageAlt: "Grade Tracking"},
{
id: "02",
title: "Assignment Dashboard",
description: "Submit assignments, view due dates, and receive instant feedback from your teachers",
imageSrc: "http://img.b2bpic.net/free-photo/young-teen-girls-study-desk-attending-virtual-webinar-class_482257-123130.jpg?_wi=5",
imageAlt: "Assignment Management",
},
id: "02", title: "Assignment Dashboard", description: "Submit assignments, view due dates, and receive instant feedback from your teachers", imageSrc: "http://img.b2bpic.net/free-photo/young-teen-girls-study-desk-attending-virtual-webinar-class_482257-123130.jpg", imageAlt: "Assignment Management"},
{
id: "03",
title: "Attendance Records",
description: "Check your attendance status, get notifications for absences, and view historical records",
imageSrc: "http://img.b2bpic.net/free-photo/privacy-confidential-protection-security-solitude-concept_53876-121229.jpg?_wi=5",
imageAlt: "Attendance Tracker",
},
id: "03", title: "Attendance Records", description: "Check your attendance status, get notifications for absences, and view historical records", imageSrc: "http://img.b2bpic.net/free-photo/privacy-confidential-protection-security-solitude-concept_53876-121229.jpg", imageAlt: "Attendance Tracker"},
{
id: "04",
title: "Teacher Messages",
description: "Communicate directly with teachers, ask questions, and get academic support whenever you need it",
imageSrc: "http://img.b2bpic.net/free-photo/man-showing-something-smartphone-woman_53876-30737.jpg?_wi=5",
imageAlt: "Messaging System",
},
id: "04", title: "Teacher Messages", description: "Communicate directly with teachers, ask questions, and get academic support whenever you need it", imageSrc: "http://img.b2bpic.net/free-photo/man-showing-something-smartphone-woman_53876-30737.jpg", imageAlt: "Messaging System"},
]}
textboxLayout="default"
animationType="slide-up"
@@ -121,32 +91,18 @@ export default function StudentPortalPage() {
useInvertedBackground={true}
faqs={[
{
id: "1",
title: "How do I reset my password?",
content: "Click 'Forgot Password' on the login page, enter your email, and follow the reset instructions sent to your inbox.",
},
id: "1", title: "How do I reset my password?", content: "Click 'Forgot Password' on the login page, enter your email, and follow the reset instructions sent to your inbox."},
{
id: "2",
title: "Can I access the portal on mobile?",
content: "Yes! The student portal is fully responsive and works on smartphones, tablets, and computers for convenient access anytime.",
},
id: "2", title: "Can I access the portal on mobile?", content: "Yes! The student portal is fully responsive and works on smartphones, tablets, and computers for convenient access anytime."},
{
id: "3",
title: "How often are grades updated?",
content: "Teachers update grades within 48 hours of assignments or exams. You'll receive notifications when new grades are posted.",
},
id: "3", title: "How often are grades updated?", content: "Teachers update grades within 48 hours of assignments or exams. You'll receive notifications when new grades are posted."},
{
id: "4",
title: "Can I download my transcripts?",
content: "Yes, you can download your academic transcripts, progress reports, and certificates in PDF format directly from your portal.",
},
id: "4", title: "Can I download my transcripts?", content: "Yes, you can download your academic transcripts, progress reports, and certificates in PDF format directly from your portal."},
{
id: "5",
title: "Is my data secure?",
content: "Absolutely. Your personal and academic data is protected with enterprise-grade encryption and FERPA compliance.",
},
id: "5", title: "Is my data secure?", content: "Absolutely. Your personal and academic data is protected with enterprise-grade encryption and FERPA compliance."},
]}
animationType="smooth"
faqsAnimation="none"
/>
</div>
@@ -154,8 +110,7 @@ export default function StudentPortalPage() {
<FooterBaseReveal
columns={[
{
title: "Platform",
items: [
title: "Platform", items: [
{ label: "Student Portal", href: "/student-portal" },
{ label: "Teacher Dashboard", href: "/teacher-dashboard" },
{ label: "Admin Panel", href: "/admin-panel" },
@@ -163,8 +118,7 @@ export default function StudentPortalPage() {
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Documentation", href: "/docs" },
{ label: "API Reference", href: "/api" },
{ label: "Support Center", href: "/support" },
@@ -172,8 +126,7 @@ export default function StudentPortalPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Careers", href: "/careers" },
{ label: "Blog", href: "/blog" },

View File

@@ -45,25 +45,15 @@ export default function TeacherDashboardPage() {
background={{ variant: "animated-grid" }}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/workers-looking-monthly-statistics_329181-12025.jpg?_wi=3",
imageAlt: "Teacher Dashboard",
},
imageSrc: "http://img.b2bpic.net/free-photo/workers-looking-monthly-statistics_329181-12025.jpg", imageAlt: "Teacher Dashboard"},
{
imageSrc: "http://img.b2bpic.net/free-photo/young-teen-girls-study-desk-attending-virtual-webinar-class_482257-123130.jpg?_wi=6",
imageAlt: "Class Management",
},
imageSrc: "http://img.b2bpic.net/free-photo/young-teen-girls-study-desk-attending-virtual-webinar-class_482257-123130.jpg", imageAlt: "Class Management"},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg?_wi=6",
imageAlt: "Analytics & Reports",
},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg", imageAlt: "Analytics & Reports"},
{
imageSrc: "http://img.b2bpic.net/free-photo/privacy-confidential-protection-security-solitude-concept_53876-121229.jpg?_wi=6",
imageAlt: "Secure Teaching",
},
imageSrc: "http://img.b2bpic.net/free-photo/privacy-confidential-protection-security-solitude-concept_53876-121229.jpg", imageAlt: "Secure Teaching"},
{
imageSrc: "http://img.b2bpic.net/free-photo/man-showing-something-smartphone-woman_53876-30737.jpg?_wi=6",
imageAlt: "Student Communication",
},
imageSrc: "http://img.b2bpic.net/free-photo/man-showing-something-smartphone-woman_53876-30737.jpg", imageAlt: "Student Communication"},
]}
buttons={[
{ text: "Teacher Login", href: "https://teacher.eduportal.edu" },
@@ -78,33 +68,13 @@ export default function TeacherDashboardPage() {
description="Comprehensive tools designed to enhance teaching effectiveness and student engagement"
features={[
{
id: "01",
title: "Gradebook Management",
description: "Intuitive gradebook with automatic calculations, weighted grading, and customizable categories",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg?_wi=7",
imageAlt: "Gradebook Tools",
},
id: "01", title: "Gradebook Management", description: "Intuitive gradebook with automatic calculations, weighted grading, and customizable categories", imageSrc: "http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg", imageAlt: "Gradebook Tools"},
{
id: "02",
title: "Assignment Creation",
description: "Create assignments, set deadlines, attach rubrics, and track submissions all in one place",
imageSrc: "http://img.b2bpic.net/free-photo/young-teen-girls-study-desk-attending-virtual-webinar-class_482257-123130.jpg?_wi=7",
imageAlt: "Assignment Tools",
},
id: "02", title: "Assignment Creation", description: "Create assignments, set deadlines, attach rubrics, and track submissions all in one place", imageSrc: "http://img.b2bpic.net/free-photo/young-teen-girls-study-desk-attending-virtual-webinar-class_482257-123130.jpg", imageAlt: "Assignment Tools"},
{
id: "03",
title: "Attendance Tracking",
description: "Mark attendance, generate reports, and identify patterns in student absences",
imageSrc: "http://img.b2bpic.net/free-photo/privacy-confidential-protection-security-solitude-concept_53876-121229.jpg?_wi=7",
imageAlt: "Attendance System",
},
id: "03", title: "Attendance Tracking", description: "Mark attendance, generate reports, and identify patterns in student absences", imageSrc: "http://img.b2bpic.net/free-photo/privacy-confidential-protection-security-solitude-concept_53876-121229.jpg", imageAlt: "Attendance System"},
{
id: "04",
title: "Class Communication",
description: "Send announcements, post resources, and communicate with students and parents directly",
imageSrc: "http://img.b2bpic.net/free-photo/man-showing-something-smartphone-woman_53876-30737.jpg?_wi=7",
imageAlt: "Communication Hub",
},
id: "04", title: "Class Communication", description: "Send announcements, post resources, and communicate with students and parents directly", imageSrc: "http://img.b2bpic.net/free-photo/man-showing-something-smartphone-woman_53876-30737.jpg", imageAlt: "Communication Hub"},
]}
textboxLayout="default"
animationType="slide-up"
@@ -121,32 +91,18 @@ export default function TeacherDashboardPage() {
useInvertedBackground={true}
faqs={[
{
id: "1",
title: "How do I create a new class?",
content: "In the dashboard, click 'Create Class', enter the class name, period, and subject. You can then add students by ID or invite them via code.",
},
id: "1", title: "How do I create a new class?", content: "In the dashboard, click 'Create Class', enter the class name, period, and subject. You can then add students by ID or invite them via code."},
{
id: "2",
title: "Can I import grades from previous systems?",
content: "Yes! You can import grade data in CSV format. Contact support for bulk import assistance and data migration services.",
},
id: "2", title: "Can I import grades from previous systems?", content: "Yes! You can import grade data in CSV format. Contact support for bulk import assistance and data migration services."},
{
id: "3",
title: "How do I set up parent notifications?",
content: "In class settings, enable parent access and set notification preferences. Parents can receive grade updates and attendance alerts.",
},
id: "3", title: "How do I set up parent notifications?", content: "In class settings, enable parent access and set notification preferences. Parents can receive grade updates and attendance alerts."},
{
id: "4",
title: "Can I create custom grading scales?",
content: "Yes, the gradebook supports custom grading scales and weighting. Set up your preferred scale in the class settings.",
},
id: "4", title: "Can I create custom grading scales?", content: "Yes, the gradebook supports custom grading scales and weighting. Set up your preferred scale in the class settings."},
{
id: "5",
title: "Is there professional development available?",
content: "Absolutely! We offer free webinars, training materials, and dedicated support for teachers new to EduPortal.",
},
id: "5", title: "Is there professional development available?", content: "Absolutely! We offer free webinars, training materials, and dedicated support for teachers new to EduPortal."},
]}
animationType="smooth"
faqsAnimation="none"
/>
</div>
@@ -154,8 +110,7 @@ export default function TeacherDashboardPage() {
<FooterBaseReveal
columns={[
{
title: "Platform",
items: [
title: "Platform", items: [
{ label: "Student Portal", href: "/student-portal" },
{ label: "Teacher Dashboard", href: "/teacher-dashboard" },
{ label: "Admin Panel", href: "/admin-panel" },
@@ -163,8 +118,7 @@ export default function TeacherDashboardPage() {
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Documentation", href: "/docs" },
{ label: "API Reference", href: "/api" },
{ label: "Support Center", href: "/support" },
@@ -172,8 +126,7 @@ export default function TeacherDashboardPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Careers", href: "/careers" },
{ label: "Blog", href: "/blog" },