Skip to content

Instantly share code, notes, and snippets.

@wiratama
Created February 5, 2018 10:40
Show Gist options
  • Save wiratama/4b63810465881a506d51b3220ecc6f05 to your computer and use it in GitHub Desktop.
Save wiratama/4b63810465881a506d51b3220ecc6f05 to your computer and use it in GitHub Desktop.
{#<ul>
<li id="icon-fb"><a href="{{ sahabat_nestle_fb_url }}">Sahabat Nestle</a></li>
<li id="icon-tweet"><a href="{{ sahabat_nestle_tw_url }}">@sahabatnestle</a></li>#}
{#% if brand|length > 0 %}
<li id="circles" class="btntrigger"><img src="{{ asset('bundles/moventsite/css/images/circles.png') }}"/></li>
{% endif %#}
{#</ul>
<div class="searchbar">
{% if brands|length > 0 %}
<ul>
<li id="circles" class="btntrigger"><img src="{{ asset('bundles/moventsite/css/images/circles.png') }}" /></li>
</ul>
{% endif %}
<form action="{{ url('movent_search_result') }}" method="GET" autocomplete="off">
<input type="text" placeholder="Cari inspirasi di sini" name="q" />
<button><img src="{{ asset('bundles/moventsite/css/images/orangesearch.png') }}"/></button>
</form>
</div>
#}
<a href="javascript:void(0);" id="circles" class="btntrigger mov_navbar__fourdots mov_navbar__fourdots-icon mov_visible-lg">
<i class="fa fa-circle"></i>
<i class="fa fa-circle"></i>
<i class="fa fa-circle"></i>
<i class="fa fa-circle"></i>
</a>
{% if brands|length > 0 %}
<div class="dropdown mov_navbar__brands brands" id="brands">
<p class="nestle-connect visible-desktop">Nestl&eacute; Connect</p>
<div class="mov_navbar__brands-close">
<a href="#">
<i class="ion-close-round"></i>
</a>
</div>
{% for brand in brands %}
<div class="mov_navbar__brand">
<a href="{{ brand.url }}" target="_blank">
<div>
<img src="{% path brand.image, 'image_45x45' %}" title="{{ brand.name }}" />
</div>
<div>
<p> {{ brand.name }} </p>
</div>
</a>
</div>
{% endfor %}
<div class="mov_navbar__brands-social">
<p>Kunjungi kami di media sosial:</p>
<ol>
<li>
<a class="fb" href="https://www.facebook.com/sahabatnestle" target="_blank"><i class="fa fa-facebook-f"></i></a>
</li>
<li>
<a class="tw" href="https://twitter.com/SahabatNestle" target="_blank"><i class="fa fa fa-twitter"></i></a>
</li>
<li>
<a class="yt" href="https://www.youtube.com/user/sahabatnestle" target="_blank"><i class="fa fa-youtube"></i></a>
</li>
</ol>
</div>
<div class="mov_navbar__brands-contact">
<table>
<tbody>
<tr>
<td><i aria-hidden="true" class="fa fa-phone"><span>&nbsp;</span></i></td>
<td>
<p>Nestl&eacute; Consumer Services<br>
Senin - Minggu<br>
<span style="background-color: rgb(255, 255, 255);">24 Jam - Setiap Hari</span><br>
0800-1821028 (Layanan Bebas Pulsa)<br>
021-80674888 (Layanan Berbayar)</p>
</td>
</tr>
</tbody>
</table>
</div>
</div>
{% endif %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment