diff --git a/.gitignore b/.gitignore index 1f01e27e840..3c72ceff0c0 100644 --- a/.gitignore +++ b/.gitignore @@ -44,3 +44,4 @@ js_assets/ .sass-cache/ styleguide/build/ +npm-debug.log diff --git a/kitsune/bundles.py b/kitsune/bundles.py index 867480d42d7..fa88aaeaa31 100644 --- a/kitsune/bundles.py +++ b/kitsune/bundles.py @@ -296,7 +296,19 @@ 'sumo/js/instant_search.js', 'sumo/js/legacy_login_toggle.js', 'sumo/js/responsive-nav-toggle.js', - 'sumo/js/profile-avatars.js' + 'sumo/js/profile-avatars.js', + 'protocol/js/protocol-base.js', + 'protocol/js/protocol-utils.js', + 'protocol/js/protocol-supports.js', + 'protocol/js/protocol-details.js', + 'protocol/js/protocol-footer.js', + 'protocol/js/protocol-menu.js', + 'protocol/js/protocol-modal.js', + 'protocol/js/protocol-navigation.js', + 'protocol/js/protocol-newsletter.js', + 'protocol/js/protocol-notification-bar.js', + 'protocol/js/protocol-sidemenu.js', + 'sumo/js/protocol-nav.js', ), 'output_filename': 'build/common-min.js' }, diff --git a/kitsune/landings/jinja2/landings/home.html b/kitsune/landings/jinja2/landings/home.html index 6a2a7217978..9d7de82562b 100644 --- a/kitsune/landings/jinja2/landings/home.html +++ b/kitsune/landings/jinja2/landings/home.html @@ -3,22 +3,43 @@ {% set styles = ('home',) %} {% set canonical_url = canonicalize(viewname='home') %} -{% block content %} -
+ Popular Searches: + Firefox Accounts + Log In + Item + Item +
+{{ _('Pick your product') }}
+ Firefox Private Browsing is great for viewing website without saving + things like cookies, but did you know there is more you can do? This + text should be longer than needed, and will be truncated with CSS. + Truncating at 40 words should be sufficient. +
++ Firefox Private Browsing is great for viewing website without saving + things like cookies, but did you know there is more you can do? This + text should be longer than needed, and will be truncated with CSS. + Truncating at 40 words should be sufficient. +
++ Firefox Private Browsing is great for viewing website without saving + things like cookies, but did you know there is more you can do? This + text should be longer than needed, and will be truncated with CSS. + Truncating at 40 words should be sufficient. +
++ Firefox Private Browsing is great for viewing website without saving + things like cookies, but did you know there is more you can do? This + text should be longer than needed, and will be truncated with CSS. + Truncating at 40 words should be sufficient. +
+
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed.
+ +{{ pgettext('DB: products.Product.description', product.description) }}