#842 [getfedora.org] add item to news section for updated privacy policy
Merged 5 years ago by pfrields. Opened 5 years ago by ryanlerch.
Unknown source master  into  master

@@ -10,6 +10,16 @@

    </head>

  

    <body class="home">

+   <div style="background:#eee; border-bottom: 1px solid #ddd;">

+     <div class="container">

+       <div class="row">

+         <div class="col-xs-12">

+           <h5 class="text-center" style="margin-bottom:0;"><strong><span class="fa fa-exclamation-triangle text-warning"></span> ${Markup(_('The Fedora Privacy Policy has been updated. &lt;a href="https://fedoraproject.org/wiki/Legal:PrivacyPolicy"&gt;Read the new version on the wiki.&lt;/a&gt;'))}</strong></h5>

+           <div class="text-center" style="margin-bottom:10px">Use of Fedora services is subject to these terms starting May 25, 2018.</div>

+         </div>

+       </div>

+     </div>

+   </div>

    <xi:include href="../templates/head.html" />

    <div class="main-head-index">

      <div class="container">

This adds a new note to the news box on the getfedora.org index
page that informs users that the Privacy Policy has been updated.

The privacy policy itself dictates we do this for 30 days after a
change, so put this into both the GA and Beta news boxes, in case
we flip to Beta during the 30 Days.

The privacy policy is not yet updated on the wiki, so this will need to be merged at the right time.

CC: @pfrields for language review, and timing info.

privacy_policy_update.png

Signed-off-by: Ryan Lerch rlerch@redhat.com

No quibbles with the placement but I think this should have a little more highlighting to make it appear like a special announcement compared to the release that already happened.

rebased onto 0d71f3988e961a9081f68d0737121a4ab164a25e

5 years ago

That looks more apparent. Can we also add the text: "Use of Fedora services is subject to these terms starting May 25, 2018." That way even people who skim or don't bother reading the terms can at least be aware they apply.

rebased onto a877a5d

5 years ago

Pull-Request has been merged by pfrields

5 years ago
Metadata