Skip to content

Commit b919b29

Browse files
committed
Update
1 parent 202da59 commit b919b29

File tree

1 file changed

+92
-69
lines changed

1 file changed

+92
-69
lines changed

index.html

Lines changed: 92 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -1,78 +1,101 @@
11
<!DOCTYPE html>
2+
23
<html>
34
<head>
4-
<meta name="generator" content="Python Imaging">
5-
<meta charset='utf-8'>
6-
<meta http-equiv="X-UA-Compatible" content="chrome=1">
7-
<meta name="description" content="Pillow: the friendly PIL fork">
8-
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
9-
<link rel="icon" type="image/x-icon" href="/images/pillow.ico">
10-
<title>Pillow: the friendly PIL fork</title>
11-
<!-- Latest compiled and minified CSS -->
12-
<link rel="stylesheet" href=
13-
"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css"
14-
type="text/css"><!-- Optional theme -->
15-
<link rel="stylesheet" href=
16-
"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap-theme.min.css"
17-
type="text/css"><!-- Latest compiled and minified JavaScript -->
5+
<meta name="generator" content=
6+
"HTML Tidy for Mac OS X (vers 25 March 2009), see www.w3.org">
7+
<meta name="generator" content="Python Imaging">
8+
<meta charset='utf-8'>
9+
<meta http-equiv="X-UA-Compatible" content="chrome=1">
10+
<meta name="description" content="Pillow: the friendly PIL fork">
11+
<link rel="stylesheet" type="text/css" media="screen" href=
12+
"stylesheets/stylesheet.css">
13+
<link rel="icon" type="image/x-icon" href="/images/pillow.ico">
14+
15+
<title>Pillow: the friendly PIL fork</title>
16+
<!-- Latest compiled and minified CSS -->
17+
<link rel="stylesheet" href=
18+
"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css"
19+
type="text/css"><!-- Optional theme -->
20+
<link rel="stylesheet" href=
21+
"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap-theme.min.css"
22+
type="text/css"><!-- Latest compiled and minified JavaScript -->
1823

19-
<script src=
20-
"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"
21-
type="text/javascript">
24+
<script src=
25+
"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"
26+
type="text/javascript">
2227
</script>
2328
</head>
29+
2430
<body>
25-
<!-- HEADER -->
26-
<div id="header_wrap" class="outer">
27-
<div class="inner"><a id="forkme_banner" href=
28-
"https://github.com/python-pillow/Pillow">View on GitHub</a>
29-
<h1 id="project_title"><img style="border: 0px" src="/images/pillow-logo.png"></h1>
30-
<h2 id="project_tagline">The friendly PIL fork</h2>
31-
</div>
32-
</div>
33-
<!-- MAIN CONTENT -->
34-
<div id="main_content_wrap" class="outer">
35-
<div id="main_content" class="inner">
36-
<div style="float: right; padding: 1em;text-align: center"><a href=
37-
"http://jeremykun.com/2012/01/01/random-psychedelic-art/"><img class="img-thumbnail"
38-
style="width: 90%" src="/images/img49.png"></a><br>
39-
<span style="font-size: 90%">Random psychedelic art made with
40-
PIL</span></div>
41-
<h3><a name="welcome-to-github-pages" class="anchor" href=
42-
"#welcome-to-github-pages"></a>Welcome</h3>
43-
<p>This is the home of <a href=
44-
"https://github.com/python-pillow/Pillow">Pillow</a>, the friendly
45-
PIL fork. PIL is the <a href=
46-
"https://en.wikipedia.org/wiki/Python_Imaging_Library">Python
47-
Imaging Library</a>. If you've ever worried or wondered about the
48-
future of PIL, please stop! <a href=
49-
"https://github.com/python-pillow/Pillow/graphs/contributors">We
50-
are here</a> to save the day.</p>
51-
<h4><a href="https://github.com/python-pillow/Pillow">Code</a></h4>
52-
Our code is <a href=
53-
"https://github.com/python-pillow/Pillow">hosted on GitHub</a>,
54-
<a href="https://travis-ci.org/python-pillow/Pillow">tested on
55-
Travis CI</a> and <a href=
56-
"https://landscape.io/github/python-pillow/Pillow">Landscape</a>,
57-
and <a href="https://pypi.python.org/pypi/Pillow">released on
58-
PyPI</a>.
59-
<h4><a href="http://pillow.readthedocs.org/">Documentation</a></h4>
60-
Our documentation is <a href="http://pillow.readthedocs.org">hosted
61-
on readthedocs.org</a> and includes <a href=
62-
"http://pillow.readthedocs.org/installation.html">installation
63-
instructions</a>, <a href=
64-
"http://pillow.readthedocs.org/guides.html">guides</a>, <a href=
65-
"http://pillow.readthedocs.org/reference/index.html">API
66-
reference</a>, <a href=
67-
"http://pillow.readthedocs.org/releasenotes/index.html">release
68-
notes</a> and more.</div>
69-
<!-- FOOTER -->
70-
<div id="footer_wrap" class="outer">
71-
<div class="inner">
72-
<p>Published with <a href="http://pages.github.com">GitHub
73-
Pages</a></p>
74-
</div>
75-
</div>
76-
</div>
31+
<!-- HEADER -->
32+
33+
<div id="header_wrap" class="outer">
34+
<div class="inner">
35+
<a id="forkme_banner" href=
36+
"https://github.com/python-pillow/Pillow">View on GitHub</a>
37+
38+
<h1 id="project_title"><img style="border: 0px" src=
39+
"/images/pillow-logo.png"></h1>
40+
41+
<h2 id="project_tagline">The friendly PIL fork</h2>
42+
</div>
43+
</div><!-- MAIN CONTENT -->
44+
45+
<div id="main_content_wrap" class="outer">
46+
<div id="main_content" class="inner">
47+
<div style="float: right; padding: 1em;text-align: center">
48+
<a href=
49+
"http://jeremykun.com/2012/01/01/random-psychedelic-art/"><img class="img-thumbnail"
50+
style="width: 90%" src="/images/img49.png"></a><br>
51+
<span style="font-size: 90%">Random psychedelic art made
52+
with PIL</span>
53+
</div>
54+
55+
<h3><a name="welcome-to-github-pages" class="anchor" href=
56+
"#welcome-to-github-pages"></a>Welcome</h3>
57+
58+
<p>This is the home of <a href=
59+
"https://github.com/python-pillow/Pillow">Pillow</a>, the
60+
friendly PIL fork. PIL is the <a href=
61+
"https://en.wikipedia.org/wiki/Python_Imaging_Library">Python
62+
Imaging Library</a>. If you've ever worried or wondered about
63+
the future of PIL, please stop! <a href=
64+
"https://github.com/python-pillow/Pillow/graphs/contributors">
65+
We are here</a> to save the day.</p>
66+
67+
<h4><a href=
68+
"https://github.com/python-pillow/Pillow">Code</a></h4>Our
69+
code is <a href=
70+
"https://github.com/python-pillow/Pillow">hosted on
71+
GitHub</a>, <a href=
72+
"https://travis-ci.org/python-pillow/Pillow">tested on Travis
73+
CI</a> and <a href=
74+
"https://landscape.io/github/python-pillow/Pillow">Landscape</a>,
75+
and <a href="https://pypi.python.org/pypi/Pillow">released on
76+
PyPI</a>.
77+
78+
<h4><a href=
79+
"http://pillow.readthedocs.org/">Documentation</a></h4>Our
80+
documentation is <a href=
81+
"http://pillow.readthedocs.org">hosted on readthedocs.org</a>
82+
and includes <a href=
83+
"http://pillow.readthedocs.org/installation.html">installation
84+
instructions</a>, <a href=
85+
"http://pillow.readthedocs.org/guides.html">guides</a>,
86+
<a href=
87+
"http://pillow.readthedocs.org/reference/index.html">API
88+
reference</a>, <a href=
89+
"http://pillow.readthedocs.org/releasenotes/index.html">release
90+
notes</a> and more.
91+
</div><!-- FOOTER -->
92+
93+
<div id="footer_wrap" class="outer">
94+
<div class="inner">
95+
<p>Published with <a href="http://pages.github.com">GitHub
96+
Pages</a></p>
97+
</div>
98+
</div>
99+
</div>
77100
</body>
78101
</html>

0 commit comments

Comments
 (0)