Skip to content

Commit 97fb1d4

Browse files
committed
Add bluesky
1 parent ebd47c5 commit 97fb1d4

File tree

2 files changed

+21
-10
lines changed

2 files changed

+21
-10
lines changed

slides/4-outro.ipynb

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"*I hope you enjoyed the session. You can follow my work on these platforms:*\n",
1818
"\n",
1919
"<div style=\"display: flex; justify-content: space-between; align-items: center;\">\n",
20-
" <div style=\"text-align: center; flex-basis: auto; flex-shrink: 2;\">\n",
20+
" <div style=\"text-align: center; flex-basis: auto; flex-shrink: 2; margin-bottom: -25px\">\n",
2121
" <a href=\"https://stefaniemolin.com/feedback\" target=\"_blank\">\n",
2222
" <img\n",
2323
" width=\"20%\"\n",
@@ -28,8 +28,7 @@
2828
" />\n",
2929
" </a>\n",
3030
" </div>\n",
31-
"\n",
32-
"<div style=\"flex-basis: 45em; flex-grow: 2; font-size: 80%;\">\n",
31+
"<div style=\"flex-basis: 45em; flex-grow: 2; font-size: 75%;\">\n",
3332
" <div style=\"display: flex\">\n",
3433
" <i class=\"fa fa-globe fa-2x fa-fw\" style=\"padding-right: 4px; margin: auto 0;\"></i>\n",
3534
" <a href=\"https://stefaniemolin.com\" rel=\"noopener noreferrer\" style=\"font-size: 2em;\">\n",
@@ -43,9 +42,15 @@
4342
" </a>\n",
4443
" </div>\n",
4544
" <div style=\"display: flex\">\n",
45+
" <i class=\"fa-brands fa-bluesky fa-2x fa-fw\" style=\"padding-right: 4px; margin: auto 0;\"></i>\n",
46+
" <a href=\"https://bsky.app/profile/stefaniemolin.com\" rel=\"noopener noreferrer\" style=\"font-size: 2em;\" target=\"_blank\">\n",
47+
" bsky.app/profile/stefaniemolin.com\n",
48+
" </a>\n",
49+
" </div>\n",
50+
" <div style=\"display: flex\">\n",
4651
" <i class=\"fab fa-twitter fa-2x fa-fw\" style=\"padding-right: 4px; margin: auto 0;\"></i>\n",
47-
" <a href=\"https://twitter.com/StefanieMolin\" rel=\"noopener noreferrer\" style=\"font-size: 2em;\" target=\"_blank\">\n",
48-
" twitter.com/StefanieMolin\n",
52+
" <a href=\"https://x.com/StefanieMolin\" rel=\"noopener noreferrer\" style=\"font-size: 2em;\" target=\"_blank\">\n",
53+
" x.com/StefanieMolin\n",
4954
" </a>\n",
5055
" </div>\n",
5156
" <div style=\"display: flex\">\n",

slides/html/workshop.slides.html

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/theme/simple.css" id="theme">
9292
<!-- Font Awesome icons -->
9393
<link
94-
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.1.1/css/all.min.css"
94+
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css"
9595
rel="stylesheet" type="text/css">
9696

9797
<!-- If the query includes 'print-pdf', include the PDF print sheet -->
@@ -128462,7 +128462,7 @@ <h1 id="Related-content">Related content<a class="anchor-link" href="#Related-co
128462128462
</div><div class="jp-RenderedHTMLCommon jp-RenderedMarkdown jp-MarkdownOutput celltag_id_fin" data-mime-type="text/markdown">
128463128463
<h1 id="Thank-you!">Thank you!<a class="anchor-link" href="#Thank-you!">&#182;</a></h1><p><em>I hope you enjoyed the session. You can follow my work on these platforms:</em></p>
128464128464
<div style="display: flex; justify-content: space-between; align-items: center;">
128465-
<div style="text-align: center; flex-basis: auto; flex-shrink: 2;">
128465+
<div style="text-align: center; flex-basis: auto; flex-shrink: 2; margin-bottom: -25px">
128466128466
<a href="https://stefaniemolin.com/feedback" target="_blank">
128467128467
<img
128468128468
width="20%"
@@ -128473,7 +128473,7 @@ <h1 id="Thank-you!">Thank you!<a class="anchor-link" href="#Thank-you!">&#182;</
128473128473
/>
128474128474
</a>
128475128475
</div>
128476-
<div style="flex-basis: 45em; flex-grow: 2; font-size: 80%;">
128476+
<div style="flex-basis: 45em; flex-grow: 2; font-size: 75%;">
128477128477
<div style="display: flex">
128478128478
<i class="fa fa-globe fa-2x fa-fw" style="padding-right: 4px; margin: auto 0;"></i>
128479128479
<a href="https://stefaniemolin.com" rel="noopener noreferrer" style="font-size: 2em;">
@@ -128486,10 +128486,16 @@ <h1 id="Thank-you!">Thank you!<a class="anchor-link" href="#Thank-you!">&#182;</
128486128486
github.com/stefmolin
128487128487
</a>
128488128488
</div>
128489+
<div style="display: flex">
128490+
<i class="fa-brands fa-bluesky fa-2x fa-fw" style="padding-right: 4px; margin: auto 0;"></i>
128491+
<a href="https://bsky.app/profile/stefaniemolin.com" rel="noopener noreferrer" style="font-size: 2em;" target="_blank">
128492+
bsky.app/profile/stefaniemolin.com
128493+
</a>
128494+
</div>
128489128495
<div style="display: flex">
128490128496
<i class="fab fa-twitter fa-2x fa-fw" style="padding-right: 4px; margin: auto 0;"></i>
128491-
<a href="https://twitter.com/StefanieMolin" rel="noopener noreferrer" style="font-size: 2em;" target="_blank">
128492-
twitter.com/StefanieMolin
128497+
<a href="https://x.com/StefanieMolin" rel="noopener noreferrer" style="font-size: 2em;" target="_blank">
128498+
x.com/StefanieMolin
128493128499
</a>
128494128500
</div>
128495128501
<div style="display: flex">

0 commit comments

Comments
 (0)