burgernotes-client-web/index.html

79 lines
3.7 KiB
HTML
Raw Normal View History

2024-03-12 18:34:05 +00:00
<!DOCTYPE html>
<html lang="en">
2024-03-12 18:34:05 +00:00
<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" />
2024-03-12 18:34:05 +00:00
<meta content="Burgernotes" property="og:title" />
<meta content="A simple note-taking app!" property="og:description" />
<link rel="icon" href="/static/svg/favicon.svg">
2024-03-12 18:34:05 +00:00
</head>
<body>
2024-06-04 17:31:50 +01:00
<br><br><br>
2024-03-12 18:34:05 +00:00
<div class="mainDiv">
<div class="startDiv downloadDiv">
<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>
2024-06-05 19:20:34 +01:00
<br>
<div class="hAlign">
<a href="/download">🍔 Download</a>
<div class="vAlign"><p> or </p></div>
<a href="/app">Open in your web browser</a>
</div>
2024-06-05 19:20:34 +01:00
<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>
2024-06-04 17:31:50 +01:00
2024-06-05 19:20:34 +01:00
<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 + iOS and Android.</p>
2024-06-05 19:20:34 +01:00
</div>
2024-06-04 17:31:50 +01:00
2024-06-05 19:20:34 +01:00
<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>
2024-06-05 19:20:34 +01:00
<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.
2024-06-05 19:20:34 +01:00
</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.
2024-06-05 19:20:34 +01:00
</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>
2024-03-12 18:34:05 +00:00
</body>
</html>