diff options
Diffstat (limited to 'site/public/about/press/index.html')
| -rw-r--r-- | site/public/about/press/index.html | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/site/public/about/press/index.html b/site/public/about/press/index.html new file mode 100644 index 00000000..7b0a3e87 --- /dev/null +++ b/site/public/about/press/index.html @@ -0,0 +1,59 @@ +<!doctype html> +<html> +<head> + <title>MegaPixels</title> + <meta charset="utf-8" /> + <meta name="author" content="Adam Harvey" /> + <meta name="description" content="MegaPixels Press and News" /> + <meta name="referrer" content="no-referrer" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> + <link rel='stylesheet' href='/assets/css/fonts.css' /> + <link rel='stylesheet' href='/assets/css/css.css' /> + <link rel='stylesheet' href='/assets/css/leaflet.css' /> + <link rel='stylesheet' href='/assets/css/applets.css' /> +</head> +<body> + <header> + <a class='slogan' href="/"> + <div class='logo'></div> + <div class='site_name'>MegaPixels</div> + + </a> + <div class='links'> + <a href="/datasets/">Datasets</a> + <a href="/about/">About</a> + </div> + </header> + <div class="content content-about"> + + <section><h1>Press</h1> +<section class="about-menu"> +<ul> +<li><a href="/about/">About</a></li> +<li><a class="current" href="/about/press/">Press</a></li> +<li><a href="/about/attribution/">Attribution</a></li> +<li><a href="/about/legal/">Legal / Privacy</a></li> +</ul> +</section><ul> +<li>Aug 22, 2018: "Transgender YouTubers had their videos grabbed to train facial recognition software" by James Vincent <a href="https://www.theverge.com/2017/8/22/16180080/transgender-youtubers-ai-facial-recognition-dataset">https://www.theverge.com/2017/8/22/16180080/transgender-youtubers-ai-facial-recognition-dataset</a></li> +</ul> +</section> + + </div> + <footer> + <div> + <a href="/">MegaPixels.cc</a> + <a href="/datasets/">Datasets</a> + <a href="/about/">About</a> + <a href="/about/press/">Press</a> + <a href="/about/legal/">Legal and Privacy</a> + </div> + <div> + MegaPixels ©2017-19 Adam R. Harvey / + <a href="https://ahprojects.com">ahprojects.com</a> + </div> + </footer> +</body> + +<script src="/assets/js/dist/index.js"></script> +</html>
\ No newline at end of file |
