Update index.html
Changed "tutorial" to "notes" to match a newsletter naming tweak.
This commit is contained in:
		| @ -41,7 +41,7 @@ | |||||||
|                 <div class="span2 banner-container"> |                 <div class="span2 banner-container"> | ||||||
|                     <div> |                     <div> | ||||||
|                     	<!-- TinyLetter Email Signup Form --> |                     	<!-- 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> |  			<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/RESTAPINotes" method="post" target="popupwindow" onsubmit="window.open('https://tinyletter.com/RESTAPINotes', 'popupwindow', 'scrollbars=yes,width=800,height=600');return true"><p style="text-align:left;">API Best Practices are constantly evolving. Sign up for a email digest of only the 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/RESTAPINotes" target="_blank">powered by TinyLetter</a></p></form> | ||||||
|                     </div> |                     </div> | ||||||
|                 </div> |                 </div> | ||||||
| 			<!-- Main hero unit for a primary marketing message or call to action --> | 			<!-- Main hero unit for a primary marketing message or call to action --> | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user