diff options
Diffstat (limited to 'site/templates')
| -rw-r--r-- | site/templates/datasets.html | 2 | ||||
| -rw-r--r-- | site/templates/home.html | 9 | ||||
| -rw-r--r-- | site/templates/layout.html | 6 |
3 files changed, 10 insertions, 7 deletions
diff --git a/site/templates/datasets.html b/site/templates/datasets.html index 0b1f296e..6b1ab80e 100644 --- a/site/templates/datasets.html +++ b/site/templates/datasets.html @@ -6,7 +6,7 @@ {{ content }} </div> - <section class='applet_container autosize'><div class='applet' data-payload='{"command":"dataset_list"}'></div></section> + <!-- <section class='applet_container autosize'><div class='applet' data-payload='{"command":"dataset_list"}'></div></section> --> <section class='wide dataset-intro'> diff --git a/site/templates/home.html b/site/templates/home.html index aa2753d6..19bdafe6 100644 --- a/site/templates/home.html +++ b/site/templates/home.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> diff --git a/site/templates/layout.html b/site/templates/layout.html index 75810448..b170b2b1 100644 --- a/site/templates/layout.html +++ b/site/templates/layout.html @@ -7,6 +7,7 @@ <meta name="description" content="{{ metadata.og_desc }}" /> <meta property="og:title" content="{{ metadata.og_title }}"/> <meta property="og:type" content="website"/> + <meta property="og:summary" content="MegaPixels is an art and research project about face recognition datasets created \"in the wild\"/> <meta property="og:image" content="{{ metadata.og_image }}" /> <meta property="og:url" content="https://megapixels.cc{{ metadata.path }}"/> <meta property="og:site_name" content="MegaPixels" /> @@ -49,6 +50,7 @@ <div class='links'> <a href="/datasets/">Datasets</a> <a href="/about/">About</a> + <a href="/about/news">News</a> </div> </header> <div class="content content-{{ metadata.cssclass }}"> @@ -59,8 +61,8 @@ <li><a href="/">MegaPixels.cc</a></li> <li><a href="/datasets/">Datasets</a></li> <li><a href="/about/">About</a></li> - <li><a href="/about/press/">Press</a></li> - <li><a href="/about/legal/">Legal and Privacy</a></li> + <li><a href="/about/news/">News</a></li> + <li><a href="/about/legal/">Legal & Privacy</a></li> </ul> <ul class="footer-right"> <li>MegaPixels ©2017-19 <a href="https://ahprojects.com">Adam R. Harvey</a></li> |
