Skip to content

Commit

Permalink
[Procfile✅] Getting ready for deployment - production ready static files
Browse files Browse the repository at this point in the history
  • Loading branch information
[esekyi] committed Sep 4, 2024
1 parent 816039d commit 3071391
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 1 deletion.
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
web: gunicorn run:app
Binary file added app/static/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/static/android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/static/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion app/static/css/output.css

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions app/static/css/recipe_form.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
.navbar-brand {
font-family: 'Raleway', sans-serif;
font-weight: 800;
}


.input-group {
display: flex;
align-items: center;
Expand Down Expand Up @@ -72,3 +78,8 @@
bottom: 1rem;
right: 1rem;
}
/* Add this to your CSS file */
.bg-yellow-100 {
background-color: #fefcbf;
/* Light yellow color */
}
Binary file added app/static/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/static/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/static/favicon.ico
Binary file not shown.
Binary file added app/static/images/avartar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/static/images/logo.webp
Binary file not shown.
1 change: 1 addition & 0 deletions app/static/site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"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"}

0 comments on commit 3071391

Please sign in to comment.