diff --git a/_landing-page-static/images/icon-lang-ruby.svg b/_landing-page-static/images/icon-lang-ruby.svg new file mode 100644 index 000000000000..556678bc63fd --- /dev/null +++ b/_landing-page-static/images/icon-lang-ruby.svg @@ -0,0 +1,17 @@ + + + + diff --git a/_landing-page-static/js/main.js b/_landing-page-static/js/main.js index 48decb767f28..0b70bce6c523 100644 --- a/_landing-page-static/js/main.js +++ b/_landing-page-static/js/main.js @@ -3,19 +3,19 @@ $('.nav-current').click(function(){ }); $('.faq-btn').click(function(){ - $(this).toggleClass('open'); + $(this).toggleClass('open'); }); $('.headerlink').parent().each(function() { - $(this).hover( - function() { $(this).children('.headerlink').show(); }, - function() { $(this).children('.headerlink').hide(); } - ); + $(this).hover( + function() { $(this).children('.headerlink').show(); }, + function() { $(this).children('.headerlink').hide(); } + ); }); $('.side-nav').children('ul:nth-child(2)').children().each(function() { var itemName = $(this).text(); - if (itemName !== 'Datastore' && itemName !== 'Storage') { + if (itemName !== 'Datastore' && itemName !== 'Storage') { $(this).css('padding-left','2em'); } }); diff --git a/index.html b/index.html index 8bdb817e241e..dedafe85eeb6 100755 --- a/index.html +++ b/index.html @@ -19,6 +19,31 @@
gcloud
other Google APIs, the 2 libraries may be used by your application.
+
+
+
+