Ofc, here yo go.
You can easily adjust the footer to your needs. You just have to pass the args in the appropriate order. Currently there are four types of args possible:
- Text simply with " "
- Images with source, styles
- links with href, text and styles
- HtmlElement (e.g. br() for line break)
In addition (without guarantee) all four components can be nested arbitrarily.
For the general layout of the footer you can adjust style_div and stlye_p respectively.
myargs = [
"Made in ",
image('https://avatars3.githubusercontent.com/u/45109972?s=400&v=4',
width=px(25), height=px(25)),
" with ❤️ by ",
link("https://twitter.com/ChristianKlose3", "@ChristianKlose3"),
br(),
link("https://buymeacoffee.com/chrischross", image('https://i.imgur.com/thJhzOO.png')),
]