Skip to content

Commit 73101f4

Browse files
committed
Add link to feedback form on around QR code
1 parent 26e5d74 commit 73101f4

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

index.html

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2027,12 +2027,14 @@ <h2>Thank you!</h2>
20272027
"
20282028
>
20292029
<div style="text-align: center; width: 30%">
2030-
<img
2031-
alt="Please visit https://stefaniemolin.com/feedback to provide your feedback on this session."
2032-
title="QR code to submit feedback (leads to https://stefaniemolin.com/feedback)"
2033-
class="qr-code"
2034-
src="https://raw.githubusercontent.com/stefmolin/pandas-workshop/main/media/qr-code.png"
2035-
/>
2030+
<a href="https://stefaniemolin.com/feedback" target="_blank">
2031+
<img
2032+
alt="Please visit https://stefaniemolin.com/feedback to provide your feedback on this session."
2033+
title="QR code to submit feedback (leads to https://stefaniemolin.com/feedback)"
2034+
class="qr-code"
2035+
src="https://raw.githubusercontent.com/stefmolin/pandas-workshop/main/media/qr-code.png"
2036+
/>
2037+
</a>
20362038
</div>
20372039
<div style="font-size: 0.85em">
20382040
<div style="display: flex">

0 commit comments

Comments
 (0)