Skip to content

Commit

Permalink
Fixes #11: Community links should work now
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Jun 1, 2015
1 parent 00f33c2 commit d42a197
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions app/views/community.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ <h1>So Many Ways to <strong>Contribute</strong>.</h1>
<div class="col-sm-3 col-xs-12 outer-container left-col-container">
<div class="display-div left-col">
<h2>Discuss</h2>
<a href="#" class="forge-btn btn btn-blue btn-med">Forums</a>
<a href="#" class="forge-btn btn btn-blue btn-med">Email</a>
<a href="#" class="forge-btn btn btn-blue btn-med">IRC</a>
<a href="https://community.jboss.org/en/forge" target="_self" class="forge-btn btn btn-blue btn-med">Forums</a>
<a href="https://lists.jboss.org/mailman/listinfo/forge-users" target="_new" class="forge-btn btn btn-blue btn-med">Email</a>
<a href="http://webchat.freenode.net/?channels=forge" target="_new" class="forge-btn btn btn-blue btn-med">IRC</a>

</div>

Expand All @@ -49,30 +49,30 @@ <h2>Discuss</h2>
<div class="col-sm-6 interior-left-column">
<div class="display-div build-an-addon ">
<h2>Build An<br>Addon</h2>
<a href="#" class="forge-btn btn btn-red btn-med">Get Started</a>
<a href="/document/develop-an-addon" target="_self" class="forge-btn btn btn-red btn-med">Get Started</a>

</div><!-- /.build-an-addon -->

</div>

<div class="col-sm-6 three-row-col-div">
<div class="display-div">
<a href="#">
<a href="https://issues.jboss.org/browse/FORGE" target="_self">
<span class="text">Submit Bugs</span>
<span class="right-arrow">&nbsp;</span>
</a>
</div>

<div class="display-div">
<a href="#">
<a href="https://github.com/forge" target="_self">
<span class="text">Improve Code</span>
<span class="right-arrow">&nbsp;</span>
</a>

</div>

<div class="display-div">
<a href="#">
<a href="https://github.com/forge/docs/" target="_self">
<span class="text">Expand Docs</span>
<span class="right-arrow">&nbsp;</span>
</a>
Expand Down Expand Up @@ -153,7 +153,7 @@ <h1>Powered by people like you. Our <strong>Community</strong>.</h1>
<div class="page-section white join-now-section">
<div class="row join-now-button-row">
<div class="col-sm-2 col-sm-offset-5 col-xs-4 col-xs-offset-4">
<a href="#" class="forge-btn btn btn-lg btn-red">Join Now</a>
<a href="/document/contribute-code" target="_self" class="forge-btn btn btn-lg btn-red">Join Now</a>
</div>
</div><!-- / .row.join-now-button-row -->
<div class="container">
Expand Down

0 comments on commit d42a197

Please sign in to comment.