Skip to content

Commit 848d788

Browse files
committed
Add outro slide.
1 parent 749c5ed commit 848d788

File tree

2 files changed

+75
-0
lines changed

2 files changed

+75
-0
lines changed

media/qr-code.png

74.8 KB
Loading

slides/5-outro.ipynb

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"id": "cd8d474a-0d3a-4387-b726-dea2df655ce1",
6+
"metadata": {
7+
"slideshow": {
8+
"slide_type": "slide"
9+
},
10+
"tags": [
11+
"id_fin"
12+
]
13+
},
14+
"source": [
15+
"# Thank you!\n",
16+
"\n",
17+
"*I hope you enjoyed the session. You can follow my work on the following platforms:*\n",
18+
"\n",
19+
"<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",
21+
" <img class=\"qr-code\" width=\"20%\" src=\"https://raw.githubusercontent.com/stefmolin/pandas-workshop/main/media/qr-code.png\">\n",
22+
" </div>\n",
23+
"\n",
24+
"<div style=\"flex-basis: 45em; flex-grow: 2;\">\n",
25+
" <p>\n",
26+
" <i class=\"fab fa-github-square fa-2x\" style=\"position: relative; top: 2px;\"></i>\n",
27+
" <a style=\"padding-left: 2px; font-size: 2em;\" href=\"https://github.com/stefmolin\" target=\"_blank\" rel=\"noopener noreferrer\">\n",
28+
" github.com/stefmolin\n",
29+
" </a>\n",
30+
" </p>\n",
31+
" <p>\n",
32+
" <i class=\"fab fa-twitter-square fa-2x\" style=\"position: relative; top: 2px;\"></i>\n",
33+
" <a style=\"padding-left: 2px; font-size: 2em;\" href=\"https://twitter.com/StefanieMolin\" target=\"_blank\" rel=\"noopener noreferrer\">\n",
34+
" twitter.com/StefanieMolin \n",
35+
" </a>\n",
36+
" </p>\n",
37+
" <p>\n",
38+
" <i class=\"fab fa-medium fa-2x\" style=\"position: relative; top: 3px;\"></i>\n",
39+
" <a style=\"padding-left: 2px; font-size: 2em;\" href=\"https://medium.com/@stefaniemolin\" target=\"_blank\" rel=\"noopener noreferrer\">\n",
40+
" medium.com/@stefaniemolin \n",
41+
" </a>\n",
42+
" </p>\n",
43+
" <p>\n",
44+
" <i class=\"fab fa-linkedin fa-2x\" style=\"position: relative; top: 2px;\"></i>\n",
45+
" <a style=\"padding-left: 2px; font-size: 2em;\" href=\"https://linkedin.com/in/stefanie-molin\" target=\"_blank\" rel=\"noopener noreferrer\">\n",
46+
" linkedin.com/in/stefanie-molin\n",
47+
" </a>\n",
48+
" </p>\n",
49+
"</div>\n",
50+
"</div>"
51+
]
52+
}
53+
],
54+
"metadata": {
55+
"kernelspec": {
56+
"display_name": "Python 3 (ipykernel)",
57+
"language": "python",
58+
"name": "python3"
59+
},
60+
"language_info": {
61+
"codemirror_mode": {
62+
"name": "ipython",
63+
"version": 3
64+
},
65+
"file_extension": ".py",
66+
"mimetype": "text/x-python",
67+
"name": "python",
68+
"nbconvert_exporter": "python",
69+
"pygments_lexer": "ipython3",
70+
"version": "3.11.3"
71+
}
72+
},
73+
"nbformat": 4,
74+
"nbformat_minor": 5
75+
}

0 commit comments

Comments
 (0)