diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-12-03 17:19:51 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-12-03 17:19:51 +0100 |
| commit | 966e27c7418d6e188ea4b1f651a5e6c67495b765 (patch) | |
| tree | fd48ccddfb8af56e544d99f42dce4fe7fd3a7b7c /site/public/blog/2018-12-02-second-blog-post | |
| parent | 6062728b63e6496709f2e552542c220f4f16e79c (diff) | |
base css
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.html | 40 |
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 ©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 |
