layout | title | navigation | hulbrands | clients | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
default |
advertisers |
advertisers |
|
|
<p>Amagi hosts wide range of customers from small & medium business to large national advertisers. Take a look at some of the adverisers using Amagi's platform.
<p><b>Click on logos to view ads</b> </p>
<h2>HUL Brands</h2>
<div class="clearfix">
{% for c in page.hulbrands %}
<div style="text-align:center;float:left;width:200px;height:200px;line-height:200px;">
<a href="{{c.video}}" data-fancybox-type="iframe" data-fancybox-height="480" class="fancybox fancybox.iframe" title="{{c.title}}" style="">
<img style="max-width:120px;max-height:120px;" src="{{c.image}}" alt="{{c.title}}" />
</a>
</div>
{% endfor %}
</div>
<h2>Other Advertisers</h2>
<div class="clearfix">
{% for c in page.clients %}
<div style="text-align:center;float:left;width:200px;height:200px;line-height:200px;">
<a href="{{c.video}}" data-fancybox-type="iframe" data-fancybox-height="480" class="fancybox fancybox.iframe" title="{{c.title}}" style="">
<img style="max-width:120px;max-height:120px;" src="{{c.image}}" alt="{{c.title}}" />
</a>
</div>
{% endfor %}
</div>