mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-13 03:23:18 +03:00
Fine tuning the about page structure.
This commit is contained in:
parent
917f9c7ca4
commit
df84875314
1 changed files with 50 additions and 28 deletions
|
@ -24,46 +24,68 @@
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div id="about-page" class="container-fluid backend-page">
|
<div id="about-page" class="container backend-page">
|
||||||
<div id="about">
|
<div id="about" class="col-lg-8 offset-lg-2">
|
||||||
<h3>Easy!Appointments</h3>
|
<h3>Easy!Appointments</h3>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<?= lang('about_app_info') ?>
|
<?= lang('about_app_info') ?>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div class="current-version card card-body bg-light border-light mb-3">
|
<div class="card mb-3">
|
||||||
<?= lang('current_version') ?>
|
<div class="card-header">
|
||||||
<?= config('version') ?>
|
<?= lang('current_version') ?>
|
||||||
|
</div>
|
||||||
|
<div class="card-body">
|
||||||
|
<strong>
|
||||||
|
<?= config('version') ?>
|
||||||
|
</strong>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h3><?= lang('support') ?></h3>
|
<h3><?= lang('support') ?></h3>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<?= lang('about_app_support') ?>
|
<?= lang('about_app_support') ?>
|
||||||
|
|
||||||
<br><br>
|
|
||||||
|
|
||||||
<a href="https://easyappointments.org">
|
|
||||||
<?= lang('official_website') ?>
|
|
||||||
</a>
|
|
||||||
|
|
|
||||||
<a href="https://groups.google.com/forum/#!forum/easy-appointments">
|
|
||||||
<?= lang('support_group') ?>
|
|
||||||
</a>
|
|
||||||
|
|
|
||||||
<a href="https://github.com/alextselegidis/easyappointments/issues">
|
|
||||||
<?= lang('project_issues') ?>
|
|
||||||
</a>
|
|
||||||
|
|
|
||||||
<a href="https://facebook.com/easyappts">
|
|
||||||
Facebook
|
|
||||||
</a>
|
|
||||||
|
|
|
||||||
<a href="https://twitter.com/easyappts">
|
|
||||||
Twitter
|
|
||||||
</a>
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<div class="d-lg-flex justify-content-between flex-wrap alight-items-center">
|
||||||
|
<div class="text-center mb-3">
|
||||||
|
<a class="btn btn-secondary d-block" href="https://easyappointments.org">
|
||||||
|
<i class="fas fa-external-link-alt me-2"></i>
|
||||||
|
<?= lang('official_website') ?>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="text-center mb-3">
|
||||||
|
<a class="btn btn-secondary d-block" href="https://groups.google.com/forum/#!forum/easy-appointments">
|
||||||
|
<i class="fas fa-external-link-alt me-2"></i>
|
||||||
|
<?= lang('support_group') ?>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="text-center mb-3">
|
||||||
|
<a class="btn btn-secondary d-block" href="https://github.com/alextselegidis/easyappointments/issues">
|
||||||
|
<i class="fas fa-external-link-alt me-2"></i>
|
||||||
|
<?= lang('project_issues') ?>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="text-center mb-3">
|
||||||
|
<a class="btn btn-secondary d-block" href="https://facebook.com/easyappts">
|
||||||
|
<i class="fas fa-external-link-alt me-2"></i>
|
||||||
|
Facebook
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="text-center mb-3">
|
||||||
|
<a class="btn btn-secondary d-block" href="https://twitter.com/easyappts">
|
||||||
|
<i class="fas fa-external-link-alt me-2"></i>
|
||||||
|
Twitter
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<h3><?= lang('license') ?></h3>
|
<h3><?= lang('license') ?></h3>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
Loading…
Reference in a new issue