diff options
author | Romain d'Alverny <rda@mageia.org> | 2010-10-07 19:22:19 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2010-10-07 19:22:19 +0000 |
commit | 581f30709f8faa99875911bcc99cebc3f4d7435b (patch) | |
tree | 33d6322416580428f32612af1602c438ac36b04c /press.html | |
parent | 3fc61f09e8983d4d26bf84fcf5017f744e408f92 (diff) | |
download | www-581f30709f8faa99875911bcc99cebc3f4d7435b.tar www-581f30709f8faa99875911bcc99cebc3f4d7435b.tar.gz www-581f30709f8faa99875911bcc99cebc3f4d7435b.tar.bz2 www-581f30709f8faa99875911bcc99cebc3f4d7435b.tar.xz www-581f30709f8faa99875911bcc99cebc3f4d7435b.zip |
first import of mageia www v0
Diffstat (limited to 'press.html')
-rw-r--r-- | press.html | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/press.html b/press.html new file mode 100644 index 000000000..190986d9c --- /dev/null +++ b/press.html @@ -0,0 +1,60 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE html> +<html dir="ltr" lang="en"> +<head> + <meta charset="utf-8" /> + <title>Mageia - Press Review</title> + <meta name="description" content="Mageia - Press Review" /> + <meta name="keywords" content="mageia, press, review, articles" /> + <link rel="stylesheet" type="text/css" href="g/style/all.css" /> + <script type="text/javascript"> + + var _gaq = _gaq || []; + _gaq.push(['_setAccount', 'UA-18603191-1']); + _gaq.push(['_setDomainName', '.mageia.org']); + _gaq.push(['_trackPageview']); + + (function() { + var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; + var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); + })(); + + </script> +</head> +<body> + <?php include 'langs.php'; ?> + <div id="doc" class="yui-t7"> + <div id="hd" role="banner"><h1>Mageia <span>– Press Review</span></h1></div> + <div id="bd" role="main"> + <div class="yui-g"> + <div class="para" + <h2>...</h2> + <ul> + <li>...</li> + </ul> + </div> + </div> + <div class="yui-g"> + <div class="yui-u first"> + <div class="para"> + <h2>How to contact us.</h2> + + <h3><a href="https://www.mageia.org/mailman/">Mailing-lists</a></h3> + + <h3>IRC (Freenode network)</h3> + <?php include 'channels.html'; ?> + </div> + </div> + <div class="yui-u"> + <div class="para"> + <iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2FMageia%2F157247240967735&width=320&connections=10&stream=false&header=false&height=255" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:320px; height:255px;" allowTransparency="true"></iframe> + <p>You should follow us <a href="http://www.twitter.com/mageia_os">on Twitter</a> + or <a href="http://identi.ca/mageia">on identi.ca</a>.</p> + </div> + </div> + </div> + </div> + </div> +</body> +</html> |