aboutsummaryrefslogtreecommitdiffstats
path: root/en/contact
diff options
context:
space:
mode:
authorManuel Hiebel <leuhmanu@mageia.org>2013-12-01 08:42:22 +0000
committerManuel Hiebel <leuhmanu@mageia.org>2013-12-01 08:42:22 +0000
commit020c4d873ca27cb050fdb5de9a9f10bf095257ee (patch)
tree6369e0b50a5d83f5b6f5ba95992d95c45b4e4f36 /en/contact
parent1fd8fbfab1813060aa8f1768b0e7f34b9cba539e (diff)
downloadwww-020c4d873ca27cb050fdb5de9a9f10bf095257ee.tar
www-020c4d873ca27cb050fdb5de9a9f10bf095257ee.tar.gz
www-020c4d873ca27cb050fdb5de9a9f10bf095257ee.tar.bz2
www-020c4d873ca27cb050fdb5de9a9f10bf095257ee.tar.xz
www-020c4d873ca27cb050fdb5de9a9f10bf095257ee.zip
reworked contact page
Diffstat (limited to 'en/contact')
-rw-r--r--en/contact/index.php64
1 files changed, 34 insertions, 30 deletions
diff --git a/en/contact/index.php b/en/contact/index.php
index 756bd6195..b22fb9eb4 100644
--- a/en/contact/index.php
+++ b/en/contact/index.php
@@ -13,43 +13,33 @@ _lang_load($locale, 'contact');
<meta name="author" content="Mageia">
<link rel="stylesheet" type="text/css" href="/g/style/all.css">
<link rel="canonical" href="/<?php echo $locale; ?>/contact/">
+ <style> .para { text-align: left; float: left; width: 250px; display: block; border-right: 1px solid #eef; border-bottom: 1px solid #eef; }</style>
<?php include '../../analytics.php'; ?>
</head>
-<body id="top" class="contact">
+<body class="community">
<?php echo $hsnav; ?>
<h1 id="mgnavtitle"><?php _e('Contact Us')?></h1>
- <div style="float: left; width: 400px; text-align: left; border-bottom: 1px solid #ddd;">
- <div class="para" id="by-time">
+ <div class="para" style="width: 300px;">
<?php
_h('You are looking for support', null, 'h2');
- _h('Please check our <a href="https://forums.mageia.org/">forum</a> or our <a href="https://wiki.mageia.org/" hreflang="en">wiki</a>.');
- echo '<hr>';
+ _e('Search on:');?>
+ <ul><li><?php _e('Our <a href="%s">wiki</a>', array('https://wiki.mageia.org/'));?></li>
+ <li><?php _e('In the End user <a href="%s">doc</a>', array('https://doc.mageia.org/'));?></li>
+ </ul>
+ <?php _e('Discuss with other users via:');?>
+ <ul><li><?php _e('The <a href="%s">forum</a>', array('https://forums.mageia.org/'))?></li>
+ <li><?php _e('User <a href="%s">mailing list</a>', array('https://ml.mageia.org/l/info/discuss'))?></li>
+ <li><?php _e('<a href="%s">IRC</a> channel', array('irc://irc.freenode.net/#mageia'))?></li>
+ <li><?php _e('The <a href="%s">Google Plus</a> community', array('//plus.google.com/communities/112789769804302351557'))?></li>
+ </ul>
+ <?php echo '<hr>';
_h('You would like to report an issue', null, 'h2');
_h('Please see <a href="%s" hreflang="en">how to report an issue in our bugs database</a>.',
- array('https://wiki.mageia.org/en/How_to_report_a_bug_properly'));
- echo '<hr>';
-
- _h('You are not sure who to contact', null, 'h2');?>
- <ul id="contrib-time" class="contrib-list">
- <li>
- <h3><a href="mailto:contact&#x40;mageia.org">contact&#x40;mageia.org</a></h3>
- <?php _h('For generic contact information.')?>
- </li>
- <li>
- <h3><a href="mailto:press&#x40;mageia.org">press&#x40;mageia.org</a></h3>
- <?php _h('For press inquiries.')?>
- </li>
- <li>
- <h3>IRC</h3>
- <?php _h('You may as well try to reach us on <a href="%s">#mageia on Freenode IRC</a>.',
- array('irc://irc.freenode.net/#mageia'));?>
- </li>
- </ul>
- <hr>
+ array('https://wiki.mageia.org/en/How_to_report_a_bug_properly'));?>
+ <hr>
</div>
- </div>
- <div style="float: left; width: 600px; text-align: left; border: 1px solid #ddd; border-top: 0;">
- <div class="para" id="by-role">
+
+ <div class="para" style="width: 600px;">
<?php
_h('You have an idea of whom to contact', null, 'h2');
echo '<ul class="hl">';
@@ -68,8 +58,22 @@ _lang_load($locale, 'contact');
_h('You want to join and contribute to Mageia', null, 'h2');
_h('Please see <a href="%s">our Contributions page</a>.', array('../contribute/'));
?>
- <hr>
+</div>
+ <div class="para" style="width: 280px;">
+ <?php _h('Something particular to ask', null, 'h2')?>
+ <span class="dlinfo"><?php _e('In English and this is not for support')?></span>
+
+ <ul>
+ <li>
+ <a href="mailto:contact&#x40;mageia.org">contact&#x40;mageia.org</a>
+ <?php _h('For generic contact information.')?>
+ </li>
+ <li>
+ <a href="mailto:press&#x40;mageia.org">press&#x40;mageia.org</a>
+ <?php _h('For press inquiries.')?>
+ </li>
+ </ul>
+ <hr>
</div>
- </div>
</body>
</html>