summaryrefslogtreecommitdiff
path: root/site/public/index.html
diff options
context:
space:
mode:
authoradamhrv <adam@ahprojects.com>2019-04-15 14:08:35 +0200
committeradamhrv <adam@ahprojects.com>2019-04-15 14:08:35 +0200
commit828ab34ca5e01e03e055ef9e091a88cd516a6061 (patch)
tree6671cc305526d6acbb4e4166ef06ead6e7126d7b /site/public/index.html
parentcc60ee511cc86d00ed0f13476513f2e183382763 (diff)
fix up duke
Diffstat (limited to 'site/public/index.html')
-rw-r--r--site/public/index.html39
1 files changed, 39 insertions, 0 deletions
diff --git a/site/public/index.html b/site/public/index.html
new file mode 100644
index 00000000..118814be
--- /dev/null
+++ b/site/public/index.html
@@ -0,0 +1,39 @@
+<!doctype html>
+<html>
+<head>
+ <title>MegaPixels</title>
+ <meta charset="utf-8" />
+ <meta name="author" content="Adam Harvey, ahprojects.com" />
+ <meta name="description" content="MegaPixels: Facial Recognition Datasets" />
+ <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/splash.css' />
+</head>
+<body>
+ <header>
+ <a class='slogan' href="/">
+ <div class='logo'></div>
+ <div class='site_name'>MegaPixels</div>
+ </a>
+ <div class='links splash'>
+ <a href="/datasets/" class='aboutLink'>DATASETS</a>
+ <a href="/about/" class='aboutLink'>ABOUT</a>
+ </div>
+ </header>
+ <div class="splash">
+ <div id="three_container"></div>
+ </div>
+ <footer>
+ <div>
+ MegaPixels is a research project by Adam Harvey about facial recognition datasets, developed in partnership with Mozilla.
+ </div>
+ <div>
+ MegaPixels &copy;2017-19 Adam R. Harvey /&nbsp;
+ <a href="https://ahprojects.com/megapixels/">ahprojects.com</a>
+ </div>
+ </footer>
+</body>
+<script src="/assets/js/dist/splash.js"></script>
+</html> \ No newline at end of file