Skip to content
Snippets Groups Projects
copyright.html 4.46 KiB
Newer Older
akwizgran's avatar
akwizgran committed
<!DOCTYPE html>
<html>
<head>
  <link rel="stylesheet" type="text/css" href="css/styles.css" />
  <title>Briar</title>
  <meta name="description" content="Secure messaging, anywhere"/>
  <meta charset="utf-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <meta name="flattr:id" content="4pq200">
akwizgran's avatar
akwizgran committed
</head>
  <div id="wrapper">
    <div id="header_container">
      <div id="header">
        <a href="index.html"><div id="logo"><img src="img/briar_logo_large.png" alt="Briar" class="logo"/></div></a>
        <div id="nav">
          <div id="signup">
            <form id="signupform" action="https://sourceforge.net/projects/briar/lists/briar-announce" target="_blank" method="get">
              <input placeholder="Email address" type="email" name="email" tabindex="2"></input>
              <button name="submit" type="submit" id="signup-submit" onClick="_submit_form();">Keep me updated</button>
            </form>
            <div id="signupconf">Thanks! We'll keep you updated.</div>
            <script language="JavaScript">
            <!--
            function _submit_form(){
                document.getElementById('signupform').style.display = 'none';
                document.getElementById('signupconf').style.display = 'block';
                return true
            }
            //-->
            </script>
          </div> <!-- signup -->
          <label for="menu-toggle"><img src="img/menu.png"></label>
          <input type="checkbox" id="menu-toggle"/>
          <ul id="menu">
            <li><a href="index.html" id="indexnav">Home</a></li>
            <li><a href="download.html" id="downloadnav">Download</a></li>
            <li><a href="how-it-works.html" id="hownav">How&nbsp;it&nbsp;Works</a></li>
            <li><a href="about.html" id="aboutnav">About&nbsp;Us</a></li>
            <li><a href="get-involved.html" id="involvednav">Get&nbsp;Involved</a></li>
          </ul>
        </div> <!-- nav -->
      </div> <!-- header -->
    </div> <!-- header_container -->
akwizgran's avatar
akwizgran committed

    <div id="container">
      <div id="content">
        <div class="full">
          <h2 >Copyright</h2>
akwizgran's avatar
akwizgran committed

          <p>Briar is free software. You can redistribute it and modify it under the terms of the <a href="https://gnu.org/licenses/gpl.txt">GNU General Public License</a>.</p>
akwizgran's avatar
akwizgran committed
 
          <p>Google Play and the Google Play logo are trademarks of Google Inc. The Android robot is reproduced or modified from work created and shared by Google and used according to terms described in the <a href="https://creativecommons.org/licenses/by/3.0">Creative Commons 3.0 Attribution License</a>.</p>
akwizgran's avatar
akwizgran committed

          <p>The mobile phone image is reproduced or modified from work created and shared by <a href="https://secure.flickr.com/photos/vernieman">Vernon Chan</a> and used according to terms described in the <a href="https://creativecommons.org/licenses/by/2.0">Creative Commons 2.0 Attribution License</a>.</p>
akwizgran's avatar
akwizgran committed

          <p>The server icon was created by <a href="http://www.visualpharm.com/">VisualPharm</a>.</p>
          <p>All other content on this website is (c) 2017 Sublime Software Ltd. You can redistribute and modify it under the terms of the <a href="https://creativecommons.org/licenses/by/4.0">Creative Commons 4.0 Attribution License</a>.</p>

        </div> <!-- full -->
      </div> <!-- content -->
    </div> <!-- container -->
  </div> <!-- wrapper -->
akwizgran's avatar
akwizgran committed

  <div class="clearboth"></div>

  <div id="footer_container">
    <div id="footer">
      <div id="signup2">
        <form id="signupform2" action="https://sourceforge.net/projects/briar/lists/briar-announce" target="_blank" method="get">
          <input placeholder="Email address" type="email" name="email" tabindex="2"></input>
akwizgran's avatar
akwizgran committed
          <button name="submit" type="submit" id="signup-submit2" onClick="_submit_form2();">Keep me updated</button>
        </form>
        <div id="signupconf2">Thanks! We'll keep you updated.</div>
        <script language="JavaScript">
        <!--
        function _submit_form2(){
            document.getElementById('signupform2').style.display = 'none';
            document.getElementById('signupconf2').style.display = 'block';
            return true
        }
        //-->
        </script>
      </div> <!-- signup2 -->
      <ul>
        <li><a href="copyright.html">Copyright</a></li>
        <li><a href="privacy.html">Privacy</a></li>
        <li>Site design by Reflective Spaces</li>
akwizgran's avatar
akwizgran committed
      </ul>
    </div> <!-- footer -->
  </div> <!-- footer_container -->
</body>
</html>