 
<!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/donate" class="menu-item">русский</a>
        </div>
      </div>
    </div>
    
<link rel="stylesheet" href="/css/about.css?004a94e" />
<div class="text-content-outer">
<div class="text-content">
  <div>
    
      <p>
      The Kamerton.global project needs your help. Dozens of volunteers in the USA, Israel, Canada, Russia, Ukraine, and Georgia worked to create this portal, protect it from politically correct censorship and organize a unique school of creative and critical thinking on the Internet. Now we urgently need funds to convey information about the project to a wide audience.
      </p>
      <p>
      Many of you have already helped us, and your help is invaluable.I want to appeal to your generosity again. Please open your hearts and send us any amount you deem possible. Thank you in advance.
      </p>
      <center>
      <form action="https://www.paypal.com/donate" method="post" target="_top">
        <input type="hidden" name="hosted_button_id" value="QTYNAFJNAF5J8" />
        <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" title="PayPal - The safer, easier way to pay online!" alt="Donate with PayPal button" />
        <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1" />
      </form>
      </center>
      
  </div>
</div>
</div>
<div class="text-bottom"></div>

<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>
 