New coupon for Cookbook and call ref

This commit is contained in:
PySimpleGUI 2022-03-24 13:10:45 -04:00
parent 110c71f6f9
commit 6f1d1aa673
4 changed files with 65 additions and 8 deletions

View file

@ -25,9 +25,9 @@
<span style="font-weight: normal;">
apply coupon for discount:
</span>
5C14671AABA040B06FDC
BE7BDF4D74791CDC1BF6
</div>
<button style="margin: 0 auto; display: block; width: 200px; height: 70px; border-radius: 14px; border: none; padding: 10px; font-size: 18px; background-color: #357296; color: white; cursor: pointer;" onclick="window.open('https://www.udemy.com/course/pysimplegui/?couponCode=5C14671AABA040B06FDC','_blank');">
<button style="margin: 0 auto; display: block; width: 200px; height: 70px; border-radius: 14px; border: none; padding: 10px; font-size: 18px; background-color: #357296; color: white; cursor: pointer;" onclick="window.open('https://www.udemy.com/course/pysimplegui/?couponCode=BE7BDF4D74791CDC1BF6','_blank');">
click here to visit course page
</button>
</div>
@ -2702,6 +2702,9 @@ Example: If first row has a `VPush`, then your layout will be At the bottom of
### size
<!-- <+Window.size+> -->
### start_thread
<!-- <+Window.start_thread+> -->
### un_hide
<!-- <+Window.un_hide+> -->