bedrock/mozorg/templates/mozorg/about/policy/lean-data/index.html (131 lines of code) (raw):
{#
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/.
#}
{% from "macros-protocol.html" import split with context %}
{% extends "base-protocol-mozilla.html" %}
{% block page_title %}Lean Data Practices{% endblock %}
{% block page_desc %}
Staying lean and being smart about how you collect data can build trust with your customers, partners, and supporters.
{% endblock %}
{% block body_id %}lean-data{% endblock %}
{% block page_css %}
{{ css_bundle('protocol-split') }}
{{ css_bundle('protocol-card') }}
{{ css_bundle('protocol-callout') }}
{{ css_bundle('lean-data') }}
{% endblock %}
{% block content %}
{% call split(
image=resp_img(
url='img/mozorg/about/lean-data/lean-data-hero.png',
srcset={
'img/mozorg/about/lean-data/lean-data-hero-high-res.png': '2x'
},
optional_attributes={
'class': 'mzp-c-split-media-asset'
}
),
block_class='mzp-t-split-nospace t-mobile-nospace',
theme_class='mzp-t-background-secondary',
media_class='mzp-l-split-h-center',
media_after=True
) %}
<h1 class="mzp-u-title-lg">{{ self.page_title() }}</h1>
<p>Staying lean and being smart about how you collect data can build trust with your users and ultimately help grow your business.</p>
{% endcall %}
<section>
<div class="mzp-l-content mzp-t-content-lg mzp-l-columns mzp-t-columns-two">
<div class="l-column">
<h2 class="c-subsection-title">More Trust</h2>
<p>Your customers, investors, partners, and employees are more likely to use and refer you if they feel they can trust you with their data.</p>
</div>
<div class="l-column">
<h2 class="c-subsection-title">Less Risk</h2>
<p>Every additional byte you store increases the chances – and costs – of dealing with hackers, breaches, and surveillance issues.</p>
</div>
</div>
</section>
<section class="mzp-l-content principles">
<h2 class="mzp-c-section-heading">The Three Principles</h2>
<div class="mzp-l-card-third">
<div class="mzp-c-card mzp-has-aspect-1-1">
<a class="mzp-c-card-block-link" href="{{ url('mozorg.about.policy.lean-data.stay-lean') }}">
<div class="mzp-c-card-media-wrapper">
{{ resp_img(
url='img/mozorg/about/lean-data/stay-lean-hero.png',
srcset={
'img/mozorg/about/lean-data/stay-lean-hero-high-res.png': '2x'
},
optional_attributes={
'width': '424',
'height': '424'
}
) }}
</div>
<div class="mzp-c-card-content">
<h3 class="mzp-c-card-title">Stay Lean</h3>
<p class="mzp-c-card-desc">Decide if all your data collection delivers value.</p>
</div>
</a>
</div>
<div class="mzp-c-card mzp-has-aspect-1-1">
<a class="mzp-c-card-block-link" href="{{ url('mozorg.about.policy.lean-data.build-security') }}">
<div class="mzp-c-card-media-wrapper">
{{ resp_img(
url='img/mozorg/about/lean-data/build-security-hero.png',
srcset={
'img/mozorg/about/lean-data/build-security-hero-high-res.png': '2x'
},
optional_attributes={
'width': '424',
'height': '424'
}
) }}
</div>
<div class="mzp-c-card-content">
<h3 class="mzp-c-card-title">Build Security</h3>
<p class="mzp-c-card-desc">Learn how to protect customer data.</p>
</div>
</a>
</div>
<div class="mzp-c-card mzp-has-aspect-1-1">
<a class="mzp-c-card-block-link" href="{{ url('mozorg.about.policy.lean-data.engage-users') }}">
<div class="mzp-c-card-media-wrapper">
{{ resp_img(
url='img/mozorg/about/lean-data/engage-users-hero.png',
srcset={
'img/mozorg/about/lean-data/engage-users-hero-high-res.png': '2x'
},
optional_attributes={
'width': '424',
'height': '424'
}
) }}
</div>
<div class="mzp-c-card-content">
<h3 class="mzp-c-card-title">Engage Your Users</h3>
<p class="mzp-c-card-desc">Keep customers informed and empowered.</p>
</div>
</a>
</div>
</div>
</section>
<section class="mzp-c-callout">
<div class="mzp-l-content mzp-t-content-lg">
<h2 class="mzp-c-callout-title">Drive the conversation in your organization.</h2>
<p class="mzp-c-callout-desc">
Lean Data works in any sector: business, civil society, government.
It can be spearheaded by any department: marketing, advocacy, engineering,
product, design, compliance, privacy, legal, customer support. You don’t
need a technical degree or a dedicated budget. All you need is a commitment
to make data decisions thoughtfully.
</p>
<p class="c-callout-cta">
<a id="contact-button" href="https://docs.google.com/forms/d/191_0cQHpvBAutNRFZSkUjeeHfVRadKPa_v8Ct9x5mDQ/" class="mzp-c-button">Contact Us</a>
</p>
</div>
</section>
{% endblock %}
{% block js %}{% endblock %}