 
<!DOCTYPE html>
<html lang="en">
  <head>
    <title>Kamerton</title>

    <meta charset="UTF-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
    <meta name="description" content="" />
    <meta name="keywords" content="" />
    <meta name="team" content="" />
    <meta
      name="viewport"
      content="width=device-width, initial-scale=1, maximum-scale=1"
    />
    
    <link rel="stylesheet" href="/css/normalize.css?004a94e" />
    <link rel="stylesheet" href="/css/style.css?004a94e" />
    
  </head>
  <body>
    <div class="menu-container-outer">
      <div class="menu-container">
        <a href="/" class="menu-logo" style="background-image: url(/images/logo.png?004a94e);"></a>
        <a href="javascript:void(0);" class="menu-icon" onclick="openMenu()">
          <img src="/images/bars.png?004a94e" width="40px" height="40px"/>
        </a>
        <div id="menu" onclick="openMenu()" >
          
          <a href="/petition" class="menu-item">petition</a>
          
          <a href="/goals" class="menu-item">goals</a>
          
          <a href="/about" class="menu-item">about</a>
          
          <a href="/contact" class="menu-item">contact</a>
          
          <a href="/donate" class="menu-item">donate</a>
          
          <a href="/ru" class="menu-item">русский</a>
        </div>
      </div>
    </div>
    

<link rel="stylesheet" href="/css/main.css?004a94e" />
<div class="home-outer">
  <div class="home">

      <div
        class="circle-gif" id="mainCircle" >
      <a href="#" title="Tune Up To Truth"></a>
    </div>
 
    <video
      id="player"
      style="display: none"
    >
      <source src="/video/circle_en.mp4?004a94e" type="video/mp4" />
    </video>

    <div class="buttons-container">
      
      <a
        href="https://world.kamerton.global"
        class="button"
        title="world news events people"
        style=" background-image: url('/images/world_en.png?004a94e');"
      ></a>
      
      <a
        href="https://education.kamerton.global"
        class="button"
        title="school critical thinking"
        style=" background-image: url('/images/school_en.png?004a94e');"
      ></a>
      
    </div>
  </div>
</div>
<script>
  img = document.createElement('img');
  img.src = '/video/circle_en.gif?004a94e';
  img.onload = function() {
  
    document.getElementById('mainCircle').style.backgroundImage= "url(/video/circle_en.gif?004a94e)";
    document.getElementById('player').play()
  };
  
</script>

<script>
    function openMenu() {
      var disCls = 'menu-display';
      var x = document.getElementById("menu");
      if (x.classList.contains(disCls)) {
        x.classList.remove(disCls)
      } else {
        x.classList.add(disCls)
      }
    }

  </script>
  
<script>
  var _paq = window._paq = window._paq || [];
   
  _paq.push(['trackPageView']);
  _paq.push(['enableLinkTracking']);
  (function() {
  var u="https://analytics.kamerton.global/";
  _paq.push(['setTrackerUrl', u+'matomo.php']);
  _paq.push(['setSiteId', '5']);
  var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
  g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
  })();
  </script>
    
   
<script async src="https://www.googletagmanager.com/gtag/js?id=G-JJRHP44B0Y"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-JJRHP44B0Y');
</script>

</body>
</html>
 