Skip to content

Commit

Permalink
Add RHAMT (#29)
Browse files Browse the repository at this point in the history
* Fix position of AWS checkbox

* Add RHAMT; fix order of items in print view
  • Loading branch information
rdebeasi authored and oybed committed Feb 2, 2018
1 parent 523f61f commit eebfd69
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,14 @@ <h3 class="block-section-header">Red Hat Enterprise Open Source </h3>
<span class="text">Red Hat JBoss Web Server</span>
</div>
</div>
<!-- B1.S1.Row 3 -->
<div class="row">
<div class="medium-3 columns end">
<input id="rhamt" type="checkbox" class="appdev-check" value="true" name="rhamt">
<label for="rhamt" data-tooltip data-template-classes="tooltip-appdev" aria-haspopup="true" class="has-tip" data-disable-hover="false" title="Red Hat Application Application Migration Toolkit—enable large-scale application migrations and modernizations."><img src="images/application-development/rhe-os/rhamt.png" class="checkbox-image" /></label>
<span class="text">Red Hat Application Migration Toolkit</span>
</div>
</div>
</fieldset>
</span>
<!--BLOCK 1 SECTION 2 -->
Expand Down Expand Up @@ -1004,8 +1012,8 @@ <h3>RED HAT ENTERPRISE OPEN SOURCE</h3>
<div>
<!--2 images across-->
<img src="images/application-development/rhe-os/rhoar-print-grey.png" class="rhoar">
<img src="images/application-development/rhe-os/rhjb-brms-print-grey.png" class="rhjb-brms" />
<img src="images/application-development/rhe-os/rhjb-amq-print-grey.png" class="rhjb-amq" />
<img src="images/application-development/rhe-os/rhjb-brms-print-grey.png" class="rhjb-brms" />
</div>
<!--2 images across-->
<div>
Expand All @@ -1014,8 +1022,9 @@ <h3>RED HAT ENTERPRISE OPEN SOURCE</h3>
<img src="images/application-development/rhe-os/rhjb-fuse-print-grey.png" class="rhjb-fuse" />
</div>
<div>
<img src="images/application-development/rhe-os/rhjb-webserver-print-grey.png" class="rhjb-webserver" />
<img src="images/application-development/rhe-os/rh-map-print-grey.png" class="rh-map" />
<img src="images/application-development/rhe-os/rhjb-webserver-print-grey.png" class="rhjb-webserver" />
<img src="images/application-development/rhe-os/rhamt-print-grey.png" class="rhamt" />
</div>
</div>
<!-- close conf-section -->
Expand Down

0 comments on commit eebfd69

Please sign in to comment.