Update src/app/teacher-dashboard/page.tsx
This commit is contained in:
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user