<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Welcome to AboutKidsHealth</title>
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
    <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.bundle.min.js" integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN" crossorigin="anonymous"></script>  
    <link rel="stylesheet" type="text/css" href="/css/style.css"> 
</head>
<body>
    <header class="navbar">
        <div class="container">
            <img class="akh-logo" src="/images/AKH-Logo.png" alt="AboutKidsHealth logo">
            <a href="http://sickkids.ca/" class="navbar-brand">
			<img src="/images/sickkids-logo-desktop-140x42.webp" alt="Link to The Hospital for Sick Children website"></a>
        </div>
    </header>
    <main class="container py-5">
        <section class="accordian-container">
           <h1>AboutKidsHealth.ca and other SickKids-affiliated websites experiencing prolonged downtime</h2>
           <p><strong>Work continues to bring all websites back online</strong></p>
            <p>The paediatric health education site, AboutKidsHealth.ca, and some other websites owned and operated by The Hospital for Sick Children (SickKids) were impacted as part of the <a href="https://www.sickkids.ca/en/news/archive/2023/sickkids-lifts-code-grey-with-80-per-cent-of-priority-systems-restored/">cybersecurity incident</a> detected on Dec. 18, 2022. The websites continue to be offline and work to bring them back online is ongoing.</p>
            <p>SickKids appreciates the patience and understanding of all website users while we work to resolve the situation.</p>
            <p>For information about common child health concerns, please visit <a class="external-link" href="https://www.youtube.com/channel/UCvHCw-Pc9Cl9VeZrvEVldEw" target="_blank" rel="noopener">AboutKidsHealth’s YouTube channel</a>.</p>
        </section> 
    </main>
    <footer>
        <div class="container">
            <small class="float-sm-end">Copyright © 2023 The Hospital for Sick Children (SickKids). All rights reserved.</small>
        </div>
    </footer>
</body>
</html>