-
Notifications
You must be signed in to change notification settings - Fork 0
/
logos.html
66 lines (64 loc) · 2.64 KB
/
logos.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Google Stickers Page</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<a href="index.html">
<img class="center" src="img/googlebeta.jpg" alt="Google">
</a>
<h1 style="color: red; text-align:center;">Stickers</h1>
</header>
<!-- alignment with css -->
<div>
<p>If you would like to include a link to Google on your webpage, feel free to download one of the following "stickers" of our main logo.</p>
<b class="img" >25% (87 x 28)
<img src="img/google25.jpg" alt="google25">
</b>
<b class="img" >40% (140 x 45)
<img src="img/google40.jpg" alt="google40">
</b>
<b class="img" >50% (175 x 56)
<img src="img/google50.jpg" alt="google50">
</b>
<b class="img" >60% (210 x 67)
<img src="img/google60.jpg" alt="google60">
</b>
</div>
<hr>
<div class="center">
<p>Here is our main logo full size, created using GIMP. If you want to hack on it, here is the XCF file.</p>
<img src="img/googlebeta.jpg" alt="googlebeta">
<p>We've customized our logo for the Burning Man festival and the holidays...</p>
<img src="img/googleburn.jpg" alt="googleburn"> <br>
<img src="img/turkeylogo.jpg" alt="turkeylogo">
<p>... and some of our faithful users have even been inspired to produce their own versions of the Google logo, including this animated GIF by Travis David Freeland:</p>
<img src="img/google2.gif" alt="google2">
<p>...a GIF by Joe Williams:</p>
<img src="img/jcwilliams.gif" alt="jcwilliams">
<p>...and this version by Jesse Rios, which inspired the shadowing in our current logo:
</p>
<img src="img/jesserios.jpg" alt="jesserios">
<hr>
</div>
<div class="center">
<h2>Sherman, set the WayBack machine...</h2>
<p>Finally, here are progressively older versions of our logo, dating back to the days before we were Google...</p>
<img src="img/google3.jpg" alt="google3"> <br>
<img src="img/google1.jpg" alt="google1"> <br>
<img src="img/googlelogo.gif" alt="logo"> <br>
<img src="img/oldgoogle.gif" alt="oldgoogle"> <br>
<img src="img/carlpgoogle.gif" alt="carlpgoogle"> <br>
<img src="img/backrub.jpg" alt="backrub">
</div>
<hr>
<footer style="text-align: center">
<small>Copyright ©1998 Google Inc.</small>
</footer>
</body>
</html>