Browse Source

Add some paragraphs to website

Fixes #396
pull/406/head
Sergi Almacellas Abellana 8 years ago
parent
commit
73ec35b6f2
  1. 12
      index.html

12
index.html

@ -115,22 +115,22 @@ Papa.parse(bigFile, { @@ -115,22 +115,22 @@ Papa.parse(bigFile, {
<div id="ticker">
<div class="ticker-item current">
Now the <a href="http://jsperf.com/javascript-csv-parsers/4">fastest</a> JavaScript CSV parser for the browser
<p>Now the <a href="http://jsperf.com/javascript-csv-parsers/4">fastest</a> JavaScript CSV parser for the browser</p>
</div>
<div class="ticker-item">
The world's first multi-threaded CSV parser for the browser
<p>The world's first multi-threaded CSV parser for the browser</p>
</div>
<div class="ticker-item">
Papa can handle files gigabytes in size without crashing
<p>Papa can handle files gigabytes in size without crashing</p>
</div>
<div class="ticker-item">
Use Papa when performance, privacy, and correctness matter to you
<p>Use Papa when performance, privacy, and correctness matter to you</p>
</div>
<div class="ticker-item">
Papa alleviates privacy concerns related to uploading files
<p>Papa alleviates privacy concerns related to uploading files</p>
</div>
<div class="ticker-item">
Malformed CSV is handled gracefully with a detailed error report
<p>Malformed CSV is handled gracefully with a detailed error report</p>
</div>
</div>

Loading…
Cancel
Save