Merge version_1 into main #2

Merged
bender merged 3 commits from version_1 into main 2026-03-07 08:19:43 +00:00
3 changed files with 60 additions and 179 deletions

View File

@@ -19,8 +19,7 @@ export default function ClassesPage() {
const footerColumns = [
{
title: "Platform",
items: [
title: "Platform", items: [
{ label: "Home", href: "/" },
{ label: "Classes", href: "/classes" },
{ label: "Students", href: "/students" },
@@ -28,8 +27,7 @@ export default function ClassesPage() {
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Documentation", href: "#" },
{ label: "Support", href: "#" },
{ label: "FAQs", href: "#" },
@@ -37,8 +35,7 @@ export default function ClassesPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Accessibility", href: "#" },
@@ -54,7 +51,7 @@ export default function ClassesPage() {
borderRadius="soft"
contentWidth="small"
sizing="mediumLargeSizeMediumTitles"
background="floatingGradient"
background="circleGradient"
cardStyle="solid"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
@@ -71,8 +68,8 @@ export default function ClassesPage() {
tag="Education Platform"
tagIcon={BookOpen}
tagAnimation="slide-up"
background={{ variant: "floatingGradient" }}
imageSrc="http://img.b2bpic.net/free-photo/women-chatting-gym-door_1262-699.jpg?_wi=2"
background={{ variant: "glowing-orb" }}
imageSrc="http://img.b2bpic.net/free-photo/women-chatting-gym-door_1262-699.jpg"
imageAlt="Modern school classroom with students learning"
mediaAnimation="slide-up"
imagePosition="right"
@@ -94,25 +91,13 @@ export default function ClassesPage() {
features={[
{
id: 1,
title: "Class 9A",
description: "Grade 9, Section A - Primary science and mathematics focus with 32 enrolled students",
imageSrc: "http://img.b2bpic.net/free-vector/modern-business-card-template-flat-design_23-2147915144.jpg?_wi=2",
imageAlt: "Class 9A section",
},
title: "Class 9A", description: "Grade 9, Section A - Primary science and mathematics focus with 32 enrolled students", imageSrc: "http://img.b2bpic.net/free-vector/modern-business-card-template-flat-design_23-2147915144.jpg", imageAlt: "Class 9A section"},
{
id: 2,
title: "Class 9B",
description: "Grade 9, Section B - Literature and humanities focus with 28 enrolled students",
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-geometric-business-card_23-2149293313.jpg?_wi=2",
imageAlt: "Class 9B section",
},
title: "Class 9B", description: "Grade 9, Section B - Literature and humanities focus with 28 enrolled students", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-geometric-business-card_23-2149293313.jpg", imageAlt: "Class 9B section"},
{
id: 3,
title: "Class 9E",
description: "Grade 9, Section E - Advanced studies and special programs with 25 enrolled students",
imageSrc: "http://img.b2bpic.net/free-psd/flat-design-education-instagram-stories-template_23-2149375967.jpg?_wi=2",
imageAlt: "Class 9E section",
},
title: "Class 9E", description: "Grade 9, Section E - Advanced studies and special programs with 25 enrolled students", imageSrc: "http://img.b2bpic.net/free-psd/flat-design-education-instagram-stories-template_23-2149375967.jpg", imageAlt: "Class 9E section"},
]}
textboxLayout="default"
useInvertedBackground={true}

View File

@@ -22,8 +22,7 @@ export default function ManageStudentsPage() {
const footerColumns = [
{
title: "Platform",
items: [
title: "Platform", items: [
{ label: "Home", href: "/" },
{ label: "Classes", href: "/classes" },
{ label: "Students", href: "/students" },
@@ -31,8 +30,7 @@ export default function ManageStudentsPage() {
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Documentation", href: "#" },
{ label: "Support", href: "#" },
{ label: "FAQs", href: "#" },
@@ -40,8 +38,7 @@ export default function ManageStudentsPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Accessibility", href: "#" },
@@ -57,7 +54,7 @@ export default function ManageStudentsPage() {
borderRadius="soft"
contentWidth="small"
sizing="mediumLargeSizeMediumTitles"
background="floatingGradient"
background="circleGradient"
cardStyle="solid"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
@@ -83,8 +80,8 @@ export default function ManageStudentsPage() {
tag="Education Platform"
tagIcon={BookOpen}
tagAnimation="slide-up"
background={{ variant: "floatingGradient" }}
imageSrc="http://img.b2bpic.net/free-photo/women-chatting-gym-door_1262-699.jpg?_wi=3"
background={{ variant: "glowing-orb" }}
imageSrc="http://img.b2bpic.net/free-photo/women-chatting-gym-door_1262-699.jpg"
imageAlt="Modern school classroom with students learning"
mediaAnimation="slide-up"
imagePosition="right"
@@ -105,7 +102,7 @@ export default function ManageStudentsPage() {
tagAnimation="blur-reveal"
background={{ variant: "plain" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-psd/new-language-flyer-template_23-2149292165.jpg?_wi=3"
imageSrc="http://img.b2bpic.net/free-psd/new-language-flyer-template_23-2149292165.jpg"
mediaAnimation="opacity"
mediaPosition="right"
inputPlaceholder="Enter your name"
@@ -118,26 +115,14 @@ export default function ManageStudentsPage() {
<FeatureCardEight
features={[
{
id: "1",
title: "Class 9A",
description: "Grade 9, Section A - Primary science and mathematics focus with 32 enrolled students",
imageSrc: "http://img.b2bpic.net/free-vector/modern-business-card-template-flat-design_23-2147915144.jpg?_wi=3",
imageAlt: "Class 9A section",
},
id: 1,
title: "Class 9A", description: "Grade 9, Section A - Primary science and mathematics focus with 32 enrolled students", imageSrc: "http://img.b2bpic.net/free-vector/modern-business-card-template-flat-design_23-2147915144.jpg", imageAlt: "Class 9A section"},
{
id: "2",
title: "Class 9B",
description: "Grade 9, Section B - Literature and humanities focus with 28 enrolled students",
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-geometric-business-card_23-2149293313.jpg?_wi=3",
imageAlt: "Class 9B section",
},
id: 2,
title: "Class 9B", description: "Grade 9, Section B - Literature and humanities focus with 28 enrolled students", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-geometric-business-card_23-2149293313.jpg", imageAlt: "Class 9B section"},
{
id: "3",
title: "Class 9E",
description: "Grade 9, Section E - Advanced studies and special programs with 25 enrolled students",
imageSrc: "http://img.b2bpic.net/free-psd/flat-design-education-instagram-stories-template_23-2149375967.jpg?_wi=3",
imageAlt: "Class 9E section",
},
id: 3,
title: "Class 9E", description: "Grade 9, Section E - Advanced studies and special programs with 25 enrolled students", imageSrc: "http://img.b2bpic.net/free-psd/flat-design-education-instagram-stories-template_23-2149375967.jpg", imageAlt: "Class 9E section"},
]}
title="Choose Your Class"
description="Select your class section to view student profiles, class information, and manage academic progress."
@@ -155,47 +140,17 @@ export default function ManageStudentsPage() {
<TeamCardOne
members={[
{
id: "1",
name: "Alex Johnson",
role: "Class President",
imageSrc: "http://img.b2bpic.net/free-photo/teen-girl-posing-with-textbook_23-2147666887.jpg?_wi=3",
imageAlt: "Alex Johnson - Class President",
},
id: "1", name: "Alex Johnson", role: "Class President", imageSrc: "http://img.b2bpic.net/free-photo/teen-girl-posing-with-textbook_23-2147666887.jpg", imageAlt: "Alex Johnson - Class President"},
{
id: "2",
name: "Sarah Chen",
role: "Vice President",
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-pensive-curly-haired-woman-student-returns-from-lecures-wears-headband-casual-neat-clothes-strolls-outdoors-poses-against-blurred-urban-background-people-lifestyle-concept_273609-62304.jpg?_wi=3",
imageAlt: "Sarah Chen - Vice President",
},
id: "2", name: "Sarah Chen", role: "Vice President", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-pensive-curly-haired-woman-student-returns-from-lecures-wears-headband-casual-neat-clothes-strolls-outdoors-poses-against-blurred-urban-background-people-lifestyle-concept_273609-62304.jpg", imageAlt: "Sarah Chen - Vice President"},
{
id: "3",
name: "Michael Rodriguez",
role: "Class Secretary",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-black-man-white_285396-372.jpg?_wi=3",
imageAlt: "Michael Rodriguez - Class Secretary",
},
id: "3", name: "Michael Rodriguez", role: "Class Secretary", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-black-man-white_285396-372.jpg", imageAlt: "Michael Rodriguez - Class Secretary"},
{
id: "4",
name: "Emma Williams",
role: "Sports Captain",
imageSrc: "http://img.b2bpic.net/free-photo/joy-happiness-summer-vacations-traveling-concept-joyful-attractive-young-woman-with-sunglasses-her-head-backpack-smiling-cheerfully-excited-while-sightseeing-some-european-city_343059-2892.jpg?_wi=3",
imageAlt: "Emma Williams - Sports Captain",
},
id: "4", name: "Emma Williams", role: "Sports Captain", imageSrc: "http://img.b2bpic.net/free-photo/joy-happiness-summer-vacations-traveling-concept-joyful-attractive-young-woman-with-sunglasses-her-head-backpack-smiling-cheerfully-excited-while-sightseeing-some-european-city_343059-2892.jpg", imageAlt: "Emma Williams - Sports Captain"},
{
id: "5",
name: "David Park",
role: "Academic Lead",
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-charming-female-isolated_176474-79209.jpg?_wi=3",
imageAlt: "David Park - Academic Lead",
},
id: "5", name: "David Park", role: "Academic Lead", imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-charming-female-isolated_176474-79209.jpg", imageAlt: "David Park - Academic Lead"},
{
id: "6",
name: "Lisa Martinez",
role: "Social Committee",
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-black-turtleneck-glasses-making-grimace-being-confused_141793-55024.jpg?_wi=3",
imageAlt: "Lisa Martinez - Social Committee",
},
id: "6", name: "Lisa Martinez", role: "Social Committee", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-black-turtleneck-glasses-making-grimace-being-confused_141793-55024.jpg", imageAlt: "Lisa Martinez - Social Committee"},
]}
title="Class Students"
description="Meet the talented students in your selected class. View profiles and connect with classmates."
@@ -213,15 +168,8 @@ export default function ManageStudentsPage() {
<ProductCardTwo
products={[
{
id: "form-section",
brand: "Student",
name: "Profile Management Form",
price: "Create",
rating: 5,
reviewCount: "Admin",
imageSrc: "http://img.b2bpic.net/free-psd/new-language-flyer-template_23-2149292165.jpg?_wi=4",
imageAlt: "Student management form interface",
},
id: "form-section", brand: "Student", name: "Profile Management Form", price: "Create", rating: 5,
reviewCount: "Admin", imageSrc: "http://img.b2bpic.net/free-psd/new-language-flyer-template_23-2149292165.jpg", imageAlt: "Student management form interface"},
]}
title="Add New Student"
description="Owner management section: Add student information including name, biography, and profile photo to create new student cards."

View File

@@ -22,8 +22,7 @@ export default function HomePage() {
const footerColumns = [
{
title: "Platform",
items: [
title: "Platform", items: [
{ label: "Home", href: "/" },
{ label: "Classes", href: "/classes" },
{ label: "Students", href: "/students" },
@@ -31,8 +30,7 @@ export default function HomePage() {
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Documentation", href: "#" },
{ label: "Support", href: "#" },
{ label: "FAQs", href: "#" },
@@ -40,8 +38,7 @@ export default function HomePage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Accessibility", href: "#" },
@@ -57,7 +54,7 @@ export default function HomePage() {
borderRadius="soft"
contentWidth="small"
sizing="mediumLargeSizeMediumTitles"
background="floatingGradient"
background="circleGradient"
cardStyle="solid"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
@@ -74,8 +71,8 @@ export default function HomePage() {
tag="Education Platform"
tagIcon={BookOpen}
tagAnimation="slide-up"
background={{ variant: "floatingGradient" }}
imageSrc="http://img.b2bpic.net/free-photo/women-chatting-gym-door_1262-699.jpg?_wi=1"
background={{ variant: "glowing-orb" }}
imageSrc="http://img.b2bpic.net/free-photo/women-chatting-gym-door_1262-699.jpg"
imageAlt="Modern school classroom with students learning"
mediaAnimation="slide-up"
imagePosition="right"
@@ -97,31 +94,19 @@ export default function HomePage() {
features={[
{
id: 1,
title: "Class 9A",
description:
"Grade 9, Section A - Primary science and mathematics focus with 32 enrolled students",
imageSrc:
"http://img.b2bpic.net/free-vector/modern-business-card-template-flat-design_23-2147915144.jpg?_wi=1",
imageAlt: "Class 9A section",
},
title: "Class 9A", description:
"Grade 9, Section A - Primary science and mathematics focus with 32 enrolled students", imageSrc:
"http://img.b2bpic.net/free-vector/modern-business-card-template-flat-design_23-2147915144.jpg", imageAlt: "Class 9A section"},
{
id: 2,
title: "Class 9B",
description:
"Grade 9, Section B - Literature and humanities focus with 28 enrolled students",
imageSrc:
"http://img.b2bpic.net/free-vector/flat-design-geometric-business-card_23-2149293313.jpg?_wi=1",
imageAlt: "Class 9B section",
},
title: "Class 9B", description:
"Grade 9, Section B - Literature and humanities focus with 28 enrolled students", imageSrc:
"http://img.b2bpic.net/free-vector/flat-design-geometric-business-card_23-2149293313.jpg", imageAlt: "Class 9B section"},
{
id: 3,
title: "Class 9E",
description:
"Grade 9, Section E - Advanced studies and special programs with 25 enrolled students",
imageSrc:
"http://img.b2bpic.net/free-psd/flat-design-education-instagram-stories-template_23-2149375967.jpg?_wi=1",
imageAlt: "Class 9E section",
},
title: "Class 9E", description:
"Grade 9, Section E - Advanced studies and special programs with 25 enrolled students", imageSrc:
"http://img.b2bpic.net/free-psd/flat-design-education-instagram-stories-template_23-2149375967.jpg", imageAlt: "Class 9E section"},
]}
textboxLayout="default"
useInvertedBackground={true}
@@ -139,53 +124,23 @@ export default function HomePage() {
tagAnimation="blur-reveal"
members={[
{
id: "1",
name: "Alex Johnson",
role: "Class President",
imageSrc:
"http://img.b2bpic.net/free-photo/teen-girl-posing-with-textbook_23-2147666887.jpg?_wi=1",
imageAlt: "Alex Johnson - Class President",
},
id: "1", name: "Alex Johnson", role: "Class President", imageSrc:
"http://img.b2bpic.net/free-photo/teen-girl-posing-with-textbook_23-2147666887.jpg", imageAlt: "Alex Johnson - Class President"},
{
id: "2",
name: "Sarah Chen",
role: "Vice President",
imageSrc:
"http://img.b2bpic.net/free-photo/outdoor-shot-pensive-curly-haired-woman-student-returns-from-lecures-wears-headband-casual-neat-clothes-strolls-outdoors-poses-against-blurred-urban-background-people-lifestyle-concept_273609-62304.jpg?_wi=1",
imageAlt: "Sarah Chen - Vice President",
},
id: "2", name: "Sarah Chen", role: "Vice President", imageSrc:
"http://img.b2bpic.net/free-photo/outdoor-shot-pensive-curly-haired-woman-student-returns-from-lecures-wears-headband-casual-neat-clothes-strolls-outdoors-poses-against-blurred-urban-background-people-lifestyle-concept_273609-62304.jpg", imageAlt: "Sarah Chen - Vice President"},
{
id: "3",
name: "Michael Rodriguez",
role: "Class Secretary",
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-young-handsome-black-man-white_285396-372.jpg?_wi=1",
imageAlt: "Michael Rodriguez - Class Secretary",
},
id: "3", name: "Michael Rodriguez", role: "Class Secretary", imageSrc:
"http://img.b2bpic.net/free-photo/portrait-young-handsome-black-man-white_285396-372.jpg", imageAlt: "Michael Rodriguez - Class Secretary"},
{
id: "4",
name: "Emma Williams",
role: "Sports Captain",
imageSrc:
"http://img.b2bpic.net/free-photo/joy-happiness-summer-vacations-traveling-concept-joyful-attractive-young-woman-with-sunglasses-her-head-backpack-smiling-cheerfully-excited-while-sightseeing-some-european-city_343059-2892.jpg?_wi=1",
imageAlt: "Emma Williams - Sports Captain",
},
id: "4", name: "Emma Williams", role: "Sports Captain", imageSrc:
"http://img.b2bpic.net/free-photo/joy-happiness-summer-vacations-traveling-concept-joyful-attractive-young-woman-with-sunglasses-her-head-backpack-smiling-cheerfully-excited-while-sightseeing-some-european-city_343059-2892.jpg", imageAlt: "Emma Williams - Sports Captain"},
{
id: "5",
name: "David Park",
role: "Academic Lead",
imageSrc:
"http://img.b2bpic.net/free-photo/young-blonde-charming-female-isolated_176474-79209.jpg?_wi=1",
imageAlt: "David Park - Academic Lead",
},
id: "5", name: "David Park", role: "Academic Lead", imageSrc:
"http://img.b2bpic.net/free-photo/young-blonde-charming-female-isolated_176474-79209.jpg", imageAlt: "David Park - Academic Lead"},
{
id: "6",
name: "Lisa Martinez",
role: "Social Committee",
imageSrc:
"http://img.b2bpic.net/free-photo/young-beautiful-girl-black-turtleneck-glasses-making-grimace-being-confused_141793-55024.jpg?_wi=1",
imageAlt: "Lisa Martinez - Social Committee",
},
id: "6", name: "Lisa Martinez", role: "Social Committee", imageSrc:
"http://img.b2bpic.net/free-photo/young-beautiful-girl-black-turtleneck-glasses-making-grimace-being-confused_141793-55024.jpg", imageAlt: "Lisa Martinez - Social Committee"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -203,16 +158,9 @@ export default function HomePage() {
tagAnimation="slide-up"
products={[
{
id: "form-section",
brand: "Student",
name: "Profile Management Form",
price: "Create",
rating: 5,
reviewCount: "Admin",
imageSrc:
"http://img.b2bpic.net/free-psd/new-language-flyer-template_23-2149292165.jpg?_wi=1",
imageAlt: "Student management form interface",
},
id: "form-section", brand: "Student", name: "Profile Management Form", price: "Create", rating: 5,
reviewCount: "Admin", imageSrc:
"http://img.b2bpic.net/free-psd/new-language-flyer-template_23-2149292165.jpg", imageAlt: "Student management form interface"},
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"