diff options
author | mkearney@chromium.org <mkearney@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-22 02:12:56 +0000 |
---|---|---|
committer | mkearney@chromium.org <mkearney@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-22 02:12:56 +0000 |
commit | e882d20d8e6eeb0e094f9b2f30f8761922da5a81 (patch) | |
tree | 52628ddffbd5305079a76594d7308c778dda8ce9 /chrome/docs/index.html | |
parent | eda3b635325c340cd64c332413d302171cabd96e (diff) | |
download | chromium_src-e882d20d8e6eeb0e094f9b2f30f8761922da5a81.zip chromium_src-e882d20d8e6eeb0e094f9b2f30f8761922da5a81.tar.gz chromium_src-e882d20d8e6eeb0e094f9b2f30f8761922da5a81.tar.bz2 |
New home page for developer.chrome.com
And pillar pages for DevTools, Multi-device, and Platform.
Review URL: https://codereview.chromium.org/140743011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@246213 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/docs/index.html')
-rw-r--r-- | chrome/docs/index.html | 88 |
1 files changed, 56 insertions, 32 deletions
diff --git a/chrome/docs/index.html b/chrome/docs/index.html index 7deb5b2..4c54f9f 100644 --- a/chrome/docs/index.html +++ b/chrome/docs/index.html @@ -3,26 +3,36 @@ <section class="g-section g-tpl-67-33"> <div class="g-unit g-first"> <article class="g-content" id="featured"> - <img src="{{static}}/images/mocks/multidevice.png" class="screenshot"> + <a href="/devtools/remote-debugging.html"><img src="{{static}}/images/mocks/multidevice.png" class="screenshot"></a> <h4 class="label">Featured article</h4> - <h1>The World Has Gone Multiscreen: How The Mobile Internet Changes Our Lives</h1> - <p class="description">It's a new age in the UK: people connect on an average of three devices, which is higher than the global average. Tablet and mobile use is rising, and consumers are using their smartphones more than ever. Shoppers research extensively on their smartphones ... + <a href="/devtools/remote-debugging.html"><h1>Mobile DevTools: Remote Debugging for Android with Screencast</h1></a> + <p class="description"> + Until now, while remote debugging a mobile device, + you had to shift your eyes back and forth between the device and your desktop machine. + Now Screencast displays your device's screen right inside of Chrome DevTools on your desktop. </p> - <p><button class="button">Learn more</button></p> + + <p> + You can also interact with your mobile device from your desktop, + as clicks on the screencast get translated into taps and touch events. + Typing on the desktop keyboard also sends keystrokes to the device -- + much better than typing with your thumbs! + </p> + <p><button class="button"><a href ="/devtools/remote-debugging.html">Learn more</a></button></p> </article> </div> <div class="g-unit g-last" id="upcoming-events"> <article class="g-content"> - <img src="{{static}}/images/mocks/devsummit.png" class="screenshot"> + <a href="https://developers.google.com/live/shows/5371585095532544-5707702298738688"><img src="{{static}}/images/mocks/udacity.png" class="screenshot"></a> <h4 class="label">Upcoming Event</h4> - <h2>Chrome Developer Summit</h2> - <p class="description"><a href="">Learn more</a></p> + <a href="https://developers.google.com/live/shows/5371585095532544-5707702298738688"><h2>Udacity Mobile Web Dev Office Hours</h2></a> + <p class="description"><a href="https://developers.google.com/live/shows/5371585095532544-5707702298738688">Learn more</a></p> </article> <article class="g-content"> - <img src="{{static}}/images/mocks/colt.png" class="screenshot"> + <a href="https://developers.google.com/live/shows/5035410623299584"><img src="{{static}}/images/mocks/webview_video_thumb.png" class="screenshot"></a> <h4 class="label">Google Developers Live</h4> - <h2>GZIP is not enough!</h2> - <p class="description"><a href="">Watch the episode</a></p> + <a href="https://developers.google.com/live/shows/5035410623299584"><h2>Chrome WebView Debugging</h2></a> + <p class="description"><a href="https://developers.google.com/live/shows/5035410623299584">Watch the episode</a></p> </article> </div> </section> @@ -30,25 +40,27 @@ <section id="site-sections" class="g-section g-tpl-33-67"> <div class="g-unit g-first"> <article class="g-content"> - <h2 class="devtools">Chrome DevTools</h2> + <a href="/home/devtools-pillar.html"><h2 class="devtools">Chrome DevTools</h2></a> <p class="description">The Chrome Developer Tools are a set of web authoring and debugging tools built right into Google Chrome.</p> - <p><a href="">Learn more about DevTools</a></p> + <p><a href="/home/devtools-pillar.html">Learn more about DevTools</a></p> </article> </div> <div class="g-unit"> <div class="g-section g-tpl-50-50"> <div class="g-unit g-first"> <article class="g-content"> - <h2 class="multidevice">Multi-Device</h2> - <p class="description">The mobile web has evolved to enable increasingly sophisticated applications, which we often wish to debug.</p> - <p><a href="">Learn more about Multi-Device</a></p> + <a href="/home/multi-device-pillar.html"><h2 class="multidevice">Multi-Device</h2></a> + <p class="description">Chrome runs on tablets, smartphones, and other devices. + Make your content ready for the multi-device web!</p> + <p><a href="/home/multi-device-pillar.html">Learn more about Multi-Device</a></p> </article> </div> <div class="g-unit g-last"> <article class="g-content"> - <h2 class="platform">Platform</h2> - <p class="description">Chrome Apps deliver an experience as capable as a native app, but as safe as a web page. Just like web apps.</p> - <p><a href="">Learn more about Platform</a></p> + <a href="/home/platform-pillar.html"><h2 class="platform">Platform</h2></a> + <p class="description">Build Chrome Apps and Extensions and publish in Store. With Native Client, +compile native code and run in any website.</p> + <p><a href="/home/platform-pillar.html">Learn more about Platform</a></p> </article> </div> </div> @@ -56,36 +68,48 @@ </section> <section id="developer-news" class="g-section g-tpl-33-67 more-section"> - <h1>Google Developers News</h1> + <h1>Further Resources</h1> <div class="g-unit g-first"> <article class="g-content"> - <h4 class="label">Google Developers Blog</h4> - <a href=""><h2>A new look for managing your APIs</h2></a> - <p class="published">Posted: <time>29 October 2013</time> by Akshay Kannan, Product - Manager, Google Cloud Platform</p> - <p class="description"><a href="">Learn more about DevTools</a></p> + <h2>Forums</h2> + <p> + <ul> + <li><a href="https://groups.google.com/a/chromium.org/">chromium.org Groups</a></li> + <li><a href="https://groups.google.com/forum/#!forum/native-client-discuss">Native Client Group</a></li> + <li><a href="http://stackoverflow.com/tags/google-chrome">google-chrome on Stack Overflow</a> + </li> + </ul> + </p> </article> </div> <div class="g-unit"> <div class="g-section g-tpl-50-50"> <div class="g-unit g-first"> <article class="g-content"> - <h4 class="label">Youtube API Blog</h4> - <a href=""><h2>Let your users discover live events and track their audience</h2></a> - <p class="published">Posted: <time>29 October 2013</time></p> - <p class="description"><a href="">Learn more about Multi-Device</a></p> + <h2>Languages & Libraries</h2> + <p> + <ul> + <li><a href="http://www.polymer-project.org/">Polymer</a></li> + <li><a href="https://www.dartlang.org/">Dart</a> + </li> + </ul> + </p> </article> </div> <div class="g-unit g-last"> <article class="g-content"> - <h4 class="label">Google Developers Blog</h4> - <a href=""><h2>New AdSense data in the Analytics Core Reporting API</h2></a> - <p class="published">Posted: <time>28 October 2013</time> by Nick Mihailovksi, Product Manager, Google Analytics API Team</p> - <p class="description"><a href="">Learn more about Apps & Extensions</a></p> + <h2>Open Web Docs</h2> + <ul> + <li><a href="http://www.html5rocks.com/en/">HTML5 Rocks</a> + </li> + <li><a href="http://www.webplatform.org/">WebPlatform.org</a></li> + </ul> + </p> </article> </div> </div> </div> </section> + {{/partials.site}} |