Files
pathfinder/public/templates/dialog/credit.html
2020-04-06 17:45:47 +02:00

66 lines
3.6 KiB
HTML

<div class="row ">
<div class="col-sm-12" >
<div class="pf-dynamic-area pf-credits-logo-background" style="--bg-image: url('{{{imgSrcBackground}}}');">
<svg>
<use xlink:href="#pf-svg-logo"/>
</svg>
<h3><small class="text-right txt-color txt-color-grayLighter">{{version}}</small></h3>
</div>
<blockquote>
<p>
<em class="pf-brand">pathfinder</em> is an open source project. You can view the source code for this project at the link below.
This application is licensed under the <em class="pf-brand">MIT License</em> License. The terms of this license are available at the link below.
In addition there are a number of third party libraries which have been used, as detailed below.
</p>
<small> By Exodus 4D</small>
</blockquote>
<div class="pf-dynamic-area">
<dl class="dl-horizontal">
<dt class="text-left txt-color txt-color-grayLight">URL <i class="fas fa-external-link-alt fa-fw"></i></dt>
<dd><a target="_blank" href="//www.pathfinder-w.space" rel="noopener"><em class="pf-brand">pathfinder</em></a></dd>
<dt class="text-left txt-color txt-color-grayLight">Repository <i class="fab fa-github fa-fw"></i></dt>
<dd><a target="_blank" href="//github.com/exodus4d/pathfinder" rel="noopener">GitHub</a></dd>
</dl>
<dl class="dl-horizontal">
<dt class="text-left txt-color txt-color-grayLight">Media <i class="fab fa-youtube fa-fw"></i></dt>
<dd><a target="_blank" href="//www.youtube.com/channel/UC7HU7XEoMbqRwqxDTbMjSPg" rel="noopener">YouTube</a></dd>
<dt class="txt-color txt-color-grayLight">Licence <i class="fas fa-certificate fa-fw"></i> </dt>
<dd><a target="_blank" href="http://opensource.org/licenses/MIT" rel="noopener">(MIT) <em class="pf-brand">License</em></a></dd>
</dl>
</div>
<h4>If you like <em class="pf-brand">pathfinder</em>, why not make a donation?</h4>
<div class="row">
<div class="col-xs-6 text-center">
<a class="btn" target="_blank" href="//www.patreon.com/exodus4d" rel="noopener">
<img src="{{imgSrcPatreon}}">
</a>
</div>
<div class="col-xs-6 text-center">
<a class="btn" target="_blank" href="//www.paypal.me/Exodus4D" rel="noopener">
<img src="{{imgSrcPaypal}}">
</a>
</div>
</div>
<h3 class="txt-color txt-color-grayLight">
<strong><i class="far fa-fw fa-copyright" aria-hidden="true"></i>CCP Copyright Notice</strong>
</h3>
<p class="txt-color txt-color-grayLight">
EVE Online and the EVE logo are the registered trademarks of CCP hf. All rights are reserved worldwide.
All other trademarks are the property of their respective owners.
EVE Online, the EVE logo, EVE and all associated logos and designs are the intellectual property of CCP hf.
All artwork, screenshots, characters, vehicles, storylines, world facts or other recognizable features of the
intellectual property relating to these trademarks are likewise the intellectual property of CCP hf.
CCP is in no way responsible for the content on or functioning of this website, nor can it be liable for
any damage arising from the use of this website.
</p>
</div>
</div>