-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathlogo.php
48 lines (34 loc) · 1.35 KB
/
logo.php
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
46
47
48
<?php
$title = 'MAME | Logo Information';
?>
<?php require($_SERVER['DOCUMENT_ROOT'] . '/_include/html/header.html'); ?>
<!-- Page Content -->
<div class="container">
<center><h1 class="page-header">MAME Logo Information</h1></center>
<a name="logo"></a>
<h2>MAME Logo</h2>
<h3>Information about the MAME logo and how it can be used</h3>
<p>
The MAME logo was designed by chemical and cleaned up by <a href="http://www.exodus3d.com/">Exodus3D</a>. The original version
of the logo did not indicate the MAME trademark, but this updated one does:
</p>
<p>
<img class="img-responsive" src="MAMELogoRSmall.jpg" align="center" width="450" height="150">
<p>
<p>
<a href="MAMELogoR.jpg">Click here</a> to download a high resolution (4500x1500) version (JPEG).
</p>
<p>
<a href="MAMELogoR.png">Click here</a> to download a high resolution (4500x1500) version (PNG).
</p>
<p>
<a href="MAMELogoR-trans.png">Click here</a> to download a high resolution (4500x1500) transparent version (PNG).
</p>
<p>
Although this logo does not appear in the official MAME trademark filing, it is still
covered by and governed by the <a href="legal.html">rules of the MAME trademark</a>.
</p>
<br/><br/>
</div>
<!-- /.container -->
<?php require($_SERVER['DOCUMENT_ROOT'] . '/_include/html/footer.html'); ?>