diff options
Diffstat (limited to 'site/templates/datasets.html')
| -rw-r--r-- | site/templates/datasets.html | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/site/templates/datasets.html b/site/templates/datasets.html index ba230eee..3456eac8 100644 --- a/site/templates/datasets.html +++ b/site/templates/datasets.html @@ -4,17 +4,16 @@ {{ content }} - <section> - <h2>Dataset Portraits</h2> + <section class='wide dataset-intro'> <p> - We have prepared detailed studies of some of the more noteworthy datasets. + We have prepared detailed case studies of some of the more noteworthy datasets, including tools to help you learn what is contained in these datasets, and even whether your own face has been used to train these algorithms. </p> <div class="dataset-list"> {% for dataset in datasets %} - <a href="{{ dataset.url }}"> + <a href="{{ dataset.url }}" style="background-image: url(https://nyc3.digitaloceanspaces.com/megapixels/v1{{ dataset.url }}assets/index.jpg)"> <div class="dataset"> - {{ dataset.title }} + <span>{{ dataset.title }}</span> </div> </a> {% endfor %} |
