Skip to content

Commit

Permalink
Cleanup and using minified versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Apr 14, 2015
1 parent 60fe24b commit 85b1d80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
4 changes: 2 additions & 2 deletions src/main/webapp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ <h3>Contact</h3>
<script type="text/javascript" src="lib/forge.jquery.js"></script>

<!-- AngularJS -->
<script type="text/javascript" src="lib/angular.js"></script>
<script type="text/javascript" src="lib/angular.min.js"></script>
<script type="text/javascript" src="lib/angular-route.min.js"></script>
<script type="text/javascript" src="lib/route-styles.js"></script>

Expand All @@ -175,4 +175,4 @@ <h3>Contact</h3>
<script type="text/javascript" src="controllers/communityController.js"></script>

</body>
</html>
</html>
14 changes: 1 addition & 13 deletions src/main/webapp/views/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ <h4>JBoss Forge is a tool that will make your work less like work.</h4>
<div class="row">
<div class="col-xs-12">
<h1>
<strong>Add</strong> to your toolbox & get the job done <strong>Quick</strong>.
<strong>Add</strong> to your toolbox &amp; get the job done <strong>Quick</strong>.
</h1>
<h2>Get Addons</h2>
<p>
Expand Down Expand Up @@ -241,7 +241,6 @@ <h1 class="environment-os-section-heading">Works in the environment you <strong>
<div class="container-fluid download-os-divs">
<div class="row">
<div class="col-sm-4 col-xs-12" >

<div class="row grey-div left-div">
<div class="col-sm-8 col-sm-offset-2 col-xs-8 col-xs-offset-2">
<h2>Developer<br />Studio</h2>
Expand All @@ -250,9 +249,6 @@ <h2>Developer<br />Studio</h2>
<p>Forge is included in JBoss Developer Studio</p>
</div>
</div><!-- / .row -->



</div><!-- /. col-sm-4 -->

<div class="col-sm-4 col-xs-12 center-contain-div">
Expand Down Expand Up @@ -305,7 +301,6 @@ <h2>Windows <a href="#" class="download-arrow hidden-xs"> </a></h2>
</div>
</div><!-- /. col-sm-4 -->
</div>

</div><!-- / .contiainer-fluid -->
</div>

Expand All @@ -315,13 +310,6 @@ <h2>Windows <a href="#" class="download-arrow hidden-xs"> </a></h2>
<br />
NEED FORGE 1X? <a href="#">Get it here.</a>
</p>


</div>

</div>




</div><!-- / .page-section static -->

0 comments on commit 85b1d80

Please sign in to comment.