summaryrefslogtreecommitdiff
path: root/site/templates/datasets.html
diff options
context:
space:
mode:
authoradamhrv <adam@ahprojects.com>2019-02-28 18:50:22 +0100
committeradamhrv <adam@ahprojects.com>2019-02-28 18:50:22 +0100
commit6c631c88c9ecc2683b95534cfd15e82650c1b501 (patch)
tree786d993a57c8c4d6fba26cad5fbda056c346c418 /site/templates/datasets.html
parent9e3bb35630349847bc005389c408f3072e0e22db (diff)
parente845766d970f4afefc2fc47367c3478413f98ff2 (diff)
Merge branch 'master' of github.com:adamhrv/megapixels_dev
Diffstat (limited to 'site/templates/datasets.html')
-rw-r--r--site/templates/datasets.html9
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 %}