refactor: improve footer links and attribution
This commit improves the footer copyright statement as well as its attribution. An image for GPL's logo as well as GitHub's mark were added, including configuration options for them.
This commit is contained in:
@@ -3,20 +3,15 @@
|
||||
<div class="row">
|
||||
|
||||
<div class="col">
|
||||
|
||||
<li class="d-inline-block">
|
||||
|
||||
<a class="mr-3" href="https://github.com/GamesClubOficial/rbrecruiter-gc"><i class="fas fa-code-branch"></i> {{ __('Gitea') }}</a>
|
||||
<a class="mr-3" href="https://github.com/GamesClubOficial/rbrecruiter-gc/issues"><i class="fas fa-bug"></i> {{ __('Issue Tracker') }}</a>
|
||||
|
||||
</li>
|
||||
|
||||
<a href="https://www.gnu.org/licenses/gpl-3.0.en.html" target="_blank"><img src="{{ asset('img/gplv3-with-text-84x42.png') }}" alt="gnu gpl v3 logo"></a>
|
||||
|
||||
<a href="{{ config('app.source_repo') }}" target="_blank"><img src="{{ asset('img/GitHub-Mark-32px.png') }}" alt="github wordmark repo link"></a>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="col-4 d-inline-block">
|
||||
|
||||
<p>© Miguel N. {{ \Carbon\Carbon::now()->year }}— <a href="https://www.gnu.org/licenses/gpl-3.0.en.html">{{ __('GNU General Public License') }}</a></p>
|
||||
<p>{!! __('Copyright © :currentYear :authorName — <a href="licenseTextURL">:licenseFullName</a>', ['authorName' => 'Miguel Nogueira', 'currentYear' => now()->year, 'licenseTextURL' => 'https://www.gnu.org/licenses/gpl-3.0.en.html', 'licenseFullName' => 'GNU GPL v3']) !!}</p>
|
||||
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user