aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2020-06-25 23:28:56 +0530
committerNavan Chauhan <navanchauhan@gmail.com>2020-06-25 23:28:56 +0530
commit0cd29e19d9dc415794d94ca4167b82f7415bf500 (patch)
treec1bf690ee378b200009ae563aea36d40bd3fb6c5 /app
parentf70e376482efcec78f031d80bb788e6fca65470d (diff)
added blurred image
Diffstat (limited to 'app')
-rw-r--r--app/static/bg_blur.jpgbin0 -> 101961 bytes
-rw-r--r--app/templates/base.html2
2 files changed, 1 insertions, 1 deletions
diff --git a/app/static/bg_blur.jpg b/app/static/bg_blur.jpg
new file mode 100644
index 0000000..dd8cc79
--- /dev/null
+++ b/app/static/bg_blur.jpg
Binary files differ
diff --git a/app/templates/base.html b/app/templates/base.html
index 1567d82..e8adc2e 100644
--- a/app/templates/base.html
+++ b/app/templates/base.html
@@ -38,7 +38,7 @@
</ul>
</div>
</nav>
- <header class="jumbotron jumbotron-fluid" style="background: url({{ url_for('static',filename='bg.png')}}) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;">
+ <header class="jumbotron jumbotron-fluid" style="background: url({{ url_for('static',filename='bg_blur.jpg')}}) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;">
<div class="container">
<h1 style="color: white;">Curie Web</h1>
</div>