'open source' -> 'visible source'

The Source 1 SDK License is not actually an open source license (https://opensource.org/definition).

Closes #8
This commit is contained in:
squeek 2017-04-15 22:41:42 -07:00
parent ce4a172780
commit 3d02366860
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ $devj_content = str_replace("\n", "<br />", $devj_content);
<div class="page-margined cf">
<div class="g3">
<h2>Want to help out?</h2>
<p>Fortress Forever is <a class="highlight" href="https://github.com/fortressforever">open source</a> and developed by volunteers within the community. If you have the skill and desire to help move the project forward, you are more than welcome to contribute. We are always looking for more <span class="highlight">programmers</span>, <span class="highlight">modelers/animators</span>, <span class="highlight">texture artists</span>, <span class="highlight">level designers</span>, and more</p>
<p>Fortress Forever is <a class="highlight" href="https://github.com/fortressforever">visible source</a> and developed by volunteers within the community. If you have the skill and desire to help move the project forward, you are more than welcome to contribute. We are always looking for more <span class="highlight">programmers</span>, <span class="highlight">modelers/animators</span>, <span class="highlight">texture artists</span>, <span class="highlight">level designers</span>, and more</p>
<a class="highlight more-info" href="<?=GetLink("contribute")?>">Learn how </a>
</div>
</div>

View file

@ -90,7 +90,7 @@ PrintActivityList($activity_list, false);
<div id="contribute">
<h3>Contribute</h3>
<a href="https://github.com/fortressforever" class="github-logo"><img src="images/github-64-black.png" /></a>
<p>Fortress Forever is <a class="highlight" href="https://github.com/fortressforever">open source</a> and developed by volunteers within the community. If you have the skill and desire to help move the project forward, you are more than welcome to contribute.</p><p>We are always looking for more <span class="highlight">programmers</span>, <span class="highlight">modelers/animators</span>, <span class="highlight">texture artists</span>, <span class="highlight">level designers</span>, and more</p>
<p>Fortress Forever is <a class="highlight" href="https://github.com/fortressforever">visible source</a> and developed by volunteers within the community. If you have the skill and desire to help move the project forward, you are more than welcome to contribute.</p><p>We are always looking for more <span class="highlight">programmers</span>, <span class="highlight">modelers/animators</span>, <span class="highlight">texture artists</span>, <span class="highlight">level designers</span>, and more</p>
<a href="<?=GetLink("contribute")?>">Learn how </a>
</div>
</div>