diff --git a/web/getinvolved.html b/web/getinvolved.html index ec90d55e9b..c80df96b69 100644 --- a/web/getinvolved.html +++ b/web/getinvolved.html @@ -8,6 +8,9 @@ + + +
+

Getting Involved

+

+ As a small team developing OpenRA in our free time, your input is valuable to us. Anything from writing bug reports/feedback, to + contributing new features or fixing bugs is welcomed with open arms. +

+

Contact Us

+

+ The developers can be found on our IRC channel most of the time so if you have any suggestions, + that is the best place to contact us. +

+

Bug Tracker

+

+ If you wish to report a bug, our bug tracker can be found here:
+ http://openra.res0l.net/projects/show/openra +

+

Obtaining the Source Code

+

+ You'll need several things in order to checkout and build the source code: +

+ + +

+ Grab the sources by cloning our git repository: +

+
+$ git clone git://github.com/chrisforbes/OpenRA.git
+$ cd OpenRA
+

+ On Windows, open OpenRA.sln and build it. On other platforms, use 'make': +

+
$ make all
+
- + \ No newline at end of file diff --git a/web/openra.css b/web/openra.css index c70b66ffb5..51bb8ce1e3 100644 --- a/web/openra.css +++ b/web/openra.css @@ -1,6 +1,6 @@ body { background-color: black; margin: 0px; color: White; font-family: Cambria, Georgia, Times New Roman, Serif; font-size: 12pt } h1 { font-family: Cambria, Georgia, Times New Roman, Serif } -h2 { font-family: Helvetica, Arial, Sans-Serif } +h2, h3 { font-family: Helvetica, Arial, Sans-Serif } a { color: White } a:visited { color: White }