Skip to content

Commit

Permalink
Add new WeUseCoins video
Browse files Browse the repository at this point in the history
  • Loading branch information
saivann committed Apr 24, 2014
1 parent 5fc481e commit 9ed48c2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@ <h1>{% translate pagetitle %}</h1>
{% else %}

<p class="mainsummary">{% translate listintro %}</p>
{% if page.lang == 'en' %}
<div class="mainvideo"><iframe src="//www.youtube.com/embed/Gc2en3nHxA4?rel=0&showinfo=0&wmode=opaque{% if page.lang != 'en' %}&cc_load_policy=1&hl={{ page.lang }}&cc_lang_pref={{ page.lang }}{% endif %}" frameborder="0" allowfullscreen></iframe></div>
{% else %}
<div class="mainvideo"><iframe src="//www.youtube.com/embed/Um63OQz3bjo?rel=0&showinfo=0&wmode=opaque{% if page.lang != 'en' %}&cc_load_policy=1&hl={{ page.lang }}&cc_lang_pref={{ page.lang }}{% endif %}" frameborder="0" allowfullscreen></iframe></div>
{% endif %}
<div class="mainlist">
<div><div><img src="/img/main_ico_instant.svg" alt="Icon"><div>{% translate list1 %}</div></div></div>
<div><div><img src="/img/main_ico_worldwide.svg" alt="Icon"><div>{% translate list2 %}</div></div></div>
Expand Down
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@
setTimeout(function(){window.location.href='/'+lang+'/';},200);
</script>
<p class="mainsummary">{% translate listintro %}</p>
{% if page.lang == 'en' %}
<div class="mainvideo"><iframe src="//www.youtube.com/embed/Gc2en3nHxA4?rel=0&showinfo=0&wmode=opaque{% if page.lang != 'en' %}&cc_load_policy=1&hl={{ page.lang }}&cc_lang_pref={{ page.lang }}{% endif %}" frameborder="0" allowfullscreen></iframe></div>
{% else %}
<div class="mainvideo"><iframe src="//www.youtube.com/embed/Um63OQz3bjo?rel=0&showinfo=0&wmode=opaque{% if page.lang != 'en' %}&cc_load_policy=1&hl={{ page.lang }}&cc_lang_pref={{ page.lang }}{% endif %}" frameborder="0" allowfullscreen></iframe></div>
{% endif %}
<div class="mainlist">
<div><div><img src="/img/main_ico_instant.svg" alt="Icon"><div>{% translate list1 %}</div></div></div>
<div><div><img src="/img/main_ico_worldwide.svg" alt="Icon"><div>{% translate list2 %}</div></div></div>
Expand Down

0 comments on commit 9ed48c2

Please sign in to comment.