include rss and newsletter buttons, and do some cleaning-up
All checks were successful
the build was successful

This commit is contained in:
2018-11-07 17:54:19 +01:00
parent fab5453b53
commit a146ebd0de

View File

@@ -3,35 +3,14 @@
<html>
<head>
<title>Press Room - FSFE</title>
<script>
/*
* Fields that carry values at page load will be emptied if this
* is called and the field has not been edited before.
*/
var changedFields = new Array();
function removeValue(field) {
if (!changedFields[field.getAttribute("name")]) {
changedFields[field.getAttribute("name")] = true;
field.value = "";
}
return false;
}
</script>
</head>
<body class="press" id="press-room">
<h1 class="heading">Press</h1>
<div id="introduction">
<!-- for the following two paragraphs, please have a look at http://fsfe.org/about/mission -->
<p>Free Software Foundation Europe is a charity that empowers users to
control technology. Software is deeply involved in all aspects of our
lives; and it is important that this technology empowers rather than
@@ -41,7 +20,9 @@
</div>
<img src="/about/graphics/stars.png" style="float:right; max-width: 100px; width: 25%; padding: 0em 0em 1em 1em;"/>
<div class="right" style="max-width: 100px; width: 25%;">
<img src="/about/graphics/stars.png" alt="Stars of the FSFE logo" />
</div>
<p>The FSFE helps individuals and organisations to understand how Free
@@ -50,49 +31,41 @@
encourage people to use and develop Free Software, and provide resources to
enable everyone to further promote Free Software in Europe.</p>
<div class="grid-50-50" style="margin-top:3em">
<div class="box first">
<h2><a href="/news/news.html" class="feed">Latest press releases</a> </h2>
<dynamic-content />
<div style="text-align:center; margin:2em">
<form id="formnl" name="formnl" method="POST" action="//lists.fsfe.org/mailman/listinfo/press-release">
<input type="submit" value="Subscribe" />
</form>
</div>
<p>
<strong>Subscribing to our press-release-list is the easiest way to ensure you receive all FSFE's press releases.</strong>
</p>
</div>
<div class="box">
<h2>Follow our News</h2>
<p>Apart from our press releases we publish important news about our work and our campaigns. To ensure you receive them, you can subscribe to our <a href="https://fsfe.org/news/news.en.rss">RSS feed</a> and our <a href="https://fsfe.org/news/newsletter">Newsletter</a>.</p>
<div class="share-buttons bottom" style="text-align:center; margin-top:1em;margin-bottom:1em;">
<a target="_blank" href="https://fsfe.org/donate/?ml-signup">
<button class="button share-newsletter">Newsletter</button>
<button class="button share-mail">Newsletter</button>
</a>
<a target="_blank" href="https://fsfe.org/news/news.en.rss">
<button class="button share-rss">RSS Feed</button>
</a>
<a target="_blank" href="https://mastodon.social/@fsfe">
<button class="button share-mastodon">RSS Feed</button></a>
</div>
<h2>Social Media</h2>
@@ -118,17 +91,14 @@
</a>
</div>
</div>
</div>
<div class="grid-50-50" style="margin-top:3em">
<div class="box first">
<h2>Press contact</h2>
<p>
@@ -152,6 +122,7 @@
For general enquiries please see our
<a href="/contact/contact.html">contact information</a>.
</p>
</div>
<div class="box">
@@ -160,8 +131,6 @@
<p>The Free Software Foundation Europe was founded in 2001 as a charity to empower users to control technology. You can find our goals defined and the methods we use to achieve them written down in <a href="/about/mission">our mission statement</a>. In <a href="/timeline/timeline">our interactive timeline</a>, we collected our most important achievements to promote and defend software freedom in Europe since 2001 within various areas.</p>
</div>
</div>
@@ -178,11 +147,8 @@
<source media="screen and (max-device-width:999px)" type="video/mp4; codecs=&quot;avc1.42E01E, mp4a.40.2&quot;" src="https://download.fsfe.org/videos/supporter/matthias_mobile.mp4"></source>
<source media="screen and (max-device-width:999px)" type="video/webm; codecs=&quot;vp9, opus&quot;" src="https://download.fsfe.org/videos/supporter/matthias_mobile.webm"></source>
<track default="default" label="English" srclang="en" kind="subtitles" src="https://download.fsfe.org/videos/supporter/subtitles/matthias.vtt"></track>
</video>
</div>
<div class="box">
@@ -222,11 +188,11 @@
</div>
</div> <!-- END 2nd 50-50 grid -->
</div>
<div style="padding-top:3em">
<h2 id="subpages" class="show-heading">Background and resources</h2>
<h2>Background and resources</h2>
<ul>
@@ -234,9 +200,6 @@
<h3><a href="/freesoftware/freesoftware.html">Free Software Basics</a></h3>
<p>
Access to software determines who may participate in a digital society. Read about the role of Free Software in key areas in our <a href="/freesoftware/freesoftware.html">introduction to Free Software</a>.
</p>
</li>
@@ -249,13 +212,15 @@
<li>
<h3><a href="/about/principles.html">How we work</a></h3>
<p>We see ourselves as Europeans with different backgrounds who support developing a common culture of co-operation. <a href="/about/principles.html">Our principles</a> will help you understand the way we think and work.
<p>
We see ourselves as Europeans with different backgrounds who support developing a common culture of co-operation. <a href="/about/principles.html">Our principles</a> will help you understand the way we think and work.
</p>
</li>
<li>
<h3><a href="/about/principles.html">Who we are</a></h3>
<p>Find members of our community, volunteers, interns, staffers and coordinators on <a href="/about/team.html">our team page</a>.
<p>
Find members of our community, volunteers, interns, staffers and coordinators on <a href="/about/team.html">our team page</a>.
</p>
</li>
@@ -264,7 +229,6 @@
give official press statements
-->
</ul>
</div>