Prettyfies website
This commit is contained in:
parent
f01e870716
commit
33c52cd07e
3 changed files with 46 additions and 9 deletions
|
@ -7,9 +7,15 @@ from shiny import module, ui
|
|||
@module.ui
|
||||
def welcome_ui():
|
||||
return ui.div(
|
||||
{"style": "border: 1px solid #ccc; border-radius: 5px; margin: 5px 0;"},
|
||||
ui.h2("Das ist die Welcome Page"),
|
||||
ui.markdown("""Hallo Welt""")
|
||||
ui.h2("Projekt Copbird: Eine Zusammenfassung"),
|
||||
ui.markdown("""
|
||||
Copbird ist ein Projekt der [AG-Link][0].
|
||||
Im Rahmen dieses Projektes entstand ein Stück Software, dass es uns ermöglicht hat viele tausend Tweets von verschiedenen Titter Accounts der Polizei abzurufen und zu speichern.
|
||||
|
||||
|
||||
|
||||
[0]: https://ag-link.xyz
|
||||
""")
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue