diff options
Diffstat (limited to 'post-your-own/index.php')
-rw-r--r-- | post-your-own/index.php | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/post-your-own/index.php b/post-your-own/index.php new file mode 100644 index 0000000..5e0bf3a --- /dev/null +++ b/post-your-own/index.php @@ -0,0 +1,37 @@ +<!DOCTYPE html> +<html lang="en" dir="ltr"> +<head> + <meta charset="utf-8"> + <title>Post your own Free Hugs! photo @ Mageia</title> + <meta name="description" content="Recommandations and procedure to post your own photo to hugs.mageia.org."> + <meta name="keywords" content="mageia, community, free hugs, photo"> + <meta name="robots" content="noindex, follow"> + <link rel="canonical" href="http://hugs.mageia.org/post-your-own/"> + <link rel="icon" type="image/png" href="/static/favicon.png"> + <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Pacifico"> + <link rel="home" href="/"> + <style><?php include '../source.css'; ?></style> +</head> +<body> + <h1><a href="/">Need a hug?</a> » Your own photo</h1> + <article> + <aside> + <p>Want to push more happy faces there as well?</p> + <p>We need: + your photo, a license to publish it here, your name, + any short description and/or link to point to; + all this, sent to this rather anonymous but oh-so-friendly + <code>hug-me [at] mageia [dot] org</code> email box.</p> + <p>If our hugging committee is ok with all your submission, + it will be online in a snap. + Increase your chance: + be an active Mageia <a href="http://mageia.org/contribute/">contributor</a> + or <a href="http://mageia.org/downloads/">user</a>; + stay on topic (hold a FREE HUGS! sign & smile).</p> + </aside> + </article> + <footer> + <p class="sign">♡ May 2011 by <a href="http://mageia.org/wiki/doku.php?id=web">mageia.org web team</a></p> + </footer> +</body> +</html>
\ No newline at end of file |