Merge pull request #17 from MatthewReinbold/master
banner modifications to remove the image and replace with search engine ...
This commit is contained in:
22
index.html
22
index.html
@ -39,7 +39,27 @@
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="span2 banner-container">
|
||||
<a href="apiconsulting.html" rel="nofollow"><img alt="Click for API Consulting Services" src="images/api-consulting-banner1.png"></a>
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Main hero unit for a primary marketing message or call to action -->
|
||||
<div class="span10">
|
||||
|
||||
Reference in New Issue
Block a user