Skip to content

Commit f8d0612

Browse files
committed
H2O World banner - will be reverted after H2O World
1 parent d8ee053 commit f8d0612

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed
Loading

src/main/java/water/api/Tutorials.java

+11-9
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,17 @@ public class Tutorials extends HTMLOnlyRequest {
1414
String buildNumber = abv.buildNumber();
1515
String documentationUrl = "http://s3.amazonaws.com/h2o-release/h2o/" + branchName + "/" + buildNumber + "/docs-website";
1616
String RPackageDocumentationUrl = documentationUrl + "/Ruser/top.html";
17-
return "<div class='container'><div class='hero-unit' style='overflow: hidden'>"
18-
+ "<style scoped='scoped'>"
19-
+ " h2 { font-size:18px; }"
20-
+ " p { font-size:16px; }"
21-
+ "</style>"
22-
+ "<h1>H<sub>2</sub>O Tutorials</h1>"
23-
+ "<blockquote><small>A unique way to explore H<sub>2</sub>O</small></blockquote>"
24-
25-
+ "</div>"
17+
return
18+
"<div class='container'>"
19+
+ "<div>"
20+
+ "<h1>Get started with H<sub>2</sub>O Tutorials!</h1>"
21+
+ "<p class='text-center'>"
22+
+ "<img src='img/banners/H2O-World-Banner-Product.png' /> "
23+
+ "</p>"
24+
+ "<p class='text-center'>"
25+
+ "<a href='http://h2oworld.eventbrite.com/' class='btn btn-large btn-warning' type='button'>Reserve your spot!</a>"
26+
+ "</p>"
27+
+ "</div>"
2628
+ "<div class='row'>"
2729

2830
+ "<div class='span2 col'>"

0 commit comments

Comments
 (0)