mirror of
https://github.com/torproject/lego.git
synced 2024-11-26 19:20:22 +00:00
Merge branch 'yec2023-match' into 'main'
Add friends of tor match text to YEC banner See merge request tpo/web/lego!89
This commit is contained in:
commit
07e77139c4
@ -204,3 +204,8 @@ html:dir(rtl) {
|
||||
right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
#banner-header #match-text {
|
||||
color: #FFBD4F;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
@ -16,6 +16,7 @@
|
||||
</div>
|
||||
<div id="banner-text-container" class="d-flex flex-column {{ bag('alternatives', this.alt, 'direction') }}">
|
||||
<div id="banner-text" class="d-flex flex-column">
|
||||
<p id="match-text">{{ _('From now until December 31, donations to the Tor Project will be matched one-to-one, up to $75,000!') }}</p>
|
||||
<h1>{{ _('Right now, Tor is protecting the privacy of millions of people like you!') }}</h1>
|
||||
<p>
|
||||
<strong>{{ _('This is possible because of donations from our community.') }}</strong> {{ _("If you value the privacy that Tor offers yourself and others, please make a donation today. You’ll ensure Tor continues to provide online privacy to everyone who needs it.") }}
|
||||
|
Loading…
Reference in New Issue
Block a user