Skip to content

Commit

Permalink
Add blurb and update title of home page
Browse files Browse the repository at this point in the history
  • Loading branch information
digitaldogsbody committed Mar 1, 2024
1 parent 381e128 commit 5463193
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions app/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@
{% from 'bootstrap5/table.html' import render_table %}
{% block title %}Home{% endblock %}
{% block content %}
<h1>Welcome to the DataCite Data Files Service</h1>
<div class="my-4">Blurb here...</div>
<h3>Available Data Files</h3>
<h1>DataCite Data Files Service</h1>
<div class="my-4">
This is a pilot portal for DataCite’s public data file. Read more about the data file on the <a href="https://support.datacite.org/docs/datacite-public-data-file">DataCite support site</a>.
For questions or feedback, contact <a href="[email protected]">[email protected]</a>.
</div>
<h3>Available Public Data Files</h3>
{{ render_table(
datafiles,
titles = [('name','Name'), ('description','Description'), ('size', 'Size'), ('doi', 'DOI'), ('access_button', 'Access')],
Expand Down

0 comments on commit 5463193

Please sign in to comment.