Skip to content

Commit 8902138

Browse files
committed
Add bluesky to thank you page
1 parent 548f60b commit 8902138

File tree

4 files changed

+80
-61
lines changed

4 files changed

+80
-61
lines changed

slides/5-outro.ipynb

Lines changed: 38 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -41,44 +41,49 @@
4141
"*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",
44-
" <div style=\"text-align: center; flex-basis: auto; flex-shrink: 2;\">\n",
45-
" <a href=\"https://stefaniemolin.com/feedback\" target=\"_blank\">\n",
46-
" <img\n",
47-
" width=\"20%\"\n",
48-
" alt=\"Please visit https://stefaniemolin.com/feedback to provide your feedback on this session.\"\n",
49-
" title=\"QR code to submit feedback (leads to https://stefaniemolin.com/feedback)\"\n",
50-
" class=\"qr-code\"\n",
51-
" src=\"https://raw.githubusercontent.com/stefmolin/pandas-workshop/main/media/qr-code.png\"\n",
52-
" />\n",
53-
" </a>\n",
54-
" </div>\n",
55-
"\n",
56-
" <div style=\"flex-basis: 45em; flex-grow: 2; font-size: 80%;\">\n",
57-
" <div style=\"display: flex; justify-content: flex-start; align-items: center;\">\n",
58-
" <i class=\"fa fa-globe fa-2x fa-fw\" style=\"padding-right: 4px\"></i>\n",
44+
" <div style=\"text-align: center; flex-basis: auto; flex-shrink: 2; margin-bottom: -25px\">\n",
45+
" <a href=\"https://stefaniemolin.com/feedback\" target=\"_blank\">\n",
46+
" <img\n",
47+
" width=\"20%\"\n",
48+
" alt=\"Please visit https://stefaniemolin.com/feedback to provide your feedback on this session.\"\n",
49+
" title=\"QR code to submit feedback (leads to https://stefaniemolin.com/feedback)\"\n",
50+
" class=\"qr-code\"\n",
51+
" src=\"https://raw.githubusercontent.com/stefmolin/pandas-workshop/main/media/qr-code.png\"\n",
52+
" />\n",
53+
" </a>\n",
54+
" </div>\n",
55+
" <div style=\"flex-basis: 45em; flex-grow: 2; font-size: 75%;\">\n",
56+
" <div style=\"display: flex\">\n",
57+
" <i class=\"fa fa-globe fa-2x fa-fw\" style=\"padding-right: 4px; margin: auto 0;\"></i>\n",
5958
" <a href=\"https://stefaniemolin.com\" rel=\"noopener noreferrer\" style=\"font-size: 2em;\">\n",
6059
" stefaniemolin.com\n",
6160
" </a>\n",
6261
" </div>\n",
63-
" <div style=\"display: flex; justify-content: flex-start; align-items: center;\">\n",
64-
" <i class=\"fab fa-github fa-2x fa-fw\" style=\"padding-right: 4px\"></i>\n",
65-
" <a href=\"https://github.com/stefmolin\" rel=\"noopener noreferrer\" style=\"font-size: 2em;\" target=\"_blank\">\n",
66-
" github.com/stefmolin\n",
67-
" </a>\n",
68-
" </div>\n",
69-
" <div style=\"display: flex; justify-content: flex-start; align-items: center;\">\n",
70-
" <i class=\"fab fa-twitter fa-2x fa-fw\" style=\"padding-right: 4px\"></i>\n",
71-
" <a href=\"https://twitter.com/StefanieMolin\" rel=\"noopener noreferrer\" style=\"font-size: 2em;\" target=\"_blank\">\n",
72-
" twitter.com/StefanieMolin\n",
73-
" </a>\n",
74-
" </div>\n",
75-
" <div style=\"display: flex; justify-content: flex-start; align-items: center;\">\n",
76-
" <i class=\"fab fa-linkedin-in fa-2x fa-fw\" style=\"padding-right: 4px\"></i>\n",
77-
" <a href=\"https://linkedin.com/in/stefanie-molin\" rel=\"noopener noreferrer\" style=\"font-size: 2em;\" target=\"_blank\">\n",
78-
" linkedin.com/in/stefanie-molin\n",
79-
" </a>\n",
62+
" <div style=\"display: flex\">\n",
63+
" <i class=\"fab fa-github fa-2x fa-fw\" style=\"padding-right: 4px; margin: auto 0;\"></i>\n",
64+
" <a href=\"https://github.com/stefmolin\" rel=\"noopener noreferrer\" style=\"font-size: 2em;\" target=\"_blank\">\n",
65+
" github.com/stefmolin\n",
66+
" </a>\n",
67+
" </div>\n",
68+
" <div style=\"display: flex\">\n",
69+
" <i class=\"fa-brands fa-bluesky fa-2x fa-fw\" style=\"padding-right: 4px; margin: auto 0;\"></i>\n",
70+
" <a href=\"https://bsky.app/profile/stefaniemolin.com\" rel=\"noopener noreferrer\" style=\"font-size: 2em;\" target=\"_blank\">\n",
71+
" bsky.app/profile/stefaniemolin.com\n",
72+
" </a>\n",
73+
" </div>\n",
74+
" <div style=\"display: flex\">\n",
75+
" <i class=\"fab fa-twitter fa-2x fa-fw\" style=\"padding-right: 4px; margin: auto 0;\"></i>\n",
76+
" <a href=\"https://x.com/StefanieMolin\" rel=\"noopener noreferrer\" style=\"font-size: 2em;\" target=\"_blank\">\n",
77+
" x.com/StefanieMolin\n",
78+
" </a>\n",
79+
" </div>\n",
80+
" <div style=\"display: flex\">\n",
81+
" <i class=\"fab fa-linkedin-in fa-2x fa-fw\" style=\"padding-right: 4px; margin: auto 0;\"></i>\n",
82+
" <a href=\"https://linkedin.com/in/stefanie-molin\" rel=\"noopener noreferrer\" style=\"font-size: 2em;\" target=\"_blank\">\n",
83+
" linkedin.com/in/stefanie-molin\n",
84+
" </a>\n",
85+
" </div>\n",
8086
" </div>\n",
81-
"</div>\n",
8287
"</div>"
8388
]
8489
}

slides/html/workshop.slides.html

Lines changed: 40 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<!-- Reveal Theme -->
5353
<link href="https://unpkg.com/[email protected]/dist/theme/simple.css" id="theme" rel="stylesheet"/>
5454
<!-- Font Awesome icons -->
55-
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.1.1/css/all.min.css" rel="stylesheet" type="text/css"/>
55+
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css" rel="stylesheet" type="text/css"/>
5656
<!-- If the query includes 'print-pdf', include the PDF print sheet -->
5757
<script>
5858
if( window.location.search.match( /print-pdf/gi ) ) {
@@ -18372,33 +18372,47 @@ <h1 id="Related-content">Related content<a class="anchor-link" href="#Related-co
1837218372
</div><div class="jp-RenderedHTMLCommon jp-RenderedMarkdown jp-MarkdownOutput celltag_id_fin" data-mime-type="text/markdown">
1837318373
<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>
1837418374
<div style="display: flex; justify-content: space-between; align-items: center;">
18375-
<div style="text-align: center; flex-basis: auto; flex-shrink: 2;">
18376-
<a href="https://stefaniemolin.com/feedback" target="_blank"><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%">
18377-
</img></a></div>
18378-
<div style="flex-basis: 45em; flex-grow: 2; font-size: 80%;">
18379-
<div style="display: flex; justify-content: flex-start; align-items: center;">
18380-
<i class="fa fa-globe fa-2x fa-fw" style="padding-right: 4px"></i>
18381-
<a href="https://stefaniemolin.com" rel="noopener noreferrer" style="font-size: 2em;">
18382-
stefaniemolin.com
18383-
</a>
18384-
</div>
18385-
<div style="display: flex; justify-content: flex-start; align-items: center;">
18386-
<i class="fab fa-github fa-2x fa-fw" style="padding-right: 4px"></i>
18387-
<a href="https://github.com/stefmolin" rel="noopener noreferrer" style="font-size: 2em;" target="_blank">
18388-
github.com/stefmolin
18375+
<div style="text-align: center; flex-basis: auto; flex-shrink: 2; margin-bottom: -25px">
18376+
<a href="https://stefaniemolin.com/feedback" target="_blank">
18377+
<img
18378+
width="20%"
18379+
alt="Please visit https://stefaniemolin.com/feedback to provide your feedback on this session."
18380+
title="QR code to submit feedback (leads to https://stefaniemolin.com/feedback)"
18381+
class="qr-code"
18382+
src="https://raw.githubusercontent.com/stefmolin/pandas-workshop/main/media/qr-code.png"
18383+
/>
1838918384
</a>
18390-
</div>
18391-
<div style="display: flex; justify-content: flex-start; align-items: center;">
18392-
<i class="fab fa-twitter fa-2x fa-fw" style="padding-right: 4px"></i>
18393-
<a href="https://twitter.com/StefanieMolin" rel="noopener noreferrer" style="font-size: 2em;" target="_blank">
18394-
twitter.com/StefanieMolin
18395-
</a>
18396-
</div>
18397-
<div style="display: flex; justify-content: flex-start; align-items: center;">
18398-
<i class="fab fa-linkedin-in fa-2x fa-fw" style="padding-right: 4px"></i>
18399-
<a href="https://linkedin.com/in/stefanie-molin" rel="noopener noreferrer" style="font-size: 2em;" target="_blank">
18400-
linkedin.com/in/stefanie-molin
18385+
</div>
18386+
<div style="flex-basis: 45em; flex-grow: 2; font-size: 75%;">
18387+
<div style="display: flex">
18388+
<i class="fa fa-globe fa-2x fa-fw" style="padding-right: 4px; margin: auto 0;"></i>
18389+
<a href="https://stefaniemolin.com" rel="noopener noreferrer" style="font-size: 2em;">
18390+
stefaniemolin.com
1840118391
</a>
18392+
</div>
18393+
<div style="display: flex">
18394+
<i class="fab fa-github fa-2x fa-fw" style="padding-right: 4px; margin: auto 0;"></i>
18395+
<a href="https://github.com/stefmolin" rel="noopener noreferrer" style="font-size: 2em;" target="_blank">
18396+
github.com/stefmolin
18397+
</a>
18398+
</div>
18399+
<div style="display: flex">
18400+
<i class="fa-brands fa-bluesky fa-2x fa-fw" style="padding-right: 4px; margin: auto 0;"></i>
18401+
<a href="https://bsky.app/profile/stefaniemolin.com" rel="noopener noreferrer" style="font-size: 2em;" target="_blank">
18402+
bsky.app/profile/stefaniemolin.com
18403+
</a>
18404+
</div>
18405+
<div style="display: flex">
18406+
<i class="fab fa-twitter fa-2x fa-fw" style="padding-right: 4px; margin: auto 0;"></i>
18407+
<a href="https://x.com/StefanieMolin" rel="noopener noreferrer" style="font-size: 2em;" target="_blank">
18408+
x.com/StefanieMolin
18409+
</a>
18410+
</div>
18411+
<div style="display: flex">
18412+
<i class="fab fa-linkedin-in fa-2x fa-fw" style="padding-right: 4px; margin: auto 0;"></i>
18413+
<a href="https://linkedin.com/in/stefanie-molin" rel="noopener noreferrer" style="font-size: 2em;" target="_blank">
18414+
linkedin.com/in/stefanie-molin
18415+
</a>
1840218416
</div>
1840318417
</div>
1840418418
</div>

slides/templates/larger_font/index.html.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
<link rel="stylesheet" href="{{ reveal_url_prefix }}/dist/theme/{{reveal_theme}}.css" id="theme">
127127
<!-- Font Awesome icons -->
128128
<link
129-
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.1.1/css/all.min.css"
129+
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css"
130130
rel="stylesheet" type="text/css">
131131

132132
<!-- If the query includes 'print-pdf', include the PDF print sheet -->

slides/templates/regular/index.html.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
<link rel="stylesheet" href="{{ reveal_url_prefix }}/dist/theme/{{reveal_theme}}.css" id="theme">
127127
<!-- Font Awesome icons -->
128128
<link
129-
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.1.1/css/all.min.css"
129+
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css"
130130
rel="stylesheet" type="text/css">
131131

132132
<!-- If the query includes 'print-pdf', include the PDF print sheet -->

0 commit comments

Comments
 (0)