Change per webinar questionnaire.
This commit is contained in:
42
index.html
42
index.html
@ -82,17 +82,20 @@ valueOf()+(h?'&utmxhash='+escape(h.substr(1)):'')+
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="span2 banner-container">
|
||||
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
||||
<!-- Rest API Tutorial Responsive -->
|
||||
<ins class="adsbygoogle"
|
||||
style="display:block"
|
||||
data-ad-client="ca-pub-2093481943685202"
|
||||
data-ad-slot="4845828438"
|
||||
data-ad-format="auto"></ins>
|
||||
<script>
|
||||
(adsbygoogle = window.adsbygoogle || []).push({});
|
||||
</script>
|
||||
<div class="span2">
|
||||
<ul class="nav nav-list">
|
||||
<li class="active"><a href="http://www.restapitutorial.com">Home</a></li>
|
||||
<ul class="nav nav-list">
|
||||
<li><a href="lessons/whatisrest.html">What Is REST?</a></li>
|
||||
<li><a href="lessons/restquicktips.html">REST Quick Tips</a></li>
|
||||
<li><a href="lessons/httpmethods.html">HTTP Methods</a></li>
|
||||
<li><a href="lessons/restfulresourcenaming.html">Resource Naming</a></li>
|
||||
<li><a href="lessons/idempotency.html">Idempotence</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="httpstatuscodes.html">HTTP Status Codes</a></li>
|
||||
<li><a href="resources.html">Resources</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!-- Main hero unit for a primary marketing message or call to action -->
|
||||
<div class="span10">
|
||||
@ -100,7 +103,7 @@ valueOf()+(h?'&utmxhash='+escape(h.substr(1)):'')+
|
||||
<p><strong>Hey, Fellow REST API Designer!</strong></p>
|
||||
<p>You're here to get your <strong>questions answered.</strong> Let's make sure your most-pressing ones are addressed!</p>
|
||||
<p>I'm creating a FREE Webinar on REST API design and want to <strong>focus on your questions!</strong></p>
|
||||
<p><a href="restapiwebinar.html">Submit your most burning REST API question here</a>, along with your email address and we'll be in touch!</p>
|
||||
<p><a href="restapiwebinar.html">Submit your most burning REST API question here</a>, along with your email address and we'll be in touch.</p>
|
||||
<p>REST well!<br>
|
||||
Todd Fredrich, <em>The REST API Tutor</em></p>
|
||||
<a class="btn btn-primary btn-large" href="restapiwebinar.html">Submit Your Question Now!</a>
|
||||
@ -113,21 +116,6 @@ valueOf()+(h?'&utmxhash='+escape(h.substr(1)):'')+
|
||||
<p>Jump in with <a href="lessons/whatisrest.html">What Is REST?</a>, an overview of concepts and constraints of the RESTful architecture.</p>
|
||||
<p><a class="btn btn-primary btn-large" href="lessons/whatisrest.html">Next »</a></p>
|
||||
</div>
|
||||
<div>
|
||||
<h2>Tutorials</h2>
|
||||
<ul>
|
||||
<li>Lessons<ul></li>
|
||||
<li><a href="lessons/whatisrest.html">What Is REST?</a></li>
|
||||
<li><a href="lessons/restquicktips.html">REST Quick Tips</a></li>
|
||||
<li><a href="lessons/httpmethods.html">HTTP Methods</a></li>
|
||||
<li><a href="lessons/restfulresourcenaming.html">Resource Naming</a></li>
|
||||
<li><a href="lessons/idempotency.html">Idempotence</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="httpstatuscodes.html">HTTP Status Codes</a></li>
|
||||
<li><a href="resources.html">Resources</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<hr>
|
||||
<footer>
|
||||
<p><a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br />This work by <a xmlns:cc="http://creativecommons.org/ns#" href="http://www.restapitutorial.com/" property="cc:attributionName" rel="cc:attributionURL">RestApiTutorial.com</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.</p>
|
||||
|
||||
Reference in New Issue
Block a user