diff --git a/main.html b/main.html new file mode 100644 index 0000000..b43bf69 --- /dev/null +++ b/main.html @@ -0,0 +1,46 @@ + + + + + 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 new file mode 100644 index 0000000..2d85fe1 --- /dev/null +++ b/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: /wallpaper/* \ No newline at end of file diff --git a/static/css/main.css b/static/css/main.css new file mode 100644 index 0000000..b2c1ff0 --- /dev/null +++ b/static/css/main.css @@ -0,0 +1,50 @@ +body { + background-color: #2F3041; + color: white; +} + +* { + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +#devices { + width: 840px; + height: 357px; + margin: 260px 40px; +} + +#content p { + font-family: 'Roboto', sans-serif; +} + +#title { + font-size: 4em; + margin-top: -33%; + margin-left: 65%; +} + +#subtitle { + font-size: 2em; + margin-left: 58%; + margin-top: -1.3%; +} + +#description { + font-size: 1.5em; + margin-left: 58%; + width: 600px; + height: 114px; +} + +#google-play, #github { + width: 315px; + height: 114px; +} + +#get-it-on { + margin-left: 57%; + margin-top: 1%; +} \ No newline at end of file diff --git a/static/image/banner.png b/static/image/banner.png new file mode 100644 index 0000000..eb4d26e Binary files /dev/null and b/static/image/banner.png differ diff --git a/static/image/devices.png b/static/image/devices.png new file mode 100644 index 0000000..fa67893 Binary files /dev/null and b/static/image/devices.png differ diff --git a/static/image/favicon.png b/static/image/favicon.png new file mode 100644 index 0000000..ea056ce Binary files /dev/null and b/static/image/favicon.png differ diff --git a/static/image/get-it-on-github.png b/static/image/get-it-on-github.png new file mode 100644 index 0000000..f869aa5 Binary files /dev/null and b/static/image/get-it-on-github.png differ