Merge version_1 into main #2

Merged
bender merged 2 commits from version_1 into main 2026-03-10 10:14:21 +00:00
2 changed files with 59 additions and 201 deletions

View File

@@ -24,7 +24,7 @@ export default function DashboardPage() {
borderRadius="rounded"
contentWidth="medium"
sizing="large"
background="noiseDiagonalGradient"
background="circleGradient"
cardStyle="inset"
primaryButtonStyle="double-inset"
secondaryButtonStyle="radial-glow"
@@ -35,9 +35,7 @@ export default function DashboardPage() {
brandName="UniMarks"
navItems={navItems}
button={{
text: "View Dashboard",
href: "/dashboard",
}}
text: "View Dashboard", href: "/dashboard"}}
/>
</div>
@@ -47,22 +45,17 @@ export default function DashboardPage() {
description="Access your grades, track your academic progress, and stay informed about your performance in real-time. Secure, reliable, and designed for your success."
buttons={[
{
text: "Back to Home",
href: "/",
},
text: "Back to Home", href: "/"},
{
text: "View Grades",
href: "#features",
},
text: "View Grades", href: "#features"},
]}
background={{
variant: "noiseDiagonalGradient",
}}
imageSrc="http://img.b2bpic.net/free-vector/travel-booking-app_23-2148595349.jpg?_wi=3"
variant: "sparkles-gradient"}}
imageSrc="http://img.b2bpic.net/free-vector/travel-booking-app_23-2148595349.jpg"
imageAlt="Dashboard interface for viewing academic records"
frameStyle="browser"
mediaAnimation="slide-up"
buttonAnimation="entrance-slide"
buttonAnimation="none"
/>
</div>
@@ -73,37 +66,16 @@ export default function DashboardPage() {
tag="Dashboard Tools"
features={[
{
id: "view-grades",
label: "Grades",
title: "View All Your Course Grades",
items: [
"Real-time grade updates",
"Course-by-course breakdown",
"GPA calculation and tracking",
"Grade history and trends",
],
id: "view-grades", label: "Grades", title: "View All Your Course Grades", items: [
"Real-time grade updates", "Course-by-course breakdown", "GPA calculation and tracking", "Grade history and trends"],
},
{
id: "track-progress",
label: "Progress",
title: "Track Your Academic Journey",
items: [
"Semester progress overview",
"Performance metrics",
"Attendance records",
"Academic standing status",
],
id: "track-progress", label: "Progress", title: "Track Your Academic Journey", items: [
"Semester progress overview", "Performance metrics", "Attendance records", "Academic standing status"],
},
{
id: "notifications",
label: "Alerts",
title: "Stay Informed with Smart Notifications",
items: [
"Grade release notifications",
"Important deadline reminders",
"Performance alerts",
"System maintenance notices",
],
id: "notifications", label: "Alerts", title: "Stay Informed with Smart Notifications", items: [
"Grade release notifications", "Important deadline reminders", "Performance alerts", "System maintenance notices"],
},
]}
animationType="slide-up"
@@ -111,9 +83,7 @@ export default function DashboardPage() {
useInvertedBackground={false}
buttons={[
{
text: "Login to Dashboard",
href: "#",
},
text: "Login to Dashboard", href: "#"},
]}
/>
</div>
@@ -125,38 +95,20 @@ export default function DashboardPage() {
useInvertedBackground={true}
animationType="smooth"
textPosition="left"
faqsAnimation="blur-reveal"
faqsAnimation="slide-up"
faqs={[
{
id: "1",
title: "How do I log into my dashboard?",
content: "Use your institutional credentials (student ID and password) to log into your UniMarks dashboard. If you've forgotten your password, select 'Forgot Password' on the login page and follow the recovery instructions sent to your registered email.",
},
id: "1", title: "How do I log into my dashboard?", content: "Use your institutional credentials (student ID and password) to log into your UniMarks dashboard. If you've forgotten your password, select 'Forgot Password' on the login page and follow the recovery instructions sent to your registered email."},
{
id: "2",
title: "When are grades typically released?",
content: "Grade release timing varies by course and instructor. Most grades are released within 2-3 weeks of final exams. You'll receive a notification as soon as grades are posted to your dashboard.",
},
id: "2", title: "When are grades typically released?", content: "Grade release timing varies by course and instructor. Most grades are released within 2-3 weeks of final exams. You'll receive a notification as soon as grades are posted to your dashboard."},
{
id: "3",
title: "How accurate is the GPA calculation?",
content: "Our GPA calculations follow your institution's official grading standards and policies. The system is regularly audited for accuracy and compliance with institutional requirements.",
},
id: "3", title: "How accurate is the GPA calculation?", content: "Our GPA calculations follow your institution's official grading standards and policies. The system is regularly audited for accuracy and compliance with institutional requirements."},
{
id: "4",
title: "Can I download my transcript?",
content: "Yes, you can generate and download an unofficial transcript from your dashboard anytime. For official transcripts, submit a request through the Registrar's Office.",
},
id: "4", title: "Can I download my transcript?", content: "Yes, you can generate and download an unofficial transcript from your dashboard anytime. For official transcripts, submit a request through the Registrar's Office."},
{
id: "5",
title: "Is my data secure on the dashboard?",
content: "Absolutely. Your dashboard uses bank-level encryption, secure authentication protocols, and FERPA-compliant storage to protect your academic records and personal information.",
},
id: "5", title: "Is my data secure on the dashboard?", content: "Absolutely. Your dashboard uses bank-level encryption, secure authentication protocols, and FERPA-compliant storage to protect your academic records and personal information."},
{
id: "6",
title: "How do I contact support?",
content: "If you need help, use the Support button in your dashboard or visit our contact page. Our support team responds to inquiries within 24 hours during business days.",
},
id: "6", title: "How do I contact support?", content: "If you need help, use the Support button in your dashboard or visit our contact page. Our support team responds to inquiries within 24 hours during business days."},
]}
/>
</div>
@@ -165,13 +117,9 @@ export default function DashboardPage() {
<FooterLogoReveal
logoText="UniMarks"
leftLink={{
text: "Privacy Policy",
href: "/privacy",
}}
text: "Privacy Policy", href: "/privacy"}}
rightLink={{
text: "Terms of Service",
href: "/terms",
}}
text: "Terms of Service", href: "/terms"}}
/>
</div>
</ThemeProvider>

View File

@@ -32,7 +32,7 @@ export default function HomePage() {
borderRadius="rounded"
contentWidth="medium"
sizing="large"
background="noiseDiagonalGradient"
background="circleGradient"
cardStyle="inset"
primaryButtonStyle="double-inset"
secondaryButtonStyle="radial-glow"
@@ -43,8 +43,7 @@ export default function HomePage() {
brandName="UniMarks"
navItems={navItems}
button={{
text: "View Dashboard",
href: "/dashboard"
text: "View Dashboard", href: "/dashboard"
}}
/>
</div>
@@ -55,22 +54,20 @@ export default function HomePage() {
description="Secure, efficient marks management for universities. Real-time grade display, institution-wide access, and comprehensive academic records at your fingertips."
buttons={[
{
text: "Access Dashboard",
href: "/dashboard"
text: "Access Dashboard", href: "/dashboard"
},
{
text: "Learn More",
href: "#features"
text: "Learn More", href: "#features"
}
]}
background={{
variant: "noiseDiagonalGradient"
variant: "sparkles-gradient"
}}
imageSrc="http://img.b2bpic.net/free-vector/travel-booking-app_23-2148595349.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-vector/travel-booking-app_23-2148595349.jpg"
imageAlt="University marks management dashboard showing student grades"
frameStyle="browser"
mediaAnimation="slide-up"
buttonAnimation="entrance-slide"
buttonAnimation="none"
/>
</div>
@@ -81,36 +78,18 @@ export default function HomePage() {
tag="Platform Features"
features={[
{
id: "security",
label: "Secure",
title: "Enterprise-Grade Security",
items: [
"End-to-end encrypted data",
"Role-based access control",
"FERPA compliant storage",
"Audit trail logging"
id: "security", label: "Secure", title: "Enterprise-Grade Security", items: [
"End-to-end encrypted data", "Role-based access control", "FERPA compliant storage", "Audit trail logging"
]
},
{
id: "access",
label: "Access",
title: "Anytime, Anywhere Access",
items: [
"Mobile-responsive interface",
"24/7 availability",
"Multi-device support",
"Offline viewing capability"
id: "access", label: "Access", title: "Anytime, Anywhere Access", items: [
"Mobile-responsive interface", "24/7 availability", "Multi-device support", "Offline viewing capability"
]
},
{
id: "analytics",
label: "Analytics",
title: "Advanced Performance Insights",
items: [
"Grade trend analysis",
"Performance comparisons",
"Historical records view",
"Customizable reporting"
id: "analytics", label: "Analytics", title: "Advanced Performance Insights", items: [
"Grade trend analysis", "Performance comparisons", "Historical records view", "Customizable reporting"
]
}
]}
@@ -119,8 +98,7 @@ export default function HomePage() {
useInvertedBackground={false}
buttons={[
{
text: "Start Free Trial",
href: "/signup"
text: "Start Free Trial", href: "/signup"
}
]}
/>
@@ -134,23 +112,19 @@ export default function HomePage() {
metrics={[
{
icon: Building2,
label: "Universities",
value: "250+"
label: "Universities", value: "250+"
},
{
icon: Users,
label: "Active Users",
value: "2M+"
label: "Active Users", value: "2M+"
},
{
icon: GraduationCap,
label: "Students Served",
value: "5M+"
label: "Students Served", value: "5M+"
},
{
icon: TrendingUp,
label: "Uptime Guarantee",
value: "99.9%"
label: "Uptime Guarantee", value: "99.9%"
}
]}
/>
@@ -163,52 +137,16 @@ export default function HomePage() {
tag="Testimonials"
testimonials={[
{
id: "1",
name: "Dr. Sarah Mitchell, Registrar at State University",
date: "Date: 15 November 2024",
title: "Transformed how we manage student grades",
quote: "UniMarks has revolutionized our marks management process. The platform is intuitive, secure, and our students love the instant access to their grades. Implementation was seamless and support has been exceptional.",
tag: "University Registrar",
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-taking-mask-off-outdoors_23-2149403784.jpg",
avatarAlt: "Dr. Sarah Mitchell",
imageSrc: "http://img.b2bpic.net/free-photo/study-group-learning-library_23-2149215454.jpg?_wi=1",
imageAlt: "University campus"
id: "1", name: "Dr. Sarah Mitchell, Registrar at State University", date: "Date: 15 November 2024", title: "Transformed how we manage student grades", quote: "UniMarks has revolutionized our marks management process. The platform is intuitive, secure, and our students love the instant access to their grades. Implementation was seamless and support has been exceptional.", tag: "University Registrar", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-taking-mask-off-outdoors_23-2149403784.jpg", avatarAlt: "Dr. Sarah Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/study-group-learning-library_23-2149215454.jpg", imageAlt: "University campus"
},
{
id: "2",
name: "Prof. James Chen, Department Head, Tech Institute",
date: "Date: 10 November 2024",
title: "Security and reliability we can depend on",
quote: "As an institution, we needed a marks system we could trust completely. UniMarks delivers on security, performance, and user experience. Our faculty appreciate the administrative tools, and students report 100% satisfaction.",
tag: "Academic Department",
avatarSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg",
avatarAlt: "Prof. James Chen",
imageSrc: "http://img.b2bpic.net/free-photo/study-group-learning-library_23-2149215454.jpg?_wi=2",
imageAlt: "University campus"
id: "2", name: "Prof. James Chen, Department Head, Tech Institute", date: "Date: 10 November 2024", title: "Security and reliability we can depend on", quote: "As an institution, we needed a marks system we could trust completely. UniMarks delivers on security, performance, and user experience. Our faculty appreciate the administrative tools, and students report 100% satisfaction.", tag: "Academic Department", avatarSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg", avatarAlt: "Prof. James Chen", imageSrc: "http://img.b2bpic.net/free-photo/study-group-learning-library_23-2149215454.jpg", imageAlt: "University campus"
},
{
id: "3",
name: "Emma Rodriguez, Student, Global University",
date: "Date: 8 November 2024",
title: "Finally, grades when I need them",
quote: "I can check my marks anytime, anywhere. The interface is clean and fast. No more waiting for official transcripts or navigating confusing portals. UniMarks makes academic records transparent and accessible.",
tag: "Student Voice",
avatarSrc: "http://img.b2bpic.net/free-photo/low-angle-non-binary-person-posing-outside_23-2148760546.jpg",
avatarAlt: "Emma Rodriguez",
imageSrc: "http://img.b2bpic.net/free-photo/study-group-learning-library_23-2149215454.jpg?_wi=3",
imageAlt: "University campus"
id: "3", name: "Emma Rodriguez, Student, Global University", date: "Date: 8 November 2024", title: "Finally, grades when I need them", quote: "I can check my marks anytime, anywhere. The interface is clean and fast. No more waiting for official transcripts or navigating confusing portals. UniMarks makes academic records transparent and accessible.", tag: "Student Voice", avatarSrc: "http://img.b2bpic.net/free-photo/low-angle-non-binary-person-posing-outside_23-2148760546.jpg", avatarAlt: "Emma Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/study-group-learning-library_23-2149215454.jpg", imageAlt: "University campus"
},
{
id: "4",
name: "Michael Zhang, IT Director, Premier College",
date: "Date: 5 November 2024",
title: "Seamless integration and support",
quote: "Integrating UniMarks into our existing systems was straightforward. The team provided excellent technical support throughout. The platform's reliability has exceeded our expectations, and it scales beautifully.",
tag: "IT Administration",
avatarSrc: "http://img.b2bpic.net/free-photo/upbeat-saleswoman-hired-explain-vehicle-pricing-options-clients_482257-118422.jpg",
avatarAlt: "Michael Zhang",
imageSrc: "http://img.b2bpic.net/free-photo/study-group-learning-library_23-2149215454.jpg?_wi=4",
imageAlt: "University campus"
id: "4", name: "Michael Zhang, IT Director, Premier College", date: "Date: 5 November 2024", title: "Seamless integration and support", quote: "Integrating UniMarks into our existing systems was straightforward. The team provided excellent technical support throughout. The platform's reliability has exceeded our expectations, and it scales beautifully.", tag: "IT Administration", avatarSrc: "http://img.b2bpic.net/free-photo/upbeat-saleswoman-hired-explain-vehicle-pricing-options-clients_482257-118422.jpg", avatarAlt: "Michael Zhang", imageSrc: "http://img.b2bpic.net/free-photo/study-group-learning-library_23-2149215454.jpg", imageAlt: "University campus"
}
]}
textboxLayout="default"
@@ -226,34 +164,22 @@ export default function HomePage() {
faqsAnimation="slide-up"
faqs={[
{
id: "1",
title: "How secure is my academic data on UniMarks?",
content: "UniMarks employs enterprise-grade security with end-to-end encryption, FERPA compliance, role-based access control, and comprehensive audit trails. All data is stored in secure, redundant data centers with regular security audits and penetration testing."
id: "1", title: "How secure is my academic data on UniMarks?", content: "UniMarks employs enterprise-grade security with end-to-end encryption, FERPA compliance, role-based access control, and comprehensive audit trails. All data is stored in secure, redundant data centers with regular security audits and penetration testing."
},
{
id: "2",
title: "Can I access my marks on mobile devices?",
content: "Yes, UniMarks is fully responsive and optimized for mobile devices. You can access your grades from any device with an internet connection, including smartphones and tablets."
id: "2", title: "Can I access my marks on mobile devices?", content: "Yes, UniMarks is fully responsive and optimized for mobile devices. You can access your grades from any device with an internet connection, including smartphones and tablets."
},
{
id: "3",
title: "How long does implementation take?",
content: "Implementation typically takes 2-4 weeks depending on your institution's size and existing systems. Our dedicated onboarding team works with your IT department to ensure smooth integration."
id: "3", title: "How long does implementation take?", content: "Implementation typically takes 2-4 weeks depending on your institution's size and existing systems. Our dedicated onboarding team works with your IT department to ensure smooth integration."
},
{
id: "4",
title: "What if I forget my login credentials?",
content: "UniMarks provides secure password recovery options through your registered email or phone number. Your institution's IT support can also assist with account recovery and verification."
id: "4", title: "What if I forget my login credentials?", content: "UniMarks provides secure password recovery options through your registered email or phone number. Your institution's IT support can also assist with account recovery and verification."
},
{
id: "5",
title: "Is there an API for institutional integrations?",
content: "Yes, UniMarks offers a comprehensive REST API for institutional integrations with existing student information systems, learning management platforms, and other academic software."
id: "5", title: "Is there an API for institutional integrations?", content: "Yes, UniMarks offers a comprehensive REST API for institutional integrations with existing student information systems, learning management platforms, and other academic software."
},
{
id: "6",
title: "How often are grades updated?",
content: "Grades are updated in real-time as faculty enter them. You can view current marks immediately after submission, with a 99.9% system uptime guarantee."
id: "6", title: "How often are grades updated?", content: "Grades are updated in real-time as faculty enter them. You can view current marks immediately after submission, with a 99.9% system uptime guarantee."
}
]}
/>
@@ -265,38 +191,24 @@ export default function HomePage() {
description="Contact our team to learn how UniMarks can transform your institution's marks management. We're here to answer questions and discuss your needs."
inputs={[
{
name: "institution",
type: "text",
placeholder: "Your Institution Name",
required: true
name: "institution", type: "text", placeholder: "Your Institution Name", required: true
},
{
name: "email",
type: "email",
placeholder: "Your Email Address",
required: true
name: "email", type: "email", placeholder: "Your Email Address", required: true
},
{
name: "phone",
type: "tel",
placeholder: "Contact Number",
required: false
name: "phone", type: "tel", placeholder: "Contact Number", required: false
},
{
name: "students",
type: "number",
placeholder: "Number of Students",
required: false
name: "students", type: "number", placeholder: "Number of Students", required: false
}
]}
textarea={{
name: "message",
placeholder: "Tell us about your institution and marks management needs...",
rows: 5,
name: "message", placeholder: "Tell us about your institution and marks management needs...", rows: 5,
required: true
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-vector/travel-booking-app_23-2148595349.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-vector/travel-booking-app_23-2148595349.jpg"
imageAlt="UniMarks dashboard interface"
mediaAnimation="blur-reveal"
mediaPosition="right"
@@ -309,12 +221,10 @@ export default function HomePage() {
<FooterLogoReveal
logoText="UniMarks"
leftLink={{
text: "Privacy Policy",
href: "/privacy"
text: "Privacy Policy", href: "/privacy"
}}
rightLink={{
text: "Terms of Service",
href: "/terms"
text: "Terms of Service", href: "/terms"
}}
/>
</div>