Skip to content

Commit

Permalink
move static
Browse files Browse the repository at this point in the history
  • Loading branch information
hendriksen-mark committed Oct 30, 2024
1 parent e4253ea commit 3998f3a
Show file tree
Hide file tree
Showing 13 changed files with 9 additions and 224 deletions.
Binary file not shown.
Binary file not shown.
42 changes: 0 additions & 42 deletions BridgeEmulator/flaskUI/static/assets/images/logo.svg

This file was deleted.

Binary file not shown.
152 changes: 0 additions & 152 deletions BridgeEmulator/flaskUI/static/assets/login.css

This file was deleted.

20 changes: 0 additions & 20 deletions BridgeEmulator/flaskUI/static/assets/page-404.css

This file was deleted.

Binary file not shown.
Binary file not shown.

This file was deleted.

8 changes: 4 additions & 4 deletions BridgeEmulator/flaskUI/templates/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@



<link href="/static/assets/login.css" rel="stylesheet">
<link href="/assets/login.css" rel="stylesheet">

<link rel="preconnect" href="https://fonts.gstatic.com">

<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Lato&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/static/assets/fontawesome-free-5.15.1-web/css/fontawesome.min.css">
<link rel="stylesheet" href="/static/assets/fontawesome-free-5.15.1-web/css/all.min.css">
<link rel="stylesheet" href="/assets/fontawesome-free-5.15.1-web/css/fontawesome.min.css">
<link rel="stylesheet" href="/assets/fontawesome-free-5.15.1-web/css/all.min.css">

</head>
<body>
Expand All @@ -25,7 +25,7 @@

<div class="loginContainer">
<h1>DIYHUE LOGIN</h1>
<img src="/static/assets/images/logo.svg">
<img src="/assets/images/logo.svg">

<form class="formContainer" method="post" action="">

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="/static/assets/static/images/404.png">
<img alt="#" src="/assets/images/404.png">
</div>

<div class="d-f jc-c fxd-c">
Expand Down
6 changes: 3 additions & 3 deletions BridgeEmulator/flaskUI/templates/page-404.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<html>
<head>
<title>DiyHue personal lighting</title>
<link rel="stylesheet" type="text/css" href="/static/assets/page-404.css">
<link rel="stylesheet" type="text/css" href="/assets/page-404.css">
</head>
<body>
<img class="header-logo" src="/static/assets/images/DiyHue.png" alt="DiyHue personal lighting" />
<img class="header-logo" src="/static/assets/static/images/404.png" alt="DiyHue personal lighting" />
<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" />
<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="/static/assets/static/images/500.png">
<img alt="#" src="/assets/images/500.png">
</div>

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

0 comments on commit 3998f3a

Please sign in to comment.