замена иконки, добавления в стили

This commit is contained in:
Данил 2024-09-27 19:17:03 +03:00
parent 71a5f6263f
commit 7edbdbc328
4 changed files with 18 additions and 7 deletions

11
dockerfile Normal file
View file

@ -0,0 +1,11 @@
FROM python:3.12
WORKDIR /starlio-web
COPY ./requirements.txt /starlio-web/requirements.txt
RUN pip3 install --no-cache-dir --upgrade -r /starlio-web/requirements.txt
COPY ./ /starlio-web/
CMD ['fastapi', 'run', 'main.py', '--port', '8000']

View file

@ -48,7 +48,7 @@
<img alt="Get it on Github" src="./static/image/get-it-on-github.png" id="github">
</a>
<a href="/wallpaper/today">
<img alt="Today wallpaper" src="./static/image/today-wallpaper.png">
<img alt="Today wallpaper" src="./static/image/today-wallpaper-border.png" id="today-wall">
</a>
</div>
</div>

View file

@ -42,7 +42,7 @@ a {
text-align: center;
}
#google-play, #github {
#google-play, #github, #today-wall {
width: 45%;
height: 45%;
}
@ -63,7 +63,7 @@ a {
margin-top: -140%;
}
#google-play, #github {
#google-play, #github, #today-wall {
width: 37%;
height: 37%;
}
@ -97,7 +97,7 @@ a {
margin: 0 auto;
}
#google-play, #github {
#google-play, #github, #today-wall {
width: 30%;
height: 30%;
}
@ -124,7 +124,7 @@ a {
font-size: 1.3em;
}
#google-play, #github {
#google-play, #github, #today-wall {
width: 25%;
height: 25%;
}
@ -158,7 +158,7 @@ a {
font-size: 1.5em;
}
#google-play, #github {
#google-play, #github, #today-wall {
width: 25%;
height: 25%;
}
@ -199,7 +199,7 @@ a {
margin: 2% 60%;
}
#google-play, #github {
#google-play, #github, #today-wall {
width: 35%;
height: 35%;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB