eaglelandsonce commited on
Commit
d5d9833
1 Parent(s): 55cdecf

Update layout.py

Browse files
Files changed (1) hide show
  1. layout.py +3 -3
layout.py CHANGED
@@ -66,12 +66,12 @@ def layout(*args):
66
  def footer():
67
  myargs = [
68
  "Made in   ",
69
- image('https://avatars3.githubusercontent.com/u/45109972?s=400&v=4',
70
  width=px(25), height=px(25)),
71
  "   with ❤️ by  ",
72
- link("https://twitter.com/ChristianKlose3", "@ChristianKlose3"),
73
  br(),
74
- link("https://www.buymeacoffee.com/ChrisChross", image('https://i.imgur.com/thJhzOO.png'),),
75
  ]
76
  layout(*myargs)
77
 
 
66
  def footer():
67
  myargs = [
68
  "Made in   ",
69
+ image('image here',
70
  width=px(25), height=px(25)),
71
  "   with ❤️ by  ",
72
+ link("liknked in", "@mike"),
73
  br(),
74
+ link("https://www.meetup.com/florence-aws-user-group-meetup/", image('meetupimages'),),
75
  ]
76
  layout(*myargs)
77