diff --git a/404.html b/404.html deleted file mode 100644 index 57c41e0..0000000 --- a/404.html +++ /dev/null @@ -1,21 +0,0 @@ - - - - - EveryNASA - - - - - - - - - - -

Page not found!

-

Sorry, but the page you want to view may have been deleted or moved!

-

General page

- - - \ No newline at end of file diff --git a/main.html b/main.html deleted file mode 100644 index 186d046..0000000 --- a/main.html +++ /dev/null @@ -1,48 +0,0 @@ - - - - - EveryNASA - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Devices - -
-

EveryNASA

-

Amazing wallpaper straight from space!

-

- NASA publishes amazing space photos every day, so why not set them as wallpapers? EveryNASA does it automatically for you! -

-
- Get it on Google Play - Get it on Github -
-
- - \ No newline at end of file diff --git a/robots.txt b/robots.txt deleted file mode 100644 index 2d85fe1..0000000 --- a/robots.txt +++ /dev/null @@ -1,2 +0,0 @@ -User-agent: * -Disallow: /wallpaper/* \ No newline at end of file diff --git a/static/css/404.css b/static/css/404.css deleted file mode 100644 index e5989f1..0000000 --- a/static/css/404.css +++ /dev/null @@ -1,25 +0,0 @@ -body { - background: #131313; - color: white; -} - -* { - line-height: 1.2; - margin: 0; -} - -lottie-player { - margin: 0 auto; - width: 300px; height: 300px; -} - -p { - font-family: sans-serif; - text-align: center; - margin: 0.4% auto; - width: 300px; -} - -a { - color: #98e9e8 -} \ No newline at end of file diff --git a/static/css/main.css b/static/css/main.css deleted file mode 100644 index df0915c..0000000 --- a/static/css/main.css +++ /dev/null @@ -1,186 +0,0 @@ -body { - background-color: #2F3041; - color: white; -} - -* { - -moz-user-select: none; - -webkit-user-select: none; - -ms-user-select: none; - user-select: none; -} - -#content p { - font-family: 'Roboto', sans-serif; -} - -#devices { - display: block; - width: 90%; - height: 90%; -} - -@media (min-width: 0) { - #devices { - margin: 65% auto; - } - - #title { - font-size: 2.5em; - margin-top: -160%; - } - - #subtitle { - margin-top: -5%; - } - - #description, #subtitle, #title { - text-align: center; - } - - #google-play, #github { - width: 45%; - height: 45%; - } - - #google-play { - margin-top: 51%; - margin-left: 5%; - } -} - -@media (min-width: 576px) { - #devices { - margin: 50% auto; - } - - #title { - font-size: 3em; - margin-top: -130%; - } - - #google-play, #github { - width: 37%; - height: 37%; - } - - #get-it-on { - margin-top: 5%; - text-align: center; - } -} - -@media (min-width: 768px) { - #devices { - margin: 39% auto; - } - - #title { - font-size: 3.5em; - margin-top: -110%; - } - - #description { - width: 90%; - margin: 0 auto; - } - - #google-play, #github { - width: 30%; - height: 30%; - } - - #get-it-on { - margin-top: 1%; - text-align: center; - } -} - -@media (min-width: 992px) { - #devices { - margin: 30% auto; - } - - #title { - font-size: 4em; - margin-top: -95%; - } - - #description { - width: 70%; - margin: 0 auto; - } - - #google-play, #github { - width: 25%; - height: 25%; - } - - #get-it-on { - margin-top: -2%; - text-align: center; - } -} - -@media (min-width: 1200px) { - #devices { - margin: 25% auto; - } - - #title { - font-size: 4.5em; - margin-top: -85%; - } - - #description { - width: 55%; - margin: 0 auto; - } - - #google-play, #github { - width: 20%; - height: 20%; - } - - #get-it-on { - margin-top: -3%; - text-align: center; - } -} - - -@media (min-width: 1400px) { - #devices { - width: 50%; - height: 50%; - margin: 15% 2%; - } - - #title { - font-size: 4em; - margin-top: -37%; - margin-left: 50%; - } - - #subtitle { - font-size: 2em; - margin-top: -2%; - margin-left: 50%; - } - - #description { - font-size: 1.1em; - width: 30%; - margin: 2% 60%; - } - - #google-play, #github { - width: 35%; - height: 35%; - } - - #get-it-on { - margin-top: -25%; - margin-left: 47%; - } -} \ No newline at end of file diff --git a/static/image/banner.png b/static/image/banner.png deleted file mode 100644 index b08b03f..0000000 Binary files a/static/image/banner.png and /dev/null differ diff --git a/static/image/devices.png b/static/image/devices.png deleted file mode 100644 index fa67893..0000000 Binary files a/static/image/devices.png and /dev/null differ diff --git a/static/image/favicon.png b/static/image/favicon.png deleted file mode 100644 index ea056ce..0000000 Binary files a/static/image/favicon.png and /dev/null differ diff --git a/static/image/get-it-on-github.png b/static/image/get-it-on-github.png deleted file mode 100644 index f869aa5..0000000 Binary files a/static/image/get-it-on-github.png and /dev/null differ