aboutsummaryrefslogtreecommitdiffstats
path: root/ur/about/media/index.php
blob: 54f1c0e84e0b83a3deb1f61e7bd5b4869014fffb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<?php

define('HLANG', true);
require '../../../langs.php';

_lang_load($locale, "about/media");

?><!DOCTYPE html>
<html dir="ltr" lang="<?php echo $locale ?>">
<head>
    <meta charset="utf-8">
    <title><?php _e('Mageia media files')?></title>
    <meta name="description" content="Mageia">
    <meta name="keywords" content="mageia">
    <meta name="author" content="Mageia">
    <link rel="stylesheet" type="text/css" href="/g/style/all.css">
    <?php include '../../../analytics.php'; ?>
</head>
<body class="about">
    <?php echo $hsnav; ?>
    <h1 id="mgnavtitle"><?php _e('Media files')?></h1>
    <div id="doc" class="yui-t7">
        <div id="bd" role="main">
            <div class="yui-g"><div class="para">
                <h2><?php _e('Logo')?></h2>
                <p><?php _e('<a href="/g/media/logo/mageia-2011.png"><img src="/g/media/logo/t-mageia-2011.png"><br>PNG</a> or <a href="/g/media/logo/mageia-2011.svg">SVG</a>.')?></p>
                <p><?php _e('TODO: usage guidelines.')?></p>

                <hr>

                <h2><?php _e('Mageia 1 CD/DVD cover')?></h2>
                <p><a href="/g/media/covers/print-1.png"><img src="/g/media/covers/t-print-1.png" alt=""></a>
                    <a href="/g/media/covers/print-2.png"><img src="/g/media/covers/t-print-2.png" alt=""></a>
                    <a href="/g/media/covers/print-3.png"><img src="/g/media/covers/t-print-3.png" alt=""></a></p>
                <p><?php _e('Licensed under CC-By-SA by Julie Guennegues.')?></p>
                    
                <hr>
                
                <p><?php _e('Please consult <a href="https://wiki.mageia.org/en/Artwork_team">artwork team</a> or <a href="https://wiki.mageia.org/en/Marcom_Team">marcom\' team</a> if you have questions/concerns about using these files.')?></p>
                
            </div></div>
        </div>
    </div>
</body>
</html>