Skip to content

Commit

Permalink
First attempt at amazon ads
Browse files Browse the repository at this point in the history
  • Loading branch information
de Winter, Anton authored and de Winter, Anton committed May 27, 2015
1 parent 36effe9 commit 5f43b80
Showing 1 changed file with 27 additions and 7 deletions.
34 changes: 27 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,37 @@ <h1 class="text-center">Where in the World is it 5pm right now?</h1>
<br />
<br />
<div class="row text-center">
<p><h3>Yo, buy some cool shit from a burgeoning artist:</h3>
<a href="https://www.etsy.com/shop/Spirittooth" id="emily-1"><img class="img-thumbnail" src="images/brownbag.jpg"></a>
<a href="https://www.etsy.com/listing/199964364/wooden-box-welcome-sign" id="emily-2"><img class="img-thumbnail" src="images/welcomesign.jpg"></a>
<a href="https://www.etsy.com/shop/HeritageCoast" id="emily-3"><img class="img-thumbnail" src="images/earrings.jpg"></a>
</p>
</div>
<div class="col-xs-6 col-md-4">
<h3></h3>
<iframe style="width:120px;height:240px;"
marginwidth="0"
marginheight="0"
scrolling="no"
frameborder="0"
src="//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&OneJS=1&Operation=GetAdHtml&MarketPlace=US&source=ss&ref=ss_til&ad_type=product_link&tracking_id=whisit5prino-20&marketplace=amazon&region=US&placement=B0084XXBEW&asins=B0084XXBEW&linkId=VNZCNDTRG22VB4YN&show_border=false&link_opens_in_new_window=true">
</iframe>
</div>
<div class="col-xs-6 col-md-4">
<h3></h3>
<iframe style="width:120px;height:240px;"
marginwidth="0"
marginheight="0"
scrolling="no"
frameborder="0"
src="//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&OneJS=1&Operation=GetAdHtml&MarketPlace=US&source=ss&ref=ss_til&ad_type=product_link&tracking_id=whisit5prino-20&marketplace=amazon&region=US&placement=B005I6CO0U&asins=B005I6CO0U&linkId=O7JKZFBNN6GESJCI&show_border=false&link_opens_in_new_window=false">
</iframe>
</div>
<div class="col-xs-6 col-md-4">
<h3></h3>
<iframe style="width:120px;height:240px;" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&OneJS=1&Operation=GetAdHtml&MarketPlace=US&source=ss&ref=ss_til&ad_type=product_link&tracking_id=whisit5prino-20&marketplace=amazon&region=US&placement=B00US26WMK&asins=B00US26WMK&linkId=KEQSRWMF6437G6ZQ&show_border=false&link_opens_in_new_window=true">
</iframe>
</div>
</div>

<hr>
<div id="footer">
<footer>
<p>&copy; Anton de Winter 2013-2014. Source code <a href="https://github.com/adewinter/fivepm">here</a></p>
<p>&copy; Anton de Winter 2013-2015. Source code <a href="https://github.com/adewinter/fivepm">here</a></p>
</footer>
</div>
<!-- </div> /container -->
Expand Down

0 comments on commit 5f43b80

Please sign in to comment.