Skip to content

Commit

Permalink
Update for SacPy Meetup
Browse files Browse the repository at this point in the history
  • Loading branch information
aclark4life committed Oct 3, 2024
1 parent a6ae9c0 commit 7a31c82
Showing 1 changed file with 20 additions and 12 deletions.
32 changes: 20 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,23 +161,21 @@ <h3>About Me</h3>
<section>
<img src="img/Tidelift_primary-logo.webp">
<p class="fragment">
Are you an open source maintainer? Check out the
<a href="https://tidelift.com/about/resources/surveys">Tidelift surveys</a>
Are you an open source maintainer?
<ul>
<li class="fragment">
<a target="_blank" href="https://tidelift.com/about/resources/surveys">Surveys</a>
</li>
<li class="fragment">
<a target="_blank" href="https://tidelift.com/webinar/top-findings-from-the-2024-tidelift-state-of-the-open-source-maintainer-report">Upcoming webinar</a>
</li>
</ul>
</p>
<aside class="notes">
As it so happens, Tidelift has just published their annual developer survey results.
</aside>
</section>
<!------------------------------------------------------------------------------->
<section>
<p>Let's talk about Pillow</p>
<img class="fragment" src="img/screenshot1.png">
<a class="fragment" href="https://github.com/python-pillow/pillow-demo">https://github.com/python-pillow/pillow-demo</a>
<aside class="notes">
Let's talk about Pillow. Most code examples in demo.py. Other examples in modules imported from demo.py.
</aside>
</section>
<!------------------------------------------------------------------------------->
<section>
<p>Let's talk about Pillow</p>
<p class="fragment">Talk History</p>
Expand All @@ -198,7 +196,8 @@ <h3>About Me</h3>
</section>
<!------------------------------------------------------------------------------->
<section>
<p>Code Examples</p>
<h3>Let's talk about Pillow</h3>
<p class="fragment">Code Examples</p>
<ul>
<li class="fragment">
<a target="_blank" href="https://github.com/janbodnar/pillow-examples">https://github.com/janbodnar/pillow-examples</a>
Expand All @@ -218,6 +217,15 @@ <h3>About Me</h3>
</ul>
</section>
<!------------------------------------------------------------------------------->
<section>
<p>Let's talk about Pillow</p>
<img class="fragment" src="img/screenshot1.png">
<a class="fragment" href="https://github.com/python-pillow/pillow-demo">https://github.com/python-pillow/pillow-demo</a>
<aside class="notes">
Let's talk about Pillow. Most code examples in demo.py. Other examples in modules imported from demo.py.
</aside>
</section>
<!------------------------------------------------------------------------------->
<section>
<p>Example #1 Open image and print info</p>
<pre class="fragment">
Expand Down

0 comments on commit 7a31c82

Please sign in to comment.