summaryrefslogtreecommitdiff
path: root/site/public/blog
diff options
context:
space:
mode:
Diffstat (limited to 'site/public/blog')
-rw-r--r--site/public/blog/2018-12-01-intro/index.html62
-rw-r--r--site/public/blog/2018-12-02-second-blog-post/index.html114
2 files changed, 0 insertions, 176 deletions
diff --git a/site/public/blog/2018-12-01-intro/index.html b/site/public/blog/2018-12-01-intro/index.html
deleted file mode 100644
index c92ea2fd..00000000
--- a/site/public/blog/2018-12-01-intro/index.html
+++ /dev/null
@@ -1,62 +0,0 @@
-<!doctype html>
-<html>
-<head>
- <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>
- <a class='slogan' href="/">
- <div class='logo'></div>
- <div class='site_name'>MegaPixels</div>
- <span class='sub'>The Darkside of Datasets</span>
- </a>
- <div class='links'>
- <a href="/search">Face Search</a>
- <a href="/datasets">Datasets</a>
- <a href="/blog">Blog</a>
- <a href="/about">About</a>
- </div>
- </header>
- <div class="content">
-
- <section>
- <h1>Welcome to the blog!</h1>
- <div class='meta'>
- <div>
- <div class='gray'>Posted</div>
- <div>2018-12-01</div>
- </div>
- <div>
- <div class='gray'>By</div>
- <div>Adam Harvey</div>
- </div>
-
- </div>
- </section>
- <section><p>Lorem ipsum dolor sit amet is more than just dummy test. It is a way of experiencing the world, an exciting clue to the mystery of being. A key to pondering its weighty thesis - that no one desires pain, but might undergo something painful for greater benefit - has been a key to understanding the nature of humanity since Cicero spoke those words thousands of years ago. And the world keeps on spinning like a top, folks, and we all keep going round on this crazy adventure called life.</p>
-<p>Let me tell you a secret - privacy is contagious! Don't believe me? Get up and look away from the computer right now. Do it! Walk outside! Are you still reading this? No, seriously go outside, and await further instructions!</p>
-<p>Are they gone? Let's wait another minute until we can be sure the reader is gone and it's just me here, writing for my own benefit. Whew, deep breath - not! These words really do exist in a vacuum. I literally have my eyes closed right now.</p>
-<p>Dummy text? Generation 2.0 deserves better! We will not accept the flaccid filler text of yesteryear, no, we want it all, custom bespoke dummy text, hand-crafted with love and some good old fashioned ingenuity. Don't believe me? Get up right now from your chair and go outside. I'll wait. Ok. Are they gone? Good ok now that it's definitely just us, let me let you in on a little secret. Shh, promise not to tell?</p>
-<p>The secret can be found in the next blog post.</p>
-</section>
-
- </div>
- <footer>
- <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
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
deleted file mode 100644
index 5852ebe7..00000000
--- a/site/public/blog/2018-12-02-second-blog-post/index.html
+++ /dev/null
@@ -1,114 +0,0 @@
-<!doctype html>
-<html>
-<head>
- <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>
- <a class='slogan' href="/">
- <div class='logo'></div>
- <div class='site_name'>MegaPixels</div>
- <span class='sub'>The Darkside of Datasets</span>
- </a>
- <div class='links'>
- <a href="/search">Face Search</a>
- <a href="/datasets">Datasets</a>
- <a href="/blog">Blog</a>
- <a href="/about">About</a>
- </div>
- </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>
-<h4>H4</h4>
-<p>I declare a thumb war. Ha!</p>
-<p>Let's get one thing straight. <a href="https://www.google.com">I'm an inline-style link</a>. URLs and URLs in angle brackets will automatically get turned into links. <a href="http://www.example.com">http://www.example.com</a> or <a href="http://www.example.com">http://www.example.com</a> and sometimes example.com. We have links, but can we break the chain?</p>
-<p>Face it. Time to face facts. Look. I'm not going to say this more than once, so listen up. Listen up. Get real. Get ready. This isn't going to be easy. This isn't going to be the easiest <strong>bold text</strong> <em>italic text</em> <del>strikethrough</del></p>
-<ol>
-<li>Potato</li>
-<li>Potato<ul>
-<li>Un-related sub-potato</li>
-</ul>
-</li>
-<li>Potato</li>
-<li>Potato</li>
-</ol>
-<pre><code>print("blah")
-print "i'm a python 2 style print statement"
-i&lt;span class="color: red"&gt;'m a syntax error&lt;/span&gt;
-</code></pre>
-<p><img src="vision.png" alt="hmf" title="Computer vision at its finest, folks!">
-<img src="vision.png" alt="blah" title="This image has been repeated twice but it shouldn&#39;t MATTER!"></p>
-<h2>Hell Yeah</h2>
-<table>
-<thead><tr>
-<th>Tables</th>
-<th style="text-align:center">Are</th>
-<th style="text-align:right">Cool</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td>col 3 is</td>
-<td style="text-align:center">right-aligned</td>
-<td style="text-align:right">$1600</td>
-</tr>
-<tr>
-<td>col 2 is</td>
-<td style="text-align:center">centered</td>
-<td style="text-align:right">$12</td>
-</tr>
-<tr>
-<td>zebra stripes</td>
-<td style="text-align:center">are neat</td>
-<td style="text-align:right">$1</td>
-</tr>
-</tbody>
-</table>
-<blockquote><p>Blockquotes are very handy in email to emulate reply text.
-This line is part of the same quote.</p>
-</blockquote>
-<p>Quote break.</p>
-<blockquote><p>This is a very long line that will still be quoted properly when it wraps. Oh boy let's keep writing to make sure this is long enough to actually wrap for everyone. Oh, you can <em>put</em> <strong>Markdown</strong> into a blockquote. Now no reason to get <strong>swervy</strong> when your <em>orange</em> attitude is what's making the text <em>wrap</em>.</p>
-</blockquote>
-<div class="test">And did I mention contain HTML??!!!</div><script type="text/javascript">document.querySelector('.test').style.backgroundColor = 'red'</script><hr>
-<p>That's it!</p>
-</section><section class='wide'><p><img src="wideimage.jpg" alt="wide" title="This image should be wide. I mean REALLY wide. Picture somebody who drives a pickup truck and who purposefully parks it to take up two or even three spaces. They&#39;re coming out of the Costco now with a whole lotta paper towels and mustard on a giant pallet. Power tools deluxe, fasteners, drywall, everything you need to build a shed."></p>
-</section>
-
- </div>
- <footer>
- <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