visual improvements

svn path=/trunk/; revision=34137
This commit is contained in:
Max Mehl 2016-08-23 23:26:05 +00:00
parent aa2f290551
commit b63ab64554
2 changed files with 70 additions and 24 deletions

26
de/de.css Normal file
View File

@ -0,0 +1,26 @@
.box {
float: left;
padding: 0.5em 1.5em;
background: rgba(0, 54, 97, 0.05) none repeat scroll 0 0;
margin-bottom: 2em;
}
.box h2 {
background: rgba(0, 94, 225, 0.4) none repeat scroll 0 0;
color: #fff;
margin: -0.3em -0.9em 0.5em;
min-width: 0;
padding: 0.3em;
}
.box h2 a {
color: #fff;
}
table {
border-collapse: separate;
}
td {
padding: 5px 25px 5px 0;
}

View File

@ -3,6 +3,7 @@
<html>
<head>
<title>Team Germany - FSFE</title>
<link rel="stylesheet" href="de.css" type="text/css" />
</head>
<body>
@ -13,12 +14,6 @@
<h1>Germany</h1>
<div id="introduction">
<p>FSFE's Germany Team unites people who are deeply committed to Free
Software activities in Germany and germanophone countries. With
mutual trust and joint experience we engage on various levels.</p>
</div>
<div class="captioned right" style="max-width: 506px; width: 30%;">
<a href="germany.jpg">
<img src="germany.jpg" alt="A group picture of the German team" />
@ -28,7 +23,13 @@
</footer>
</div>
<p>Please see our <a href="#id-team">list of members</a>, the <a href="#id-news">latest news</a> and <a href="#id-events">upcoming events</a> related to Free Software in Germany, and severals ways how to <a href="#id-contact">contact us</a>.</p>
<div id="introduction">
<p>FSFE's Germany Team unites people who are deeply committed to Free
Software activities in Germany and germanophone countries. With
mutual trust and joint experience we engage on various levels.</p>
</div>
<p>Please see our <a href="#id-team">list of members</a>, severals ways how to <a href="#id-contact">contact us</a>, and the <a href="#id-news">latest news</a> and <a href="#id-events">upcoming events</a> related to Free Software in Germany.</p>
<!-- TEAM -->
<h2 id="id-team"><span>Germany Team members</span></h2>
@ -41,7 +42,39 @@ trust. This list of members is not complete.</p>
<country-team-list />
<!-- CONTACT -->
<h2 id="id-contact"><contact-label /></h2>
<p>Please feel free to contact us regarding any Germany-related
questions. We treat your inquiry as confidential. If you would like to
contact us by encrypted email, please contact the team's coordinators
using their public GnuPG keys.</p>
<p>For general discussions about Free Software and the FSFE, please refer to FSFE's <a href="https://lists.fsfe.org/mailman/listinfo/fsfe-de">public germanophone discussion list</a>.</p>
<table>
<tr>
<td>Email:</td>
<td><a href="mailto:germany@fsfeurope.org">germany@fsfeurope.org</a></td>
</tr>
<tr>
<td>Postal:</td>
<td>Free Software Foundation Europe e.V.<br />
Schönhauser Allee 6/7<br />
Stairway 2, 5. floor<br />
10119 Berlin
</td>
</tr>
<tr>
<td>Phone:</td>
<td>+49 30 27595290</td>
</tr>
</table>
<br />
<!-- NEWS -->
<div class="box">
<h2 id="id-news">
<a class="rss-feed" href="/news/news.rss"><img src="/graphics/rss.png" alt="News RSS" title="news RSS feed" /></a>
<news-label />
@ -50,8 +83,11 @@ trust. This list of members is not complete.</p>
<p>The latest news covering FSFE's activities in Germany. Please also have a look at <a href="/news/news.html">all FSFE news</a>.</p>
<country-news />
</div>
<!-- EVENTS -->
<div class="box">
<h2 id="id-events">
<a class="rss-feed" href="/events/events.rss"><img src="/graphics/rss.png" alt="Events RSS" title="events RSS feed" /></a>
<a class="ical" href="webcal://fsfe.org/events/events.ics"><img src="/graphics/ical.png" alt="iCal" title="FSFE events as iCal feed" /></a>
@ -61,23 +97,7 @@ trust. This list of members is not complete.</p>
<p>A selection of upcoming events in Germany with FSFE's presence. Please also have a look at the <a href="/events/events.html">complete list of events</a>.</p>
<country-events />
<!-- CONTACT -->
<h2 id="id-contact"><contact-label /></h2>
<p>Please feel free to contact us regarding any Germany-related
questions. We treat your inquiry as confidential. If you would like to
contact us by encrypted email, please contact the team's coordinators
using their public GnuPG keys.</p>
<p><a href="mailto:germany@fsfeurope.org">germany@fsfeurope.org</a></p>
<p>
Free Software Foundation Europe e.V.<br />
Schönhauser Allee 6/7<br />
Stairway 2, 5. floor<br />
10119 Berlin
</p>
<p>+49 30 27595290</p>
</div>
</body>