-
Notifications
You must be signed in to change notification settings - Fork 919
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Overhaul Firefox feature pages [fix #11144]
- Loading branch information
Showing
176 changed files
with
1,603 additions
and
1,981 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
{# | ||
This Source Code Form is subject to the terms of the Mozilla Public | ||
License, v. 2.0. If a copy of the MPL was not distributed with this | ||
file, You can obtain one at https://mozilla.org/MPL/2.0/. | ||
#} | ||
|
||
{% extends "firefox/features/base-article.html" %} | ||
|
||
{% block article_title_short %}{{ ftl('features-add-ons-firefox-add-ons') }}{% endblock %} | ||
{% block article_title %}{{ ftl('features-add-ons-firefox-add-ons-and-browser-extensions') }}{% endblock %} | ||
|
||
{% block article_content %} | ||
<p>{{ ftl('features-add-ons-extensions-also-known-as-add-ons') }}</p> | ||
|
||
<figure class="c-article-figure"> | ||
{{ resp_img( | ||
url="img/firefox/features/addons.png", | ||
srcset={ | ||
"img/firefox/features/addons-high-res.png": "1.5x" | ||
}, | ||
optional_attributes={ | ||
"alt": "", | ||
"width": "600" | ||
} | ||
) }} | ||
</figure> | ||
|
||
<p> | ||
{{ ftl('features-add-ons-there-are-firefox-add-ons-that', | ||
fbcontainer='href="%s"'|safe|format(url('firefox.facebookcontainer.index')), | ||
translate='href="https://addons.mozilla.org/firefox/addon/simple-translate/?utm_source=www.mozilla.org&utm_medium=referral&utm_campaign=firefox-features" rel="external noopener"', | ||
language='href="https://addons.mozilla.org/firefox/addon/languagetool/?utm_source=www.mozilla.org&utm_medium=referral&utm_campaign=firefox-features" rel="external noopener"', | ||
customize='href="%s"'|safe|format(url('firefox.features.customize')), | ||
amo='href="https://addons.mozilla.org/firefox/?utm_source=www.mozilla.org&utm_medium=referral&utm_campaign=firefox-features" rel="external noopener"', | ||
) }} | ||
</p> | ||
{% endblock article_content %} |
Oops, something went wrong.