diff options
Diffstat (limited to 'docs/html/design/tv/index.jd')
-rw-r--r-- | docs/html/design/tv/index.jd | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/docs/html/design/tv/index.jd b/docs/html/design/tv/index.jd new file mode 100644 index 0000000..2519e25 --- /dev/null +++ b/docs/html/design/tv/index.jd @@ -0,0 +1,31 @@ +page.title=Design for TV +header.justLinks=1 +footer.hide=1 +@jd:body + +<style> +#landing-graphic-container { + position: relative; +} + +#text-overlay { + position: absolute; + left: 0; + top: 402px; + width: 220px; +} +</style> + +<div id="landing-graphic-container"> + <div id="text-overlay"> + <span itemprop="description"> + Build beautiful apps for the biggest screen in the house.</span> + <br><br> + <a href="{@docRoot}design/tv/principles.html" + class="landing-page-link">Design Principles</a> + </div> + + <a href="{@docRoot}design/tv/principles.html"> + <img src="{@docRoot}design/tv/images/atv.png" style="margin-left: 70px;"> + </a> +</div> |