mirror of
https://github.com/SophiaAtkinson/steamwidgets-web.git
synced 2025-06-26 21:37:42 -07:00
14 lines
648 B
PHP
14 lines
648 B
PHP
<div class="footer">
|
|
<div class="columns">
|
|
<div class="column is-2"></div>
|
|
<div class="column is-8">
|
|
<div class="footer-frame">
|
|
<div class="footer-content">
|
|
<div>© {{ date('Y') }} by {{ env('APP_AUTHOR') }} | <a href="{{ env('APP_LINK_GITHUB') }}" title="GitHub"><i class="fab fa-github"></i></a> <a href="{{ env('APP_LINK_STEAM') }}" title="Steam"><i class="fab fa-steam"></i></a></div>
|
|
<div>{{ env('APP_FOOTER_NOTICE') }}</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="column is-2"></div>
|
|
</div>
|
|
</div> |