diff options
author | Dirk Dougherty <ddougherty@google.com> | 2015-05-22 23:05:13 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2015-05-22 23:05:14 +0000 |
commit | 61e6be640b1e5d6ae4cacf0a2e62a7f66f42202c (patch) | |
tree | bf7424c350547bc07fd6d07d6051063c2808caa2 /docs/html/training | |
parent | dd4dc4a0bec72cbfae8a3b27c72d75e90d38c79b (diff) | |
parent | 78c688fa708f659097c3778a547c47c65df94664 (diff) | |
download | frameworks_base-61e6be640b1e5d6ae4cacf0a2e62a7f66f42202c.zip frameworks_base-61e6be640b1e5d6ae4cacf0a2e62a7f66f42202c.tar.gz frameworks_base-61e6be640b1e5d6ae4cacf0a2e62a7f66f42202c.tar.bz2 |
Merge "Doc change: updates for preview content." into mnc-preview-docs
Diffstat (limited to 'docs/html/training')
-rw-r--r-- | docs/html/training/index.jd | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/docs/html/training/index.jd b/docs/html/training/index.jd index c39ea54..862e185 100644 --- a/docs/html/training/index.jd +++ b/docs/html/training/index.jd @@ -15,8 +15,8 @@ Classes are organized into several groups you can see at the top-level of the le <div> <div style="float:left; width:40%; margin-right:30px"> - <p>If you think you might prefer to learn the basics through interactive video training, - check out this trailer for a course in the fundamentals of Android development.</p> + <p>If you prefer to learn through interactive video training, + check out this trailer for a course about the fundamentals of Android development.</p> <p><a href="https://www.udacity.com/course/ud853" class="button"> Start the video course</a></p> </div> @@ -26,4 +26,16 @@ Classes are organized into several groups you can see at the top-level of the le </div> </div> -<div style="clear:left"></div>
\ No newline at end of file +<div style="clear:left"></div> + + <div><h2 class="norule">Online video courses</h2> + <p>If you prefer to learn through interactive video training, + check out these free courses.</p> + <div class="resource-widget resource-flow-layout col-16" + data-query="collection:develop/landing/courses" + data-sortOrder="random" + data-cardSizes="6x6" + data-maxResults="9" + data-initial-results="3"></div> +</div> +</div>
\ No newline at end of file |