diff options
author | Brett Porter <brett@apache.org> | 2006-12-08 06:18:02 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2006-12-08 06:18:02 +0000 |
commit | b2b1478c2656dd60ce893daf54bc2d394079d70f (patch) | |
tree | 032e7b70814a97efcafb573ebbf66d1c7385c058 | |
parent | fc509f047b856d90ee1814404cc124bc71df64da (diff) | |
download | archiva-b2b1478c2656dd60ce893daf54bc2d394079d70f.tar.gz archiva-b2b1478c2656dd60ce893daf54bc2d394079d70f.zip |
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
-rw-r--r-- | design/logos/LL.png | bin | 0 -> 9771 bytes | |||
-rw-r--r-- | design/logos/LR.png | bin | 0 -> 9248 bytes | |||
-rw-r--r-- | design/logos/UR.png | bin | 0 -> 9801 bytes | |||
-rw-r--r-- | design/logos/index.html | 10 | ||||
-rw-r--r-- | design/logos/ll.html | 32 | ||||
-rw-r--r-- | design/logos/logo-LL.jpg | bin | 0 -> 20674 bytes | |||
-rw-r--r-- | design/logos/logo-LR.jpg | bin | 0 -> 20472 bytes | |||
-rw-r--r-- | design/logos/logo-UR.jpg | bin | 0 -> 20473 bytes | |||
-rw-r--r-- | design/logos/logo.jpg | bin | 0 -> 8072 bytes | |||
-rw-r--r-- | design/logos/lr.html | 32 | ||||
-rw-r--r-- | design/logos/screen-LL.png | bin | 0 -> 34298 bytes | |||
-rw-r--r-- | design/logos/screen-LR.png | bin | 0 -> 33751 bytes | |||
-rw-r--r-- | design/logos/screen-UR.png | bin | 0 -> 34450 bytes | |||
-rw-r--r-- | design/logos/ur.html | 32 |
14 files changed, 106 insertions, 0 deletions
diff --git a/design/logos/LL.png b/design/logos/LL.png Binary files differnew file mode 100644 index 000000000..d95396d65 --- /dev/null +++ b/design/logos/LL.png diff --git a/design/logos/LR.png b/design/logos/LR.png Binary files differnew file mode 100644 index 000000000..b5e27aeb6 --- /dev/null +++ b/design/logos/LR.png diff --git a/design/logos/UR.png b/design/logos/UR.png Binary files differnew file mode 100644 index 000000000..a1e638175 --- /dev/null +++ b/design/logos/UR.png diff --git a/design/logos/index.html b/design/logos/index.html new file mode 100644 index 000000000..01c482d44 --- /dev/null +++ b/design/logos/index.html @@ -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> + diff --git a/design/logos/ll.html b/design/logos/ll.html new file mode 100644 index 000000000..930ff8f73 --- /dev/null +++ b/design/logos/ll.html @@ -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> + diff --git a/design/logos/logo-LL.jpg b/design/logos/logo-LL.jpg Binary files differnew file mode 100644 index 000000000..e47f1e2b4 --- /dev/null +++ b/design/logos/logo-LL.jpg diff --git a/design/logos/logo-LR.jpg b/design/logos/logo-LR.jpg Binary files differnew file mode 100644 index 000000000..e0ddfecbd --- /dev/null +++ b/design/logos/logo-LR.jpg diff --git a/design/logos/logo-UR.jpg b/design/logos/logo-UR.jpg Binary files differnew file mode 100644 index 000000000..5935106a2 --- /dev/null +++ b/design/logos/logo-UR.jpg diff --git a/design/logos/logo.jpg b/design/logos/logo.jpg Binary files differnew file mode 100644 index 000000000..e89e6d747 --- /dev/null +++ b/design/logos/logo.jpg diff --git a/design/logos/lr.html b/design/logos/lr.html new file mode 100644 index 000000000..bd2ee084f --- /dev/null +++ b/design/logos/lr.html @@ -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> + diff --git a/design/logos/screen-LL.png b/design/logos/screen-LL.png Binary files differnew file mode 100644 index 000000000..528f7bf3c --- /dev/null +++ b/design/logos/screen-LL.png diff --git a/design/logos/screen-LR.png b/design/logos/screen-LR.png Binary files differnew file mode 100644 index 000000000..41857e0c3 --- /dev/null +++ b/design/logos/screen-LR.png diff --git a/design/logos/screen-UR.png b/design/logos/screen-UR.png Binary files differnew file mode 100644 index 000000000..4dfd19e50 --- /dev/null +++ b/design/logos/screen-UR.png diff --git a/design/logos/ur.html b/design/logos/ur.html new file mode 100644 index 000000000..00c1141ce --- /dev/null +++ b/design/logos/ur.html @@ -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> + |