diff options
Diffstat (limited to 'site/public/index.html')
| -rw-r--r-- | site/public/index.html | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/site/public/index.html b/site/public/index.html index feb50455..e5a6cd62 100644 --- a/site/public/index.html +++ b/site/public/index.html @@ -4,7 +4,7 @@ <title>MegaPixels: Face Recognition Datasets</title> <meta charset="utf-8" /> <meta name="author" content="Adam Harvey, ahprojects.com" /> - <meta name="description" content="MegaPixels: Investigating Face Recognition Datasets" /> + <meta name="description" content='MegaPixels is an art and research project investigating the ethics, origins, and individual privacy implications of face recognition datasets created "in the wild" by Adam Harvey and Jules LaPlace' /> <meta name="referrer" content="no-referrer" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> <meta property="og:title" content="MegaPixels"/> @@ -49,6 +49,7 @@ <div class='links'> <a href="/datasets/" class='aboutLink'>DATASETS</a> <a href="/about/" class='aboutLink'>ABOUT</a> + <a href="/about/news" class='updateLink'>News</a> </div> </header> <div class="splash"> @@ -65,11 +66,11 @@ </div> <footer> <div> - <span><a href="/about/">MegaPixels</a> is a research project by Adam Harvey about <a href="/datasets/">facial recognition datasets</a>, made possible with support from Mozilla.</span> + <span class="intro-mobile"> is an art and research research project about <a href="/datasets/">face recognition datasets</a></span> </div> <div> - MegaPixels ©2017-19 Adam R. Harvey / - <a href="https://ahprojects.com/megapixels/">ahprojects.com</a> + <span class="intro-mobile-cr">MegaPixels ©2017-19 Adam R. Harvey / + <a href="https://ahprojects.com/megapixels/">ahprojects.com</a></span> </div> </footer> </body> |
