File "about-us.php"

Full Path: C:/Inetpub/vhosts/timelogica.com/chiacai.com/video/about-us.php
File size: 11.68 KB
MIME-type: text/html
Charset: utf-8

<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
    
        <!-- font -->
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500;600;700&display=swap" rel="stylesheet">


    <!-- Bootstrap CSS -->
    <!-- Bootstrap JS (with Popper) -->
    <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>

    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet"
        integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
    <title>Chiac ASI</title>
 
    <!-- ✅ Correct Font Awesome CDN -->
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css"
        integrity="sha512-Fo3rlrZj/kTcKU5eYOJtA2RZz8Ug5v8D6QqG8XqgrhF7qOdwJXZ1bsWhzBGlG8SRK3pW7YT8gVqIHklh3PR76g=="
        crossorigin="anonymous" referrerpolicy="no-referrer" />
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">
    
    <link rel="icon" type="image/png" sizes="32x32" href="Images/favicon-32x32.png">

    <!-- Your Custom CSS -->
    <link rel="stylesheet" href="style.css">
</head>

<body>
    <section class="tech-class">
        <nav class="navbar navbar-expand-lg navbar-light bg-transparent">
            <div class="container custom-container navbars">

                <a class="navbar-brand" href="index.php" style="font-family: 'Josefin Sans', sans-serif; font-weight: 500;">
                    <img src="Images/chiac-transparent-logo.png" alt="" width="140" height="80">
                    CHIAC ASI
                </a>

                <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent"
                    aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
                    <span class="navbar-toggler-icon"></span>
                </button>

                <div class="collapse navbar-collapse" id="navbarSupportedContent">

                    <!-- Menu items -->
                    <?php
                    $currentPage = basename($_SERVER['PHP_SELF']);
                    ?>
                    <ul class="navbar-nav ms-auto mb-2 mb-lg-0">
                        <li class="nav-item">
                            <a class="nav-link <?php if ($currentPage == 'technology.php') {
                                                    echo 'active';
                                                } ?>" href="technology.php">Technology</a>
                        </li>
                        <li class="nav-item">
                            <a class="nav-link <?php if ($currentPage == 'about-us.php') {
                                                    echo 'active';
                                                } ?>" href="about-us.php">About</a>
                        </li>
                        <li class="nav-item">
                            <a class="nav-link <?php if ($currentPage == 'contactus.php') {
                                                    echo 'active';
                                                } ?>" href="contactus.php">Contact</a>
                        </li>
                        <li class="nav-item">
                            <a class="nav-link <?php if ($currentPage == 'research.php') {
                                                    echo 'active';
                                                } ?>" href="research.php">Research</a>
                        </li>
                        <li class="nav-item">
                            <a class="nav-link <?php if ($currentPage == 'blog.php') {
                                                    echo 'active';
                                                } ?>" href="blog.php">Press and Blog</a>
                        </li>
                </div>

            </div>
        </nav>

        <div class="container custom-container about-section">
            <h1 class="pt-5">Who Are We..?</h1>

        </div>
    </section>

    <div class="mt-5 container custom-container about-section">
        <hr class="bold-start-line">
        <h5 class="mt-5">OUR MISSION</h5>

        <h1 class="mt-5 animated-heading">Super Aligned Super Intelligence</h1>
    </div>

    <div class="container custom-container">
        <div class="row g-0 overflow-hidden align-items-center">
            <div class="col-12 col-md-6">
                <img class="d-none d-md-block" src="Images/abstract-1.png" alt="Lightcircle" style="height: 650px; width: 100%; border-radius: 30px;">
            </div>

            <div class="col-12 col-md-6 split-right px-5">
                <div class="mb-5 px-5">

                    <p class="" style="text-align: justify;">
                        At Chiac ASI, our mission is to create aligned superintelligence—a new form of intelligence that surpasses human capability yet remains deeply rooted in core human values. We envision this not as a robotic, abrupt leap into a sci-fi future, but as a natural, evolutionary extension of humanity itself. By solving the AI control problem before it becomes an existential risk, we aim to ensure that superintelligence emerges as a trusted partner to humankind—enhancing our potential, safeguarding our future, and shaping a world where technological progress and human well-being grow together.
                    </p>
                </div>
            </div>
        </div>
    </div>

    <div class="mt-5 container custom-container">
        <h1 class="my-5 heritage animated-heading">Heritage Meets Innovation</h1>
    </div>

    <div class="container custom-container">
        <div class="row g-0 overflow-hidden align-items-center">
            <div class="col-12 col-md-6 split-right px-5">
                <div class="mb-5 px-5">

                    <p class="" style="text-align: justify;">
                        Our story begins with our founder, Chandra Nagaraju, an accomplished software developer and entrepreneur. In 2013, while working at Imperial College London, he observed that advancements in quantum physics and AI mirrored ancient wisdom from India's guru lineages. Fascinated by these profound parallels, he embarked on a journey to study and document this ancient knowledge in scientific terms for the greater good.
                    </p>
                </div>
            </div>

            <div class="col-12 col-md-6">
                <img class="d-none d-md-block" src="Images/abstract-1.png" alt="Lightcircle" style="height: 650px; width: 100%; border-radius: 30px;">
            </div>
        </div>
    </div>
    
    <!-- Superintelligence Internship -->
<div class="pt-5 container custom-container tech-section">
    <hr class="bold-start-line">

    <h2 class="pt-5 animated-heading" style="padding-left:100px;">
        Launch of the World’s First Superintelligence Internship Program
    </h2>

    <div class="pt-5">
        <hr class="bold-start-line">

        <p class="pt-5">
            As part of its mission to prepare society for the emerging era of Superintelligence, the company launched the world’s first Superintelligence Internship Program designed specifically to equip students with future-ready skills, ethical AI understanding, and interdisciplinary technological awareness.
            <br><br>

            The program was successfully conducted over a 15-week period and engaged nearly 1,000 students through various learning initiatives, industry exposure activities, and advanced Superintelligence-focused training modules.
            <br><br>

            The initiative focused not only on Artificial Intelligence technologies, but also on ethical reasoning, future societal transformation, advanced computational systems, and interdisciplinary innovation required for the next generation of intelligent systems.
        </p>
    </div>
</div>

<!-- Faculty Development Program -->
<div class="pt-5 container custom-container tech-section">
    <hr class="bold-start-line">

    <h2 class="pt-5 animated-heading" style="padding-left:100px;">
        Faculty Development Programs for Future-Ready Education
    </h2>

    <div class="pt-5">
        <hr class="bold-start-line">

        <p class="pt-5">
            To strengthen institutional readiness for the age of Superintelligence, the company conducted specialized Faculty Development Programs (FDPs) for more than 250 educators across leading academic institutions.
            <br><br>

            The initiative trained over 150 faculty members within the Visvesvaraya Technological University (VTU) ecosystem and nearly 100 faculty members at SIT.
            <br><br>

            These programs focused on helping educators understand emerging AI technologies, future curriculum integration, ethical AI systems, and next-generation teaching methodologies aligned with rapidly evolving technological landscapes.
        </p>
    </div>
</div>

<!-- Dynamic Curriculum -->
<div class="pt-5 container custom-container tech-section">
    <hr class="bold-start-line">

    <h2 class="pt-5 animated-heading" style="padding-left:100px;">
        Rollout of the Dynamic Tech Curriculum and Textbook Framework
    </h2>

    <div class="pt-5">
        <hr class="bold-start-line">

        <p class="pt-5">
            As part of its educational transformation initiatives, the company successfully introduced its Dynamic Tech Curriculum and Dynamic Textbook Framework at SIT.
            <br><br>

            Unlike traditional static learning models, this framework is designed to evolve continuously alongside advancements in Artificial Intelligence, Superintelligence, quantum technologies, and future computational systems.
            <br><br>

            Following the successful rollout at SIT, the organization plans to expand the framework to additional universities and institutions as part of its broader mission to modernize education for the Superintelligence era.
        </p>
    </div>

    
</div>

    <div class="mt-5 container custom-container about-section">
        <hr class="bold-start-line">

        <h1 class="mt-5 animated-heading">Meet Founder and Co-Founders</h1>
    </div>

    

    <section class="team-section container custom-container">
        <div class="team-card">
            <h4>Chandra Nagaraju</h4>
            <h2>CEO</h2>
            
        </div>

        <div class="team-card-1">
            <h4>Prateek J H</h4>
            <h2>COO</h2>
            
        </div>

        <div class="team-card">
            <h4>Tilak Chinta</h4>
            <h2>CRO</h2>
            
        </div>
    </section>


    <div class="container Result-custom " style="margin-bottom: 150px;">
        <h1 class="animated-heading">Results</h1> <br>
        <p class="fs-4">There are 6 major scheming areas. We have brought scheming percentage to Zero for 4 out of 6 evaluations, 1 out of 6, there's significant reduction and, the remaining one is slightly reduced. We would love for you to see how far we've come. Please <a href="https://chiacadmin.github.io/Scheming.github.io/"> click here</a></p>
    </div>
</body>












<?php
// Include footer
include 'footer.php';
?>



</html>

<!-- SCRIPTS -->
<script src="script.js"></script>