Browse Source

add background images

master
Fr3deric 5 years ago
parent
commit
ceb1e14acd
  1. 5062
      bam/static/bam/background.svg
  2. 5062
      bam/static/bam/header.svg
  3. 2
      bam/templates/bam/base.html

5062
bam/static/bam/background.svg

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 138 KiB

5062
bam/static/bam/header.svg

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 138 KiB

2
bam/templates/bam/base.html

@ -8,7 +8,7 @@ @@ -8,7 +8,7 @@
body {
padding: 0px;
text-align: center;
background-color: #fcfcfc;
background-image: url({% static "bam/background.svg" %});
}
#content {

Loading…
Cancel
Save