BLUR-14 about page changes
This commit is contained in:
parent
f854b6d970
commit
fbc109a42a
17
.gitignore
vendored
17
.gitignore
vendored
@ -1,11 +1,6 @@
|
|||||||
*.db
|
*.db
|
||||||
|
*.py[cod]
|
||||||
*.py[cod]
|
.idea/
|
||||||
|
.web
|
||||||
.web
|
.web/
|
||||||
|
__pycache__/
|
||||||
__pycache__/
|
|
||||||
|
|
||||||
.web/
|
|
||||||
|
|
||||||
.idea/
|
|
@ -2,15 +2,6 @@ from blurme.templates import template
|
|||||||
|
|
||||||
import reflex as rx
|
import reflex as rx
|
||||||
|
|
||||||
|
|
||||||
@template(route="/about", title="O autorach", image = "/about-icon.png")
|
|
||||||
def about() -> rx.Component:
|
|
||||||
return rx.vstack(
|
|
||||||
rx.heading("O autorach", font_size="3em"),
|
|
||||||
rx.text("Welcome to Reflex!"),
|
|
||||||
rx.markdown(about_authors_text),
|
|
||||||
),
|
|
||||||
|
|
||||||
about_authors_text = """
|
about_authors_text = """
|
||||||
# O Autorach
|
# O Autorach
|
||||||
|
|
||||||
@ -48,3 +39,11 @@ stronę kontaktową. Jesteśmy otwarci na współpracę i ciekawe pomysły!
|
|||||||
|
|
||||||
Dziękujemy za korzystanie z **BlurMe**!
|
Dziękujemy za korzystanie z **BlurMe**!
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
@template(route="/about", title="O autorach", image = "/about-icon.png")
|
||||||
|
def about() -> rx.Component:
|
||||||
|
return rx.vstack(
|
||||||
|
#rx.heading("O autorach", font_size="3em"),
|
||||||
|
rx.markdown(about_authors_text),
|
||||||
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user