diff --git a/fe/static/radio52.png b/fe/static/radio52.png new file mode 100644 index 0000000000000000000000000000000000000000..1d60adfddfa1446c92d8b381322311e16f4745cb Binary files /dev/null and b/fe/static/radio52.png differ diff --git a/fe/static/style.css b/fe/static/style.css index 37cb70c7a9142e7b8977d44ae0f0729dd50ab533..681b3c5257bfeb271a2808425190813a66bbf3d0 100644 --- a/fe/static/style.css +++ b/fe/static/style.css @@ -12,6 +12,11 @@ body { padding-right: 15px; } +.page-header { + background: url(radio52.png) top left no-repeat; + padding-left: 58px; +} + /* Custom page header */ .header { border-bottom: 1px solid #e5e5e5; diff --git a/fe/templates/index.html b/fe/templates/index.html index 50f747c7d88e0a327070137652c2b3198dcd62e1..40fbbbe27d775c55db4c1874b5cde7135f2b1ae9 100644 --- a/fe/templates/index.html +++ b/fe/templates/index.html @@ -5,10 +5,7 @@ <link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap.min.css"> <link rel="stylesheet" href="/static/style.css"> - <link rel="shortcut icon" href="/static/favicon.png"> - - <script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script> - <script src="/static/fullbg.js"></script> + <link rel="shortcut icon" href="/static/radio52.png"> </head> <body> @@ -50,12 +47,5 @@ </div> </div> - <img src="/static/radiomast_bw.jpg" id="bgImg"> - - <script type="text/javascript"> - $(function() { - $('#bgImg').fullBg().show(); - }); - </script> </body> </html>