INSTITUTO CRISTIANO ESPERANZA DE VIDA

Jesucristo Esperanza de Vida

ATENCION

import { useState } from "react"; import { RegistrationForm, AttendanceRecord } from "@/components/RegistrationForm"; import { AttendanceList } from "@/components/AttendanceList"; import { StatsCards } from "@/components/StatsCards"; import { BookOpen } from "lucide-react"; const Index = () => { const [records, setRecords] = useState([]); const handleNewRecord = (record: AttendanceRecord) => { setRecords((prev) => { const existingRecordIndex = prev.findIndex( (r) => r.name === record.name && r.date === record.date && !r.checkOutTime ); if (existingRecordIndex !== -1 && record.checkOutTime) { const updated = [...prev]; updated[existingRecordIndex] = { ...updated[existingRecordIndex], checkOutTime: record.checkOutTime, }; return updated; } return [...prev, record]; }); }; return (
{/* Header */}

Sistema de Asistencia

Control de entrada y salida de estudiantes y docentes

{/* Main Content */}
{/* Stats Cards */} {/* Registration Form */} {/* Attendance List */}
{/* Footer */}

Sistema de Asistencia Escolar © {new Date().getFullYear()}

); }; export default Index;
.banner { background-color: #182659; color: white; text-align: center; padding: 20px 0; font-size: 1.5em; animation: slideIn 5s infinite alternate; } @keyframes slideIn { 0% { transform: translateX(-100%); } 100% { transform: translateX(0); } } .banner-content h2 { font-size: 2.2em; margin: 0; } .banner-content p { font-size: 1.1em; }

Nuestros servicios

Replace this text with information about you and your business or add information that will be useful for your customers.

Contabilidad

Replace this text with information about you and your business or add information that will be useful for your customers.

Consultoría de negocios

Replace this text with information about you and your business or add information that will be useful for your customers.

Seguridad empresarial

Replace this text with information about you and your business or add information that will be useful for your customers.

Versículos Aleatorios

Bachillerato por Ciclos

Una oportunidad para completar tus estudios secundarios a tu ritmo, con el acompañamiento de docentes calificados

CICLO III

Nuestros servicios

Replace this text with information about you and your business or add information that will be useful for your customers.

Contabilidad

Replace this text with information about you and your business or add information that will be useful for your customers.

Consultoría de negocios

Replace this text with information about you and your business or add information that will be useful for your customers.

Seguridad empresarial

Replace this text with information about you and your business or add information that will be useful for your customers.

Oferta exclusiva

$ 50

  • 10 ideas creativas
  • Comercial
  • servicio 24 horas

Oferta exclusiva

$ 20

  • 10 ideas creativas
  • Comercial
  • servicio 24 horas

Oferta exclusiva

$ 10

  • 10 ideas creativas
  • Comercial
  • servicio 24 horas

CICLO IV

CICLO V

CICLO VI

No esperes más para cumplir tus sueños. Únete a nuestro Bachillerato por Ciclos y transforma tu vida

Duración:

Cada ciclo tiene una duración de 1 año y 6 meses.

Horario Flexible:

Horarios matutinos, vespertinos o sabatinos.

Requisitos:

  • 2 fotos 3x4.
  • 2 copia del documento de identidad.
  • Certificados de estudios aprobados.

Consulta gratuita

Replace this text with information about you and your business or add information that will be useful for your customers.