summaryrefslogtreecommitdiff
path: root/site/public/blog/2018-12-02-second-blog-post
diff options
context:
space:
mode:
Diffstat (limited to 'site/public/blog/2018-12-02-second-blog-post')
-rw-r--r--site/public/blog/2018-12-02-second-blog-post/index.html40
1 files changed, 33 insertions, 7 deletions
diff --git a/site/public/blog/2018-12-02-second-blog-post/index.html b/site/public/blog/2018-12-02-second-blog-post/index.html
index 251b5d25..5852ebe7 100644
--- a/site/public/blog/2018-12-02-second-blog-post/index.html
+++ b/site/public/blog/2018-12-02-second-blog-post/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>
@@ -20,6 +23,20 @@
</header>
<div class="content">
+ <section>
+ <h1>Second post!</h1>
+ <div class='meta'>
+ <div>
+ <div class='gray'>Posted</div>
+ <div>2018-12-02</div>
+ </div>
+ <div>
+ <div class='gray'>By</div>
+ <div>Adam Harvey</div>
+ </div>
+
+ </div>
+ </section>
<section><h1>H1</h1>
<h2>H2</h2>
<h3>H3</h3>
@@ -81,8 +98,17 @@ This line is part of the same quote.</p>
</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