Skip to content

Commit

Permalink
Remove more references to Lockwise [mozilla#10166]
Browse files Browse the repository at this point in the history
  • Loading branch information
craigcook committed Aug 16, 2021
1 parent e4fb16f commit cb3f3b2
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 43 deletions.
3 changes: 0 additions & 3 deletions bedrock/firefox/templates/firefox/accounts.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ <h2 class="c-sub-navigation-title">
<li class="c-sub-navigation-item">
<a href="{{ url('firefox.sync') }}" data-link-type="nav" data-link-position="subnav" data-link-name="Sync">{{ ftl('sub-navigation-sync') }}</a>
</li>
<li class="c-sub-navigation-item">
<a href="{{ url('firefox.products.lockwise') }}" data-link-type="nav" data-link-position="subnav" data-link-name="Lockwise">{{ ftl('sub-navigation-lockwise') }}</a>
</li>
</ul>
</div>
</div>
Expand Down
16 changes: 0 additions & 16 deletions bedrock/firefox/templates/firefox/features/safebrowser.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,22 +74,6 @@ <h2>{{ _('Password Management') }}</h2>
</p>
</section>

<section class="article-section">
<h2>{{ _('Firefox Lockwise') }}</h2>
<p>
{% trans %}
You’re carrying a fairly powerful tiny computer in your pocket. You might know it as your phone. It’s got its
own internet browser, apps that connect to the web, passwords, and logins. You use it in coffee shops and other
public places that make it easy for hackers to steal your information.
{% endtrans %}
</p>
<p>
{% trans url=url('firefox.products.lockwise') %}
On <a href="{{ url }} ">Firefox Lockwise</a>, you can take your passwords with you and not worry about their security. They’re all in one place and protected on desktop, phone or tablet.
{% endtrans %}
</p>
</section>

<section class="article-section">
<h2>{{ _('Tracking Protection') }}</h2>
<p>
Expand Down
2 changes: 0 additions & 2 deletions bedrock/firefox/templates/firefox/home/index-master.html
Original file line number Diff line number Diff line change
Expand Up @@ -287,8 +287,6 @@ <h2 class="c-end-title">{{ ftl('firefox-home-one-login-all-your') }}</h2>
{% include 'includes/structured-data/software/firefox-browser-software.json' %}
,
{% include 'includes/structured-data/software/firefox-monitor-software.json' %}
,
{% include 'includes/structured-data/software/firefox-lockwise-software.json' %}
]
}
{% endblock %}
10 changes: 1 addition & 9 deletions bedrock/firefox/templates/firefox/more.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
link_url=url('firefox.browsers.update-browser')
)}}
</div>
<div class="mzp-l-card-quarter">
<div class="mzp-l-card-third">
{{ card(
title=ftl('choose-which-firefox'),
ga_title='Firefox All',
Expand All @@ -109,14 +109,6 @@
desc=ftl('firefox-more-quantum-was-revolution'),
link_url=url('firefox.browsers.quantum')
)}}

{{ card(
title=ftl('take-your-passwords'),
ga_title='Firefox Lockwise',
image_url='img/firefox/more/firefox-lockwise.jpg',
desc=ftl('securely-access-the'),
link_url=url('firefox.products.lockwise')
)}}
</div>
<div class="mzp-l-card-third">
{{ card(
Expand Down
2 changes: 0 additions & 2 deletions bedrock/firefox/templates/firefox/products/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,6 @@ <h3 class="mzp-c-menu-list-title">{{ ftl('firefox-products-get-pocket') }}</h3>
{% include 'includes/structured-data/software/firefox-browser-software.json' %}
,
{% include 'includes/structured-data/software/firefox-monitor-software.json' %}
,
{% include 'includes/structured-data/software/firefox-lockwise-software.json' %}
]
}
{% endblock %}
1 change: 0 additions & 1 deletion bedrock/firefox/templates/firefox/sync.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ <h2 class="c-sub-navigation-title">
</a>
</h2>
<ul class="c-sub-navigation-list">
<li class="c-sub-navigation-item"><a href="{{ url('firefox.products.lockwise') }}" data-link-type="nav" data-link-position="subnav" data-link-name="Lockwise">{{ ftl('sub-navigation-lockwise') }}</a></li>
<li class="c-sub-navigation-item"><a href="https://support.mozilla.org/products/firefox/sync-and-save/?utm_source=www.mozilla.org&utm_medium=referral&utm_campaign=nav&utm_content=sync-page" data-link-type="nav" data-link-position="subnav" data-link-name="Support">{{ ftl('sub-navigation-support', fallback='navigation-support') }}</a></li>
</ul>
</div>
Expand Down
10 changes: 0 additions & 10 deletions bedrock/firefox/templates/firefox/welcome/page3.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,6 @@ <h3 class="c-picto-block-title">{{ ftl('welcome-page3-firefox-monitor') }}</h3>
</div>
</div>

<div class="c-picto-block t-adjacent-image">
<div class="c-picto-block-image">
<img src="{{ static('protocol/img/logos/firefox/lockwise/logo.svg') }}" alt="">
</div>
<h3 class="c-picto-block-title">{{ ftl('welcome-page3-firefox-lockwise') }}</h3>
<div class="c-picto-block-body">
<p>{{ ftl('welcome-page3-never-forget-reset-or-travel') }}</p>
</div>
</div>

<div class="c-picto-block t-adjacent-image">
<div class="c-picto-block-image">
<img src="{{ static('img/logos/fbcontainer/logo-fbcontainer.svg') }}" alt="">
Expand Down

0 comments on commit cb3f3b2

Please sign in to comment.