浏览代码

Merge branch 'main' into add_ui_rst

Alejandro Gil 1 年之前
父节点
当前提交
c5b395a230
共有 2 个文件被更改,包括 4 次插入0 次删除
  1. 1 0
      .github/FUNDING.yml
  2. 3 0
      website/documentation/content/overview.py

+ 1 - 0
.github/FUNDING.yml

@@ -0,0 +1 @@
+github: [zauberzeug]

+ 3 - 0
website/documentation/content/overview.py

@@ -120,6 +120,9 @@ tiles = [
 
 @doc.extra_column
 def create_tiles():
+    with ui.row().classes('items-center content-between'):
+        ui.label('If you like NiceGUI, go and become a')
+        ui.html('<iframe src="https://github.com/sponsors/zauberzeug/button" title="Sponsor zauberzeug" height="32" width="114" style="border: 0; border-radius: 6px;"></iframe>')
     for documentation, description in tiles:
         page = doc.get_page(documentation)
         with ui.link(target=f'/documentation/{page.name}') \