TGI Platform: Інноваційна система управління школою + персоналізоване навчання

🛠️ System Layout Test / Тест системної розмітки

Transform your legacy stylesheets into a professional, modular architecture. In this guide, we dive deep into refactoring standard CSS into modern SCSS using BEM nesting, map-based variable systems, and reusable mixins for a cleaner, more maintainable codebase.

1. Typography & Hierarchy / Типографіка та ієрархія

Below are the standard heading levels used across the platform.

H1: Global Educational Standards

H2: Personalized Learning Trajectories

H3: Mentor and Tutor Collaboration

H4: Administrative Analytics

H5: Detailed Student Metrics
H6: Small Metadata and Captions

English Text: The TGI Platform provides a unified ecosystem for school management, focusing on individual student growth through data-driven insights. It bridges the gap between traditional administration and modern pedagogy.

Український текст: Платформа TGI забезпечує єдину екосистему для управління школою, зосереджуючись на індивідуальному розвитку учнів за допомогою аналізу даних. Вона долає розрив між традиційним адмініструванням та сучасною педагогікою.

2. Comparative Data Table / Порівняльна таблиця даних

Testing how the theme handles cell padding, borders, and responsive overflow.

Feature / Функція Basic / Базовий Personalization+ / Персоналізація+ Status / Статус
Analytics / Аналітика Weekly / Щотижня Real-time / В реальному часі ✅ Active
Users / Користувачі Up to 50 / До 50 Unlimited / Безліміт ⚡ High
Support / Підтримка Email 24/7 Priority / Пріоритетна 📞 Online
Price / Ціна $0 / Free Custom / Індивідуально

3. Lists & Formatting / Списки та форматування

Testing nested structures and text decoration.

Platform Objectives / Цілі платформи:

  • Accessibility (EAA Compliance): Ensuring all students can navigate the UI.

    • Sub-task: Check ARIA labels and contrast ratios.

  • Data Security: Protecting sensitive student records.

  • User Roles:

    1. Administrators (Адміністратори)

    2. Mentors (Ментори)

    3. Parents (Батьки)

Important Note / Важлива примітка: “The goal of education is not just knowledge, but action.” — ТГІ Платформа прагне перетворити дані на реальні освітні результати для кожного учня.


4. Media & Graphic Assets / Медіа та графічні ресурси

Testing image scaling and caption alignment.

Caption: Testing image responsiveness and italicized Ukrainian captions / Тестування адаптивності зображення та підписів курсивом.


5. Code & Technical Samples / Код та технічні зразки

Testing monospace fonts for CSS/JavaScript snippets.

CSS
 
/* Custom CSS for TGI Platform Buttons */
.tgi-button-primary {
    background-color: #2563eb;
    border-radius: 8px;
    font-family: 'Inter', sans-serif;
    transition: transform 0.2s ease;
}

.tgi-button-primary:hover {
    transform: translateY(-2px);
}

6. Final Checklist / Фінальний чек-лист

  • [ ] Does the Ukrainian font match the English font weight?

  • [ ] Is the table readable on mobile devices?

  • [ ] Are the bullet points aligned correctly?

  • [ ] Чи коректно відображаються апострофи та літери ‘і’, ‘ї’, ‘є’?