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

Side by Side Diff: chrome/common/extensions/docs/templates/public/home/index.html

Issue 151773002: Docserver: Properly implement the Cron logic for ContentProvider and TemplateDataSource so that the… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 10 months 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
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 <a href="/devtools/remote-debugging.html"><img src="{{static}}/images/mock s/multidevice.png" class="screenshot"></a>
7 <h4 class="label">Featured article</h4>
8 <a href="/devtools/remote-debugging.html"><h1>Mobile DevTools: Remote Debu gging for Android with Screencast</h1></a>
9 <p class="description">
10 Until now, while remote debugging a mobile device,
11 you had to shift your eyes back and forth between the device and your desk top machine.
12 Now Screencast displays your device's screen right inside of Chrome DevToo ls on your desktop.
13 </p>
14
15 <p>
16 You can also interact with your mobile device from your desktop,
17 as clicks on the screencast get translated into taps and touch events.
18 Typing on the desktop keyboard also sends keystrokes to the device --
19 much better than typing with your thumbs!
20 </p>
21 <p><button class="button"><a href ="/devtools/remote-debugging.html">Learn more</a></button></p>
22 </article>
23 </div>
24 <div class="g-unit g-last" id="upcoming-events">
25 <article class="g-content">
26 <a href="https://developers.google.com/live/shows/5371585095532544-5707702 298738688"><img src="{{static}}/images/mocks/udacity.png" class="screenshot"></a >
27 <h4 class="label">Upcoming Event</h4>
28 <a href="https://developers.google.com/live/shows/5371585095532544-5707702 298738688"><h2>Udacity Mobile Web Dev Office Hours</h2></a>
29 <p class="description"><a href="https://developers.google.com/live/shows/5 371585095532544-5707702298738688">Learn more</a></p>
30 </article>
31 <article class="g-content">
32 <a href="https://developers.google.com/live/shows/5035410623299584"><img s rc="{{static}}/images/mocks/webview_video_thumb.png" class="screenshot"></a>
33 <h4 class="label">Google Developers Live</h4>
34 <a href="https://developers.google.com/live/shows/5035410623299584"><h2>Ch rome WebView Debugging</h2></a>
35 <p class="description"><a href="https://developers.google.com/live/shows/5 035410623299584">Watch the episode</a></p>
36 </article>
37 </div>
38 </section>
39
40 <section id="site-sections" class="g-section g-tpl-33-67">
41 <div class="g-unit g-first">
42 <article class="g-content">
43 <a href="/home/devtools-pillar.html"><h2 class="devtools">Chrome DevTools< /h2></a>
44 <p class="description">The Chrome Developer Tools are a set of web authori ng and debugging tools built right into Google Chrome.</p>
45 <p><a href="/home/devtools-pillar.html">Learn more about DevTools</a></p>
46 </article>
47 </div>
48 <div class="g-unit">
49 <div class="g-section g-tpl-50-50">
50 <div class="g-unit g-first">
51 <article class="g-content">
52 <a href="/home/multi-device-pillar.html"><h2 class="multidevice">Multi -Device</h2></a>
53 <p class="description">Chrome runs on tablets, smartphones, and other devices.
54 Make your content ready for the multi-device web!</p>
55 <p><a href="/home/multi-device-pillar.html">Learn more about Multi-Dev ice</a></p>
56 </article>
57 </div>
58 <div class="g-unit g-last">
59 <article class="g-content">
60 <a href="/home/platform-pillar.html"><h2 class="platform">Platform</h2 ></a>
61 <p class="description">Build Chrome Apps and Extensions and publish in Store. With Native Client,
62 compile native code and run in any website.</p>
63 <p><a href="/home/platform-pillar.html">Learn more about Platform</a>< /p>
64 </article>
65 </div>
66 </div>
67 </div>
68 </section>
69
70 <section id="developer-news" class="g-section g-tpl-33-67 more-section">
71 <h1>Further Resources</h1>
72 <div class="g-unit g-first">
73 <article class="g-content">
74 <h2>Forums</h2>
75 <p>
76 <ul>
77 <li><a href="https://groups.google.com/a/chromium.org/">chromium.org G roups</a></li>
78 <li><a href="https://groups.google.com/forum/#!forum/native-client-dis cuss">Native Client Group</a></li>
79 <li><a href="http://stackoverflow.com/tags/google-chrome">google-chrom e on Stack Overflow</a>
80 </li>
81 </ul>
82 </p>
83 </article>
84 </div>
85 <div class="g-unit">
86 <div class="g-section g-tpl-50-50">
87 <div class="g-unit g-first">
88 <article class="g-content">
89 <h2>Languages & Libraries</h2>
90 <p>
91 <ul>
92 <li><a href="http://www.polymer-project.org/">Polymer</a></li>
93 <li><a href="https://www.dartlang.org/">Dart</a>
94 </li>
95 </ul>
96 </p>
97 </article>
98 </div>
99 <div class="g-unit g-last">
100 <article class="g-content">
101 <h2>Open Web Docs</h2>
102 <ul>
103 <li><a href="http://www.html5rocks.com/en/">HTML5 Rocks</a>
104 </li>
105 <li><a href="http://www.webplatform.org/">WebPlatform.org</a></li>
106 </ul>
107 </p>
108 </article>
109 </div>
110 </div>
111 </div>
112 </section>
113
114 {{/partials.site}}
115
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698