2012-03-06 12:26:15 -08:00
|
|
|
page.title=Building Blocks
|
|
|
|
header.justLinks=1
|
|
|
|
footer.hide=1
|
|
|
|
@jd:body
|
|
|
|
|
|
|
|
<style>
|
|
|
|
#landing-graphic-container {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
#text-overlay {
|
|
|
|
position: absolute;
|
2012-06-21 17:14:39 -07:00
|
|
|
left: 0;
|
2012-08-07 20:19:10 -07:00
|
|
|
top: 520px;
|
2012-03-06 12:26:15 -08:00
|
|
|
width: 450px;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<div id="landing-graphic-container">
|
|
|
|
<div id="text-overlay">
|
|
|
|
Your inventory of ready-to-use elements for creating outstanding apps.
|
|
|
|
<br><br>
|
|
|
|
<a href="{@docRoot}design/building-blocks/tabs.html" class="landing-page-link">Tabs</a>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<a href="{@docRoot}design/building-blocks/tabs.html">
|
|
|
|
<img src="{@docRoot}design/media/building_blocks_landing.png">
|
|
|
|
</a>
|
|
|
|
</div>
|