am 110b50ca: AI 149839: make the home page\'s announcement block expandable... primarily, this is to handle various lengths of text due to translations, but also allows us to be more flexible WRT the content for the top section.
Merge commit '110b50ca5158f75abdead740f0956600da2f212d' into donut * commit '110b50ca5158f75abdead740f0956600da2f212d': AI 149839: make the home page's announcement block expandable...
This commit is contained in:
committed by
The Android Open Source Project
commit
3d59ee7aa6
@@ -5,17 +5,20 @@ home=true
|
|||||||
<div id="mainBodyFixed">
|
<div id="mainBodyFixed">
|
||||||
<div id="mainBodyLeft">
|
<div id="mainBodyLeft">
|
||||||
<div id="homeMiddle">
|
<div id="homeMiddle">
|
||||||
|
<div id="topAnnouncement">
|
||||||
<div id="homeTitle">
|
<div id="homeTitle">
|
||||||
<h2>Developer Announcements</h2>
|
<h2>Developer Announcements</h2>
|
||||||
</div><!-- end homeTitle -->
|
</div><!-- end homeTitle -->
|
||||||
<div id="announcement-block">
|
<div id="announcement-block">
|
||||||
<!-- total max width is 520px -->
|
<!-- total max width is 520px -->
|
||||||
<img src="{@docRoot}assets/images/home/IO-logo.png" alt="Google I/O Developer Conference 2009" width="242px" />
|
<img src="/assets/images/home/IO-logo.png" alt="Google I/O Developer Conference 2009" width="242px" />
|
||||||
<div id="announcement" style="width:270px">
|
<div id="announcement" style="width:270px">
|
||||||
<p>Google I/O is a two-day developer event that will take place May 27-28 at Moscone Center, San Francisco. The agenda includes a number of great sessions on Android topics by team engineers and other developers.</p>
|
<p>Google I/O is a two-day developer event that will take place May 27-28 at Moscone Center, San Francisco. The agenda includes a number of great sessions on Android topics by team engineers and other developers.</p>
|
||||||
<p><a href="http://code.google.com/events/io/">Learn more »</a></p>
|
<p><a href="http://code.google.com/events/io/">Learn more »</a></p>
|
||||||
</div> <!-- end annoucement -->
|
</div> <!-- end annoucement -->
|
||||||
</div> <!-- end annoucement-block -->
|
</div> <!-- end annoucement-block -->
|
||||||
|
</div><!-- end topAnnouncement -->
|
||||||
|
<div id="carousel">
|
||||||
<div id="carouselMain">
|
<div id="carouselMain">
|
||||||
<div id="bulletinImg"></div>
|
<div id="bulletinImg"></div>
|
||||||
<div id="bulletinDesc"></div>
|
<div id="bulletinDesc"></div>
|
||||||
@@ -31,6 +34,7 @@ home=true
|
|||||||
<a href="javascript:page_right()" id="arrow-right" onclick="" class="arrow-right-on"></a>
|
<a href="javascript:page_right()" id="arrow-right" onclick="" class="arrow-right-on"></a>
|
||||||
<div class="clearer"></div>
|
<div class="clearer"></div>
|
||||||
</div><!-- end app-list container -->
|
</div><!-- end app-list container -->
|
||||||
|
</div><!-- end carousel -->
|
||||||
</div><!-- end homeMiddle -->
|
</div><!-- end homeMiddle -->
|
||||||
|
|
||||||
<div style="clear:both"> </div>
|
<div style="clear:both"> </div>
|
||||||
|
|||||||
Reference in New Issue
Block a user