|
58 | 58 | <a class="nav-item nav-link" href="#download-section">Download</a> |
59 | 59 | <a class="nav-item nav-link" href="#contact-section">Contact</a> |
60 | 60 | <a class="nav-item nav-link" href="#github-section">GitHub</a> |
61 | | - <a class="nav-item nav-link" href="#">About</a> |
| 61 | + <a class="nav-item nav-link" href="#about-section">About</a> |
62 | 62 | </form> |
63 | 63 | </nav> |
64 | 64 |
|
|
277 | 277 | <br/><br/> |
278 | 278 | </div> |
279 | 279 |
|
| 280 | + <!-- About Section --> |
| 281 | + <div id="about-section" class="text-center section section-lightgrey"> |
| 282 | + <b style="font-size: 25px;">About</b> |
| 283 | + <br/> |
| 284 | + <i class="material-icons" style="font-size: 50px;">info</i> |
| 285 | + <br/><br/> |
| 286 | + <p style="padding-left: 20%; padding-right: 20%;"> |
| 287 | + Project CSV is a duel set of free, open source tools, released |
| 288 | + under the <a href="https://www.gnu.org/licenses/gpl-3.0.en.html"> |
| 289 | + GNU General Public License v3</a>. The first of these tools is this |
| 290 | + webpage (projectcsv.github.io) - an online CSV viewer and editor |
| 291 | + as well the official website for the project as a whole. The second |
| 292 | + is a native CSV viewer and editor for Windows (Project CSV Desktop) |
| 293 | + for offline use. |
| 294 | + </p> |
| 295 | + |
| 296 | + </div> |
| 297 | + |
280 | 298 | <!-- Footer --> |
281 | 299 | <footer class="page-footer font-small"> |
282 | 300 | <div class="footer-copyright text-center py-3">© 2019 Copyright: |
|
0 commit comments