diff options
Diffstat (limited to 'site/public/about/index.html')
| -rw-r--r-- | site/public/about/index.html | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/site/public/about/index.html b/site/public/about/index.html new file mode 100644 index 00000000..e0fe8a20 --- /dev/null +++ b/site/public/about/index.html @@ -0,0 +1,36 @@ +<!doctype html> +<html> +<head> + <title>Megapixels</title> + <link rel='stylesheet' href='/assets/css/css.css' /> +</head> +<body> + <header> + <h1> + <div id="logo"></div> + Megapixels + <span class='sub'>The Darkside of Datasets</span> + </h1> + <div class='links'> + <a href="/search">Face Search</a> + <a href="/datasets">Datasets</a> + <a href="/blog">Blog</a> + <a href="/about">About</a> + </div> + </header> + <div class="content"> + + <section><h1>About</h1> +<h2>The darkside of datasets</h2> +<p>MegaPixels is a project about the darkside of datasets. It's an exploration of what happens when you post photos online, and how they are used.</p> +<p>In an era of exuberant data collection and analysis, social media has become the superfood of Artificial Intelligence. But what about the creators and individuals behind the data? What about their stories?</p> +<p>During the last 20 yers etc</p> +</section> + + </div> + <footer> + <a href="/about">How to use MegaPixels</a> + <a href="/pages/terms">Terms of Use & Privacy</a> + </footer> +</body> +</html>
\ No newline at end of file |
