ACE3/docs/_includes/_footer.html

52 lines
2.6 KiB
HTML
Raw Normal View History

<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-icons__icon" href="https://twitter.com/ACE3Mod" target="_blank" rel="noopener" aria-label="ACE3 on X (Twitter)">
<i class="icon icon--2x" aria-hidden="true">
<svg>
<use href="/dist/icons.svg#twitter" />
</svg>
</i>
</a>
<a class="social-icons__icon" href="https://facebook.com/ACE3Mod" target="_blank" rel="noopener" aria-label="ACE3 on Facebook">
<i class="icon icon--2x" aria-hidden="true">
<svg>
<use href="/dist/icons.svg#facebook" />
</svg>
</i>
</a>
<a class="social-icons__icon" href="https://youtube.com/c/ACE3Mod" target="_blank" rel="noopener" aria-label="ACE3 on YouTube">
<i class="icon icon--2x" aria-hidden="true">
<svg>
<use href="/dist/icons.svg#youtube" />
</svg>
</i>
</a>
</div>
2024-04-01 02:31:13 +00:00
<hr>
<p class="text-center">
ACE3 is free and open-source software.
<br/>
<a href="https://acemod.org">acemod</a>
</p>
</div>
</div>
</footer>
<script src="{{ site.baseurl }}/dist/bundle.min.js?v={{site.time | date: '%Y%m%d%H'}}"></script>
</body>
</html>