eaglelandsonce
commited on
Commit
•
d5d9833
1
Parent(s):
55cdecf
Update layout.py
Browse files
layout.py
CHANGED
@@ -66,12 +66,12 @@ def layout(*args):
|
|
66 |
def footer():
|
67 |
myargs = [
|
68 |
"Made in ",
|
69 |
-
image('
|
70 |
width=px(25), height=px(25)),
|
71 |
" with ❤️ by ",
|
72 |
-
link("
|
73 |
br(),
|
74 |
-
link("https://www.
|
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 |
|