Skip to content

Commit 1a585f9

Browse files
committed
Update
1 parent 1a37f4d commit 1a585f9

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

index.html

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
<!DOCTYPE html>
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
22

33
<html>
44
<head>
55
<meta name="generator" content=
66
"HTML Tidy for Mac OS X (vers 25 March 2009), see www.w3.org">
77
<meta name="generator" content="Python Imaging">
8-
<meta charset='utf-8'>
98
<meta http-equiv="X-UA-Compatible" content="chrome=1">
109
<meta name="description" content="Pillow: the friendly PIL fork">
1110
<link rel="stylesheet" type="text/css" media="screen" href=
@@ -33,10 +32,11 @@
3332
<div id="header_wrap" class="outer">
3433
<div class="inner">
3534
<a id="forkme_banner" href=
36-
"https://github.com/python-pillow/Pillow">View on GitHub</a>
35+
"https://github.com/python-pillow/Pillow" name=
36+
"forkme_banner">View on GitHub</a>
3737

38-
<h1 id="project_title"><img style="border: 0px" src=
39-
"/images/pillow-logo.png"></h1>
38+
<h1 id="project_title"><img alt="Pillow logo" style=
39+
"border: 0px" src="/images/pillow-logo.png"></h1>
4040

4141
<h2 id="project_tagline">The friendly PIL fork</h2>
4242
</div>
@@ -47,13 +47,15 @@ <h2 id="project_tagline">The friendly PIL fork</h2>
4747
<div style="float: right; padding: 1em;text-align: center">
4848
<a href=
4949
"http://jeremykun.com/2012/01/01/random-psychedelic-art/"><img class="img-thumbnail"
50-
style="width: 90%" src="/images/img49.png"></a><br>
50+
style="width: 90%" src="/images/img49.png" alt=
51+
"Random psychedelic art made with Pillow"></a><br>
5152
<span style="font-size: 90%">Random psychedelic art made
5253
with PIL</span>
5354
</div>
5455

5556
<h3><a name="welcome-to-github-pages" class="anchor" href=
56-
"#welcome-to-github-pages"></a>Welcome</h3>
57+
"#welcome-to-github-pages" id=
58+
"welcome-to-github-pages"></a>Welcome</h3>
5759

5860
<p>This is the home of <a href=
5961
"https://github.com/python-pillow/Pillow">Pillow</a>, the
@@ -92,7 +94,7 @@ <h4><a href=
9294

9395
<div id="footer_wrap" class="outer">
9496
<div class="inner">
95-
<p>&#169; Copyright 1995-2015, Fredrik Lundh and
97+
<p>&copy; Copyright 1995-2015, Fredrik Lundh and
9698
Contributors, Alex Clark and Contributors. Published with
9799
<a href=
98100
"https://github.com/python-pillow/python-pillow.github.io">GitHub

stylesheets/stylesheet.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,7 @@ Full-Width Styles
377377
}
378378

379379
#footer_wrap {
380+
color: white;
380381
background: #212121;
381382
}
382383

0 commit comments

Comments
 (0)