Update home.html

Update home layout with CSV download guide
This commit is contained in:
alicevthompson 2022-10-21 09:53:20 +01:00
parent 2629f6203e
commit 2e06be51a5
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@
<div class="col-sm-12 col-lg-4">
{{ $fileSpreadsheetIcon := resources.Get "icons/file-earmark-spreadsheet.svg" | resources.Fingerprint }}
<h3><img class="icon me-1" src="{{ $fileSpreadsheetIcon.Permalink }}" alt="File icon with earmark"/>CSV</h3>
<p>Comma-separated Values (CSV). Use this format when you just need a quick and easy offline reference.</p>
<p>Comma-separated Values (CSV). Use this format when you just need a quick and easy offline reference. To download in CSV format, either right click and select download or open the link and select CTRL+S.</p>
<a href="https://raw.githubusercontent.com/iseal-community/iseal-core/main/data/iseal-core.csv" class="btn btn-primary">Download</a>
</div>
</div>