summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknolax <1339802534.kk@gmail.com>2018-01-12 20:32:56 -0500
committerknolax <1339802534.kk@gmail.com>2018-01-12 20:32:56 -0500
commit42759ae1a76e933b92974d79d13ca2be79f675a3 (patch)
treeff255039bc08b282dcc4de5a29ba4c66cc9e1066
parent14cb8ffa1ec52085fbc9138916b72ad87e1c7b78 (diff)
added new post
-rw-r--r--cont/omnicom.html14
-rw-r--r--index.html1
-rw-r--r--omnicom.html36
-rw-r--r--omnicom.pdfbin0 -> 1459918 bytes
4 files changed, 51 insertions, 0 deletions
diff --git a/cont/omnicom.html b/cont/omnicom.html
new file mode 100644
index 0000000..b533661
--- /dev/null
+++ b/cont/omnicom.html
@@ -0,0 +1,14 @@
+<!--
+123456789-223456789-323456789-423456789-523456789-623456789-723456789-8234567890
+一二三四-->[TITLE] [DATE]
+--------------------------------------------------------------------------------
+[SETTITLE]Omnicom Writeup
+[SETDATE]1-12-2018
+As promised, here's my writeup for the Omnicom prototype build so far. I was
+using this for the MIT admissions before which explains the little box at the
+top. I'm pretty sure having an abstract in there violates some style guide but
+it just feels wrong writing something in LaTeX without it. Also I wrote this in
+a rush so it's badly formatted and I'm sure it's full of spellin errors.
+
+Write up <a href="omnicom.pdf">here</a>
+Code for the Switch Keyboard Kernel Module <a href="https://github.com/knolax/skey">here</a>
diff --git a/index.html b/index.html
index 22c6954..c138d86 100644
--- a/index.html
+++ b/index.html
@@ -30,6 +30,7 @@ How do I tell you your site is ugly?
Github:https://github.com/knolax
Where's all the content?
Scroll Down
+<a href="http://hairydiode.xyz/omnicom">[Omnicom Writeup] 1-12-2018</a>
<a href="http://hairydiode.xyz/stalker">[Github Stalker] 1-11-2018</a>
<a href="http://hairydiode.xyz/network">[A Distributed Network Idea] 1-3-2018</a>
<a href="http://hairydiode.xyz/meta">[Making This Site] 11-13-2017</a>
diff --git a/omnicom.html b/omnicom.html
new file mode 100644
index 0000000..cbea994
--- /dev/null
+++ b/omnicom.html
@@ -0,0 +1,36 @@
+<!DOCTYPE html>
+<head>
+<title>Omnicom Writeup</title>
+<meta charset="utf-8"/>
+<link rel="stylesheet" href="style.css"/>
+<link rel="icon" type="image/png" href="img/fav/logo.png"/>
+</head>
+<body>
+<div class="content">
+<pre>
+<!--
+123456789-223456789-323456789-423456789-523456789-623456789-723456789-8234567890
+一二三四
+-->--------------------------------------------------------------------------------
+
+<a href="http://hairydiode.xyz">>HairyDiode</a>
+
+--------------------------------------------------------------------------------
+<!--
+123456789-223456789-323456789-423456789-523456789-623456789-723456789-8234567890
+一二三四-->Omnicom Writeup 1-12-2018
+--------------------------------------------------------------------------------
+As promised, here's my writeup for the Omnicom prototype build so far. I was
+using this for the MIT admissions before which explains the little box at the
+top. I'm pretty sure having an abstract in there violates some style guide but
+it just feels wrong writing something in LaTeX without it. Also I wrote this in
+a rush so it's badly formatted and I'm sure it's full of spellin errors.
+
+Write up <a href="omnicom.pdf">here</a>
+Code for the Switch Keyboard Kernel Module <a href="https://github.com/knolax/skey">here</a>
+</pre>
+</div>
+</body>
+<!--
+if you're digging in the src you might be interested in how this site works here: https://hairydiode.xyz/meta.html
+-->
diff --git a/omnicom.pdf b/omnicom.pdf
new file mode 100644
index 0000000..dcb4cdf
--- /dev/null
+++ b/omnicom.pdf
Binary files differ