| OLD | NEW |
| 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 Loading... |
| 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> |
| OLD | NEW |