redme update, logo update

This commit is contained in:
markrz12 2024-01-22 23:51:14 +01:00
parent 89c2eeea0d
commit dd3c057f92
4 changed files with 4 additions and 3 deletions

View File

@ -4,6 +4,7 @@
## Przygotowanie aplikacji po raz pierwszy ## Przygotowanie aplikacji po raz pierwszy
``` ```
apt install ffmeg libsm6 libxext6
pip install -r requirements.txt pip install -r requirements.txt
reflex init reflex init
``` ```

Binary file not shown.

Before

Width:  |  Height:  |  Size: 97 KiB

After

Width:  |  Height:  |  Size: 98 KiB

View File

@ -17,7 +17,7 @@ def sidebar_header() -> rx.Component:
# The logo. # The logo.
rx.image( rx.image(
src="/icon.png", src="/icon.png",
height="4.5em", height="5em",
), ),
rx.spacer(), rx.spacer(),
width="100%", width="100%",

View File

@ -19,8 +19,8 @@ def index() -> rx.Component:
rx.text("", pading = "25px"), rx.text("", pading = "25px"),
rx.link(rx.button("Zacznij anonimizować"), href="settings",align="center",color="rgba(117,102,254,255)",button=True,padding="50xp",font_size="1.2em"), rx.link(rx.button("Zacznij anonimizować"), href="settings",align="center",color="rgba(117,102,254,255)",button=True,padding="50xp",font_size="1.2em"),
style={"align-self": "flex-start","margin-left": "50px", "margin-top": "50px", "align-self": "flex-start", "margin-bottom": "25px"}, width = "50%"), style={"align-self": "flex-start","margin-left": "50px", "margin-top": "50px", "align-self": "flex-start", "margin-bottom": "25px"}, width = "50%"),
rx.image(src="obraz1.png",height="28em",padding="0.5em",style={"margin-right": "60px"}), rx.image(src="obraz1.png",height="25em",padding="0.5em",style={"margin-right": "60px"}),
style={"align-self": "flex-start"}),), style={"align-self": "flex-start"}, max_width='100%'),),
rx.text(" ", height = "20px"), rx.text(" ", height = "20px"),