diff options
-rw-r--r-- | index.php | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -35,8 +35,9 @@ if (count($images) > 0) { <meta charset="utf-8"> <title>Free Hugs! @ Mageia</title> <meta name="description" content="Be kind. Enough with bugs. Hug someone!"> - <meta name="keywords" content="mageia, hugs, bugs, calins"> - <meta name="robots" content="index, follow"> + <meta name="keywords" content="mageia, linux, distribution, community, + fun, friendly, happy, hugs, no bug, calins"> + <meta name="robots" content="noindex, follow"> <link rel="canonical" href="http://hugs.mageia.org/"> <link rel="icon" type="image/png" href="/static/favicon.png"> <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Pacifico"> @@ -51,6 +52,7 @@ if (count($images) > 0) { a:hover { text-decoration: underline; } ul { margin-bottom: 4em; } li { margin-bottom: 0.6em; } + img { border: 0; } #hi { margin: 10px 0 0 0; width: 350px; -webkit-box-shadow: 0 0 40px #555; -moz-box-shadow: 0 0 40px #555; box-shadow: 0 0 40px #555; @@ -94,7 +96,7 @@ if (count($images) > 0) { It's fun, it's great, <a href="http://mageia.org/">have a look</a> and join us!</p> <p style="text-align: center;"><a href="http://mageia.org/"> - <img src="static/mageia-logo.png" + <img src="static/mageia-logo-small.png" style="width: 200px;" alt="Mageia"></a></p> |