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

Side by Side Diff: native_client_sdk/src/doc/index.rst

Issue 153333002: [NaCl SDK Docs] Update CSS for docs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove some more CSS 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
« no previous file with comments | « native_client_sdk/src/doc/doxygen/header.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
1 ######################## 1 ########################
2 Welcome to Native Client 2 Welcome to Native Client
3 ######################## 3 ########################
4 4
5 .. raw:: html 5 .. raw:: html
6 6
7 <div id="home"> 7 <div id="home">
8 <a class="button-nacl button-download" href="/native-client/dev/sdk/download"> Download SDK</a> 8 <a class="button-nacl button-download" href="/native-client/sdk/download.html" >Download SDK</a>
9 <div class="big-intro"> 9 <div class="big-intro">
10 10
11 **Native Client** is a sandbox for running compiled C and C++ code in the 11 **Native Client** is a sandbox for running compiled C and C++ code in the
12 browser efficiently and securely, independent of the user's operating system. 12 browser efficiently and securely, independent of the user's operating system.
13 **Portable Native Client** extends that technology with 13 **Portable Native Client** extends that technology with
14 architecture independence, letting developers compile their code once to run 14 architecture independence, letting developers compile their code once to run
15 in any website and on any architecture. 15 in any website and on any architecture.
16 16
17 In short, Native Client brings the **performance** and **low-level control** 17 In short, Native Client brings the **performance** and **low-level control**
18 of native code to modern web browsers, without sacrificing the **security** and 18 of native code to modern web browsers, without sacrificing the **security** and
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 </div> 61 </div>
62 <div class="big-intro" style="clear: both;"> 62 <div class="big-intro" style="clear: both;">
63 63
64 Send us questions, comments, and feedback: 64 Send us questions, comments, and feedback:
65 `native-client-discuss <https://groups.google.com/forum/#!forum/native-client-di scuss>`_. 65 `native-client-discuss <https://groups.google.com/forum/#!forum/native-client-di scuss>`_.
66 66
67 .. raw:: html 67 .. raw:: html
68 68
69 </div> 69 </div>
70 </div> 70 </div>
OLDNEW
« no previous file with comments | « native_client_sdk/src/doc/doxygen/header.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698