diff --git a/static/GitHub_Logo.png b/static/GitHub_Logo.png new file mode 100644 index 00000000..0389f4d9 Binary files /dev/null and b/static/GitHub_Logo.png differ diff --git a/static/bg3.jpg b/static/bg3.jpg new file mode 100644 index 00000000..13759df2 Binary files /dev/null and b/static/bg3.jpg differ diff --git a/static/bg4.jpg b/static/bg4.jpg new file mode 100644 index 00000000..a8c0d649 Binary files /dev/null and b/static/bg4.jpg differ diff --git a/static/bg5.jpg b/static/bg5.jpg new file mode 100644 index 00000000..d38fd845 Binary files /dev/null and b/static/bg5.jpg differ diff --git a/static/style.css b/static/style.css index 46a6bfb5..2a67f717 100755 --- a/static/style.css +++ b/static/style.css @@ -28,7 +28,7 @@ body{background:#000; margin:0; } .channel{padding: 7px; display: inline-block; font-weight: bold; color: #C4C4C4 !important;font-size: 18px;} .channel:hover{color:#ed207f !important;} .bgimage{ - background-size: 180%; background-repeat: no-repeat; background-position: center center; background-color: #000; background-image: url(bg2.jpg); + background-size: 180%; background-repeat: no-repeat; background-position: center center; background-color: #000; background-image: url(bg5.jpg); -webkit-filter: blur(50px) brightness(0.8); -moz-filter:blur(50px) brightness(0.8); -ms-filter:blur(50px) brightness(0.8); -o-filter: blur(50px) brightness(0.8); filter: blur(50px) brightness(0.8); position: absolute; top: 0px; left: 0; width: 100%; height: 100%; }