forked from OpenRA/OpenRAWebsiteV3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcommunity.html
145 lines (138 loc) · 7.57 KB
/
community.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
---
title: "Community"
permalink: "/community/"
---
<section class="site-section">
<div class="site-section__content">
<h1 class="site-section__heading">Community</h1>
<p class="text--large">OpenRA is a game created <strong>by the community, for the community</strong>. You can contribute in a variety of ways, from giving help to the development team, to finding and reporting bugs, to just playing the game!</p>
</div>
</section>
<hr class="site-section__divider" />
<section class="site-section">
<div class="site-section__content">
<div class="community__section dark-panel">
<div class="dark-panel__header"><strong class="text--caps">Join the Discussion</strong></div>
<div class="community__section__content">
<div>
If you've got questions or you just feel like chatting, come on down to our <a href="https://discord.openra.net/">community Discord</a> or <a href="ircs://irc.libera.chat:6697/openra">#openra on Libera Chat</a>.
<p>Join our <a href="https://forum.openra.net">Community Forum</a> for longer form discussions about events, maps, balance, or anything else! Your OpenRA forum account can be linked with your in-game player profile to display badges and join private servers.</p>
</div>
<img class="community__section__illustration" src="{{ '/images/community/discussion-sites.png' | relative_url }}" />
</div>
<div class="community__section__links">
<a class="button button--discord" href="https://discord.openra.net/">
Discord
<svg class="button__icon icon">
<use xlink:href="{{ '/images/icons/icons.svg#icon-discord' | relative_url }}"></use>
</svg>
</a>
<a class="button button--irc" href="https://web.libera.chat/#openra">
#openra
<svg class="button__icon icon">
<use xlink:href="{{ '/images/icons/icons.svg#icon-conversation' | relative_url }}"></use>
</svg>
</a>
<a class="button button--primary" href="https://forum.openra.net">
Forum
<svg class="button__icon icon">
<use xlink:href="{{ '/images/icons/icons.svg#icon-conversation' | relative_url }}"></use>
</svg>
</a>
</div>
</div>
<div class="community__section dark-panel">
<div class="dark-panel__header"><strong class="text--caps">Help Build OpenRA</strong></div>
<div class="community__section__content">
<div>
OpenRA is built by a team of volunteers and we're <strong>always</strong> looking for help. If you run into trouble, check out the <a href="https://github.com/OpenRA/OpenRA/wiki/FAQ">FAQ</a> — if you find a bug, make sure to report it with the <a href="https://github.com/OpenRA/OpenRA/issues/">OpenRA bug tracker</a>. If you're looking to contribute code, feel free to take a look at the <a href="https://github.com/OpenRA/OpenRA/wiki#development-topics">Development Topics article in our wiki</a>, or reach out to the team on Discord, IRC, or the forums.
</div>
<img class="community__section__illustration" src="{{ '/images/community/help-the-devs-sites.png' | relative_url }}" />
</div>
<div class="community__section__links">
<a class="button button--github" href="https://github.com/OpenRA">
GitHub
<svg class="button__icon icon">
<use xlink:href="{{ '/images/icons/icons.svg#icon-github' | relative_url }}"></use>
</svg>
</a>
</div>
</div>
<div class="community__section dark-panel">
<div class="dark-panel__header"><strong class="text--caps">Create or Download Maps for OpenRA</strong></div>
<div class="community__section__content">
<div>
No real time strategy game would be complete without its maps. OpenRA has its own resource website where you can find <em>over 9,000</em> maps to add all sorts of variety to the game. You can even <strong>create and upload your own maps</strong> for other people to play!
</div>
<img class="community__section__illustration" src="{{ '/images/community/resource-sites.png' | relative_url }}" />
</div>
<div class="community__section__links">
<a class="button button--openra-resource" href="https://resource.openra.net">
OpenRA Resource
<svg class="button__icon icon">
<use xlink:href="{{ '/images/icons/icons.svg#icon-wrench' | relative_url }}"></use>
</svg>
</a>
</div>
</div>
<div class="community__section dark-panel">
<div class="dark-panel__header"><strong class="text--caps">Connect With Us on Social Media</strong></div>
<div class="community__section__content">
<div>
We're active on <a href="https://reddit.com/r/openra">Reddit</a>, <a href="https://twitter.com/openra">Twitter</a>, and <a href="https://facebook.com/openra">Facebook</a>. Follow us there to get the latest news on features and releases!
<p>Subscribe to our <a href="https://www.youtube.com/channel/UCRoiPL1J4K1-EhQeNazrYig">YouTube channel</a> for all sorts of video content, including previews of upcoming features.</p>
</div>
<img class="community__section__illustration" src="{{ '/images/community/social-media-sites.png' | relative_url }}" />
</div>
<div class="community__section__links">
<a class="button button--reddit" href="https://reddit.com/r/openra">
Reddit
<svg class="button__icon icon">
<use xlink:href="{{ '/images/icons/icons.svg#icon-reddit' | relative_url }}"></use>
</svg>
</a>
<a class="button button--twitter" href="https://twitter.com/openra">
Twitter
<svg class="button__icon icon">
<use xlink:href="{{ '/images/icons/icons.svg#icon-twitter' | relative_url }}"></use>
</svg>
</a>
<a class="button button--facebook" href="https://facebook.com/openra">
Facebook
<svg class="button__icon icon">
<use xlink:href="{{ '/images/icons/icons.svg#icon-facebook' | relative_url }}"></use>
</svg>
</a>
<a class="button button--youtube" href="https://www.youtube.com/channel/UCRoiPL1J4K1-EhQeNazrYig">
YouTube
<svg class="button__icon icon">
<use xlink:href="{{ '/images/icons/icons.svg#icon-youtube' | relative_url }}"></use>
</svg>
</a>
</div>
</div>
<div class="community__section dark-panel">
<div class="dark-panel__header"><strong class="text--caps">Join us in the Gaming Community</strong></div>
<div class="community__section__content">
<div>
OpenRA is involved in gaming communities as well! Support the mod by following and rating OpenRA on <a href="https://openra.itch.io/openra">itch.io</a> and <a href="https://www.moddb.com/games/openra">ModDb</a>.
</div>
<img class="community__section__illustration" src="{{ '/images/community/gaming-community-sites.png' | relative_url }}" />
</div>
<div class="community__section__links">
<a class="button button--itch" href="https://openra.itch.io/openra">
Itch.io
<svg class="button__icon icon">
<use xlink:href="{{ '/images/icons/icons.svg#icon-itch' | relative_url }}"></use>
</svg>
</a>
<a class="button button--moddb" href="https://www.moddb.com/games/openra">
ModDB
<svg class="button__icon icon">
<use xlink:href="{{ '/images/icons/icons.svg#icon-moddb' | relative_url }}"></use>
</svg>
</a>
</div>
</div>
</div>
</section>