diff --git a/static/css/about/main.css b/static/css/about/main.css index d4c2860..f07ac63 100644 --- a/static/css/about/main.css +++ b/static/css/about/main.css @@ -24,7 +24,7 @@ img.textwrap-right { .bg_blur { - background-image:url('http://data2.whicdn.com/images/139218968/large.jpg'); + background-image:url('/static/img/about/tower.jpg'); height: 300px; background-size: cover; } diff --git a/static/img/about/tower.jpg b/static/img/about/tower.jpg new file mode 100644 index 0000000..3d9f264 Binary files /dev/null and b/static/img/about/tower.jpg differ