Skip to content

Commit 5792f94

Browse files
committed
Tweak thank you slide
1 parent 27be724 commit 5792f94

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

slides/5-outro.ipynb

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,17 @@
3838
"source": [
3939
"# Thank you!\n",
4040
"\n",
41-
"*I hope you enjoyed the session. You can follow my work on the following platforms:*\n",
41+
"*I hope you enjoyed the session. You can follow my work on these platforms:*\n",
4242
"\n",
4343
"<div style=\"display: flex; justify-content: space-between; align-items: center;\">\n",
4444
" <div style=\"text-align: center; flex-basis: auto; flex-shrink: 2;\">\n",
45-
" <img class=\"qr-code\" width=\"20%\" src=\"https://raw.githubusercontent.com/stefmolin/pandas-workshop/main/media/qr-code.png\">\n",
45+
" <img\n",
46+
" width=\"20%\"\n",
47+
" alt=\"Please visit https://stefaniemolin.com/feedback to provide your feedback on this session.\"\n",
48+
" title=\"QR code to submit feedback (leads to https://stefaniemolin.com/feedback)\"\n",
49+
" class=\"qr-code\"\n",
50+
" src=\"https://raw.githubusercontent.com/stefmolin/pandas-workshop/main/media/qr-code.png\"\n",
51+
" />\n",
4652
" </div>\n",
4753
"\n",
4854
" <div style=\"flex-basis: 45em; flex-grow: 2; font-size: 80%;\">\n",

slides/html/workshop.slides.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18366,11 +18366,11 @@ <h1 id="Related-content">Related content<a class="anchor-link" href="#Related-co
1836618366
</div>
1836718367
<div class="jp-InputArea jp-Cell-inputArea"><div class="jp-InputPrompt jp-InputArea-prompt">
1836818368
</div><div class="jp-RenderedHTMLCommon jp-RenderedMarkdown jp-MarkdownOutput celltag_id_fin" data-mime-type="text/markdown">
18369-
<h1 id="Thank-you!">Thank you!<a class="anchor-link" href="#Thank-you!">¶</a></h1><p><em>I hope you enjoyed the session. You can follow my work on the following platforms:</em></p>
18369+
<h1 id="Thank-you!">Thank you!<a class="anchor-link" href="#Thank-you!">¶</a></h1><p><em>I hope you enjoyed the session. You can follow my work on these platforms:</em></p>
1837018370
<div style="display: flex; justify-content: space-between; align-items: center;">
1837118371
<div style="text-align: center; flex-basis: auto; flex-shrink: 2;">
18372-
<img alt="No description has been provided for this image" class="qr-code" src="https://raw.githubusercontent.com/stefmolin/pandas-workshop/main/media/qr-code.png" width="20%"/>
18373-
</div>
18372+
<img alt="Please visit https://stefaniemolin.com/feedback to provide your feedback on this session." class="qr-code" src="https://raw.githubusercontent.com/stefmolin/pandas-workshop/main/media/qr-code.png" title="QR code to submit feedback (leads to https://stefaniemolin.com/feedback)" width="20%">
18373+
</img></div>
1837418374
<div style="flex-basis: 45em; flex-grow: 2; font-size: 80%;">
1837518375
<div style="display: flex; justify-content: flex-start; align-items: center;">
1837618376
<i class="fa fa-globe fa-2x fa-fw" style="padding-right: 4px"></i>

0 commit comments

Comments
 (0)