Page MenuHomePhabricator

Add privacy statement link to Wikidata Community Survey Banner
Closed, ResolvedPublic1 Estimated Story Points

Description

We need a link to our privacy statement on the banner (see discussion on Central Notice).
Could you add a link to https://www.wikidata.org/wiki/Wikidata:Usability_and_usefulness/2021-2-Survey to the banner?

Design:

image.png (121×814 px, 34 KB)

I guess a good way is to set

.diversity-banner-button{
    …
   flex-direction: column;
   justify-content: center;
   …
}

and 

.diversity-banner-button small{
    …
    font-size:12px;
    …
}
<div class="diversity-banner-button" >
    <a href="…">Take survey →</a>
    <small><a href="#">privacy statement</a></small>
</div>