mirror of
https://github.com/simple-login/app.git
synced 2025-02-24 07:43:54 +08:00
improve footer
This commit is contained in:
parent
c53fe90484
commit
52c1adfd38
1 changed files with 29 additions and 9 deletions
|
@ -5,15 +5,36 @@
|
|||
<div class="row align-items-center">
|
||||
<div class="col-auto">
|
||||
<ul class="list-inline list-inline-dots mb-0">
|
||||
<li class="list-inline-item"><a href="{{LANDING_PAGE_URL}}" target="_blank" rel="noopener">
|
||||
Website <i class="fe fe-external-link"></i>
|
||||
</a></li>
|
||||
<li class="list-inline-item"><a href="https://trello.com/b/4d6A69I4/open-roadmap" target="_blank" rel="noopener">
|
||||
Feature Requests <i class="fe fe-external-link"></i>
|
||||
</a></li>
|
||||
<li class="list-inline-item"><a href="https://docs.simplelogin.io" target="_blank" rel="noopener">
|
||||
Developer Documentation <i class="fe fe-external-link"></i>
|
||||
Roadmap <i class="fe fe-external-link"></i>
|
||||
</a></li>
|
||||
|
||||
<li class="list-inline-item">
|
||||
<a href="https://chrome.google.com/webstore/detail/dphilobhebphkdjbpfohgikllaljmgbn" target="_blank" rel="noopener">
|
||||
Firefox Add-on<i class="fe fe-external-link"></i>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="list-inline-item">
|
||||
<a href="https://chrome.google.com/webstore/detail/dphilobhebphkdjbpfohgikllaljmgbn" target="_blank" rel="noopener">
|
||||
Chrome Extension<i class="fe fe-external-link"></i>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="list-inline-item">
|
||||
<a href="https://apps.apple.com/app/id1494359858" target="_blank" rel="noopener">
|
||||
App Store<i class="fe fe-external-link"></i>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="list-inline-item">
|
||||
<a href="https://play.google.com/store/apps/details?id=io.simplelogin.android" target="_blank" rel="noopener">
|
||||
Play Store<i class="fe fe-external-link"></i>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li class="list-inline-item"><a href="{{STATUS_PAGE_URL}}" target="_blank" rel="noopener">
|
||||
Status <i class="fe fe-external-link"></i>
|
||||
</a></li>
|
||||
|
@ -32,9 +53,8 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="col-12 col-lg-auto mt-3 mt-lg-0 text-center">
|
||||
Copyright © {{ YEAR }}
|
||||
© {{ YEAR }}
|
||||
<a href="https://simplelogin.io" target="_blank" rel="noopener">SimpleLogin</a>.
|
||||
All rights reserved.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue