Browse Source

added background image to match Copim website

joel
Simon Bowie 2 years ago
parent
commit
f63b8314e5
2 changed files with 3 additions and 0 deletions
  1. BIN
      web/app/static/images/dots-bg.png
  2. +3
    -0
      web/app/templates/base.html

BIN
web/app/static/images/dots-bg.png View File

Before After
Width: 1595  |  Height: 1199  |  Size: 27KB

+ 3
- 0
web/app/templates/base.html View File

@@ -123,6 +123,9 @@

<!-- Begin page content -->
<main class="flex-shrink-0">
<div class="layer-bg w-100">
<img class="img-fluid w-100" src="{{ url_for('static',filename='images/dots-bg.png') }}" alt="bg-shape">
</div>
<div class="container">
{% with messages = get_flashed_messages() %}
{% if messages %}

Loading…
Cancel
Save