templates/platform/index.html.twig line 1

Open in your IDE?
  1. {% extends 'base.html.twig' %}
  2. {% block title %}Platform | CogniEdu{% endblock %}
  3. {% block body %}
  4. <section class="py-5">
  5.   <div class="container">
  6.     <div class="mb-5">
  7.       <h1 class="display-5 fw-bold ce-title">Platform</h1>
  8.       <p class="lead text-muted">
  9.         CogniEdu is a unified AI platform built for higher education—turning institutional data into clear, actionable insight for leaders.
  10.       </p>
  11.     </div>
  12.     {# =========================
  13.        About blocks (2 columns)
  14.        ========================= #}
  15.     <div class="row g-4">
  16.       <div class="col-lg-6">
  17.         <div class="card h-100 shadow-sm">
  18.           <div class="card-body">
  19.             <h2 class="h5">What is CogniEdu</h2>
  20.             <p class="text-muted mb-0">
  21.               CogniEdu is a proprietary AI-based IP platform developed exclusively for universities and higher education
  22.               institutions. Harness the power of advanced AI for Business Intelligence (BI), Financial Analysis,
  23.               Enrollment Analytics, and Revenue Forecasting.
  24.             </p>
  25.           </div>
  26.         </div>
  27.       </div>
  28.       <div class="col-lg-6">
  29.         <div class="card h-100 shadow-sm">
  30.           <div class="card-body">
  31.             <h2 class="h5">Built for Strategic Decision-Making</h2>
  32.             <p class="text-muted mb-0">
  33.               Designed for agility, real-time decision-making, and strategic planning, CogniEdu delivers tailored insights
  34.               based on your institution's data and performance trends. CogniEdu is a cutting-edge AI platform tailored
  35.               specifically for the higher education sector. Developed by a team of AI experts and education specialists,
  36.               our proprietary technology transforms raw institutional data into actionable intelligence.
  37.             </p>
  38.           </div>
  39.         </div>
  40.       </div>
  41.     </div>
  42.     <div class="row g-4 mt-1">
  43.       <div class="col-lg-6">
  44.         <div class="card h-100 shadow-sm">
  45.           <div class="card-body">
  46.             <h2 class="h5">Integrated Intelligence Across the Institution</h2>
  47.             <p class="text-muted mb-0">
  48.               Whether you're managing enrollment, overseeing finances, or forecasting revenue, CogniEdu provides
  49.               the tools for informed, data-driven decisions. Our platform integrates seamlessly with existing systems,
  50.               ensuring minimal disruption and maximum impact.
  51.             </p>
  52.           </div>
  53.         </div>
  54.       </div>
  55.       <div class="col-lg-6">
  56.         <div class="card h-100 shadow-sm">
  57.           <div class="card-body">
  58.             <h2 class="h5">Our Mission, Vision, and Values</h2>
  59.             <p class="text-muted mb-0">
  60.               <strong>Mission:</strong> To revolutionize higher education management through AI innovation.<br>
  61.               <strong>Vision:</strong> Empower every institution with real-time, predictive analytics for sustainable growth.<br>
  62.               <strong>Values:</strong> Accuracy, Agility, Security, and Customization.
  63.             </p>
  64.           </div>
  65.         </div>
  66.       </div>
  67.     </div>
  68.     {# =========================
  69.        Core platform overview (2 columns)
  70.        ========================= #}
  71.     <div class="row g-4 mt-4">
  72.       <div class="col-lg-6">
  73.         <div class="card h-100 shadow-sm">
  74.           <div class="card-body">
  75.             <h2 class="h5">Platform Overview</h2>
  76.             <p class="text-muted mb-0">
  77.               CogniEdu connects to your existing systems, normalizes data into a secure analytics layer, and applies AI-driven models
  78.               to deliver dashboards, forecasts, and decision-ready reporting.
  79.             </p>
  80.           </div>
  81.         </div>
  82.       </div>
  83.       <div class="col-lg-6">
  84.         <div class="card h-100 shadow-sm">
  85.           <div class="card-body">
  86.             <h2 class="h5">Designed for Higher Education</h2>
  87.             <p class="text-muted mb-0">
  88.               Purpose-built for the workflows and outcomes that matter in higher ed: enrollment, revenue, financial sustainability,
  89.               institutional performance, and strategic planning.
  90.             </p>
  91.           </div>
  92.         </div>
  93.       </div>
  94.     </div>
  95.     {# =========================
  96.        Three feature cards (3 columns)
  97.        ========================= #}
  98.     <div class="row g-4 mt-1">
  99.       <div class="col-lg-4">
  100.         <div class="card h-100 shadow-sm">
  101.           <div class="card-body">
  102.             <h3 class="h6 mb-2">Data Integration</h3>
  103.             <ul class="text-muted small mb-0">
  104.               <li>Connect to SIS, ERP, LMS, CRM sources</li>
  105.               <li>Secure API and scheduled imports</li>
  106.               <li>Normalization and validation</li>
  107.               <li>Consistent definitions across units</li>
  108.             </ul>
  109.           </div>
  110.         </div>
  111.       </div>
  112.       <div class="col-lg-4">
  113.         <div class="card h-100 shadow-sm">
  114.           <div class="card-body">
  115.             <h3 class="h6 mb-2">AI &amp; Analytics Engine</h3>
  116.             <ul class="text-muted small mb-0">
  117.               <li>Predictive forecasting (enrollment, revenue)</li>
  118.               <li>Trend detection and performance signals</li>
  119.               <li>Scenario modeling for planning</li>
  120.               <li>Decision-ready metrics and insights</li>
  121.             </ul>
  122.           </div>
  123.         </div>
  124.       </div>
  125.       <div class="col-lg-4">
  126.         <div class="card h-100 shadow-sm">
  127.           <div class="card-body">
  128.             <h3 class="h6 mb-2">Dashboards &amp; Reporting</h3>
  129.             <ul class="text-muted small mb-0">
  130.               <li>Role-based dashboards</li>
  131.               <li>Drill-down and cohort views</li>
  132.               <li>Exportable reports for stakeholders</li>
  133.               <li>Institutional KPI monitoring</li>
  134.             </ul>
  135.           </div>
  136.         </div>
  137.       </div>
  138.     </div>
  139.     {# =========================
  140.        Security + Who it's for (2 columns)
  141.        ========================= #}
  142.     <div class="row g-4 mt-1">
  143.       <div class="col-lg-6">
  144.         <div class="card h-100 shadow-sm">
  145.           <div class="card-body">
  146.             <h2 class="h5">Security &amp; Governance</h2>
  147.             <p class="text-muted">
  148.               Built with institutional needs in mind: role-based access, auditability, and secure handling of data.
  149.               For detailed controls and compliance posture, see our Security page.
  150.             </p>
  151.             <a href="{{ path('security') }}" class="btn btn-outline-secondary btn-sm">View Security</a>
  152.           </div>
  153.         </div>
  154.       </div>
  155.       <div class="col-lg-6">
  156.         <div class="card h-100 shadow-sm">
  157.           <div class="card-body">
  158.             <h2 class="h5">Who It’s For</h2>
  159.             <div class="row">
  160.               <div class="col-sm-6">
  161.                 <ul class="text-muted small mb-0">
  162.                   <li>Presidents &amp; Provosts</li>
  163.                   <li>Institutional Research</li>
  164.                   <li>Strategic Planning</li>
  165.                 </ul>
  166.               </div>
  167.               <div class="col-sm-6">
  168.                 <ul class="text-muted small mb-0">
  169.                   <li>CFOs &amp; Finance Teams</li>
  170.                   <li>Enrollment Leadership</li>
  171.                   <li>Admissions Teams</li>
  172.                 </ul>
  173.               </div>
  174.             </div>
  175.           </div>
  176.         </div>
  177.       </div>
  178.     </div>
  179.     {# =========================
  180.        CTA
  181.        ========================= #}
  182.     <div class="mt-5 p-4 bg-light rounded-3 border">
  183.       <div class="row align-items-center g-3">
  184.         <div class="col-lg-8">
  185.           <h2 class="h4 mb-1">See the platform in action</h2>
  186.           <p class="mb-0 text-muted">Tell us about your institution and we’ll schedule a demo.</p>
  187.         </div>
  188.         <div class="col-lg-4 text-lg-end">
  189.           <a href="{{ path('request_demo') }}" class="btn btn-primary">Request a Demo</a>
  190.         </div>
  191.       </div>
  192.     </div>
  193.   </div>
  194. </section>
  195. {% endblock %}