Commit f8d0612 1 parent d8ee053 commit f8d0612 Copy full SHA for f8d0612
File tree 2 files changed +11
-9
lines changed
lib/resources/img/banners
2 files changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -14,15 +14,17 @@ public class Tutorials extends HTMLOnlyRequest {
14
14
String buildNumber = abv .buildNumber ();
15
15
String documentationUrl = "http://s3.amazonaws.com/h2o-release/h2o/" + branchName + "/" + buildNumber + "/docs-website" ;
16
16
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>"
26
28
+ "<div class='row'>"
27
29
28
30
+ "<div class='span2 col'>"
You can’t perform that action at this time.
0 commit comments