add external-link icon when appropriate

This commit is contained in:
Son NK 2019-11-30 18:16:55 +00:00
parent 2b00ceaa6b
commit 8471f3a19f
3 changed files with 13 additions and 5 deletions

View File

@ -7,7 +7,9 @@
<div class="alert alert-warning alert-dismissible fade show mb-4" role="alert"> <div class="alert alert-warning alert-dismissible fade show mb-4" role="alert">
<h4 class="alert-heading">Well done!</h4> <h4 class="alert-heading">Well done!</h4>
<p> <p>
Please head to our <a href="http://docs.simplelogin.io" target="_blank">documentation</a> Please head to our
<a href="http://docs.simplelogin.io" target="_blank">
documentation <i class="fe fe-external-link"></i></a>
to see how to add SimpleLogin into your website/application. to see how to add SimpleLogin into your website/application.
</p> </p>
<p> <p>

View File

@ -12,7 +12,8 @@
<strong>If you have a website or a mobile application and want to add SimpleLogin to it, this page is for <strong>If you have a website or a mobile application and want to add SimpleLogin to it, this page is for
you!</strong> you!</strong>
<p>Have a look at our extensive doc to have an idea 👉 <p>Have a look at our extensive doc to have an idea 👉
<a href="https://docs.simplelogin.io" target="_blank">Docs</a> <a href="https://docs.simplelogin.io" target="_blank">Docs <i class="fe fe-external-link"></i>
</a>
</p> </p>
<p>Create your first SimpleLogin App here 👇</p> <p>Create your first SimpleLogin App here 👇</p>
</div> </div>

View File

@ -5,8 +5,12 @@
<div class="row align-items-center"> <div class="row align-items-center">
<div class="col-auto"> <div class="col-auto">
<ul class="list-inline list-inline-dots mb-0"> <ul class="list-inline list-inline-dots mb-0">
<li class="list-inline-item"><a href="https://simplelogin.io" target="_blank">Website</a></li> <li class="list-inline-item"><a href="https://simplelogin.io" target="_blank">
<li class="list-inline-item"><a href="https://docs.simplelogin.io" target="_blank">Documentation</a></li> Website <i class="fe fe-external-link"></i>
</a></li>
<li class="list-inline-item"><a href="https://docs.simplelogin.io" target="_blank">
Documentation <i class="fe fe-external-link"></i>
</a></li>
<li class="list-inline-item"><a href="mailto:hi@simplelogin.io">Contact Us</a></li> <li class="list-inline-item"><a href="mailto:hi@simplelogin.io">Contact Us</a></li>
</ul> </ul>
</div> </div>
@ -14,7 +18,8 @@
</div> </div>
<div class="col-12 col-lg-auto mt-3 mt-lg-0 text-center"> <div class="col-12 col-lg-auto mt-3 mt-lg-0 text-center">
Copyright © {{ YEAR }} Copyright © {{ YEAR }}
<a href="https://simplelogin.io">SimpleLogin</a>. <a href="https://simplelogin.io" target="_blank">SimpleLogin
</a>.
All rights reserved. All rights reserved.
</div> </div>
</div> </div>