Skip to content

Commit 9087ff9

Browse files
committed
Add bootstrap
1 parent b54d432 commit 9087ff9

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

index.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@
1010
<link rel="icon" type="image/x-icon" href="pillow.ico">
1111

1212
<title>Pillow: the friendly PIL fork</title>
13+
14+
<!-- Latest compiled and minified CSS -->
15+
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
16+
17+
<!-- Optional theme -->
18+
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap-theme.min.css">
19+
20+
<!-- Latest compiled and minified JavaScript -->
21+
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
22+
1323
</head>
1424

1525
<body>
@@ -30,7 +40,7 @@ <h2 id="project_tagline">The friendly PIL fork</h2>
3040
<div id="main_content_wrap" class="outer">
3141
<section id="main_content" class="inner">
3242

33-
<div style="float: right; padding: 1em;text-align: center"><a href="http://jeremykun.com/2012/01/01/random-psychedelic-art/"><img style="width: 90%" src="/images/img49.png"></a><br /><span style="font-size: 90%">Random psychedelic art created with PIL</span></div>
43+
<div style="float: right; padding: 1em;text-align: center"><a href="http://jeremykun.com/2012/01/01/random-psychedelic-art/"><img class="img-thumbnail" style="width: 90%" src="/images/img49.png"></a><br /><span style="font-size: 90%">Random psychedelic art created with PIL</span></div>
3444

3545
<h3><a name="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages"><span class="octicon octicon-link"></span></a>Welcome</h3>
3646
<p>This is the home of <a href="https://github.com/python-pillow/Pillow">Pillow</a>, the friendly PIL fork. PIL is the <a href="https://en.wikipedia.org/wiki/Python_Imaging_Library">Python Imaging Library</a>. If you've ever worried or wondered about the future of PIL, please stop! <a href="https://github.com/python-pillow/Pillow/graphs/contributors">We are here</a> to save the day.</p>

0 commit comments

Comments
 (0)