update homepage news section with new blog posts
and update en-US news URL for /firefox/partners [Bug 840650] [mwc2013]
This commit is contained in:
Родитель
80d7a2b0a7
Коммит
0d2ba839de
|
@ -111,7 +111,7 @@
|
|||
<img src="{{ media('img/firefox/partners/mwc-logo.png') }}" alt="{{ _('Mobile World Congress, Barcelona, 25 - 28 February 2013') }}" />
|
||||
<h3>{{ _('Recent news') }}</h3>
|
||||
<ul>
|
||||
<li><a href="{{ locale_os_url }}">{{ _('Mozilla Blazes A Global Path With Firefox OS') }}</a></li>
|
||||
<li><a href="{{ locale_os_url }}">{{ _('Mozilla Announces Global Expansion for Firefox OS') }}</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@ from l10n_utils.dotlang import _
|
|||
|
||||
|
||||
LOCALE_OS_URLS = {
|
||||
'en-US': 'englishOsUrl',
|
||||
'en-US': 'http://blog.mozilla.org/press/2013/02/firefox-os-expansion',
|
||||
'de': 'http://blog.mozilla.org/press-de/?p=760',
|
||||
'it': 'http://blog.mozilla.org/press-it/?p=347',
|
||||
'pl': 'http://blog.mozilla.org/press-pl/?p=407',
|
||||
|
|
|
@ -123,24 +123,24 @@
|
|||
|
||||
{% l10n home, 20130515 %}
|
||||
<section id="home-news">
|
||||
<h3>In the news</h3>
|
||||
<h3>{{ _('In the news') }}</h3>
|
||||
<ul>
|
||||
<li>
|
||||
<h4><a href="https://blog.mozilla.org/blog/2012/11/28/mozilla-invests-in-everything-me/">Mozilla Invests in Everything.me to Further the Web as a Dynamic App Platform</a></h4>
|
||||
<h4><a href="http://blog.mozilla.org/press/2013/02/firefox-os-expansion">{{ _('Mozilla Announces Global Expansion for Firefox OS') }}</a></h4>
|
||||
</li>
|
||||
<li>
|
||||
<h4><a href="https://blog.mozilla.org/blog/2012/11/27/offering-a-firefox-with-msn-custom-experience/">Offering a Firefox with MSN Custom Experience</a></h4>
|
||||
<h4><a href="http://blog.mozilla.org/press/2013/02/Firefox-Marketplace">{{ _('Firefox OS Enables App Discovery without Download and Firefox Marketplace Unlocks the Power of Web Apps on Mobile Phones') }}</a></h4>
|
||||
</li>
|
||||
<li>
|
||||
<h4><a href="https://blog.mozilla.org/blog/2012/11/21/join-the-firefox-challenge-this-holiday-season/">Join The Firefox Challenge This Holiday Season</a></h4>
|
||||
<h4><a href="https://blog.mozilla.org/blog/2013/02/19/firefox-introduces-pdf-viewer-to-browse-the-web-without-interruption/">{{ _('Firefox introduces PDF viewer to browse the Web without interruption') }}</a></h4>
|
||||
</li>
|
||||
</ul>
|
||||
<a href="http://blog.mozilla.org/" id="all-news">See all news »</a>
|
||||
<a href="http://blog.mozilla.org/" id="all-news">{{ _('See all news »') }}</a>
|
||||
</section>
|
||||
{% endl10n %}
|
||||
|
||||
<section id="home-promos">
|
||||
<h3>In the know</h3>
|
||||
<h3>{{ _('In the know') }}</h3>
|
||||
<ul>
|
||||
<li>
|
||||
<h4><a href="{{ url('firefox.partners.index') }}">{{_('Firefox OS')}}</a></h4>
|
||||
|
|
Загрузка…
Ссылка в новой задаче