summaryrefslogtreecommitdiff
path: root/site/public/about/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'site/public/about/index.html')
-rw-r--r--site/public/about/index.html28
1 files changed, 20 insertions, 8 deletions
diff --git a/site/public/about/index.html b/site/public/about/index.html
index e0fe8a20..49fa726c 100644
--- a/site/public/about/index.html
+++ b/site/public/about/index.html
@@ -1,16 +1,19 @@
<!doctype html>
<html>
<head>
- <title>Megapixels</title>
+ <title>MegaPixels</title>
+ <meta charset="utf-8" />
+ <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>
- <h1>
- <div id="logo"></div>
- Megapixels
+ <a class='slogan' href="/">
+ <div class='logo'></div>
+ <div class='site_name'>MegaPixels</div>
<span class='sub'>The Darkside of Datasets</span>
- </h1>
+ </a>
<div class='links'>
<a href="/search">Face Search</a>
<a href="/datasets">Datasets</a>
@@ -21,7 +24,7 @@
<div class="content">
<section><h1>About</h1>
-<h2>The darkside of datasets</h2>
+<h3>The darkside of datasets</h3>
<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>
@@ -29,8 +32,17 @@
</div>
<footer>
- <a href="/about">How to use MegaPixels</a>
- <a href="/pages/terms">Terms of Use & Privacy</a>
+ <div>
+ <a href="/">MegaPixels.cc</a>
+ <a href="/legal/terms/">Terms of Use</a>
+ <a href="/legal/privacy/">Privacy</a>
+ <a href="/about/">About</a>
+ <a href="/about/team/">Team</a>
+ </div>
+ <div>
+ MegaPixels &copy;2017-19 Adam R. Harvey / <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