2016-08-18 16:37:38 +00:00
< 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 >
2022-04-16 05:39:42 +00:00
< 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 >
2016-08-18 16:37:38 +00:00
< / div >
< div class = "large-4 columns" >
< h2 > Issues / Feedback< / h2 >
2022-04-16 05:39:42 +00:00
< 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 >
2016-12-28 07:53:05 +00:00
< 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 >
2022-04-16 05:39:42 +00:00
< p > We have created a single < a href = "{{ site.ace.githubUrl }}/issues/3594/" target = "_blank" rel = "noopener" > issue for feature requests< / a > .< / p >
2016-08-18 16:37:38 +00:00
< / div >
< div class = "large-4 columns" >
< h2 > Social Media< / h2 >
2023-10-24 05:01:53 +00:00
< div class = "social-icons" >
< a class = "social-icons__icon" href = "https://twitter.com/ACE3Mod" target = "_blank" rel = "noopener" aria-label = "ACE3 on X (Twitter)" >
2023-10-24 12:04:58 +00:00
< i class = "icon icon--2x" aria-hidden = "true" >
< svg >
< use href = "/dist/icons.svg#twitter" / >
< / svg >
< / i >
2021-10-25 02:26:31 +00:00
< / a >
2023-10-24 05:01:53 +00:00
< a class = "social-icons__icon" href = "https://facebook.com/ACE3Mod" target = "_blank" rel = "noopener" aria-label = "ACE3 on Facebook" >
2023-10-24 12:04:58 +00:00
< i class = "icon icon--2x" aria-hidden = "true" >
< svg >
< use href = "/dist/icons.svg#facebook" / >
< / svg >
< / i >
2021-10-25 02:26:31 +00:00
< / a >
2023-10-24 05:01:53 +00:00
< a class = "social-icons__icon" href = "https://youtube.com/c/ACE3Mod" target = "_blank" rel = "noopener" aria-label = "ACE3 on YouTube" >
2023-10-24 12:04:58 +00:00
< i class = "icon icon--2x" aria-hidden = "true" >
< svg >
< use href = "/dist/icons.svg#youtube" / >
< / svg >
< / i >
2021-10-25 02:26:31 +00:00
< / a >
2016-08-18 16:37:38 +00:00
< / 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 >
2016-08-18 16:37:38 +00:00
< / div >
< / div >
< / footer >
2023-10-24 09:53:42 +00:00
< script src = "{{ site.baseurl }}/dist/bundle.min.js?v={{site.time | date: '%Y%m%d%H'}}" > < / script >
2016-08-18 16:37:38 +00:00
< / body >
< / html >