Prepare website for eoy campaign

This commit is contained in:
hiro 2019-10-25 20:56:05 +02:00
parent 6e788f04c3
commit e4e1cf8cf2
6 changed files with 7916 additions and 14 deletions

View File

@ -97,6 +97,11 @@ RewriteRule ^eff/(.*) https://2019.www.torproject.org/eff/$1 [R=302,L]
# Videos
RewriteRule ^videos/(.*) https://2019.www.torproject.org/videos/$1 [R=302,L]
# Donation campaign
# 2019
RewriteRule ^donate/$ https://donate.torproject.org [R=302,L]
# Donation campaign
# 2017
# Special-case the donate-options and amazon page so it doesn't get redirected

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 1.4 MiB

View File

@ -1,8 +1,4 @@
{% include 'meta.html' %}
<body class="no-gutters">
<header>
{% include 'navbar.html' %}
</header>
<div class="page">
<div class="container-fluid bg-dark">
<div class="row flex-xl-nowrap {{ bag('alternatives', this.alt, 'order') }}">
@ -22,7 +18,7 @@
</div>
</div>
</div>
<footer>
{% include 'footer.html' %}
</footer>
{% include 'footer.html' %}
</body>
</html>

View File

@ -1,8 +1,4 @@
{% include 'meta.html' %}
<body class="no-gutters">
<header>
{% include 'navbar.html' %}
</header>
<div class="page pt-4">
{% include 'header.html' %}
<div class="container-fluid">
@ -16,8 +12,6 @@
</div>
</div>
</div>
<footer>
{% include 'footer.html' %}
</footer>
{% include 'footer.html' %}
</body>
</html>

View File

@ -12,6 +12,7 @@
<meta property="og:description" content="{{ _('Defend yourself against tracking and surveillance. Circumvent censorship.') }}" />
<meta property="og:image" content="https://www.torproject.org/static/images/tor-project-logo-onions.png" />
<link rel="stylesheet" href="{{ '/static/css/digital-climate-strike/main.css'|asseturl }}">
<link rel="stylesheet" href="{{ '/static/css/eoy.css'|asseturl }}">
<link rel="stylesheet" href="{{ '/static/css/bootstrap.css'|asseturl }}">
<link rel="stylesheet" href="{{ '/static/fonts/fontawesome/css/all.min.css'|asseturl }}" rel="stylesheet">
<!-- Standard favicon -->
@ -19,3 +20,7 @@
<!-- Recommended favicon format -->
<link rel="icon" type="image/png" href="https://www.torproject.org/static/images/favicon/favicon.png">
<title>{{ _("Tor Project") }} | {% block title %}{{ this.title }}{% endblock %}</title>
<body class="no-gutters">
<header>
{% include 'navbar.html' %}
</header>