Compare commits

..

3 Commits
dev ... master

Author SHA1 Message Date
Tuan-Dat Tran a54d1f3c3b Merge pull request 'dev' (#12) from dev into master
Reviewed-on: #12
2024-07-25 12:12:25 +02:00
Tuan-Dat Tran 081229d66a Merge branch 'dev' 2024-05-21 23:32:53 +02:00
Tuan-Dat Tran 837e19e111 Merge pull request 'Closes #2 and #5' (#7) from dev into master
Reviewed-on: #7
2024-05-21 23:00:22 +02:00
13 changed files with 2 additions and 4 deletions

View File

@ -11,8 +11,7 @@ COPY ./Cargo.toml ./Cargo.toml
COPY ./input.css ./input.css COPY ./input.css ./input.css
COPY ./Dioxus.toml ./Dioxus.toml COPY ./Dioxus.toml ./Dioxus.toml
COPY ./tailwind.config.js ./tailwind.config.js COPY ./tailwind.config.js ./tailwind.config.js
RUN npx tailwindcss -i ./input.css -o ./assets/tailwind.css RUN npx tailwindcss -i ./input.css -o ./assets/tailwind.css && dx build --platform fullstack --release
RUN dx build --platform fullstack --release
FROM dioxus AS runner FROM dioxus AS runner
WORKDIR /app/ WORKDIR /app/

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 110 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 742 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 130 KiB

BIN
assets/pictures/comfy.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 190 KiB

After

Width:  |  Height:  |  Size: 2.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

View File

@ -32,7 +32,7 @@ User-Agent: GPTBot
Disallow: / Disallow: /
User-agent: * User-agent: *
Disallow: /impressum Disallow: /*
Allow: / Allow: /
Allow: /resume Allow: /resume
Allow: /publications Allow: /publications

View File

@ -1 +0,0 @@
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}