Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(214)

Side by Side Diff: chrome/docs/index.html

Issue 102593005: Clean patch with DCC static content (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed tests for sidenav_data_source Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/common/extensions/docs/templates/public/apps/pillar.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {{+content:partials.site}}
2
3 <section class="g-section g-tpl-67-33">
4 <div class="g-unit g-first">
5 <article class="g-content" id="featured">
6 <img src="{{static}}/images/mocks/multidevice.png" class="screenshot">
7 <h4 class="label">Featured article</h4>
8 <h1>The World Has Gone Multiscreen: How The Mobile Internet Changes Our Li ves</h1>
9 <p class="description">It's a new age in the UK: people connect on an aver age 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. Shoppe rs research extensively on their smartphones ...
10 </p>
11 <p><button class="button">Learn more</button></p>
12 </article>
13 </div>
14 <div class="g-unit g-last" id="upcoming-events">
15 <article class="g-content">
16 <img src="{{static}}/images/mocks/devsummit.png" class="screenshot">
17 <h4 class="label">Upcoming Event</h4>
18 <h2>Chrome Developer Summit</h2>
19 <p class="description"><a href="">Learn more</a></p>
20 </article>
21 <article class="g-content">
22 <img src="{{static}}/images/mocks/colt.png" class="screenshot">
23 <h4 class="label">Google Developers Live</h4>
24 <h2>GZIP is not enough!</h2>
25 <p class="description"><a href="">Watch the episode</a></p>
26 </article>
27 </div>
28 </section>
29
30 <section id="site-sections" class="g-section g-tpl-33-67">
31 <div class="g-unit g-first">
32 <article class="g-content">
33 <h2 class="devtools">Chrome DevTools</h2>
34 <p class="description">The Chrome Developer Tools are a set of web authori ng and debugging tools built right into Google Chrome.</p>
35 <p><a href="">Learn more about DevTools</a></p>
36 </article>
37 </div>
38 <div class="g-unit">
39 <div class="g-section g-tpl-50-50">
40 <div class="g-unit g-first">
41 <article class="g-content">
42 <h2 class="multidevice">Multi-Device</h2>
43 <p class="description">The mobile web has evolved to enable increasing ly sophisticated applications, which we often wish to debug.</p>
44 <p><a href="">Learn more about Multi-Device</a></p>
45 </article>
46 </div>
47 <div class="g-unit g-last">
48 <article class="g-content">
49 <h2 class="platform">Platform</h2>
50 <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>
51 <p><a href="">Learn more about Platform</a></p>
52 </article>
53 </div>
54 </div>
55 </div>
56 </section>
57
58 <section id="developer-news" class="g-section g-tpl-33-67 more-section">
59 <h1>Google Developers News</h1>
60 <div class="g-unit g-first">
61 <article class="g-content">
62 <h4 class="label">Google Developers Blog</h4>
63 <a href=""><h2>A new look for managing your APIs</h2></a>
64 <p class="published">Posted: <time>29 October 2013</time> by Akshay Kannan , Product
65 Manager, Google Cloud Platform</p>
66 <p class="description"><a href="">Learn more about DevTools</a></p>
67 </article>
68 </div>
69 <div class="g-unit">
70 <div class="g-section g-tpl-50-50">
71 <div class="g-unit g-first">
72 <article class="g-content">
73 <h4 class="label">Youtube API Blog</h4>
74 <a href=""><h2>Let your users discover live events and track their aud ience</h2></a>
75 <p class="published">Posted: <time>29 October 2013</time></p>
76 <p class="description"><a href="">Learn more about Multi-Device</a></p >
77 </article>
78 </div>
79 <div class="g-unit g-last">
80 <article class="g-content">
81 <h4 class="label">Google Developers Blog</h4>
82 <a href=""><h2>New AdSense data in the Analytics Core Reporting API</h 2></a>
83 <p class="published">Posted: <time>28 October 2013</time> by Nick Miha ilovksi, Product Manager, Google Analytics API Team</p>
84 <p class="description"><a href="">Learn more about Apps &amp; Extensio ns</a></p>
85 </article>
86 </div>
87 </div>
88 </div>
89 </section>
90 {{/partials.site}}
91
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/templates/public/apps/pillar.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698