|
17 | 17 | --> |
18 | 18 | <html> |
19 | 19 | <head> |
20 | | - <title>Project CSV - CSV Viewer & Editor for Web & Desktop</title> |
| 20 | + <title>Online & Offline CSV File Viewer & Editor - Project CSV</title> |
| 21 | + |
| 22 | + <meta name="description" content="A simple, well styled, online CSV |
| 23 | + file viewer and editor that also provides downloadable desktop software |
| 24 | + for offline CSV file viewing and editing. All software is free and open |
| 25 | + source (hosted on GitHub)."/> |
21 | 26 |
|
22 | 27 | <!-- Common head tags --> |
23 | 28 | <meta charset="UTF-8"> |
|
142 | 147 | <!-- Tables --> |
143 | 148 | <div class="tables text-center" id="tables"> |
144 | 149 | <div class="text-center" id="instructions"> |
145 | | - <b>Instructions:</b> |
| 150 | + <h1style="font-size: 32px;"><b>How to View and Edit CSV Files:</b></h1> |
146 | 151 | <div class="text-left" id="instructions-list"> |
147 | 152 | <ol> |
148 | 153 | <li>Select the <code>.csv</code> file(s) you want to open.</li> |
|
151 | 156 | <li>Generated tables for the selected <code>.csv</code> |
152 | 157 | files will appear here.</li> |
153 | 158 | <li>The generated tables can then be edited |
154 | | - (the name included) and downloaded to your computer |
| 159 | + (the name included) by clicking on the text you want |
| 160 | + to change.</li> |
| 161 | + <li>The edited table can then be downloaded to your |
| 162 | + computer |
155 | 163 | by pressing <span class="btn btn-default"> |
156 | 164 | <i class="material-icons">save_alt</i></span>.</li> |
157 | 165 | </ol> |
|
160 | 168 | new <code>.csv</code> files, press |
161 | 169 | <span class="btn btn-primary">Refresh</span> with |
162 | 170 | the new settings or files.</li> |
| 171 | + <li style="color: red;">Remember: Refreshing the page |
| 172 | + will reset ANY changes to ALL tables</li> |
163 | 173 | </ul> |
164 | 174 | </div> |
165 | 175 | </div> |
|
182 | 192 | <br/> |
183 | 193 | In addition to the web page, Project CSV offers a native |
184 | 194 | desktop application, released under the same open source |
185 | | - licsense, for viewing and editing <code>.csv</code> |
| 195 | + licsense, for offline viewing and editing of <code>.csv</code> |
186 | 196 | files on Windows. |
187 | 197 | <br/><br/> |
188 | | - <a class="btn btn-primary" style="width: 75%; background-color: darkgray; border-color: black">Download</a> |
| 198 | + <a class="btn btn-primary" |
| 199 | + style="width: 75%; background-color: darkgray; border-color: black" |
| 200 | + title="Link to download the Project CSV Desktop software.">Download</a> |
189 | 201 | <br/><br/> |
190 | 202 | <p style="color: red">The Project CSV Desktop application |
191 | 203 | is still in development. No downloads are available yet.</p> |
|
288 | 300 | <br/><br/> |
289 | 301 | <p style="padding-left: 20%; padding-right: 20%;"> |
290 | 302 | Project CSV is a duel set of free, open source tools, released |
291 | | - under the <a href="https://www.gnu.org/licenses/gpl-3.0.en.html"> |
292 | | - GNU General Public License v3</a>. The first of these tools is this |
| 303 | + under the <a href="https://www.gnu.org/licenses/gpl-3.0.en.html" |
| 304 | + title="The license Project CSV is licensed under."> |
| 305 | + GNU General Public License v3</a> that allow you to open and edit |
| 306 | + <code>.csv</code> files both online and offline, in your browser |
| 307 | + and on your desktop. The first of these tools is this |
293 | 308 | webpage (projectcsv.github.io) - an online CSV viewer and editor |
294 | 309 | as well the official website for the project as a whole. The second |
295 | 310 | is a native CSV viewer and editor for Windows (Project CSV Desktop) |
296 | 311 | for offline use. |
297 | 312 | </p> |
298 | | - |
| 313 | + <a style="font-size: 18px;" |
| 314 | + href="https://en.wikipedia.org/wiki/Comma-separated_values" |
| 315 | + title="A comprehensive description of CSV and CSV files by Wikipedia."> |
| 316 | + What is CSV? |
| 317 | + </a> |
299 | 318 | </div> |
300 | 319 |
|
301 | 320 | <!-- Footer --> |
|
0 commit comments