Skip to content

Commit

Permalink
Move registration button on front page.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalohlava committed Oct 27, 2014
1 parent 7198a28 commit dbc6cba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/water/api/Tutorials.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ public class Tutorials extends HTMLOnlyRequest {
return
"<div class='container'>"
+ "<div>"
+ "<h1>Get started with H<sub>2</sub>O Tutorials!</h1>"
+ "<h1>Get started with H<sub>2</sub>O tutorials!</h1>"
+ "<p class='text-center'>"
+ "<img src='img/banners/H2O-World-Banner-Product.png' /> "
+ "<a href='http://h2oworld.eventbrite.com/' class='btn btn-large btn-warning' type='button'>Reserve your spot!</a>"
+ "</p>"
+ "<p class='text-center'>"
+ "<a href='http://h2oworld.eventbrite.com/' class='btn btn-large btn-warning' type='button'>Reserve your spot!</a>"
+ "<img src='img/banners/H2O-World-Banner-Product.png' /> "
+ "</p>"
+ "</div>"
+ "<div class='row'>"
Expand Down

0 comments on commit dbc6cba

Please sign in to comment.