mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 10:02:33 +03:00
Restructure the links of the about page and add customize link
This commit is contained in:
parent
cde5801059
commit
6213471e36
1 changed files with 19 additions and 12 deletions
|
@ -41,43 +41,50 @@
|
||||||
<?= lang('about_app_support') ?>
|
<?= lang('about_app_support') ?>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div class="d-lg-flex justify-content-start flex-wrap alight-items-center mb-5">
|
<div class="row mb-5">
|
||||||
<div class="text-center w-50 mb-3 pe-3">
|
<div class="col-lg-6 mb-3">
|
||||||
<a class="btn btn-outline-secondary d-block" href="https://easyappointments.org">
|
<a class="btn btn-outline-secondary d-block" href="https://easyappointments.org" target="_blank">
|
||||||
<i class="fas fa-external-link-alt me-2"></i>
|
<i class="fas fa-external-link-alt me-2"></i>
|
||||||
<?= lang('official_website') ?>
|
<?= lang('official_website') ?>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="text-center w-50 mb-3 ps-3">
|
<div class="col-lg-6 mb-3">
|
||||||
<a class="btn btn-outline-secondary d-block"
|
<a class="btn btn-outline-secondary d-block"
|
||||||
href="https://groups.google.com/forum/#!forum/easy-appointments">
|
href="https://groups.google.com/forum/#!forum/easy-appointments" target="_blank">
|
||||||
<i class="fas fa-external-link-alt me-2"></i>
|
<i class="fas fa-external-link-alt me-2"></i>
|
||||||
<?= lang('support_group') ?>
|
<?= lang('support_group') ?>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="text-center w-50 mb-3 pe-3">
|
<div class="col-lg-6 mb-3">
|
||||||
<a class="btn btn-outline-secondary d-block"
|
<a class="btn btn-outline-secondary d-block"
|
||||||
href="https://github.com/alextselegidis/easyappointments/issues">
|
href="https://github.com/alextselegidis/easyappointments/issues" target="_blank">
|
||||||
<i class="fas fa-external-link-alt me-2"></i>
|
<i class="fas fa-external-link-alt me-2"></i>
|
||||||
<?= lang('project_issues') ?>
|
<?= lang('project_issues') ?>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="text-center w-50 mb-3 ps-3">
|
<div class="col-lg-6 mb-3">
|
||||||
<a class="btn btn-outline-secondary d-block" href="https://facebook.com/easyappts">
|
<a class="btn btn-outline-secondary d-block" href="https://facebook.com/easyappts" target="_blank">
|
||||||
<i class="fas fa-external-link-alt me-2"></i>
|
<i class="fas fa-external-link-alt me-2"></i>
|
||||||
Facebook
|
Facebook
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="text-center w-50 mb-3 pe-3">
|
<div class="col-lg-6 mb-3">
|
||||||
<a class="btn btn-outline-secondary d-block" href="https://twitter.com/easyappts">
|
<a class="btn btn-outline-secondary d-block" href="https://twitter.com/easyappts" target="_blank">
|
||||||
<i class="fas fa-external-link-alt me-2"></i>
|
<i class="fas fa-external-link-alt me-2"></i>
|
||||||
Twitter
|
Twitter
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="col-lg-6 mb-3">
|
||||||
|
<a class="btn btn-outline-secondary d-block" href="https://easyappointments.org/get-a-free-quote" target="_blank">
|
||||||
|
<i class="fas fa-external-link-alt me-2"></i>
|
||||||
|
Customize E!A
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h4 class="fw-light text-black-50 mb-3">
|
<h4 class="fw-light text-black-50 mb-3">
|
||||||
|
|
Loading…
Reference in a new issue