Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -50,15 +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", imageAlt: "Student Dashboard Interface"},
|
||||
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/young-teen-girls-study-desk-attending-virtual-webinar-class_482257-123130.jpg", imageAlt: "Online Learning Environment"},
|
||||
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/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg", imageAlt: "Academic Analytics Dashboard"},
|
||||
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/privacy-confidential-protection-security-solitude-concept_53876-121229.jpg", imageAlt: "Secure Portal Access"},
|
||||
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/man-showing-something-smartphone-woman_53876-30737.jpg", imageAlt: "Teacher-Student Communication"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-showing-something-smartphone-woman_53876-30737.jpg?_wi=1", imageAlt: "Teacher-Student Communication"},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Student Login", href: "/student-portal" },
|
||||
@@ -87,13 +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", 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?_wi=2", 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", 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?_wi=2", 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", 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?_wi=2", 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", 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?_wi=2", imageAlt: "Communication Tools"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
|
||||
@@ -45,15 +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", imageAlt: "Student Dashboard"},
|
||||
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/young-teen-girls-study-desk-attending-virtual-webinar-class_482257-123130.jpg", imageAlt: "Learning Interface"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-teen-girls-study-desk-attending-virtual-webinar-class_482257-123130.jpg?_wi=3", imageAlt: "Learning Interface"},
|
||||
{
|
||||
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/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg?_wi=3", imageAlt: "Grade Tracker"},
|
||||
{
|
||||
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/privacy-confidential-protection-security-solitude-concept_53876-121229.jpg?_wi=3", imageAlt: "Secure Login"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-showing-something-smartphone-woman_53876-30737.jpg", imageAlt: "Class Communication"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-showing-something-smartphone-woman_53876-30737.jpg?_wi=3", imageAlt: "Class Communication"},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Login Now", href: "https://portal.eduportal.edu" },
|
||||
@@ -68,13 +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", 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?_wi=4", 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", 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?_wi=4", 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", 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?_wi=4", 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", 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?_wi=4", imageAlt: "Messaging System"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
|
||||
@@ -45,15 +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", imageAlt: "Teacher Dashboard"},
|
||||
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/young-teen-girls-study-desk-attending-virtual-webinar-class_482257-123130.jpg", imageAlt: "Class Management"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-teen-girls-study-desk-attending-virtual-webinar-class_482257-123130.jpg?_wi=5", imageAlt: "Class Management"},
|
||||
{
|
||||
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/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg?_wi=5", imageAlt: "Analytics & Reports"},
|
||||
{
|
||||
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/privacy-confidential-protection-security-solitude-concept_53876-121229.jpg?_wi=5", imageAlt: "Secure Teaching"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-showing-something-smartphone-woman_53876-30737.jpg", imageAlt: "Student Communication"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-showing-something-smartphone-woman_53876-30737.jpg?_wi=5", imageAlt: "Student Communication"},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Teacher Login", href: "https://teacher.eduportal.edu" },
|
||||
@@ -68,13 +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", 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?_wi=6", 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", 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?_wi=6", 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", 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?_wi=6", 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", 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?_wi=6", imageAlt: "Communication Hub"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user