mirror of
https://github.com/torproject/tpo.git
synced 2024-11-24 02:19:40 +00:00
Finish home
This commit is contained in:
parent
893a4188b5
commit
d80eba5ea2
@ -85,6 +85,13 @@ footer {
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
.oval {
|
||||
background-color: #D8D8D8;
|
||||
border-radius: 100%;
|
||||
width: 390px;
|
||||
height: 390px;
|
||||
}
|
||||
|
||||
.oval-2 {
|
||||
background-color: #D8D8D8;
|
||||
border-radius: 100%;
|
||||
@ -96,6 +103,14 @@ footer {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.hero > p{
|
||||
color: #484848;
|
||||
font-family: Source Sans Pro Light;
|
||||
font-size: 60px;
|
||||
line-height: 72px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
@include media-breakpoint-up(md) {
|
||||
}
|
||||
|
||||
|
13
assets/static/bootstrap.css
vendored
13
assets/static/bootstrap.css
vendored
@ -6858,6 +6858,12 @@ footer {
|
||||
border: 2px solid #FFFFFF;
|
||||
border-radius: 2px; }
|
||||
|
||||
.oval {
|
||||
background-color: #D8D8D8;
|
||||
border-radius: 100%;
|
||||
width: 390px;
|
||||
height: 390px; }
|
||||
|
||||
.oval-2 {
|
||||
background-color: #D8D8D8;
|
||||
border-radius: 100%;
|
||||
@ -6867,6 +6873,13 @@ footer {
|
||||
.oval-right {
|
||||
float: right; }
|
||||
|
||||
.hero > p {
|
||||
color: #484848;
|
||||
font-family: Source Sans Pro Light;
|
||||
font-size: 60px;
|
||||
line-height: 72px;
|
||||
text-align: left; }
|
||||
|
||||
/*
|
||||
* Base structure
|
||||
*/
|
||||
|
File diff suppressed because one or more lines are too long
@ -3,3 +3,8 @@ _template: jumbotron.html
|
||||
title: Tor Project |
|
||||
---
|
||||
body:
|
||||
|
||||
######ABOUT US######
|
||||
|
||||
We believe everyone should be able to explore the internet with privacy. We are the Tor Project, a 501(c)3 US nonprofit.
|
||||
We advance human rights and defend your privacy online through free software and open networks. <a href="">Meet our team</a>.
|
||||
|
@ -3,3 +3,8 @@ _template: jumbotron.html
|
||||
title: Tor Project |
|
||||
---
|
||||
body:
|
||||
|
||||
######ABOUT US######
|
||||
|
||||
We believe everyone should be able to explore the internet with privacy. We are the Tor Project, a 501(c)3 US nonprofit.
|
||||
We advance human rights and defend your privacy online through free software and open networks. <a href="">Meet our team</a>.
|
||||
|
@ -3,3 +3,8 @@ _template: jumbotron.html
|
||||
title: Tor Project |
|
||||
---
|
||||
body:
|
||||
|
||||
######ABOUT US######
|
||||
|
||||
We believe everyone should be able to explore the internet with privacy. We are the Tor Project, a 501(c)3 US nonprofit.
|
||||
We advance human rights and defend your privacy online through free software and open networks. <a href="">Meet our team</a>.
|
||||
|
@ -3,3 +3,8 @@ _template: jumbotron.html
|
||||
title: Tor Project |
|
||||
---
|
||||
body:
|
||||
|
||||
######ABOUT US######
|
||||
|
||||
We believe everyone should be able to explore the internet with privacy. We are the Tor Project, a 501(c)3 US nonprofit.
|
||||
We advance human rights and defend your privacy online through free software and open networks. <a href="">Meet our team</a>.
|
||||
|
@ -2,7 +2,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-11-26 17:09+CET\n"
|
||||
"POT-Creation-Date: 2018-11-27 21:14+CET\n"
|
||||
"PO-Revision-Date: 2018-09-19 22:39+CET\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: none\n"
|
||||
@ -12,11 +12,15 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: templates/footer.html:5
|
||||
#: templates/footer.html:9 templates/hero.html:15 templates/navbar.html:41
|
||||
msgid "Download Tor Browser"
|
||||
msgstr "Download Tor Browser"
|
||||
|
||||
#: templates/footer.html:18
|
||||
msgid "Our mission:"
|
||||
msgstr "Our mission:"
|
||||
|
||||
#: templates/footer.html:5
|
||||
#: templates/footer.html:18
|
||||
msgid ""
|
||||
"to advance human rights and freedoms by creating and deploying free and open "
|
||||
"source anonymity and privacy technologies, supporting their unrestricted "
|
||||
@ -28,15 +32,15 @@ msgstr ""
|
||||
"availability and use, and furthering their scientific and popular "
|
||||
"understanding."
|
||||
|
||||
#: templates/footer.html:24
|
||||
#: templates/footer.html:37
|
||||
msgid "Subscribe to our Newsletter"
|
||||
msgstr "Subscribe to our Newsletter"
|
||||
|
||||
#: templates/footer.html:25
|
||||
#: templates/footer.html:38
|
||||
msgid "Get monthly updates and opportunities from the Tor Project"
|
||||
msgstr "Get monthly updates and opportunities from the Tor Project"
|
||||
|
||||
#: templates/footer.html:32
|
||||
#: templates/footer.html:45
|
||||
msgid ""
|
||||
"Trademark, copyright notices, and rules for use by third parties can be "
|
||||
"found in our "
|
||||
@ -44,10 +48,6 @@ msgstr ""
|
||||
"Trademark, copyright notices, and rules for use by third parties can be "
|
||||
"found in our "
|
||||
|
||||
#: templates/hero.html:15 templates/navbar.html:41
|
||||
msgid "Download Tor Browser"
|
||||
msgstr "Download Tor Browser"
|
||||
|
||||
#: templates/home.html:7
|
||||
msgid "Tor Project | "
|
||||
msgstr ""
|
||||
|
@ -2,7 +2,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-11-26 17:09+CET\n"
|
||||
"POT-Creation-Date: 2018-11-27 21:14+CET\n"
|
||||
"PO-Revision-Date: 2018-09-24 16:29+0200\n"
|
||||
"Last-Translator: emmapeel <emma.peel@riseup.net>\n"
|
||||
"Language-Team: none\n"
|
||||
@ -13,11 +13,15 @@ msgstr ""
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: Poedit 1.8.11\n"
|
||||
|
||||
#: templates/footer.html:5
|
||||
#: templates/footer.html:9 templates/hero.html:15 templates/navbar.html:41
|
||||
msgid "Download Tor Browser"
|
||||
msgstr "Bajarse el navegador Tor"
|
||||
|
||||
#: templates/footer.html:18
|
||||
msgid "Our mission:"
|
||||
msgstr "Nuestra misión"
|
||||
|
||||
#: templates/footer.html:5
|
||||
#: templates/footer.html:18
|
||||
msgid ""
|
||||
"to advance human rights and freedoms by creating and deploying free and open "
|
||||
"source anonymity and privacy technologies, supporting their unrestricted "
|
||||
@ -29,15 +33,15 @@ msgstr ""
|
||||
"abierto, el apoyo a su disponibilidad y utilización sin restricciones y el "
|
||||
"fomento de su comprensión científica y popular."
|
||||
|
||||
#: templates/footer.html:24
|
||||
#: templates/footer.html:37
|
||||
msgid "Subscribe to our Newsletter"
|
||||
msgstr "Suscribirse a nuestra lista de correo"
|
||||
|
||||
#: templates/footer.html:25
|
||||
#: templates/footer.html:38
|
||||
msgid "Get monthly updates and opportunities from the Tor Project"
|
||||
msgstr "Recibir noticias mensuales y oportunidades del Proyecto Tor"
|
||||
|
||||
#: templates/footer.html:32
|
||||
#: templates/footer.html:45
|
||||
msgid ""
|
||||
"Trademark, copyright notices, and rules for use by third parties can be "
|
||||
"found in our "
|
||||
@ -45,10 +49,6 @@ msgstr ""
|
||||
"Se pueden encontrar, la marca registrada, las notas de derechos de autor, y "
|
||||
"las reglas de uso por terceras partes, en nuestra"
|
||||
|
||||
#: templates/hero.html:15 templates/navbar.html:41
|
||||
msgid "Download Tor Browser"
|
||||
msgstr "Bajarse el navegador Tor"
|
||||
|
||||
#: templates/home.html:7
|
||||
msgid "Tor Project | "
|
||||
msgstr ""
|
||||
|
@ -2,7 +2,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-11-26 17:09+CET\n"
|
||||
"POT-Creation-Date: 2018-11-27 21:14+CET\n"
|
||||
"PO-Revision-Date: 2018-09-21 17:05+0200\n"
|
||||
"Last-Translator: emmapeel <emma.peel@riseup.net>\n"
|
||||
"Language-Team: none\n"
|
||||
@ -13,11 +13,15 @@ msgstr ""
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
"X-Generator: Poedit 1.8.11\n"
|
||||
|
||||
#: templates/footer.html:5
|
||||
#: templates/footer.html:9 templates/hero.html:15 templates/navbar.html:41
|
||||
msgid "Download Tor Browser"
|
||||
msgstr "Télécharger le Navigateur Tor"
|
||||
|
||||
#: templates/footer.html:18
|
||||
msgid "Our mission:"
|
||||
msgstr "Notre mission :"
|
||||
|
||||
#: templates/footer.html:5
|
||||
#: templates/footer.html:18
|
||||
msgid ""
|
||||
"to advance human rights and freedoms by creating and deploying free and open "
|
||||
"source anonymity and privacy technologies, supporting their unrestricted "
|
||||
@ -30,24 +34,20 @@ msgstr ""
|
||||
"sans restriction, et promouvons une meilleure compréhension scientifique et "
|
||||
"populaire."
|
||||
|
||||
#: templates/footer.html:24
|
||||
#: templates/footer.html:37
|
||||
msgid "Subscribe to our Newsletter"
|
||||
msgstr "Abonnez-vous à notre liste de diffusion"
|
||||
|
||||
#: templates/footer.html:25
|
||||
#: templates/footer.html:38
|
||||
msgid "Get monthly updates and opportunities from the Tor Project"
|
||||
msgstr "Recevez les mises à jours et opportunités mensuelles du Projet Tor"
|
||||
|
||||
#: templates/footer.html:32
|
||||
#: templates/footer.html:45
|
||||
msgid ""
|
||||
"Trademark, copyright notices, and rules for use by third parties can be "
|
||||
"found in our "
|
||||
msgstr ""
|
||||
|
||||
#: templates/hero.html:15 templates/navbar.html:41
|
||||
msgid "Download Tor Browser"
|
||||
msgstr "Télécharger le Navigateur Tor"
|
||||
|
||||
#: templates/home.html:7
|
||||
msgid "Tor Project | "
|
||||
msgstr ""
|
||||
|
@ -2,7 +2,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-11-27 18:13+CET\n"
|
||||
"POT-Creation-Date: 2018-11-27 21:15+CET\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: en <LL@li.org>\n"
|
||||
@ -11,11 +11,15 @@ msgstr ""
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: templates/footer.html:5
|
||||
#: templates/footer.html:9 templates/hero.html:15 templates/navbar.html:41
|
||||
msgid "Download Tor Browser"
|
||||
msgstr ""
|
||||
|
||||
#: templates/footer.html:18
|
||||
msgid "Our mission:"
|
||||
msgstr ""
|
||||
|
||||
#: templates/footer.html:5
|
||||
#: templates/footer.html:18
|
||||
msgid ""
|
||||
"to advance human rights and freedoms by creating and deploying free and open "
|
||||
"source anonymity and privacy technologies, supporting their unrestricted "
|
||||
@ -23,24 +27,20 @@ msgid ""
|
||||
"understanding."
|
||||
msgstr ""
|
||||
|
||||
#: templates/footer.html:24
|
||||
#: templates/footer.html:37
|
||||
msgid "Subscribe to our Newsletter"
|
||||
msgstr ""
|
||||
|
||||
#: templates/footer.html:25
|
||||
#: templates/footer.html:38
|
||||
msgid "Get monthly updates and opportunities from the Tor Project"
|
||||
msgstr ""
|
||||
|
||||
#: templates/footer.html:32
|
||||
#: templates/footer.html:45
|
||||
msgid ""
|
||||
"Trademark, copyright notices, and rules for use by third parties can be "
|
||||
"found in our "
|
||||
msgstr ""
|
||||
|
||||
#: templates/hero.html:15 templates/navbar.html:41
|
||||
msgid "Download Tor Browser"
|
||||
msgstr ""
|
||||
|
||||
#: templates/home.html:7
|
||||
msgid "Tor Project | "
|
||||
msgstr ""
|
||||
|
@ -1,4 +1,17 @@
|
||||
<div class="container-fluid bg-dark footer">
|
||||
<div class="row">
|
||||
<div class="col-12 d-flex justify-content-right">
|
||||
<div class="container pt-5 justify-content-right">
|
||||
<div class="offset-lx-2 offset-sm-4 mt-5">
|
||||
<h3 class="text-white text-bold">Download Tor Browser</h3>
|
||||
<p class="text-white">Download Tor Browser to experience real private browsing without tracking, surveillance, or censorship.</p>
|
||||
<a class="btn text-primary bg-white btn-light pull-right mt-2" href="https://www.torproject.org/download/download-easy.html.en">
|
||||
<i class="glyphicon-glyphicon-arrow-down"></i>{{ _("Download Tor Browser") }}
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-12 d-flex justify-content-center">
|
||||
<div class="col-sm-6 offset-lx-1 offset-sm-0 mt-5">
|
||||
|
@ -19,7 +19,9 @@
|
||||
<div class="row flex-xl-nowrap">
|
||||
<main role="main" class="mx-auto col-12 {{ bag('alternatives', this.alt, 'order') }}">
|
||||
{% include 'ilos.html'%}
|
||||
{% block body %}{% endblock %}
|
||||
<div class="container py-3 hero">
|
||||
{% block body %}{% endblock %}
|
||||
</div>
|
||||
</main>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -68,3 +68,25 @@
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
<div class="container-fluid">
|
||||
<div class="row flex-xl-nowrap">
|
||||
<div class="mx-auto col-12 py-3">
|
||||
<div class="card border-0">
|
||||
<div class="row">
|
||||
<div class="col-md-3 order-1">
|
||||
<div class="oval oval-right"></div>
|
||||
</div>
|
||||
<div class="col-md-6 px-3 order-2 pt-5">
|
||||
<div class="card-block px-3 justify-content-center align-bottom pt-5">
|
||||
<h6 class="pt-3 card-title text-center align-bottom pt-5">BROWSE FREELY</h6>
|
||||
<p class="card-text text-center align-bottom">With Tor Browser, you are free to access sites your home network may have blocked.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-3 order-3">
|
||||
<div class="oval"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user