<!DOCTYPE html>
<html lang="en">

<head>
    <title>Burgernotes</title>
    <meta charset="UTF-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
    <link rel="stylesheet" type="text/css" href="/static/css/style.css" />
    <meta content="Burgernotes" property="og:title" />
    <meta content="A simple note-taking app!" property="og:description" />
    <link rel="icon" href="/static/svg/favicon.svg">
</head>

<body>
    <br><br><br>
    <div class="mainDiv">
        <div class="startDiv">
            <h1>The safe home for your notes</h1>
            <p class="burgerText">Burgernotes is the number one service for storing your <b>shopping list</b>, <b>tasks'n todos</b>, <b>code snippets</b> plus more. And it's totally free.</p>
            <br>
            <div class="hAlign downloadDiv">
                <a href="/download"><div class="vAlign"><text>Download</text></div></a>
                <div class="vAlign"><p> or </p></div>
                <a href="/app"><div class="vAlign"><text>Open in your web browser</text></div></a>
            </div>
            <br><br>
            <br>
        </div>

        <div class="feature black">
            <h1>Secure, always.</h1>
            <p>Burgernotes features industry standard end-to-end encryption, so you can write knowing your notes are secure and private.</p>
        </div>

        <div class="feature black">
            <h1>For your device.</h1>
            <p>Burgernotes features a simple, yet powerful user interface.</p>
            <p>We support many devices, including Windows, macOS, Linux, ChromeOS + iOS and Android.</p>
        </div>

        <div class="feature" style="background-color: rgba(0, 0, 0, 0); margin-bottom: 0;">
            <details>
                <summary>Is Burgernotes open-source?</summary>
                <br>
                Burgernotes is licensed under the free and open-source license GNU AGPL v3.0, which guarantees your right to be able to use, modify, and share Burgernotes freely without restrictions.<br>
                <br>Unlike many other services, both our client and server software is open source, allowing you to self-host Burgernotes if you'd like.
            </details>
            <br>
            <details>
                <summary>Is Burgernotes really free?</summary>
                <br>
                Yes! We offer 25MB of storage by default, however you may request more by emailing support@cta.social. <br>There's no catch to this, we promise not to sell your data, and we don't display ads.
            </details>
            <br>
            <details>
                <summary>How can I trust Burgernotes to keep my notes private and secure?</summary>
                <br>
                We use industry-standard encryption (AES-256) to keep your notes secure.<br>End-to-end encryption ensures your notes are only visible to you, not us, or anyone else. Our source code is fully open, meaning anyone can audit our encryption.
            </details>
            <br>
            <details>
                <summary>Does Burgernotes accept donations?</summary>
                <br>
                Yes! Donations of any amount is appreciated to keep Burgernotes running. <br>You may donate at https://www.hectabit.org/donate, the non-profit software project behind Burgernotes.
            </details>
        </div>

        <div class="links">
            <a href="https://centrifuge.hectabit.org/hectabit/burgernotes"><img src="/static/svg/code.svg" alt="">Source
                Code</a>
            <a href="/privacy"><img src="/static/svg/info.svg" alt="">Privacy &amp; Terms</a>
            <a href="https://discord.gg/8EbKTjmH2d"><img src="/static/svg/forum.svg" alt="">Discord</a>
        </div>
        <br>
</body>

</html>