ACE3/docs/_includes/_footer.html
Jo David 3964c5d44e
remove google analytics (#8877)
* remove google analytics

* remove bom
2022-04-16 07:39:42 +02:00

34 lines
1.9 KiB
HTML

<footer>
<div class="row">
<div class="large-4 columns">
<h2>ACE3</h2>
<p>ACE3 is a joint effort by the teams behind ACE2, AGM and CSE to improve the realism and authenticity of Arma 3.</p>
<p>If you want to contribute something to ACE3, simply fork the <a href="{{ site.ace.githubUrl }}" target="_blank" rel="noopener">GitHub repository</a> and submit your pull requests for review.</p>
</div>
<div class="large-4 columns">
<h2>Issues / Feedback</h2>
<p>Issues, feature requests and feedback are welcome at the <a href="{{ site.ace.githubUrl }}/issues" target="_blank" rel="noopener">ACE3 GitHub issue tracker</a>.</p>
<p>Before reporting an issue, please read the wiki entry <a href="{{ site.baseurl }}/wiki/user/how-to-report-an-issue.html" rel="noopener">"How to report an issue"</a>.</p>
<p>We have created a single <a href="{{ site.ace.githubUrl }}/issues/3594/" target="_blank" rel="noopener">issue for feature requests</a>.</p>
</div>
<div class="large-4 columns">
<h2>Social Media</h2>
<div class="social__icons">
<a class="social__icon" href="https://twitter.com/ACE3Mod" target="_blank" rel="noopener" aria-label="ACE3 on Twitter">
<i class="fa fa-twitter fa-2x"></i>
</a>
<a class="social__icon" href="https://facebook.com/ACE3Mod" target="_blank" rel="noopener" aria-label="ACE3 on Facebook">
<i class="fa fa-facebook-square fa-2x"></i>
</a>
<a class="social__icon" href="https://youtube.com/c/ACE3Mod" target="_blank" rel="noopener" aria-label="ACE3 on YouTube">
<i class="fa fa-youtube fa-2x"></i>
</a>
</div>
</div>
</div>
</footer>
<script src="{{ site.baseurl }}/js/footer.min.js?v={{site.time | date: '%Y%m%d%H'}}"></script>
</body>
</html>