add about page and refine home page

This commit is contained in:
David Rodenkirchen
2024-05-27 08:47:47 +02:00
parent a2897194d7
commit a27d28498c
6 changed files with 48 additions and 9 deletions
+5
View File
@@ -108,6 +108,11 @@ app = rio.App(
page_url='',
build=pages.Home,
),
rio.Page(
name="About",
page_url='about',
build=pages.About,
),
],
theme=themes[6],
assets_dir=Path(__file__).parent / "assets",