diff options
| author | adamhrv <adam@ahprojects.com> | 2019-03-06 20:32:49 +0100 |
|---|---|---|
| committer | adamhrv <adam@ahprojects.com> | 2019-03-06 20:32:49 +0100 |
| commit | 1711097802c4e82b72fc9ff7490236a8a58793c4 (patch) | |
| tree | f6c7d8dd1b4592e0a49b941d66fcf93b64c537f3 /site/public/index.html | |
| parent | 9c3bd0fabdbaf9656627345502a54081b4d1e106 (diff) | |
| parent | dc34302fe60f773e8ad65f6a846780a1c8d910f2 (diff) | |
Merge branch 'master' of github.com:adamhrv/megapixels_dev
Diffstat (limited to 'site/public/index.html')
| -rw-r--r-- | site/public/index.html | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/site/public/index.html b/site/public/index.html new file mode 100644 index 00000000..cb357e3f --- /dev/null +++ b/site/public/index.html @@ -0,0 +1,40 @@ +<!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="/research/" class='aboutLink'>RESEARCH</a> + <a href="/about/" class='aboutLink'>ABOUT</a> + </div> + </header> + <div class="splash"> + <div id="three_container"></div> + </div> + <footer> + <div> + MegaPixels is an art and research project by Adam Harvey about the origins and ethics of facial analysis datasets + </div> + <div> + MegaPixels ©2017-19 Adam R. Harvey / + <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 |
