Skip to content

Commit

Permalink
Welcome page: training mention text update (#2670) (#2677)
Browse files Browse the repository at this point in the history
  • Loading branch information
maurofmferrao authored Aug 5, 2024
1 parent 19b4373 commit c724456
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions views/welcome-page.twig
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{#
/**
* Copyright (C) 2020 Xibo Signage Ltd
* Copyright (C) 2024 Xibo Signage Ltd
*
* Xibo - Digital Signage - http://www.xibo.org.uk
* Xibo - Digital Signage - https://xibosignage.com
*
* This file is part of Xibo.
*
Expand Down Expand Up @@ -139,11 +139,8 @@
<div class="card">
<div class="card-body">
<h5 class="card-title">{{ "Training"|trans }} <i class="fas fa-user-alt float-right"></i></h5>
<p class="card-text">{% trans "Self-paced online training courses designed to get you up and running with Xibo in no time." %}</p>
<p class="card-text">{% trans "Enrol on new user training or admin essentials for free." %}</p>
<a class="card-link" href="https://training.xibosignage.com/p/new-user" target="_blank">{{ "New User Training"|trans }}</a>
<a class="card-link" href="https://training.xibosignage.com/p/admin-essentials" target="_blank">{{ "Admin Essentials"|trans }}</a>
<a class="card-link" href="https://training.xibosignage.com" target="_blank">{{ "Training School"|trans }}</a>
<p class="card-text">{% trans "Self-paced online training videos designed to get you up and running with Xibo in no time." %}</p>
<a class="card-link" href="https://xibosignage.com/training" target="_blank">{{ "New User Training"|trans }}</a>
</div>
</div>
</div>
Expand Down

0 comments on commit c724456

Please sign in to comment.