<!DOCTYPE html>
<html lang="en">
  <head>
    <!-- Required meta tags -->
    <meta charset="utf-8" />
    <meta
      name="viewport"
      content="width=device-width, initial-scale=1, shrink-to-fit=no"
    />
    <link
      rel="shortcut icon"
      href="https://web-assoconnect-frc-prod-cdn-endpoint-software.azureedge.net/common/favicon.ico"
    />
    <!-- Bootstrap CSS -->
    <link
      rel="stylesheet"
      href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.1/css/bootstrap.min.css"
      integrity="sha384-VCmXjywReHh4PwowAiWNagnWcLhlEJLA5buUprzK8rxFgeH0kww/aWY76TfkUoSX"
      crossorigin="anonymous"
    />

    <!-- Custom CSS-->
    <style>
      #title {
        width: 50%;
        margin: auto;
      }
      .cell {
        display: table-cell;
        vertical-align: middle;
        padding: 10px;
        text-align: center;
      }
      .row {
        display: table-row;
      }
      .table {
        display: table;
        font-family: Roboto, sans-serif;
        height: 100%;
        width: 100%;
      }
      body,
      html {
        height: 100%;
        margin: 0;
      }
      h5 {
        line-height: 30px;
      }
    </style>

    <title>AssoConnect</title>
  </head>
  <body>
    <script>
      var userLang = navigator.language || navigator.userLanguage;
    </script>
    <div class="table">
      <div class="row">
        <div class="cell">
          <div id="title"></div>
          <img
            alt="Yado maintenance"
            width="500"
            src="https://web-assoconnect-frc-prod-cdn-endpoint-software.azureedge.net/common/yado/maintenance.svg"
          />
          <p id="description"></p>
        </div>
      </div>
    </div>
    <script>
      var title =
        userLang === "fr"
          ? "<h5>Cette page est hébergée par AssoConnect, logiciel de gestion et de communication pour les associations.</h5><h5>Une opération de maintenance est actuellement en cours afin d’apporter le meilleur service possible aux associations et leurs membres.</h5><h5><b>Le retour du service est prévu d'ici 8H.</b></h5>"
          : "<h5>This page is hosted by AssoConnect, the nonprofit and association management and communication software.</h5><h5>A maintenance operation is currently in progress in order to provide the best possible service to our organizations and members.<h5><b>Service is scheduled to resume at 8 o'clock CET.</b></h5>";
      var description =
        userLang === "fr"
          ? "Merci pour votre patience et à très vite !</br>L’équipe AssoConnect"
          : "Thanks for your patience!<br/>AssoConnect Team";
      document.getElementById("title").innerHTML = title;
      document.getElementById("description").innerHTML = description;
    </script>
  </body>
</html>
