add hr and change heading sizes

This commit is contained in:
thrownness 2020-03-05 15:14:07 -05:00 committed by Martti Malmi
parent 2c71cfb1f5
commit 161f188c43

View File

@ -148,6 +148,7 @@
<button id="use-profile-photo" class="hidden">Use photo</button>
<button id="remove-profile-photo" class="hidden">Remove photo</button>
</p>
<hr/>
<h3>Account</h3>
<p>
<b>Save a backup of your private key first!</b> Otherwise you can't log in back to this account.
@ -158,7 +159,7 @@
<p>
<button class="show-switch-account">Switch account</button>
</p>
<h3>Private key</h3>
<h4>Private key</h4>
<p>
<b>DANGER!</b> Private key is used to <b>log in to your account</b>. Don't give or show your private key to anyone else!
</p>
@ -169,7 +170,7 @@
<p>
<button id="show-private-key-qr">Show private key QR code</button>
</p>
<h3>Peers</h3>
<h4>Peers</h4>
<div id="peers" class="flex-table">
<div class="flex-row" id="add-peer-row">
<div class="flex-cell">
@ -185,7 +186,7 @@
</small>
</p>
</div>
<hr/>
<h3>About</h3>
<p>Iris is like the messaging apps we're used to, but better.</p>
<ul>
@ -197,7 +198,7 @@
<p><small>Version 1.1.9</small></p>
<div id="desktop-application-about">
<h3>Get the desktop application</h3>
<h4>Get the desktop application</h4>
<ul>
<li>Communicate and synchronize with local network peers without Internet access
<ul>
@ -211,7 +212,7 @@
<p><a href="https://github.com/irislib/iris-electron/releases">Download</a></p>
</div>
<h3>Privacy</h3>
<h4>Privacy</h4>
<p>Messages are end-to-end encrypted, but message timestamps and the number of chats aren't. In a decentralized network this information is potentially available to anyone.</p>
<p>By looking at timestamps in chats, it is possible to guess who are chatting with each other. There are potential technical solutions to hiding the timestamps, but they are not implemented yet. It is also possible, if not trivial, to find out who are communicating with each other by monitoring data subscriptions on the decentralized database.</p>
<p>In that regard, Iris prioritizes decentralization and availability over perfect privacy.</p>