check in all the logos for future reference

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@483846 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Porter 2006-12-08 06:18:02 +00:00
parent fc509f047b
commit b2b1478c26
14 changed files with 106 additions and 0 deletions

BIN
design/logos/LL.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

BIN
design/logos/LR.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.0 KiB

BIN
design/logos/UR.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

10
design/logos/index.html Normal file
View File

@ -0,0 +1,10 @@
<html>
<body>
<p>
<a href="ur.html">UR</a>
<a href="ll.html">LL</a>
<a href="lr.html">LR</a>
</p>
</body>
</html>

32
design/logos/ll.html Normal file
View File

@ -0,0 +1,32 @@
<html>
<head>
<style>
td {
border: 1px solid black;
}
</style>
</head>
<body>
<p>
<a href="ur.html">UR</a>
<b>LL</b>
<a href="lr.html">LR</a>
</p>
<table>
<tr valign="middle">
<td align="center">
<img src="LL.png" width="221" height="72" />
</td>
<td align="center">
<img src="logo-LL.jpg" width="313" height="93" />
</td>
</tr>
<tr>
<td colspan="2" align="center">
<img src="screen-LL.png" width="881" height="393" />
</td>
</tr>
</table>
</body>
</html>

BIN
design/logos/logo-LL.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

BIN
design/logos/logo-LR.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

BIN
design/logos/logo-UR.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

BIN
design/logos/logo.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

32
design/logos/lr.html Normal file
View File

@ -0,0 +1,32 @@
<html>
<head>
<style>
td {
border: 1px solid black;
}
</style>
</head>
<body>
<p>
<a href="ur.html">UR</a>
<a href="ll.html">LL</a>
<b>LR</b>
</p>
<table>
<tr valign="middle">
<td align="center">
<img src="LR.png" width="213" height="50" />
</td>
<td align="center">
<img src="logo-LR.jpg" width="313" height="93" />
</td>
</tr>
<tr>
<td colspan="2" align="center">
<img src="screen-LR.png" width="896" height="393" />
</td>
</tr>
</table>
</body>
</html>

BIN
design/logos/screen-LL.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

BIN
design/logos/screen-LR.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

BIN
design/logos/screen-UR.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

32
design/logos/ur.html Normal file
View File

@ -0,0 +1,32 @@
<html>
<head>
<style>
td {
border: 1px solid black;
}
</style>
</head>
<body>
<p>
<b>UR</b>
<a href="ll.html">LL</a>
<a href="lr.html">LR</a>
</p>
<table>
<tr valign="middle">
<td align="center">
<img src="UR.png" width="188" height="69" />
</td>
<td align="center">
<img src="logo-UR.jpg" width="313" height="93" />
</td>
</tr>
<tr>
<td colspan="2" align="center">
<img src="screen-UR.png" width="882" height="395" />
</td>
</tr>
</table>
</body>
</html>