restyle subpages; create some new subpages including privacy from PR #55

lektura
max.mehl 2017-08-29 13:22:14 +02:00
parent 8ef097467b
commit 914e4bb1d5
9 changed files with 90 additions and 7 deletions

View File

@ -90,7 +90,7 @@ DefaultContentLanguage = "en"
formEmail = "Email (required)"
formCountry = "Country"
formZip = "ZIP Code"
formPermissionPriv = "I have read and accepted the [privacy statement](#)"
formPermissionPriv = "I have read and accepted the [privacy statement](/privacy)"
formPermissionNews = "I want to stay informed about the future of this campaign"
formPermissionPub = "I want my signature to appear in the [list of signatures](/signatures)"
formSubmit = "Sign"

View File

@ -0,0 +1,11 @@
---
title: Contact information
type: "page"
layout: "subpage"
---
You can contact us.
Press information please here.
Images can be loaded from there with that license.

View File

@ -0,0 +1,7 @@
---
title: "Latest News"
type: "page"
layout: "subpage"
---
This page should contain news imported from fsfe.org. Maybe after a short paragraph and a link to /contact (for press info)

View File

@ -0,0 +1,52 @@
---
title: "Privacy Policy"
type: "page"
layout: "subpage"
---
The **publiccode.eu** web site is run by the
[FSFE e.V.](https://fsfe.org/about/legal/imprint.html)
When this policy refers to "we", this means FSFE.
## What we collect and why
When you use the website to sign our open letter, we collect
and store information about your name, e-mail address and country,
which you have provided with your consent, and we will publicly
show your name as a signatory to the open letter. We will also
provide your name and country to the recipients of the open
letter (members of the European Parliament and national or
regional parliaments). We will not share your e-mail address.
We store this information in a database for the duration of the
Public Money - Public Code campaign and remove it afterwards.
If you have consented to being contacted about the campaign, we
will use your e-mail address to send you information about the
campaign during and immediately after the campaign.
## Who has access to stored data
All information submitted through the website, whether stored
on the webserver or in our issue system, is available to FSFE
staff and interns. The information is also available to FSFE's
system administrator team. Information is stored unencrypted on
our servers, which means the information is also available to
staff of PlusServer GmbH where our servers are hosted.
## What your rights are
You have the right to receive the personal data we have stored
about you, as well as the right to instruct us to rectify it if
it's incorrect. You also have the right to object to our storing
of information, in which case we will remove personal data about
you, and the right to remove your consent to processing of your
personal data in line with this policy, in which case we will
also take steps to remove personal data about you.
## Who to contact
If you have questions about our use of your data, would like to
request a copy of all information we have stored about you, or
would like to talk to our Data Protection Officer for any other
purpose, our appointed Data Protection Officer is the FSFE's
executive director, whom you can contact at [executive-director@fsfe.org](mailto:executive-director@fsfe.org).

View File

@ -10,6 +10,8 @@
<h1>{{ .Params.Title }}</h1>
<hr />
{{ .Content }}
{{ partial "subpage_after.html" . }}

View File

@ -5,7 +5,7 @@
<p>{{ .Site.Params.legal.contribute1 }} <a href="https://git.fsfe.org/pmpc/website" target="_blank">{{ .Site.Params.legal.contribute2 }}</a></p>
<p>{{ .Site.Params.legal.by }} (<a href="https://fsfe.org/index.{{ .Lang }}.html" target="_blank">FSFE</a>)
<a href="https://fsfe.org/about/legal/imprint.{{ .Lang }}.html" target="_blank">{{ .Site.Params.legal.imprint }}</a>
| <a href="https://fsfe.org/about/legal/imprint.{{ .Lang }}.html#id-privacy-policy" target="_blank">{{ .Site.Params.legal.privacy }}</a>
| <a href="/privacy/">{{ .Site.Params.legal.privacy }}</a>
| <a href="https://fsfe.org/about/transparency-commitment.{{ .Lang }}.html" target="_blank">{{ .Site.Params.legal.transparency }}</a>
Copyright &copy; {{ (now).Year }}</p>
<p>{{ .Site.Params.legal.license }}</p>

View File

@ -1,4 +1,4 @@
</div>
</div>
</div>
</header>
</section>

View File

@ -1,5 +1,5 @@
{{ "<!-- GENERAL SUBPAGE -->" | safeHTML }}
<header>
<div class="header-content">
<div class="header-content-inner">
<div class="col-lg-8 col-lg-offset-2 text-center">
<section id="page" class="subpage">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">

View File

@ -1,3 +1,14 @@
/* SUBPAGES */
.subpage {
background-image: url(../img/header.jpg);
background-size: cover;
color: #fff;
min-height: 90%
}
.subpage h1 {
text-align: center;
}
/* LANGUAGE SECTION */
#language {
color: #fff;