Removed banner ad. Merged tiny letter signup box from Matthew Reinbold. Added link to Russian translation on Resources page.
This commit is contained in:
17
index.html
17
index.html
@ -39,23 +39,6 @@
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="span2 banner-container">
|
||||
<div>
|
||||
<div style="border:1px solid #ccc;padding:5px;background: rgba(51, 51, 51, 1);color:#f5f5f5;border-radius:6px;margin-bottom:10px;" action="https://tinyletter.com/RESTAPITutorial">
|
||||
<h3 style="color:#f5f5f5;text-shadow: 2px 2px #0f0f0f;">API Consulting</h2>
|
||||
<ul>
|
||||
<li>Strategy</li>
|
||||
<li>Training</li>
|
||||
<li>Design</li>
|
||||
<li>Implementation</li>
|
||||
<li>Architecture</li>
|
||||
<li>QA Strategy</li>
|
||||
<li>Testing</li>
|
||||
<li>Performance</li>
|
||||
<li>Test Automation</li>
|
||||
</ul>
|
||||
<a href="apiconsulting.html" rel="nofollow">Click for more information</a>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<!-- TinyLetter Email Signup Form -->
|
||||
<form style="border:1px solid #ccc;padding:5px;text-align:center;background: rgba(51, 51, 51, 1);color:#f5f5f5;border-radius:6px;" action="https://tinyletter.com/RESTAPITutorial" method="post" target="popupwindow" onsubmit="window.open('https://tinyletter.com/RESTAPITutorial', 'popupwindow', 'scrollbars=yes,width=800,height=600');return true"><p style="text-align:left;">API Best Practices are constantly evolving. Sign up for a regular email digest of essential API info.</p><p><label for="tlemail" style="color:#f5f5f5;">Enter your email address</label></p><p><input type="text" style="width:140px" name="email" id="tlemail" /></p><input type="hidden" value="1" name="embed"/><input type="submit" value="Subscribe" /><p><a href="https://tinyletter.com/RESTAPITutorial" target="_blank">powered by TinyLetter</a></p></form>
|
||||
|
||||
@ -37,8 +37,13 @@
|
||||
<div class="row">
|
||||
<div class="span12">
|
||||
<h1>REST API Resources</h1>
|
||||
<h2>Translations</h2>
|
||||
<dl>
|
||||
<dt><a href="http://www.restapitutorial.ru/">Russian</a></dt>
|
||||
<dd><a href="http://www.restapitutorial.ru/">http://www.restapitutorial.ru/</a></dd>
|
||||
</dl>
|
||||
<h2>RESTful Best Practices</h2>
|
||||
<p>Get the Pearson eCollege <em>RESTful Best Practices</em> guide (choose your format). This guide reduces the world of RESTful services into easy-to-follow principles. It also provides several cookbook type recipes in critical areas to increase service usability, reduce confusion during implemenation, as well as improve consistency.</p>
|
||||
<p>Get the Pearson Higher-Education <em>RESTful Best Practices</em> guide (choose your format). This guide reduces the world of RESTful services into easy-to-follow principles. It also provides several cookbook type recipes in critical areas to increase service usability, reduce confusion during implemenation, as well as improve consistency.</p>
|
||||
<ul>
|
||||
<li><a href="https://github.com/tfredrich/RestApiTutorial.com/raw/master/media/RESTful%20Best%20Practices-v1_2.pdf">PDF</a> (~306KB)</li>
|
||||
<li><a href="https://github.com/tfredrich/RestApiTutorial.com/raw/master/media/RESTful%20Best%20Practices-v1_2.epub">ePub</a> (~46KB). Works on iPad, iPhone, B&N Nook and most other readers.</li>
|
||||
|
||||
@ -22,7 +22,7 @@
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://www.restapitutorial.com/lessons/restfulresourcenaming.html</loc>
|
||||
<lastmod>2014-05-29T12:55:39+00:00</lastmod>
|
||||
<lastmod>2015-03-31T12:55:39+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://www.restapitutorial.com/lessons/idempotency.html</loc>
|
||||
@ -34,10 +34,10 @@
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://www.restapitutorial.com/resources.html</loc>
|
||||
<lastmod>2014-05-29T12:55:39+00:00</lastmod>
|
||||
<lastmod>2015-03-31T12:55:39+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://www.restapitutorial.com/index.html</loc>
|
||||
<lastmod>2014-05-29T12:55:39+00:00</lastmod>
|
||||
<lastmod>2015-03-31T12:55:39+00:00</lastmod>
|
||||
</url>
|
||||
</urlset>
|
||||
|
||||
Reference in New Issue
Block a user