{% block replacestylesheets %}
<link rel="stylesheet" href="{{ asset('css/style.css') }}" type="text/css" />
{% endblock %}
{% extends 'new_navbar.html.twig' %}
{% block title %}Why Create Account - Toast{% endblock %}
{% block forClass %}w-create-acc{% endblock %}
{% block anchorAccount %}
<a href="#wrapper" class="anchor-title">Why Create Account?</a>
{% endblock %}
{% block logo %}
<a href="{{ path('site_index') }}"><img src="{{ asset('img/logo.svg') }}" alt="toast"></a>
{% endblock %}
{% block bodyClass %}home{% endblock %}
{% block body %}
<main id="main">
<section class="top-section">
<div class="container">
<h1 class="scroll-title">Why Create Account?</h1>
<div class="text-holder">
<img src="{{ asset('img/Homer.svg') }}" width="200" height="240" alt="Homer">
<div class="text">
<p>You think why would a browser extension require an account? Yet another... for a browser extension ββπ²π€·πΌββοΈ</p>
<p>But yeah, thatβs where the progress took us. Nowadays, browsers are so powerful that most of our work is done inside a browser. And so are the modern extensions, like Toast. </p>
<p>An account lets us provide way better features, and sign in with Apple, Google or Facebook makes it just a few clicks away.</p>
</div>
</div>
</div>
</section>
<section class="why-account-content">
<div class="container">
<ul class="why-account-list">
<li>
<span class="icon">π―</span>
<h2>What exactly does Toast require an account for?</h2>
<p>Toast has a lot to offer thanks to the account. <b>Our sync and web platform are the best in the industry</b> and many features are <b>exclusive to Toast</b>.</p>
<h3>Synchronization</h3>
<p class="style-margin">The most obvious feature that you could think about while trying to figure out why do we need an account, is sync. <b>Toast has the biggest number of supported browsers</b> among all of the extensions. Those are: Safari, Chrome, Firefox, Opera, all Chromium-based browsers (like Microsoft Edge, Brave...) And one of the core principles for us is providing all of our functionality for all of those.</p>
<p>What does it mean in practice? If you use Chrome on multiple computers, we could have been syncing your folders just via Chrome without any account, but that wouldn't work between Chrome and Safari, Chrome and Firefox, Safari and Opera... and all of the other combinations you could think of. So we had to make it possible for you to <b>access your Toast everywhere</b>.</p>
<h3>Web Platform</h3>
<p>The part above was only describing sync of your data between the extensions in different browsers, but we went even further, bringing you access to all of your folder on any device that has a browser.</p>
<p><b>If that wasn't worth enough for you to create an account, we'll continue :) </b></p>
<h3>Sharing</h3>
<p class="style-margin">Have you ever done research that you needed to share with someone? Let's say you've found 15 websites with useful information. In the past, you have had to copy each one and paste it in the document or a message and then send it. Isn't that too complex? Yeah, we thought so too. </p>
<p class="style-margin">Toast offers you <b>sharing by link or email</b>. Back to our found 15 tabs. With Toast to share those with someone in Slack will require you exactly 4 clicks and no matter if there are 3 tabs you need to share or 60, that's just a second to do. On the other end, your colleague would be able to see a beautiful page with an organized list of all tabs with their real names (not just random unclear links).</p>
<p>Email sharing is almost as easy, save a folder, enter the recipient's email and your folder is copied to his Toast.</p>
<h3>Backup</h3>
<p class="style-margin">Bad things, unfortunately, happen in life. A computer could break or get stolen, some virus can delete everything on the device... You know all of these possible bad stories no worse than we do. Losing the device is hard, but we all actually are more worried about the data that we had there.</p>
<p>With Toast account all of your folders are stored on the reliable, continuously backed-up server that is physically secured and monitored. So there is <b>no chance your data gets lost</b> with your device. On any other device you would be able to access everything saved in Toast.</p>
</li>
<li>
<span class="icon">π</span>
<h2>β Ok, well, that is all great, but I'm worried about sharing my personal information. In other words - Toast Security Principles.</h2>
<p class="style-margin">We have dedicated an entire page for <a href="{{ path('site_security') }}">Toast Security Principles</a>, but here is a short recap of it.</p>
<p class="style-margin">The most trustworthy thing we can mention is that Toast extensions are distributed only through official browser extension stores like Mac App Store, Chrome Web Store, Firefox and Opera add-ons. That means that each extension update gets diligently checked by Apple, Google, Firefox and Opera engineers, security specialists before becoming available for download. </p>
<p class="style-margin">On our side, we follow the industry-best security practices. All of the communication between server, extension, and web platform is completely encrypted with HTTPS and SSL, which allows it to be safely transferred even over the public wi-fi networks. </p>
<p class="style-margin">Users' private information is securely stored in a database, sensitive information (like passwords) is never stored in a human-readable format. Our support team does never access your data unless helping you solve the issue. </p>
<p class="style-margin"><b>Toast does not collect any information without user action</b>, neither send anything anywhere before you request. Even after the user requests to let's say save a folder, Toast collects the least amount of information required to provide the functionality, this is very diligently checked in browser stores, by the way. Toast does not access your browsing activity or history, saved or entered passwords, website content.</p>
<p><b>Finally, Toast does not, and never would, sell users' data.</b></p>
</li>
<li>
<span class="icon">βοΈ</span>
<h2>Contact Us</h2>
<p>Have a question or concern? Please email us at <a href="mailto:dotoast.com@gmail.com">dotoast.com@gmail.com</a>.</p>
</li>
</ul>
</div>
</section>
</main>
{% endblock %}
{% block javascripts %}
<script src="{{ asset('js/jquery.main.js') }}"></script>
<script src="{{ asset('js/registration.js') }}"></script>
{% endblock %}