diff options
author | Einar Egilsson <einar@einaregilsson.com> | 2015-09-25 10:20:07 +0000 |
---|---|---|
committer | Einar Egilsson <einar@einaregilsson.com> | 2015-09-25 10:20:07 +0000 |
commit | 93591760d16543faa65c9cc1db0ba4490a443c62 (patch) | |
tree | 4060818b0b6200faf04c0b910c3e0fbdaab33a40 | |
parent | b4823b5e165ced5c12a1e2baa2f894eece5eb33c (diff) |
Promo
-rw-r--r-- | promo/smalltile.png | bin | 0 -> 13119 bytes | |||
-rw-r--r-- | promo/tiles.html | 46 |
2 files changed, 46 insertions, 0 deletions
diff --git a/promo/smalltile.png b/promo/smalltile.png Binary files differnew file mode 100644 index 0000000..cdd2dc4 --- /dev/null +++ b/promo/smalltile.png diff --git a/promo/tiles.html b/promo/tiles.html new file mode 100644 index 0000000..926c0ac --- /dev/null +++ b/promo/tiles.html @@ -0,0 +1,46 @@ +<!DOCTYPE html> +<html> + <head> + <title>REDIRECTOR TILES FOR WEB STORE</title> + <meta charset="UTF-8"> + <style> + body { + font-family: Arial; + text-align: center; + } + + #small-tile { + width:440px; + height:280px; + border:solid 1px red; + padding:0px; + margin:0px; + } + #small-tile div { + font-size:350px; + font-weight: bold; + margin-top:-190px; + margin-bottom:-120px; + } + #small-tile span { + color:#5e6163; + font-weight: bold; + text-decoration: + } + #small-tile span span { + font-style: italic; + } + #small-tile h1 { + font-size:40px; + margin-bottom:5px; + } + </style> + </head> + <body> + <div id="small-tile"> + <div>☈</div> + <h1>REDIRECTOR</h1> + <span>Go where <span>YOU</span> want!</span> + </div> + </body> +</html>
\ No newline at end of file |