Adjusted restapiwebinar.html to be consistent with other pages, internally.
This commit is contained in:
@ -1,6 +1,20 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
|
<!-- Google Analytics Content Experiment code -->
|
||||||
|
<script>function utmx_section(){}function utmx(){}(function(){var
|
||||||
|
k='59305729-0',d=document,l=d.location,c=d.cookie;
|
||||||
|
if(l.search.indexOf('utm_expid='+k)>0)return;
|
||||||
|
function f(n){if(c){var i=c.indexOf(n+'=');if(i>-1){var j=c.
|
||||||
|
indexOf(';',i);return escape(c.substring(i+n.length+1,j<0?c.
|
||||||
|
length:j))}}}var x=f('__utmx'),xx=f('__utmxx'),h=l.hash;d.write(
|
||||||
|
'<sc'+'ript src="'+'http'+(l.protocol=='https:'?'s://ssl':
|
||||||
|
'://www')+'.google-analytics.com/ga_exp.js?'+'utmxkey='+k+
|
||||||
|
'&utmx='+(x?x:'')+'&utmxx='+(xx?xx:'')+'&utmxtime='+new Date().
|
||||||
|
valueOf()+(h?'&utmxhash='+escape(h.substr(1)):'')+
|
||||||
|
'" type="text/javascript" charset="utf-8"><\/sc'+'ript>')})();
|
||||||
|
</script><script>utmx('url','A/B');</script>
|
||||||
|
<!-- End of Google Analytics Content Experiment code -->
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>REST API Questions</title>
|
<title>REST API Questions</title>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
@ -9,20 +23,22 @@
|
|||||||
<!-- Le styles -->
|
<!-- Le styles -->
|
||||||
<link href="https://maxcdn.bootstrapcdn.com/twitter-bootstrap/2.0.4/css/bootstrap-combined.min.css" rel="stylesheet">
|
<link href="https://maxcdn.bootstrapcdn.com/twitter-bootstrap/2.0.4/css/bootstrap-combined.min.css" rel="stylesheet">
|
||||||
<link href="//cdn-images.mailchimp.com/embedcode/classic-10_7.css" rel="stylesheet" type="text/css">
|
<link href="//cdn-images.mailchimp.com/embedcode/classic-10_7.css" rel="stylesheet" type="text/css">
|
||||||
|
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
|
||||||
|
<!--[if lt IE 9]>
|
||||||
|
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
|
||||||
|
<![endif]-->
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
body {
|
body {
|
||||||
padding-top: 60px;
|
padding-top: 60px;
|
||||||
padding-bottom: 40px;
|
padding-bottom: 40px;
|
||||||
}
|
}
|
||||||
|
.banner-container {
|
||||||
|
}
|
||||||
#mc_embed_signup{background:#8ac; clear:left; padding: 15px; border-radius: 25px; font:14px Helvetica,Arial,sans-serif; }
|
#mc_embed_signup{background:#8ac; clear:left; padding: 15px; border-radius: 25px; font:14px Helvetica,Arial,sans-serif; }
|
||||||
div.mc-field-group.input-group label{display:inline; margin-left: 10px; }
|
div.mc-field-group.input-group label{display:inline; margin-left: 10px; }
|
||||||
#mce-QUESTION1{width: 80%; height: 3em;}
|
#mce-QUESTION1{width: 80%; height: 3em;}
|
||||||
#mce-QUESTION2{width: 80%; height: 3em; }
|
#mce-QUESTION2{width: 80%; height: 3em; }
|
||||||
</style>
|
</style>
|
||||||
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
|
|
||||||
<!--[if lt IE 9]>
|
|
||||||
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
|
|
||||||
<![endif]-->
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
|
|
||||||
var _gaq = _gaq || [];
|
var _gaq = _gaq || [];
|
||||||
|
|||||||
Reference in New Issue
Block a user