diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-11-18 22:37:15 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-11-18 22:37:15 +0100 |
commit | 29050e1b2a26939f555dfe491f40e1097fb7bfde (patch) | |
tree | 28769940dec89872f1684f957173f6103bea8994 | |
parent | 0a8d4b02bc856a2e57b659b7f8fab05ce7366074 (diff) |
fix misc accessibility issues, shorten title so it works nicely in tabs
-rw-r--r-- | about.html | 4 | ||||
-rw-r--r-- | citizens.html | 4 | ||||
-rw-r--r-- | developers.html | 4 | ||||
-rw-r--r-- | financial-news.html | 5 | ||||
-rw-r--r-- | governments.html | 2 | ||||
-rw-r--r-- | index.html | 8 | ||||
-rw-r--r-- | investors.html | 4 | ||||
-rw-r--r-- | merchants.html | 4 | ||||
-rw-r--r-- | news.html | 4 |
9 files changed, 20 insertions, 19 deletions
@@ -1,8 +1,8 @@ <!DOCTYPE html> -<html> +<html lang="en"> <head> <meta charset="utf-8"> - <title>Taler - Taxable Anonymous Libre Electronic Reserves: About us</title> + <title>Taler - About us</title> <meta name="description" content=""> <!--# include file="common/header.inc" --> </head> diff --git a/citizens.html b/citizens.html index f282530f..a96309a8 100644 --- a/citizens.html +++ b/citizens.html @@ -1,8 +1,8 @@ <!DOCTYPE html> -<html> +<html lang="en"> <head> <meta charset="utf-8"> - <title>GNU Taler - Taxable Anonymous Libre Electronic Reserves: Citizens</title> + <title>GNU Taler - Citizens</title> <meta name="description" content=""> <!--# include file="common/header.inc" --> </head> diff --git a/developers.html b/developers.html index fca2ea1a..acf8d768 100644 --- a/developers.html +++ b/developers.html @@ -1,8 +1,8 @@ <!DOCTYPE html> -<html> +<html lang="en"> <head> <meta charset="utf-8"> - <title>GNU Taler - Taxable Anonymous Libre Electronic Reserves: Developers</title> + <title>GNU Taler - Developers</title> <meta name="description" content=""> <!--# include file="common/header.inc" --> </head> diff --git a/financial-news.html b/financial-news.html index 54099256..6fa9c915 100644 --- a/financial-news.html +++ b/financial-news.html @@ -1,7 +1,8 @@ -<html> +<!DOCTYPE html> +<html lang="en"> <head> <meta charset="utf-8"> - <title>GNU Taler - Taxable Anonymous Libre Electronic Reserves: Financial News</title> + <title>GNU Taler - Financial News</title> <meta name="description" content=""> <!--# include file="common/header.inc" --> </head> diff --git a/governments.html b/governments.html index 963c18b3..12ec41e2 100644 --- a/governments.html +++ b/governments.html @@ -1,5 +1,5 @@ <!DOCTYPE html> -<html> +<html lang="en"> <head> <meta charset="utf-8"> <title>GNU Taler - Taxable Anonymous Libre Electronic Reserves: Governments</title> @@ -2,11 +2,11 @@ <html lang="en"> <head> <meta charset="utf-8"> - <title lang="en">GNU Taler - Taxable Anonymous Libre Electronic Reserves</title> - <title lang="fr">GNU Taler - Taxable Anonyme Libre Electronique Réserve</title> - <title lang="de">GNU Taler - Taxable Anonyme Liberal Electronische Reserven</title> + <title lang="en">GNU Taler</title> + <title lang="fr">GNU Taler</title> + <title lang="de">GNU Taler</title> <title lang="it">GNU Taler</title> - <title lang="es">GNU Taler - Reservas Electrónicas Libres Anónimas Imponibles</title> + <title lang="es">GNU Taler</title> <meta name="description" content="Anonymous electronic payments for civil society"> <!--# include file="common/header.inc" --> </head> diff --git a/investors.html b/investors.html index 08a8df9f..1c342ca2 100644 --- a/investors.html +++ b/investors.html @@ -1,8 +1,8 @@ <!DOCTYPE html> -<html> +<html lang="en"> <head> <meta charset="utf-8"> - <title>GNU Taler - Taxable Anonymous Libre Electronic Reserves: Investors</title> + <title>GNU Taler - Investors</title> <meta name="description" content=""> <!--# include file="common/header.inc" --> </head> diff --git a/merchants.html b/merchants.html index 97937be0..0bef7e1e 100644 --- a/merchants.html +++ b/merchants.html @@ -1,8 +1,8 @@ <!DOCTYPE html> -<html> +<html lang="en"> <head> <meta charset="utf-8"> - <title>GNU Taler - Taxable Anonymous Libre Electronic Reserves: Merchants</title> + <title>GNU Taler - Merchants</title> <meta name="description" content=""> <!--# include file="common/header.inc" --> </head> @@ -1,8 +1,8 @@ <!DOCTYPE html> -<html> +<html lang="en"> <head> <meta charset="utf-8"> - <title>GNU Taler - Taxable Anonymous Libre Electronic Reserves: News</title> + <title>GNU Taler - News</title> <meta name="description" content=""> <!--# include file="common/header.inc" --> </head> |