-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlogo.html
95 lines (85 loc) · 2.93 KB
/
logo.html
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="ja" xml:lang="ja">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta property="og:image" content="img/logo-180x180.png" />
<title>Logo Library - Ariel Networks Labs</title>
<link rel="stylesheet" href="./main.css" type="text/css" media="screen, tv, print" charset="UTF-8" />
</head>
<body>
<div id="header">
<h1>Ariel Labs<div class="title">Logo Library</div></h1>
<br />
</div>
<br />
<p>
This page is almost for Members of Ariel Labs. If you decided to produce your product as Ariel Labs's one, you can use these logos on your site to indicate.
</p>
<h2>Small Banner</h2>
<table>
<tr>
<th>Description</th>
<th>Image</th>
<th>HTML Snippet</th>
</tr>
<tr>
<td>100x30 white</td>
<td><img src="img/logo-100x30.png" /></td>
<td>
<a href="http://labs.ariel-networks.com/"><img src="http://labs.ariel-networks.com/img/logo-100x30.png" alt="Produced by Ariel Labs" style="border:none;" /></a>
</td>
</tr>
<tr>
<td>100x30 black</td>
<td><img src="img/logo-100x30-black.png" /></td>
<td>
<a href="http://labs.ariel-networks.com/"><img src="http://labs.ariel-networks.com/img/logo-100x30-black.png" alt="Produced by Ariel Labs" style="border:none;" /></a>
</td>
</tr>
<tr>
<td>100x30 grey</td>
<td><img src="img/logo-100x30-grey.png" /></td>
<td>
<a href="http://labs.ariel-networks.com/"><img src="http://labs.ariel-networks.com/img/logo-100x30-grey.png" alt="Produced by Ariel Labs" style="border:none;" /></a>
</td>
</tr>
<tr>
<td>100x30 red</td>
<td><img src="img/logo-100x30-red.png" /></td>
<td>
<a href="http://labs.ariel-networks.com/"><img src="http://labs.ariel-networks.com/img/logo-100x30-red.png" alt="Produced by Ariel Labs" style="border:none;" /></a>
</td>
</tr>
</table>
<h2>Cube banner</h2>
<table>
<tr>
<th>Image</th>
<th>HTML Snippet</th>
</tr>
<tr>
<td><img src="img/logo-180x180.png" /></td>
<td>
<a href="http://labs.ariel-networks.com/"><img src="http://labs.ariel-networks.com/img/logo-180x180.png" alt="Ariel Labs" style="border:none;" /></a>
</td>
</tr>
</table>
<h2>Large banner</h2>
<table>
<tr>
<th>Image</th>
<th>HTML Snippet</th>
</tr>
<tr>
<td><img src="img/logo.png" /></td>
<td>
<a href="http://labs.ariel-networks.com/"><img src="http://labs.ariel-networks.com/img/logo.png" alt="Ariel Labs" style="border:none;" /></a>
</td>
</tr>
</table>
<div id="footer">
<div class="copyright">© Copyright 2011 <img src="img/logo-100x30.png" class="small-logo" alt="Ariel Labs" /></div>
</div>
</body>
</html>