diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2010-12-11 22:59:25 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2010-12-11 22:59:25 +0100 |
commit | 5a4022631032a7a16aeb0532fc3d137098f5160e (patch) | |
tree | 3abc9f8669942c3b85498aa2058f8c41f66b97d2 | |
parent | aafbefbb61d1690e49df48906f16564136f0def8 (diff) |
Fix several XHTML validation errors.
-rw-r--r-- | contact.html | 4 | ||||
-rw-r--r-- | default.css | 3 | ||||
-rw-r--r-- | index.html | 5 | ||||
-rw-r--r-- | membership.html | 11 |
4 files changed, 13 insertions, 10 deletions
diff --git a/contact.html b/contact.html index faa67b1..19b2808 100644 --- a/contact.html +++ b/contact.html @@ -27,8 +27,8 @@ <h1>Contact us</h1> - <p>Send an email to our president <a href"mailto:skangas@skangas.se?subject=Fripost,%20joining">Stefan Kangas</a>, - <a href"mailto:skangas@skangas.se?subject=Fripost,%20joining"><tt>skangas@skangas.se</tt></a>. + <p>Send an email to our president <a href="mailto:skangas@skangas.se?subject=Fripost,%20joining">Stefan Kangas</a>, + <a href="mailto:skangas@skangas.se?subject=Fripost,%20joining"><tt>skangas@skangas.se</tt></a>. <div class="divider"></div> diff --git a/default.css b/default.css index 5b8fcbc..168c838 100644 --- a/default.css +++ b/default.css @@ -19,7 +19,8 @@ a { a:hover, .footer a:hover {
color: #111;
}
-body {
+body
+{
background: #769359 url(img/bg.jpg) repeat-y center top;
color: #443;
font-size: 12px;
@@ -105,12 +105,12 @@ <div class="divider"></div> -<p> More information is available through +<p> More information is available through</p> + <ul> <li><a href="http://fscons.org/infrastructure/distributed-email-system">Abstract of a talk, given by Gustav Eek and oftStefan Kangas at FSCONS, November 2010</a></li> <li><a href="http://fellowship.se">Fellowship of Free Software Foundation Europe (FSFE) Göteborg chapter's wiki-page</a></li> </ul> -</p> <p> Fripost started as a project within Göteborg Fellowship of FSFE, but is now is an independent association. </p> @@ -128,6 +128,7 @@ </div> </div> +</div> </body> </html> diff --git a/membership.html b/membership.html index 65e82d5..2711f42 100644 --- a/membership.html +++ b/membership.html @@ -30,13 +30,14 @@ <p>In order to have the actual service up and running, we are dependent on getting a sufficient amount of members joining. The starting budget needed is about 15000 SEK. With a member fee of 300 SEK we will need 50 members before we can really get going. </p> -<p>To join, send an email to our president <a href"mailto:skangas@skangas.se?subject=Fripost,%20joining">Stefan Kangas</a>, -<a href"mailto:skangas@skangas.se?subject=Fripost,%20joining"><tt>skangas@skangas.se</tt></a>, and make and payment according to below. +<p>To join, send an email to our president <a href="mailto:skangas@skangas.se?subject=Fripost,%20joining">Stefan Kangas</a>, +<a href="mailto:skangas@skangas.se?subject=Fripost,%20joining"><tt>skangas@skangas.se</tt></a>, and make and payment according to below. </p> <h2>Member information</h2> <p>Fripost concerns about its members integrity, and encourages to viligance against giving out personal information. In that spirit Fripost offers anonymous memberships, for which the only information needed is </p> + <ul><li>The desired email address (e.g. your.name@fripost.org). </li> </ul> @@ -83,7 +84,7 @@ <h2>The deal</h2> -<p>A membership means +<p>A membership means</p> <ul><li> One email address, one inbox, and the possibility of one extra alias at <tt>fripost.org</tt> </li> @@ -93,15 +94,15 @@ </li> </ul> -</p> - <div class="divider"></div> <div class="footer"> © 2006 <a href="index.html">Website</a>. Valid <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> & <a href="http://validator.w3.org/check?uri=referer">XHTML</a>. Design by <a href="http://arcsin.se">Arcsin</a> + </div> </div> +</div> </body> </html> |