diff options
| author | horus | 2022-12-14 17:26:04 +0100 |
|---|---|---|
| committer | horus | 2022-12-14 17:26:04 +0100 |
| commit | 7d38a5111217bb41e6cbfbfc83bd126e8e6a7606 (patch) | |
| tree | 9829999853e661483a9c1ba41329d34adc0e0895 | |
| parent | 5776a8e5812880185d955f505eb9a0013c69f990 (diff) | |
| download | hochzeit-7d38a5111217bb41e6cbfbfc83bd126e8e6a7606.tar.gz | |
logo added
| -rw-r--r-- | public/img/logo_weiß.png | bin | 0 -> 109997 bytes | |||
| -rw-r--r-- | views/404.html | 3 | ||||
| -rw-r--r-- | views/danke.html | 3 | ||||
| -rw-r--r-- | views/familie.html | 3 | ||||
| -rw-r--r-- | views/snippets/navbar.html | 5 | ||||
| -rw-r--r-- | views/stats.html | 3 |
6 files changed, 16 insertions, 1 deletions
diff --git a/public/img/logo_weiß.png b/public/img/logo_weiß.png Binary files differnew file mode 100644 index 0000000..d8c0cb0 --- /dev/null +++ b/public/img/logo_weiß.png diff --git a/views/404.html b/views/404.html index a438fb5..1aa3a4e 100644 --- a/views/404.html +++ b/views/404.html @@ -9,6 +9,9 @@ <h1>404 - Page not Found</h1> <p>Oh no! This page does not exist. Start over. Do not pass Go! Do not collect 200 dollars!</p> + <br> + <img src="/img/logo_weiß.png" class="mx-auto d-block" width=250 height=250> + </div> {% endblock %} diff --git a/views/danke.html b/views/danke.html index 6baafdf..bb98ef3 100644 --- a/views/danke.html +++ b/views/danke.html @@ -8,6 +8,9 @@ <h1 style="color:green">Dankeschön für die Eintragung!</h1> + <br> + <img src="/img/logo_weiß.png" class="mx-auto d-block" width=250 height=250> + </div> {% endblock %} diff --git a/views/familie.html b/views/familie.html index 6bc23f1..08fd5cd 100644 --- a/views/familie.html +++ b/views/familie.html @@ -283,6 +283,9 @@ <input type="hidden" name="familie" value="{{ data[0].familien_id }}"> <button type="submit" class="btn btn-submit mb-2">Abschicken!</button> </form> + + <br> + <img src="/img/logo_weiß.png" class="mx-auto d-block" width=250 height=250> </div> <script> diff --git a/views/snippets/navbar.html b/views/snippets/navbar.html index 11e043e..2140365 100644 --- a/views/snippets/navbar.html +++ b/views/snippets/navbar.html @@ -1,6 +1,9 @@ <nav class="navbar navbar-expand-md navbar-dark bg-dark shadow-sm"> <div class="container"> - <code><a class="navbar-brand" href="/">Hochzeit: <span class="mobile"><br></span> f(m) { return "2023-04-01"; }</a></code> + <!--code><a class="navbar-brand" href="/">Hochzeit: <span class="mobile"><br></span> f(m) { return "2023-04-01"; }</a></code--> + <a class="navbar-brand" href="/"> + <img src="/img/logo_weiß.png" class="" width=50 height=50> + Hochzeit von f(m)</a> <!-- <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> diff --git a/views/stats.html b/views/stats.html index 541639f..7e2ff54 100644 --- a/views/stats.html +++ b/views/stats.html @@ -11,6 +11,9 @@ {{ include('snippets/stats.html') }} + <br> + <img src="/img/logo_weiß.png" class="mx-auto d-block" width=250 height=250> + </div> {% endblock %} |
