You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+45-2Lines changed: 45 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,7 @@
36
36
<navclass="site-nav" aria-label="Page sections">
37
37
<ahref="#docs">Project</a>
38
38
<ahref="#showcase">Showcase</a>
39
+
<ahref="#team">Team</a>
39
40
<ahref="#history">History</a>
40
41
</nav>
41
42
<aclass="btn btn-sponsor btn-sm" href="#sponsor">
@@ -217,8 +218,7 @@ <h2>From PIL to <span class="highlight">Pillow</span></h2>
217
218
<divclass="timeline-item">
218
219
<spanclass="index">2010</span>
219
220
<p>Jeffrey ‘Alex’ Clark forks
220
-
the project and renames it to Pillow to add setuptools support. A community of
221
-
contributors soon joins in.</p>
221
+
PIL to add setuptools support and publishes the fork to PyPI (Python Package Index) with the name "Pillow". Within a few years, a community of contributors joins in.</p>
222
222
</div>
223
223
<divclass="timeline-item">
224
224
<spanclass="index">2013</span>
@@ -242,6 +242,49 @@ <h2>From PIL to <span class="highlight">Pillow</span></h2>
242
242
</div>
243
243
</section>
244
244
245
+
<!-- Team -->
246
+
<sectionid="team" class="team">
247
+
<divclass="wrap">
248
+
<divclass="section-head center">
249
+
<h2>Team</h2>
250
+
<p>
251
+
Pillow is kept alive by a small team of core maintainers who review pull
252
+
requests, triage issues, and ship every release — all as volunteers.
0 commit comments