summaryrefslogtreecommitdiff
path: root/site/templates/home.html
blob: 11ff7279e84b1f68f353efbd427650cb346833d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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 an art and research project by Adam Harvey about the origins and ethics of facial analysis 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>