Skip to content

Commit

Permalink
Move from jpg to webp
Browse files Browse the repository at this point in the history
  • Loading branch information
hendriksen-mark committed Nov 2, 2024
1 parent 3711845 commit 13b6a00
Show file tree
Hide file tree
Showing 14 changed files with 7 additions and 7 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion BridgeEmulator/flaskUI/assets/login.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion BridgeEmulator/flaskUI/assets/page-404.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
body {
background: url(images/login_dark_blur.jpg) no-repeat;
background: url(images/login_dark_blur.webp) no-repeat;
background-size: cover;
background-attachment: fixed;
background-position: bottom center;
Expand Down
4 changes: 2 additions & 2 deletions BridgeEmulator/flaskUI/restful.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ def post(self):
return response
else:
logging.error("link button not pressed")
logging.error("last_button_press" + str(last_button_press))
logging.error("current time" + str(datetime.now().timestamp()))
logging.error("last_button_press " + str(last_button_press))
logging.error("current time " + str(datetime.now().timestamp()))
return [{"error": {"type": 101, "address": "/api/", "description": "link button not pressed"}}]
else:
logging.error("parameter, " + list(postDict.keys())[0] + ", not available")
Expand Down
2 changes: 1 addition & 1 deletion BridgeEmulator/flaskUI/templates/page-403.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<div class="pos-a t-0 l-0 bgc-white w-100 h-100 d-f fxd-r fxw-w ai-c jc-c pos-r p-30">
<div class="mR-60">
<img alt="#" src="/assets/images/404.png">
<img alt="#" src="/assets/images/ststic/images/404.png">
</div>

<div class="d-f jc-c fxd-c">
Expand Down
2 changes: 1 addition & 1 deletion BridgeEmulator/flaskUI/templates/page-404.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</head>
<body>
<img class="header-logo" src="/assets/images/DiyHue.png" alt="DiyHue personal lighting" />
<img class="header-logo" src="/assets/images/404.png" alt="DiyHue personal lighting" />
<img class="header-logo" src="/assets/images/ststic/images/404.png" alt="DiyHue personal lighting" />
<div class="error">Oops, there appears to be no lighting here</div>
<div class="error"><a href="/">Go to home page</a></div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion BridgeEmulator/flaskUI/templates/page-500.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<div class="pos-a t-0 l-0 bgc-white w-100 h-100 d-f fxd-r fxw-w ai-c jc-c pos-r p-30">
<div class="mR-60">
<img alt="#" src="/assets/images/500.png">
<img alt="#" src="/assets/images/ststic/images/500.png">
</div>

<div class="d-f jc-c fxd-c">
Expand Down

0 comments on commit 13b6a00

Please sign in to comment.