- new EVE server time clock added to footer - improved initial page render time, - refactored JS event trigger/handling - replaced _jQuery fullscreen_ plugin with HTML5´s native [Fullscreen API](https://developer.mozilla.org/docs/Web/API/Fullscreen_API)
20 lines
865 B
HTML
20 lines
865 B
HTML
<footer id="{{id}}" class="navbar navbar-default" role="navigation">
|
|
<div class="pf-footer-left">
|
|
<p class="navbar-text txt-color txt-color-gray">
|
|
<i class="far fa-clock"></i> <span class="{{ footerClockClass }}"></span>
|
|
|
|
|
<i class="far fa-copyright"></i> {{ currentYear }}
|
|
<a class="{{footerLicenceLinkClass}}" href="javascript:void(0)">Licence</a>
|
|
|
|
</p>
|
|
</div>
|
|
|
|
<div class="pf-footer-center"></div>
|
|
|
|
<div class="pf-footer-right">
|
|
<p class="navbar-text txt-color txt-color-gray">All <a href="http://www.eveonline.com/" target="_blank" rel="noopener">EVE ONLINE</a>
|
|
related materials are property of
|
|
<a target="_blank" href="http://www.ccpgames.com" rel="noopener">CCP Games</a>
|
|
</p>
|
|
</div>
|
|
</footer> |