summaryrefslogtreecommitdiff
path: root/site/public/index.html
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-12-05 16:19:50 +0100
committerJules Laplace <julescarbon@gmail.com>2018-12-05 16:19:50 +0100
commit2a1b884e841efe562e0c84885a404819433b3405 (patch)
tree34b2ef4c37099a84f341ae54c60e0a19af271ab4 /site/public/index.html
parentd69086a1b2d7d6e6def55f35e30d0623701de011 (diff)
styling images
Diffstat (limited to 'site/public/index.html')
-rw-r--r--site/public/index.html63
1 files changed, 63 insertions, 0 deletions
diff --git a/site/public/index.html b/site/public/index.html
new file mode 100644
index 00000000..ea3dc24c
--- /dev/null
+++ b/site/public/index.html
@@ -0,0 +1,63 @@
+<!doctype html>
+<html>
+<head>
+ <title>MegaPixels</title>
+ <meta charset="utf-8" />
+ <meta name="author" content="Adam Harvey" />
+ <meta name="description" content="" />
+ <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' />
+</head>
+<body>
+ <header>
+ <a class='slogan' href="/">
+ <div class='logo'></div>
+ <div class='site_name'>MegaPixels</div>
+ <span class='sub'>The Darkside of Datasets</span>
+ </a>
+ <div class='links'>
+ <a href="/search">Face Search</a>
+ <a href="/datasets">Datasets</a>
+ <a href="/">Research</a>
+ <a href="/about">About</a>
+ </div>
+ </header>
+ <div class="content">
+
+ <section><p>MegaPixels is an art project that explores the dark side of face recognition training data and the future of computer vision</p>
+<p>Made by Adam Harvey in partnership with Mozilla.<br>
+Read more <a href="/about">about MegaPixels</a></p>
+<p>[Explore Datasets] [Explore Algorithms]</p>
+<h2>Facial Recognition Datasets</h2>
+<p>Regular Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
+<h3>Summary</h3>
+<ul>
+<li>275 datasets found</li>
+<li>Created between the years 1993-2018</li>
+<li>Smallest dataset: 20 images</li>
+<li>Largest dataset: 10,000,000 images</li>
+<li>Highest resolution faces: 450x500 (Unconstrained College Students)</li>
+<li>Lowest resolution faces: 16x20 pixels (QMUL SurvFace)</li>
+</ul>
+</section>
+
+ </div>
+ <footer>
+ <div>
+ <a href="/">MegaPixels.cc</a>
+ <a href="/about/disclaimer/">Disclaimer</a>
+ <a href="/about/terms/">Terms of Use</a>
+ <a href="/about/privacy/">Privacy</a>
+ <a href="/about/">About</a>
+ <a href="/about/team/">Team</a>
+ </div>
+ <div>
+ MegaPixels &copy;2017-19 Adam R. Harvey /&nbsp;
+ <a href="https://ahprojects.com">ahprojects.com</a>
+ </div>
+ </footer>
+</body>
+<script src="/assets/js/app/site.js"></script>
+</html> \ No newline at end of file