mirror of
https://github.com/simple-login/app.git
synced 2025-02-23 23:34:05 +08:00
Corrections & consistent footer (#1338)
* Corrections and consistent footer - _Downloads_ instead of _Features_ - Made _open source_ a link - Deleted _-_ in the _open source_ - Added comparisons to be consistent with the main page - Fixed GitHub spelling * fix styling Co-authored-by: Son Nguyen Kim <nguyenkims@users.noreply.github.com>
This commit is contained in:
parent
1c5a547cd0
commit
21ce5c8e10
1 changed files with 19 additions and 5 deletions
|
@ -13,7 +13,7 @@
|
|||
alt="SimpleLogin logo">
|
||||
</a>
|
||||
<!-- End Logo -->
|
||||
<p class="small text-white">SimpleLogin is an open-source email alias solution to protect your email address.</p>
|
||||
<p class="small text-white">SimpleLogin is an <a href="https://github.com/simple-login">open source</a> email alias solution to protect your email address.</p>
|
||||
<p class="small text-white">
|
||||
SimpleLogin is the product of SimpleLogin SAS, registered in France under the SIREN number 884302134.
|
||||
SimpleLogin SAS is part of <a href="https://proton.me">Proton AG</a>.
|
||||
|
@ -31,7 +31,7 @@
|
|||
<li>
|
||||
<a class="list-group-item text-white footer-item "
|
||||
href="https://github.com/simple-login/app">
|
||||
Github
|
||||
GitHub
|
||||
<img src="https://img.shields.io/github/stars/simple-login/app?style=social"
|
||||
alt="GitHub">
|
||||
</a>
|
||||
|
@ -109,6 +109,12 @@
|
|||
<div class="col-sm-4 col-lg-2 mb-4">
|
||||
<h3 class="h4 text-white">Comparisons</h3>
|
||||
<ul class="list-group list-group-transparent list-group-white list-group-flush list-group-borderless mb-0 footer-list-group">
|
||||
<li>
|
||||
<a class="list-group-item text-white footer-item"
|
||||
href="https://simplelogin.io/blog/email-alias-vs-plus-sign/">
|
||||
vs Plus Sign (+) Trick
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a class="list-group-item text-white footer-item"
|
||||
href="https://simplelogin.io/blog/vs-firefox-relay/">
|
||||
|
@ -118,14 +124,22 @@
|
|||
</li>
|
||||
<li>
|
||||
<a class="list-group-item text-white footer-item"
|
||||
href="https://simplelogin.io/blog/email-alias-vs-plus-sign/">
|
||||
vs Plus Sign (+) Trick
|
||||
href="https://simplelogin.io/blog/vs-burner-mail/">
|
||||
vs
|
||||
Burner Mail
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a class="list-group-item text-white footer-item"
|
||||
href="https://simplelogin.io/blog/alternative-33mail/">
|
||||
vs
|
||||
33mail
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-sm-4 col-lg-2 mb-4">
|
||||
<h3 class="h6 text-white">Features</h3>
|
||||
<h3 class="h4 text-white">Downloads</h3>
|
||||
<ul class="list-group list-group-transparent list-group-white list-group-flush list-group-borderless mb-0 footer-list-group">
|
||||
<li>
|
||||
<a class="list-group-item text-white footer-item "
|
||||
|
|
Loading…
Reference in a new issue