summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--\73
-rw-r--r--mt.html206
2 files changed, 279 insertions, 0 deletions
diff --git a/\ b/\
new file mode 100644
index 0000000..651229d
--- /dev/null
+++ b/\
@@ -0,0 +1,73 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <title>~/journal</title>
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <meta name="author" content="Johannes Löthberg">
+ <link rel="me author" href="https://plus.google.com/+JohannesLothberg" title="Johannes Löthberg <johannes@kyriasis.com>">
+ <link rel="publisher" href="https://plus.google.com/+JohannesLothberg">
+
+ <style>
+ *, *:before, *:after {
+ -moz-box-sizing: border-box;
+ -webkit-box-sizing: border-box;
+ box-sizing: border-box;
+ }
+ html {
+ background-color: #eee;
+ }
+ body {
+ max-width: 42rem;
+ margin: -1rem auto;
+ padding-left: 1rem;
+ border-width: 0 1px 1px 1px;
+ border-style: solid;
+ border-color: #ccc;
+ background-color: #fcfcfc;
+ }
+
+ header nav {
+ padding: 0;
+ margin-top: 1.1rem;
+ margin-bottom: -0.4rem;
+ }
+ header h1 {
+ font-size: 1.7rem;
+ margin-bottom: 0rem;
+ }
+
+ article h2 {
+ font-size: 1.4rem;
+ margin-bottom: 0.3rem;
+ }
+ .post .info {
+ font-style: italic;
+ font-size: 0.9rem;
+ color: #505050;
+ margin-bottom: -0.3rem;
+ }
+ </style>
+</head>
+<body>
+ <header>
+ <nav>
+ <a href="#">~/</a>
+ <a href="#">journal</a>
+ <a href="#">contact</a>
+ </nav>
+ <h1>The lost journal</h1>
+ </header>
+
+
+ <article class="post" id="post:1">
+ <h2>Blogpost</h2>
+ <div class="info">
+ <time datetime="2014-08-22T09:50:23Z">22/08/2014</time>
+ </div>
+
+ <p>Developers developers developers developers developers developers developers developers developers developers developers DEVELOPERS open source microsoft excel. Leadership i have never honestly thrown a chair in my life open source i don't know what a monopoly is no i do not have an ipod most people steal music windows phone linux is a cancer. Open source DEVELOPERS most people steal music leadership. Innovation outlook vista windows open source bing. DEVELOPERS developers developers developers developers developers developers developers developers developers developers developers winning Zune programming open source vista linux is not in the public domain innovation.</p>
+ <p>Windows will be everywhere powerpoint presentation i have never honestly thrown a chair in my life microsoft excel google is not a real company DEVELOPERS outlook i don't know what a monopoly is Zune. I've got my kids brainwashed there's no chance that the iPhone is going to get any significant market share developers developers developers developers developers developers developers developers developers developers developers microsoft excel linux is a cancer programming vista. Linux is a cancer i've got my kids brainwashed no i do not have an ipod most people steal music microsoft excel google is not a real company. Outlook bing windows microsoft excel vista. No i do not have an ipod powerpoint presentation DEVELOPERS linux is a cancer.</p>
+ </article>
+</body>
+</html>
diff --git a/mt.html b/mt.html
new file mode 100644
index 0000000..9826269
--- /dev/null
+++ b/mt.html
@@ -0,0 +1,206 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <title>~/journal</title>
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <meta name="author" content="Johannes Löthberg">
+ <link rel="me author" href="https://plus.google.com/+JohannesLothberg"
+ title="Johannes Löthberg <johannes@kyriasis.com>">
+ <link rel="publisher" href="https://plus.google.com/+JohannesLothberg">
+
+ <style>
+@font-face {
+ font-family: 'DejaVu Sans Mono';
+ src: local('DejaVu Sans Mono');
+ src: url('https://theos.kyriasis.com/~kyrias/web fonts/dejavusansmono_book_macroman/DejaVuSansMono-webfont.woff') format('woff');
+}
+
+ *, *:before, *:after {
+ -moz-box-sizing: border-box;
+ -webkit-box-sizing: border-box;
+ box-sizing: border-box;
+ }
+ html {
+ background-color: #eee;
+ }
+ body {
+ max-width: 42rem;
+ margin: -1.15rem auto;
+ padding-left: 1rem;
+ padding-right: 1rem;
+ border-width: 0 1px 1px 1px;
+ border-style: solid;
+ border-color: #ccc;
+ background-color: #fcfcfc;
+ font-family: "DejaVu Sans";
+ }
+ header nav {
+ float: right;
+ margin-top: 1.5rem;
+ margin-right: 0.5rem;
+ padding: 0.5rem;
+ border-width: 0.13rem;
+ border-style: solid;
+ border-color: #bbb;
+ }
+ header nav ul {
+ font-family: "DejaVu Sans Mono";
+ font-size: 0.9rem;
+ line-height: 1rem;
+ list-style-type: none;
+ padding: 0;
+ margin: 0;
+ }
+ header nav a, header nav a:visited {
+ text-decoration: none;
+ color: #444;
+ }
+ header nav a:hover {
+ color: #111;
+ }
+ header h1 {
+ font-size: 1.7rem;
+ padding-top: 0.6rem;
+ }
+
+ .post .title {
+ font-size: 1.4rem;
+ margin-top: 0;
+ margin-bottom: 0.2rem;
+ }
+ .post .info {
+ font-style: italic;
+ font-size: 0.9rem;
+ color: #505050;
+ margin-bottom: -0.4rem;
+ }
+ .post > p:first-of-type:first-letter {
+ float: left;
+ font-size: 2.5rem;
+ }
+
+ @media (max-width: 767px) {
+ .post > p:first-of-type:first-letter {
+ padding-bottom: -1rem;
+ margin-top: -0.5rem;
+ margin-bottom: -1rem;
+ }
+ }
+ @media screen {
+ .post > p:first-of-type:first-letter {
+ padding-top: 0.31rem;
+ }
+ }
+ body > * + :not(:last-child) {
+ margin-bottom: 1rem;
+ border-bottom: 0.15rem;
+ border-bottom-style: dotted;
+ border-bottom-color: #bbb;
+ }
+ </style>
+</head>
+<body>
+ <header>
+ <nav>
+ <ul>
+ <li><a href="#">~kyrias</a></li>
+ <li><a href="#">journal</a></li>
+ <li><a href="#">contact</a></li>
+ </ul>
+ </nav>
+ <h1>The lost journal</h1>
+ </header>
+
+
+ <article class="post" id="post:1">
+ <h2 class="title" >Blogpost</h2>
+ <div class="info">
+ <time datetime="2014-08-22T09:50:23Z">22/08/2014</time>
+ </div>
+
+ <p>Developers developers developers developers developers developers
+ developers developers developers developers developers DEVELOPERS open
+ source microsoft excel. Leadership i have never honestly thrown a chair
+ in my life open source i don't know what a monopoly is no i do not have
+ an ipod most people steal music windows phone linux is a cancer. Open
+ source DEVELOPERS most people steal music leadership. Innovation
+ outlook vista windows open source bing. DEVELOPERS developers
+ developers developers developers developers developers developers
+ developers developers developers developers winning Zune programming
+ open source vista linux is not in the public domain innovation.</p>
+
+ <p>Windows will be everywhere powerpoint presentation i have never
+ honestly thrown a chair in my life microsoft excel google is not a real
+ company DEVELOPERS outlook i don't know what a monopoly is Zune. I've
+ got my kids brainwashed there's no chance that the iPhone is going to
+ get any significant market share developers developers developers
+ developers developers developers developers developers developers
+ developers developers microsoft excel linux is a cancer programming
+ vista. Linux is a cancer i've got my kids brainwashed no i do not have
+ an ipod most people steal music microsoft excel google is not a real
+ company. Outlook bing windows microsoft excel vista. No i do not have
+ an ipod powerpoint presentation DEVELOPERS linux is a cancer.</p>
+ </article>
+
+ <article class="post" id="post:2">
+ <h2 class="title" >Blogpost</h2>
+ <div class="info">
+ <time datetime="2014-08-22T09:50:23Z">22/08/2014</time>
+ </div>
+
+ <p>Developers developers developers developers developers developers
+ developers developers developers developers developers DEVELOPERS open
+ source microsoft excel. Leadership i have never honestly thrown a chair
+ in my life open source i don't know what a monopoly is no i do not have
+ an ipod most people steal music windows phone linux is a cancer. Open
+ source DEVELOPERS most people steal music leadership. Innovation
+ outlook vista windows open source bing. DEVELOPERS developers
+ developers developers developers developers developers developers
+ developers developers developers developers winning Zune programming
+ open source vista linux is not in the public domain innovation.</p>
+
+ <p>Windows will be everywhere powerpoint presentation i have never
+ honestly thrown a chair in my life microsoft excel google is not a real
+ company DEVELOPERS outlook i don't know what a monopoly is Zune. I've
+ got my kids brainwashed there's no chance that the iPhone is going to
+ get any significant market share developers developers developers
+ developers developers developers developers developers developers
+ developers developers microsoft excel linux is a cancer programming
+ vista. Linux is a cancer i've got my kids brainwashed no i do not have
+ an ipod most people steal music microsoft excel google is not a real
+ company. Outlook bing windows microsoft excel vista. No i do not have
+ an ipod powerpoint presentation DEVELOPERS linux is a cancer.</p>
+ </article>
+
+ <article class="post" id="post:3">
+ <h2 class="title" >Blogpost</h2>
+ <div class="info">
+ <time datetime="2014-08-22T09:50:23Z">22/08/2014</time>
+ </div>
+
+ <p>Developers developers developers developers developers developers
+ developers developers developers developers developers DEVELOPERS open
+ source microsoft excel. Leadership i have never honestly thrown a chair
+ in my life open source i don't know what a monopoly is no i do not have
+ an ipod most people steal music windows phone linux is a cancer. Open
+ source DEVELOPERS most people steal music leadership. Innovation
+ outlook vista windows open source bing. DEVELOPERS developers
+ developers developers developers developers developers developers
+ developers developers developers developers winning Zune programming
+ open source vista linux is not in the public domain innovation.</p>
+
+ <p>Windows will be everywhere powerpoint presentation i have never
+ honestly thrown a chair in my life microsoft excel google is not a real
+ company DEVELOPERS outlook i don't know what a monopoly is Zune. I've
+ got my kids brainwashed there's no chance that the iPhone is going to
+ get any significant market share developers developers developers
+ developers developers developers developers developers developers
+ developers developers microsoft excel linux is a cancer programming
+ vista. Linux is a cancer i've got my kids brainwashed no i do not have
+ an ipod most people steal music microsoft excel google is not a real
+ company. Outlook bing windows microsoft excel vista. No i do not have
+ an ipod powerpoint presentation DEVELOPERS linux is a cancer.</p>
+ </article>
+</body>
+</html>